Commit graph

514 commits

Author SHA1 Message Date
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
Anand Doshi
32fbe33bd8 Pretty Date ported to python 2012-07-09 20:04:25 +05:30
Nabin Hait
86655e690a fixed utf8 issue in query builder 2012-07-09 17:17:14 +05:30
Anand Doshi
1420fce41e Changes in sitemap generation 2012-07-09 15:57:10 +05:30
Anand Doshi
562a71f153 Fixed issue in Backup Link
previously, http:// part was not attached and the url in <a> tag was not
within quotes. This was causing the email clients to misinterpret the
links.
2012-07-09 09:55:47 +05:30
Nabin Hait
41712834fa delete row issue in grid fixed 2012-07-05 16:16:21 +05:30
Nabin Hait
07a57c101c delete row issue in grid fixed 2012-07-05 15:44:09 +05:30
Nabin Hait
5174aa8065 delete row issue in grid fixed 2012-07-05 15:29:37 +05:30
Nabin Hait
81959387c1 delete row issue in grid fixed 2012-07-05 14:57:59 +05:30
Nabin Hait
2d10b6a85f delete row issue in grid fixed 2012-07-05 14:45:29 +05:30
Anand Doshi
b8e4d337d5 Merge branch 'master' of github.com:webnotes/wnframework into cms2 2012-07-03 15:51:28 +05:30
Anand Doshi
3ac7bf6430 show child table values in doclistview 2012-06-29 18:08:55 +05:30
Anand Doshi
3c075dfc42 Merge branch 'master' into dev 2012-06-28 20:49:45 +05:30
Anand Doshi
ea0a8ce616 fixes in cacheitem table 2012-06-28 20:47:02 +05:30
Anand Doshi
a739807062 Merge branch 'master' into dev 2012-06-27 14:13:43 +05:30
Anand Doshi
16dfa061c5 get list of system managers function 2012-06-26 12:46:58 +05:30
Anand Doshi
73e6b49f69 Merge branch 'master' into dev 2012-06-25 20:07:05 +05:30
Anand Doshi
1ce3305a7e clear locals and then sync locals when whole doclist is passed 2012-06-25 20:05:19 +05:30
Anand Doshi
68b56a8d1f Fixes in listing.js in usage of query
Allow field type "Long Text", with db definition as longtext
2012-06-22 19:58:58 +05:30
Nabin Hait
e73bedb256 Merge branch 'master' of github.com:webnotes/wnframework 2012-06-22 12:16:51 +05:30
Nabin Hait
1a079ca19c Error fixed in new report: sort by child table column 2012-06-22 12:16:03 +05:30
Anand Doshi
d2d310060d Merge branch 'master' into cms2
Conflicts:
	py/webnotes/__init__.py
2012-06-21 11:50:54 +05:30
Anand Doshi
64bba126fb write_cms_page deprecated 2012-06-21 11:49:21 +05:30
Anand Doshi
5c0dd674e9 fix in email send error 2012-06-21 11:30:32 +05:30