Commit graph

61 commits

Author SHA1 Message Date
nabinhait
691e22e046 Merge branch 'master' of git@github.com:rmehta/wnframework 2011-07-04 17:26:31 +05:30
nabinhait
66ae0a765c copy_doclist fn added 2011-07-04 17:25:25 +05:30
Rushabh Mehta
9c0aebc094 Merge branch 'master' of github.com:rmehta/wnframework 2011-07-04 16:37:52 +05:30
Rushabh Mehta
6466d65082 fixes to doc.py and webservice.py 2011-07-04 16:37:20 +05:30
nabinhait
eac5913aad Merge branch 'master' of git://github.com/rmehta/wnframework 2011-07-01 15:20:35 +05:30
Rushabh Mehta
02cc92d0dc fix in import 2011-07-01 15:19:31 +05:30
nabinhait
7f32e95fb6 Merge branch 'master' of git://github.com/rmehta/wnframework 2011-07-01 15:18:56 +05:30
Rushabh Mehta
3d114ad763 fix in import 2011-07-01 15:18:24 +05:30
nabinhait
03fa68da5b Merge branch 'master' of git://github.com/rmehta/wnframework 2011-07-01 15:17:32 +05:30
Rushabh Mehta
9d5bb4c884 fix in import 2011-07-01 15:16:25 +05:30
nabinhait
5e574e413e Merge branch 'master' of git://github.com/rmehta/wnframework 2011-07-01 15:10:37 +05:30
Rushabh Mehta
1ccb9dc139 fixes to import in doctype.py 2011-07-01 13:52:11 +05:30
nabinhait
178219d359 Merge branch 'master' of git://github.com/rmehta/wnframework 2011-07-01 11:12:37 +05:30
Rushabh Mehta
b19653a8a2 fixes to new import/export 2011-07-01 11:08:05 +05:30
nabinhait
e8c034af7d Merge branch 'master' of git://github.com/rmehta/wnframework 2011-07-01 10:27:20 +05:30
Rushabh Mehta
5d1a9965a3 fixes to test 2011-07-01 10:20:13 +05:30
nabinhait
122c8805f9 event_handlers file moved to startup 2011-06-30 19:51:57 +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
6b763ebb41 Cleaned up export_module 2011-06-29 15:33:38 +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
923a1e5447 validate criteria name 2011-06-27 16:39:03 +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