Commit graph

56 commits

Author SHA1 Message Date
Rushabh Mehta
1ccb9dc139 fixes to import in doctype.py 2011-07-01 13:52:11 +05:30
Rushabh Mehta
b19653a8a2 fixes to new import/export 2011-07-01 11:08:05 +05:30
Rushabh Mehta
5d1a9965a3 fixes to test 2011-07-01 10:20:13 +05:30
Rushabh Mehta
034602dfd9 pretty print of doclists 2011-06-30 17:08:24 +05:30
Pratik Vyas
2c79cfda57 Merge branch 'master' of github.com:rmehta/wnframework 2011-06-30 12:01:35 +05:30
Pratik Vyas
71488ee293 Added human readable pretty print and pretty eval 2011-06-30 12:01:09 +05:30
Rushabh Mehta
434c577813 cleaned up doclist and form.py 2011-06-29 18:34:15 +05:30
Pratik Vyas
28bc9aff18 Merge branch 'master' of github.com:rmehta/wnframework 2011-06-29 15:35:28 +05:30
Pratik Vyas
6b763ebb41 Cleaned up export_module 2011-06-29 15:33:38 +05:30
Rushabh Mehta
b624972f0d added new docs 2011-06-29 14:41:49 +05:30
Pratik Vyas
5315c1c0c8 Merge branch 'master' of github.com:rmehta/wnframework 2011-06-29 11:34:07 +05:30
Rushabh Mehta
fcd77ee512 addes tests and cleaned up export_module 2011-06-29 11:32:34 +05:30
Rushabh Mehta
3ee3a7ef4d form style and module fixes 2011-06-28 21:10:05 +05:30
Rushabh Mehta
3dcb2cfd52 fix to install 2011-06-27 16:49:49 +05:30
Rushabh Mehta
ca6e0771a9 validate criteria name 2011-06-27 16:40:19 +05:30
Rushabh Mehta
923a1e5447 validate criteria name 2011-06-27 16:39:03 +05:30
Rushabh Mehta
9fcb4c230f bug fix in core/doctype/profile naming 2011-06-27 12:33:39 +05:30
Rushabh Mehta
74720f659f space allowed in db password 2011-06-27 11:23:28 +05:30
Rushabh Mehta
5033f1f364 fixes in install 2011-06-27 11:02:52 +05:30
Rushabh Mehta
e7462499d9 fix to install.py 2011-06-27 10:58:32 +05:30
Pratik Vyas
f5a2571277 Merge branch 'master' of github.com:webnotes/wnframework 2011-06-23 10:16:57 +05:30
Anand Doshi
40d638b045 Modified send method of FormEmail class: changed method call attach to attach_file 2011-06-22 13:58:46 +05:30
Anand Doshi
c0e654fbd6 Modified install.py - Added condition such that if master sql is used for installation, core modules need not be imported. This will probably solve new company creation issue. 2011-06-22 09:58:24 +05:30
Anand Doshi
19eccd6d5b Commented connection function call, as connection is already set up when using download backup functionality. 2011-06-15 13:15:04 +05:30
Anand Doshi
d5b1c7f9b9 modified the recipient list fetch logic 2011-06-15 13:05:08 +05:30
Rushabh Mehta
7577849fc5 Merge branch 'master' of github.com:webnotes/wnframework 2011-06-15 10:40:44 +05:30
Rushabh Mehta
d4dcd2dfd7 set fix 2011-06-15 10:39:45 +05:30
Pratik Vyas
800e2fad2a Fixed packagename bug in jstimestamp 2011-06-15 02:14:05 +05:30
Pratik Vyas
4276fee221 modules.js tested to run but requires fix in jstimestamps.py to run packages correctly 2011-06-14 22:14:58 +05:30
Anand Doshi
d28c12be3a Added recipient list to the backup download available message so that user can check that email. 2011-06-14 16:53:48 +05:30
Anand Doshi
4bb7cf07d5 Redownloaded backups.py 2011-06-14 16:31:34 +05:30
Anand Doshi
7344c6a09c renamed backups.py to backups-temp.py 2011-06-14 16:06:25 +05:30
Anand Doshi
63b28bcf9d Added delete function to delete temporary backup files 2011-06-14 10:47:23 +05:30
Anand Doshi
8bc4b4c125 Merge remote branch 'upstream/master' 2011-06-14 10:43:17 +05:30
Anand Doshi
ff966f6c53 Added comments 2011-06-14 10:34:38 +05:30
Anand Doshi
97a08b58fb Added function to delete old temporary backup files when user downloads backup. 2011-06-14 10:30:56 +05:30
Nabin Hait
816b31ee50 Merge pull request #2 from nabinhait/master
removed & and , validation in autoname
2011-06-13 06:49:25 -07:00
root
6be68dd332 removed & and , validation in autoname 2011-06-13 19:12:14 +05:30
Anand Doshi
baa9be2c16 Merge branch 'master' of git://github.com/webnotes/wnframework 2011-06-13 17:47:49 +05:30
Anand Doshi
00eefb1a1c Backup Generator Module: On Tools > Download Backup, backup link is emailed. 2011-06-13 17:42:51 +05:30
Pratik Vyas
589f916daa jsdependency and compilejs.py tested OK 2011-06-13 17:10:36 +05:30
Rushabh Mehta
8545e11c76 Merge branch 'master' of github.com:webnotes/wnframework 2011-06-13 13:11:16 +05:30
Rushabh Mehta
7493fa5405 delete_doc fix 2011-06-13 13:07:32 +05:30
Pratik Vyas
c22a25d204 js namespace related methods in different class & fixed stitching logic 2011-06-12 18:36:36 +05:30
Pratik Vyas
5aacd1ea75 Added wnJSCompiler that does the js preprocessing for ondemand js 2011-06-11 23:43:10 +05:30
Rushabh Mehta
b5ea58a994 Revert "starting refactor of js code"
This reverts commit a54cf546b8.
2011-06-10 17:17:46 +05:30
Pratik Vyas
5b1792ae98 Added js Dependency Builder 2011-06-10 16:37:07 +05:30
Rushabh Mehta
a54cf546b8 starting refactor of js code 2011-06-10 16:29:20 +05:30
Pratik Vyas
6163bb00a5 removed edit_area js library 2011-06-09 18:52:07 +05:30
Pratik Vyas
2362bc800a Changed classname of jstimestamp and added disallowed list 2011-06-09 18:39:29 +05:30