Commit graph

52 commits

Author SHA1 Message Date
Anand Doshi
986c96d01a Fixed Email Pulling 2015-03-30 20:35:52 +05:30
Nabin Hait
9dc7ec5c79 add unique constraint only if not exists 2015-03-24 14:35:10 +05:30
Nabin Hait
fe8273a594 commit before adding unique constraint 2015-03-23 17:14:57 +05:30
Rushabh Mehta
dd6be5c7e8 [fix] in type filters in frappe.db.get_value, fixes frappe/erpnext#2986 2015-03-23 10:43:47 +05:30
Rushabh Mehta
aa0bb09dab [minor] frappe.db.table_exists 2015-03-20 18:51:38 +05:30
Rushabh Mehta
bead93693d [email] many fixes, bulk email, unsubscribe 2015-03-19 17:15:43 +05:30
Anand Doshi
b2d7efa682 optimizations 2015-03-18 15:05:47 +05:30
Rushabh Mehta
394f4ddf82 [fix] complete signup 2015-03-10 18:51:44 +05:30
Anand Doshi
5214bb286a Fixes in test cases and recents 2015-03-05 16:29:26 +05:30
Anand Doshi
eceed3a6c8 Fixed recents, Show change log on version update. Fixes #905 2015-03-04 17:21:09 +05:30
Rushabh Mehta
08d527786f [fixes] frappe.db.set_value, added frm.events for callable methods 2015-03-04 12:06:45 +05:30
Anand Doshi
2995f02f3b Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
Rushabh Mehta
6aa3e561d9 [revert] frappe.db.begin() does nothing, fixes frappe/erpnext#2858 2015-03-02 18:09:25 +05:30
Rushabh Mehta
a955c658ca [fixes] minor 2015-02-23 20:17:30 +05:30
Rushabh Mehta
229af8cad2 [api] moved frappe.get_all(doctype, filters, fields) to frappe.get_all(doctype, fields, filters) 2015-02-20 15:18:52 +05:30
Rushabh Mehta
2f9608dba4 [fixes] [cleanup] clien side api, etc 2015-02-18 19:05:10 +05:30
Rushabh Mehta
221e6f2fae [minor] moved precision to base_document 2015-02-17 19:54:06 +05:30
Rushabh Mehta
756af9af97 [share] completes #992 2015-02-05 17:26:23 +05:30
Rushabh Mehta
8cde7bfc23 [print] tables & [feature] share #992 2015-02-04 17:01:46 +05:30
Neil Trini Lasrado
62036a5b89 fix frappe.db.exist function 2015-01-12 12:22:43 +05:30
Rushabh Mehta
c35a4e1235 [design] wip 2014-12-26 12:50:43 +05:30
Rushabh Mehta
0e85139034 [docs] database.py + login fix 2014-12-02 14:35:26 +05:30
Rushabh Mehta
2b9f6bace1 [merge] 2014-11-28 12:00:15 +05:30
Rushabh Mehta
a2fdef2c50 [fixes] complete signup and email footer frappe/erpnext#2433 2014-11-27 12:33:40 +05:30
Rushabh Mehta
e1c4ec3e0c [oauth] ask for email if missing 2014-11-27 10:46:50 +05:30
Rushabh Mehta
766d4540b9 [fixes] [minor] based on error reports 2014-11-18 15:24:31 +05:30
Rushabh Mehta
4b519bdada [api] frappe.get_all 2014-09-30 17:44:41 +05:30
Anand Doshi
140a299daf [hotfix] mysqldb encoders for UnicodeWithAttrs of markdown2 2014-09-15 16:26:01 +05:30
Rushabh Mehta
f4b823ae2d [fix] [database.py] cleanup index size from name 2014-08-28 14:43:49 +05:30
Anand Doshi
dcdbaec6db [hotfix] MySQLdb escape_string 2014-08-12 10:30:39 +05:30
Anand Doshi
88203eed52 [fix] Escape special characters as per MySQLdb 2014-08-08 14:16:05 +05:30
Rushabh Mehta
8f022029a8 added print settings print style fixes etc. 2014-07-25 13:01:47 +05:30
Anand Doshi
cb004a168b Save naming series in property setter before reload 2014-06-20 20:16:53 +05:30
Nabin Hait
104f639ffb minor fix in get_value 2014-06-12 10:30:06 +05:30
Rushabh Mehta
c8066cba9a increase number of commits in one transaction to 20k, fixes frappe/erpnext#1283 2014-06-03 12:01:26 +05:30
Nabin Hait
32b973b5b1 fixes in get_values 2014-06-02 12:10:25 +05:30
Rushabh Mehta
487a4fed32 started client side testing using selenium and other related and unrelated fixes 2014-04-30 19:39:35 +05:30
Anand Doshi
40d15f4c07 Revert: check if single doctype exists 2014-04-30 16:45:14 +05:30
Anand Doshi
cded652e9e Check permission on client side form actions like Save, Submit etc. and also while creating buttons for these actions 2014-04-30 15:02:47 +05:30
Rushabh Mehta
246a2a84fb fixed strings for translation 2014-04-15 14:40:00 +05:30
Anand Doshi
e2740054dc Fixes to User Form, New method: doc.db_set(fieldname, value), splash.svg, Grid's use of get_docfield
Fixes frappe/erpnext#1447
2014-04-15 13:07:51 +05:30
Anand Doshi
0cbf1e4191 init valid columns, improved load from db - no need to override __getattr__ #478 2014-04-04 13:10:02 +05:30
Rushabh Mehta
ec010462b6 removed control panel 2014-04-04 12:00:37 +05:30
Rushabh Mehta
fed21f63e7 #478, tests pass (hopefully) 2014-04-03 15:37:46 +05:30
Anand Doshi
f795f4ba99 frappe/frappe#478 2014-04-02 15:03:37 +05:30
Rushabh Mehta
6759ac99eb sorting in sync 2014-04-02 11:33:07 +05:30
Rushabh Mehta
4f304cfc6a frappe/frappe#478, frappe tests pass, .txt renamed to .json 2014-03-31 17:27:12 +05:30
Rushabh Mehta
7bef30b270 frappe/frappe#478 2014-03-28 16:52:23 +05:30
Anand Doshi
2680459e2f frappe/frappe#478 2014-03-28 15:23:25 +05:30
Rushabh Mehta
6f00aaf9f7 #478 start 2014-03-21 16:31:12 +05:30