Commit graph

487 commits

Author SHA1 Message Date
Anand Doshi
0116eaea56 fixes in install: store password in __Auth 2012-08-06 19:55:27 +05:30
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
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
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
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
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
5105d8af8e refactor unicode changes and merge with master with refactored email 2012-08-03 16:02:34 +05:30
Rushabh Mehta
39e38a0c8a dialog.js: if fieldname is not given it taken from label 2012-08-03 14:07:51 +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
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
510adb0da0 fixes in email sending 2012-07-23 14:11:21 +05:30
Anand Doshi
0490b772e7 fixes in receive email 2012-07-23 12:51:39 +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
Nabin Hait
c5be669f82 Create files for new report 2012-07-19 11:27:26 +05:30
Anand Doshi
9e0cea5803 Merge branch 'master' of github.com:webnotes/wnframework into dev
Conflicts:
	js/legacy/widgets/form/form.js
2012-07-18 20:31:32 +05:30
Anand Doshi
01f8e44cae Changed file names from listview.js to doctype_name_list.js 2012-07-18 20:24:55 +05:30
Anand Doshi
a0f7317b5c fix in doclistview group by logic 2012-07-18 15:43:48 +05:30
Rushabh Mehta
c2b387c281 cur_frm.doc re-reference when is called 2012-07-16 15:44:50 +05:30
Rushabh Mehta
45c7c169ad profile cleanup wip, mandatory view bugs fixed, get_field > wn.meta.get_docfield 2012-07-16 14:16:30 +05:30
Rushabh Mehta
a9450498fd profile cleanup start and new auth table for better security 2012-07-13 14:55:01 +05:30
Nabin Hait
6d01e0d5e3 Merge branch 'master' of github.com:webnotes/wnframework into dev 2012-07-13 10:30:57 +05:30
Anand Doshi
746f00972a fixes in blog feed 2012-07-13 01:14:43 +05:30
Anand Doshi
aaeb2e2e55 fix in pretty date's timedelta calc 2012-07-12 23:49:30 +05:30
Anand Doshi
e83f54eadb updates in feed generation 2012-07-12 18:40:52 +05:30
Rushabh Mehta
10655951e8 added a base class for nested set type items DocTypeNestedSet 2012-07-12 11:33:30 +05:30
Anand Doshi
e965f7f524 fixes in feed 2012-07-11 20:03:58 +05:30
Rushabh Mehta
9943615d03 sales bom cleanup 2012-07-11 19:19:09 +05:30
Anand Doshi
1ac5a8ea0b Fixes related to rss feed 2012-07-11 18:42:30 +05:30
Rushabh Mehta
3339e51577 cleaned up fiscal_year, currency and added select-all + help in doclistview 2012-07-11 16:35:55 +05:30
Anand Doshi
f82d50c8ab Merge branch 'master' of github.com:webnotes/wnframework into cms2 2012-07-11 14:27:34 +05:30
Anand Doshi
979e64187e fixes in outgoing email connection error handling 2012-07-11 12:06:30 +05:30
Anand Doshi
ff65843b62 do not force send email using conf.py configuration 2012-07-10 15:15:52 +05:30