Commit graph

3901 commits

Author SHA1 Message Date
Pratik Vyas
abc3e9bbbd [install] use site_config in wnf.install if passed 2013-10-07 23:57:32 +05:30
Anand Doshi
3f5db264a6 Merge branch 'wsgi' of github.com:webnotes/wnframework into wsgi 2013-10-07 19:40:13 +05:30
Anand Doshi
7e4232e738 [minor] add system manager in wnf 2013-10-07 19:24:17 +05:30
Rushabh Mehta
4dbf85f1c6 Merge branch 'wsgi' of github.com:webnotes/wnframework into wsgi 2013-10-07 18:29:45 +05:30
Rushabh Mehta
d2a1ba6cd0 [form] Added new controls Attach and Attach Image and cleaned up field_groups - now using full form layout 2013-10-07 18:29:02 +05:30
Anand Doshi
08bb06fab5 [minor] appframe module icon can have custom onclick function 2013-10-07 18:05:49 +05:30
Pratik Vyas
09a9736d81 [minor] add counting logic to wnf.move 2013-10-07 10:52:56 +05:30
Pratik Vyas
729239109e [minor] add move to wnf.py 2013-10-07 08:46:07 +05:30
Pratik Vyas
ebe0e7d64b [minor] return backup generator obj from wnf.backup 2013-10-07 08:24:52 +05:30
Pratik Vyas
c95f18f2ad add set_admin_password utility 2013-10-07 08:24:52 +05:30
Anand Doshi
3757916024 [minor] [fix] wnf 2013-10-04 21:24:08 +05:30
Anand Doshi
52248cd496 Merge branch 'wsgi' of github.com:webnotes/wnframework into wsgi 2013-10-04 21:19:45 +05:30
Anand Doshi
b3ac8fe6d7 [minor] [fix] wnf 2013-10-04 21:19:01 +05:30
Rushabh Mehta
f4e1740366 [upload] cleaned up UI 2013-10-04 17:47:28 +05:30
Rushabh Mehta
6c335c6d27 Merge branch 'wsgi' of github.com:webnotes/wnframework into wsgi 2013-10-04 13:32:47 +05:30
Rushabh Mehta
defec1b1e8 [login] [minor] better layout 2013-10-04 13:32:33 +05:30
Anand Doshi
2983741cf2 [minor] [fix] query report and wnf 2013-10-04 13:20:53 +05:30
Anand Doshi
e4adb72dc4 [minor] wnf run all patches 2013-10-03 19:32:09 +05:30
Rushabh Mehta
5ee2f74a7e [minor] fixes to crm patch 2013-10-03 18:12:35 +05:30
Rushabh Mehta
846e216cd7 Merge branch 'wsgi' of github.com:webnotes/wnframework into wsgi 2013-10-03 17:31:24 +05:30
Rushabh Mehta
79f0aa3284 Merge branch 'wsgi' of github.com:webnotes/wnframework into wsgi 2013-10-03 17:30:12 +05:30
Rushabh Mehta
fc5b7d0b18 [communication] [minor] added field sent_or_received 2013-10-03 17:25:47 +05:30
Pratik Vyas
95b533a915 fix get_sites 2013-10-03 17:22:48 +05:30
Pratik Vyas
ee98bd90aa add ablity to pass root-password from commandline args in wnf.py 2013-10-03 17:22:01 +05:30
Pratik Vyas
ce178b9084 pass site_config in Installer as well 2013-10-03 17:21:19 +05:30
Pratik Vyas
205924744e fix verbosities 2013-10-03 17:20:48 +05:30
Rushabh Mehta
8731df68d5 [issues] [minor] fixed multiple minor issues 2013-10-03 14:50:55 +05:30
Anand Doshi
ae48f03878 merged master, fixes in wnf and install
Conflicts:
	core/doctype/file_data/file_data.py
2013-10-03 13:19:14 +05:30
Anand Doshi
686bf35f22 [minor] [fix] ignore permission check while removing file, if the referred document does not exist 2013-10-03 11:48:19 +05:30
Rushabh Mehta
d6ed56fe00 [minor] [fix] url fix in editor webnotes/erpnext#934 2013-10-03 11:05:48 +05:30
Anand Doshi
119cf1a35e [minor] [fix] when making control, use form's perm 2013-10-03 11:05:48 +05:30
Rushabh Mehta
76d30641be [minor] [fix] url fix in editor webnotes/erpnext#934 2013-10-03 10:42:57 +05:30
Anand Doshi
12431c96e6 [minor] [fix] when making control, use form's perm 2013-10-02 17:27:08 +05:30
Anand Doshi
02828e0cbb Merge branch 'wsgi' of github.com:webnotes/wnframework into wsgi 2013-10-02 17:12:56 +05:30
Rushabh Mehta
a2eb9820a0 [minor] fixed 403s and 404s 2013-10-02 17:11:51 +05:30
Anand Doshi
c7253a830a Merge branch 'master' of github.com:webnotes/wnframework into wsgi
Conflicts:
	requirements.txt
	webnotes/handler.py
	webnotes/install_lib/install.py
	webnotes/model/sync.py
	webnotes/webutils.py
2013-10-02 16:46:35 +05:30
Rushabh Mehta
0bc7bfbcf5 [communication] [minor] cleaned up UI, added subject webnotes/erpnext#809 2013-10-02 16:41:03 +05:30
Anand Doshi
ae983eec3e [minor] [fix] minify 2013-10-02 16:40:18 +05:30
Anand Doshi
2792cb2241 [minor] [wnf] get_sites 2013-10-02 16:39:49 +05:30
Rushabh Mehta
eaca1c7342 [communication] cleaned up UI, added subject webnotes/erpnext#809 2013-10-02 16:30:18 +05:30
Rushabh Mehta
d6fe04a577 [Customize Form] [minor] Don't set property setter for Custom Field, update directly webnotes/erpnext#846 2013-10-02 15:40:06 +05:30
Rushabh Mehta
c6831eb747 [minor] Allow hidden + mandatory if default is set webnotes/erpnext#870 2013-10-02 15:21:41 +05:30
Rushabh Mehta
1281d2ca6d [logout] [fix] [minor] Logout if session expired webnotes/erpnext#839 2013-10-02 15:18:44 +05:30
Rushabh Mehta
303327375b [todo] Show in sections - assigned to, assigned by for webnotes/erpnext#838 2013-10-02 15:12:09 +05:30
Anand Doshi
1dc6d08cef [minor] [fix] render grid only if it is visiable 2013-10-02 15:04:03 +05:30
Rushabh Mehta
ad9638d5b3 [wsgi] [minor] fixed webnotes.local.form_dict 2013-10-02 14:34:25 +05:30
Rushabh Mehta
e863b7081b merge 2013-10-02 14:18:09 +05:30
Rushabh Mehta
6b3af54164 [minor] 2013-10-02 14:16:17 +05:30
Anand Doshi
de538641e4 [minor] [fix] default conf.py 2013-10-02 12:56:02 +05:30
Anand Doshi
fb3c9b15d8 [minor] [fix] POP3Mailbox use ssl 2013-10-02 11:28:11 +05:30