Commit graph

9085 commits

Author SHA1 Message Date
Anand Doshi
2709c7dafe Merge branch 'master' of github.com:webnotes/wnframework into unicode
Conflicts:
	py/webnotes/handler.py
2012-08-06 19:55:10 +05:30
Anand Doshi
98ecfe04dc pass exception on drop index, if index doesn't exist 2012-08-06 18:45:20 +05:30
Anand Doshi
861d5464b9 Merge branch 'master' of github.com:webnotes/wnframework 2012-08-06 18:34:35 +05:30
Anand Doshi
2edfcfd0be added json handler to be called when json encounters non-serializable date, so that it converts it to a serializable format 2012-08-06 18:30:32 +05:30
Rushabh Mehta
5344d30321 added unsubscribed field in comment 2012-08-06 15:20:31 +05:30
Anand Doshi
c641ec1503 fixed runquery_csv method: only encode strings of type unicode 2012-08-06 14:51:56 +05:30
Anand Doshi
a308d12f0e fixed export_query method: only encode strings of type unicode 2012-08-06 14:51:41 +05:30
Rushabh Mehta
0f087e7f47 Merge branch 'master' into unicode 2012-08-06 14:30:39 +05:30
Rushabh Mehta
f39c33bf86 date format bug fixed 2012-08-06 14:20:23 +05:30
Anand Doshi
556f8729ad Merge branch 'master' of github.com:webnotes/wnframework into unicode
Conflicts:
	py/webnotes/utils/email_lib/form_email.py
2012-08-06 13:23:21 +05:30
Rushabh Mehta
ea9532bee3 merge master: 2012-08-06 12:00:12 +05:30
Rushabh Mehta
1b1c815268 fix in clear bulk 2012-08-06 11:58:45 +05:30
Rushabh Mehta
3805fc5ffe fix to email 2012-08-06 11:17:24 +05:30
Rushabh Mehta
598981b2e1 msgprint as json and python 2.7 updates to __import__ 2012-08-06 11:15:04 +05:30
Rushabh Mehta
05a0f03ae5 fix: removed get_footer 2012-08-06 11:14:36 +05:30
Rushabh Mehta
9355640f96 removed unicode in email as incoming strings are already unicode 2012-08-06 11:13:48 +05:30
Rushabh Mehta
6d6e2cb103 added Meta.get_field 2012-08-06 11:12:42 +05:30
Rushabh Mehta
5105d8af8e refactor unicode changes and merge with master with refactored email 2012-08-03 16:02:34 +05:30
Rushabh Mehta
f230ca1f2b Merge branch 'master' of github.com:/webnotes/wnframework 2012-08-03 14:16:15 +05:30
Rushabh Mehta
39e38a0c8a dialog.js: if fieldname is not given it taken from label 2012-08-03 14:07:51 +05:30
Anand Doshi
9c55ed37de Merge branch 'master' of github.com:webnotes/wnframework 2012-08-02 18:53:47 +05:30
Anand Doshi
36b5b218ad additions in clientscript 2012-08-02 18:51:45 +05:30
Rushabh Mehta
ef38508b3b refactored email libraries and added bulk email capability 2012-08-02 18:02:38 +05:30
Rushabh Mehta
8598d18cf8 lib/wnf.py --install will now prompt for mysql root password using getpass 2012-08-02 13:10:12 +05:30
Rushabh Mehta
2f0751d347 removed errprint 2012-08-02 13:08:59 +05:30
Rushabh Mehta
b744a29baf added auto_commit option in sql method, to commit the statement individually 2012-08-02 13:08:35 +05:30
Rushabh Mehta
7c6c2bc2ca added page response to server.py requests 2012-08-02 13:07:59 +05:30
Anand Doshi
c816d08cd7 Merge branch 'master' of github.com:webnotes/wnframework into unicode 2012-07-31 19:38:53 +05:30
Anand Doshi
89901c047b validate link only if value is non empty 2012-07-31 19:37:35 +05:30
Anand Doshi
15fabf3ec6 Merge branch 'master' of github.com:webnotes/wnframework into unicode 2012-07-31 17:29:29 +05:30
Anand Doshi
f29aae9957 remove double quotes while decoding email header 2012-07-31 10:56:43 +05:30
Anand Doshi
e2e8d010b3 fixes in backup 2012-07-27 18:57:19 +05:30
Anand Doshi
82a1e99888 profile permlevel for column break set as 0 2012-07-27 14:28:54 +05:30
Rushabh Mehta
05ed57d190 Merge branch 'master' of github.com:webnotes/wnframework into unicode 2012-07-26 15:42:40 +02:00
Rushabh Mehta
6c1a59693e Bugfix in data_import_tool.py
Load doclist via webnotes.model.doc.get before saving, else child items get deleted.
2012-07-25 10:50:44 +05:30
Nabin Hait
1b12d5ec68 fixes in new report: same fieldname in multiple table 2012-07-24 11:51:00 +05:30
Anand Doshi
8e379f41ce Merge branch 'master' of github.com:webnotes/wnframework 2012-07-23 18:14:05 +05:30
Anand Doshi
a03d186e85 fixes in search criteria / report disabling of links in their list views 2012-07-23 18:13:26 +05:30
Nabin Hait
b8417ef1d6 fixes in new report: same fieldname in multiple table 2012-07-23 15:03:51 +05:30
Anand Doshi
510adb0da0 fixes in email sending 2012-07-23 14:11:21 +05:30
Anand Doshi
7f3263367c added unicode_literals append to wnf.py 2012-07-23 13:10:26 +05:30
Anand Doshi
0490b772e7 fixes in receive email 2012-07-23 12:51:39 +05:30
Nabin Hait
1c1de6d641 dont display description on old report 2012-07-23 11:54:10 +05:30
Anand Doshi
98b8c5eb03 Merge branch 'master' of github.com:webnotes/wnframework into unicode 2012-07-23 11:28:21 +05:30
Anand Doshi
961fcf0b1a fixes for unicode 2012-07-20 18:11:23 +05:30
Nabin Hait
3eba63dc3c Remove null entries from recipients 2012-07-20 17:45:15 +05:30
Nabin Hait
3b44b928b3 changes for assigning a document from code 2012-07-20 17:18:15 +05:30
Anand Doshi
bb0fa3af66 fixes for unicode 2012-07-19 20:32:02 +05:30
Anand Doshi
bab9f3c7ef added unicode_literals import at start of each file 2012-07-19 13:40:39 +05:30
Nabin Hait
bfc56dcd09 Merge branch 'dev' of github.com:webnotes/wnframework into dev 2012-07-19 11:28:25 +05:30