Commit graph

417 commits

Author SHA1 Message Date
Anand Doshi
ea0a8ce616 fixes in cacheitem table 2012-06-28 20:47:02 +05:30
Anand Doshi
16dfa061c5 get list of system managers function 2012-06-26 12:46: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
5c0dd674e9 fix in email send error 2012-06-21 11:30:32 +05:30
Anand Doshi
eadc5e6a91 encode email footer using utf-8 2012-06-20 13:11:00 +05:30
Anand Doshi
6879f68ed1 encode email footer using utf-8 2012-06-20 12:40:17 +05:30
Anand Doshi
49322a3cee encode email footer using utf-8 2012-06-20 12:34:34 +05:30
Anand Doshi
3be70dd0a6 Merge pull request #68 from MiteshC/master
Change in DocType.py - While changing idx of docfields, check if the field belongs to that doctype
2012-06-18 04:52:40 -07:00
Anand Doshi
21d7a7f293 removed check of is apache user 2012-06-18 16:15:29 +05:30
Mitesh
ddb6a943de updating the idx of field within its parent doctype 2012-06-18 13:14:21 +05:30
Nabin Hait
bdd6ab7c9b reload_doc depricated for doctype 2012-06-18 11:50:56 +05:30
Anand Doshi
614d8206b8 fix in receive 2012-06-14 14:54:15 +05:30
Anand Doshi
7216ddb9a4 Delete email messages from pop list if the message count is greater than
100, so that when there are more than 100 messages which are not fetched
before, it will not get received. This prevents issues when the support
ticket system is activated for the first time. At that time only top 100
messages will be fetched into the system, and others will be deleted
from the pop list. Need to mark "Keep copy in inbox" in the email server
settings of the concerned user.
2012-06-14 12:29:40 +05:30
Rushabh Mehta
ae5688f559 Merge branch 'master' of github.com:webnotes/wnframework 2012-06-14 09:54:36 +05:30
Rushabh Mehta
95efb5644f sync: don't reload pages if not modified 2012-06-14 09:53:57 +05:30
Anand Doshi
13a00291b8 1. Listviews for Report and Search Criteria
2. Added read permission for Role All in DocType Report
3. Fixed a bug in doclistview.py
2012-06-13 18:03:27 +05:30
Anand Doshi
a9d8547e66 removed error console 2012-06-12 16:44:31 +05:30
Anand Doshi
ff9f833c18 fix in back button after save/submit 2012-06-12 15:45:52 +05:30
Nabin Hait
e741aa829a sql result as utf-8 2012-06-11 17:44:13 +05:30
Nabin Hait
48570f4b8a sql result as utf8 2012-06-11 17:22:48 +05:30
Rushabh Mehta
50bc443e63 not in search, should be allowed in reports and loading place holder for reports 2012-06-11 10:39:00 +05:30
Rushabh Mehta
bc62349441 communication is now created when email is sent 2012-06-07 11:30:15 +05:30
Anand Doshi
6f7d06f19a seperate custome client script by a line break during concatenation, in doctype.py 2012-06-04 11:22:43 +05:30
Anand Doshi
b653933c7f Merge branch 'master' of github.com:webnotes/wnframework 2012-05-29 15:47:55 +05:30
Anand Doshi
5eb7b9216b new rename doc function 2012-05-29 15:47:31 +05:30
Anand Doshi
6348952b55 fix in form email attachments 2012-05-25 15:18:12 +05:30
Anand Doshi
1ea0ab3a39 refactor rename method 2012-05-25 12:20:18 +05:30
Anand Doshi
0020310279 fix in file data naming 2012-05-23 16:56:56 +05:30
Anand Doshi
c4a9845e61 Merge branch 'shf_rename' 2012-05-21 18:44:22 +05:30
Anand Doshi
3ee7495d94 change session cache storage as json 2012-05-21 13:13:15 +05:30
Anand Doshi
3e59adcd2e Merge branch 'master' of github.com:webnotes/wnframework 2012-05-17 15:04:54 +05:30
Rushabh Mehta
57b72f82c0 added function get_file 2012-05-16 15:38:11 +05:30
Anand Doshi
15b27c633f Merge branch 'shf_rename' 2012-05-16 14:35:30 +05:30
Nabin Hait
a43d43f80f Merge branch 'shf_rename' of github.com:webnotes/wnframework into shf_rename 2012-05-16 13:18:11 +05:30
Nabin Hait
497b7a14cb modified time issue fix 2012-05-16 13:17:53 +05:30
Anand Doshi
1ef96eba44 Merge branch 'shf_rename' 2012-05-15 18:22:27 +05:30
Anand Doshi
f57f5bcff2 do not sync search criteria, print format, doctype mapper 2012-05-15 14:01:11 +05:30
Anand Doshi
49e2858548 force decode search string in search box/link field using utf-8, since utf-8 is the default charset of content via http. This makes searching in other languages possible for old search widget and link fields. 2012-05-15 13:43:35 +05:30
Anand Doshi
d849172084 Merge branch 'shf_rename' 2012-05-14 18:03:56 +05:30
Anand Doshi
e117e59934 Merge branch 'master' of github.com:webnotes/wnframework 2012-05-14 16:16:33 +05:30
Anand Doshi
64c2a28cac ignore wn-web.css and wn-web.js as they are generated using cms's make function 2012-05-14 16:12:50 +05:30
Nabin Hait
16da4f4089 reload search criteria, print format and doctype mapper through sync_all 2012-05-14 14:57:45 +05:30
Rushabh Mehta
b35719f1fa data import tool and cleanup of files, handler and other minor 2012-05-11 15:54:46 +05:30
Rushabh Mehta
e266ceb8ea Merge branch 'master' of github.com:webnotes/wnframework into cms 2012-05-10 19:09:00 +05:30
Rushabh Mehta
84ea1cf5a9 data import tool 2012-05-10 19:08:32 +05:30
Anand Doshi
3033a176c4 cleanup session expiyr 2012-05-10 18:32:47 +05:30
Anand Doshi
6b2e008555 fixes after merge with cms 2012-05-10 15:15:55 +05:30
Anand Doshi
b2d608de09 erpenxt installer 2012-05-10 12:39:33 +05:30
Rushabh Mehta
6abb192719 cms updates 2012-05-09 15:38:05 +05:30