Commit graph

357 commits

Author SHA1 Message Date
Rushabh Mehta
fa3e6e4f61 fix in nested set 2014-01-08 20:02:57 +05:30
Anand Doshi
aa966d569f Fix: webnotes post_install hook 2014-01-08 15:18:01 +05:30
Rushabh Mehta
c71bdcc7a1 login and other fixes 2014-01-07 09:11:50 +05:30
Anand Doshi
3968f66d5f Fixes for MySQL-python==1.2.5 2014-01-05 02:45:00 +05:30
Anand Doshi
8e44eefade Verify Command, Website and some minor fixes 2013-12-31 17:42:42 +05:30
Anand Doshi
44d258c8f8 Verified Command, fixes in webnotes.conn.touch 2013-12-31 17:42:41 +05:30
Rushabh Mehta
bb65bf27fd added get_creation_count and other fixes 2013-12-30 17:24:12 +05:30
Rushabh Mehta
44916d7f23 Added app creation boiler plate, cleaned up website settings 2013-12-27 17:33:24 +05:30
Anand Doshi
24f2445065 Merge remote-tracking branch 'webnotes/4.0.0-wip' into permissions
Conflicts:
	webnotes/__init__.py
	webnotes/core/doctype/docfield/docfield.txt
	webnotes/core/page/data_import_tool/data_import_tool.js
	webnotes/defaults.py
	webnotes/install_lib/install.py
	webnotes/model/bean.py
	webnotes/model/code.py
	webnotes/sessions.py
	webnotes/tests/test_nested_set.py
	webnotes/widgets/page.py
2013-12-26 19:12:35 +05:30
Rushabh Mehta
cf71e3725a Merged with develop 2013-12-26 10:36:37 +05:30
Rushabh Mehta
e9e427d54b Fixed bugs in default cache clearing, created new Attach field type for attachments and other minor fixes with file uploads 2013-12-24 18:50:39 +05:30
Rushabh Mehta
f91cb781bd Merge pull request #1 from pdvyas/testing
CI
2013-12-23 22:48:31 -08:00
Anand Doshi
148c5d8891 [minor] pop socket timeout 2013-12-23 20:01:12 +05:30
Anand Doshi
df95128fed [minor] use mixin class for Timed_POP3 and Timed_POP3_SSL 2013-12-23 20:01:12 +05:30
Pratik Vyas
46b2a3019b Set timeout POP3 session using pop_timeout in conf.py 2013-12-23 20:01:12 +05:30
Anand Doshi
8a3be21704 Throttle POP pulling based on time and space (not the physics kind) 2013-12-23 20:01:12 +05:30
Anand Doshi
7720e999e9 [minor] [fix] error logging for pop 2013-12-23 20:01:11 +05:30
Anand Doshi
6268738cba specify max_email_size in conf.py to limit size of each email pulled using POP and the total size of all emails pulled in a single scheduler call 2013-12-23 20:01:11 +05:30
Pratik Vyas
6faafab586 [minor] fix file lock booboo 2013-12-23 20:01:11 +05:30
Pratik Vyas
4090932fca [minor] add locking to scheduler 2013-12-23 20:01:11 +05:30
Rushabh Mehta
9b4a20d5ab [permissions] Added Test Cases 2013-12-23 20:01:09 +05:30
Rushabh Mehta
25f07b8d32 Added Applications page and fixed issues in translations and hooks 2013-12-23 16:08:25 +05:30
Pratik Vyas
7b2ffcee6f iterate on other footers (smtp) 2013-12-23 11:54:52 +05:30
Nabin Hait
fa00d501aa Merge pull request #359 from anandpdoshi/hotfix-reply-to
[minor] [smtp] always add Reply-To header, add Date header
2013-12-16 02:08:51 -08:00
Anand Doshi
fa8ae0ecf6 [minor] [smtp] always add Reply-To header, add Date header 2013-12-16 14:48:17 +05:30
Anand Doshi
3f4516ad9f [minor] [scheduler] send scheduler errors as email digest 2013-12-16 13:51:09 +05:30
Rushabh Mehta
22a83f327c Rewrote hooks for scheduler, notifications, boot, session, login, webpage webnotes/wnframework#351 2013-12-16 12:49:48 +05:30
Rushabh Mehta
e665ce1907 notifications via hooks webnotes/wnframework#351 2013-12-13 15:34:12 +05:30
Rushabh Mehta
1243b71534 install, web serving, session booting 2013-12-12 19:11:07 +05:30
Pratik Vyas
980d6bc1e8 [minor] use get_url to generate backup urls 2013-12-09 11:06:36 +05:30
Pratik Vyas
622de07242 [minor] request site address should use site name if available 2013-12-09 11:05:37 +05:30
Pratik Vyas
3b056924e2 Merge develop for release 2013-12-05 16:20:59 +05:30
Akhilesh Darjee
bc8d4a946a [fix] [minor] hide fields and report filters fixed 2013-12-04 19:01:37 +05:30
Anand Doshi
f88a0fbafb [minor] [smtp] propagate exceptions 2013-12-04 16:28:23 +05:30
Anand Doshi
055b180f4d [minor] pop socket timeout 2013-12-03 12:53:02 +05:30
Anand Doshi
43e470dd38 [minor] use mixin class for Timed_POP3 and Timed_POP3_SSL 2013-12-02 23:51:16 +05:30
Pratik Vyas
6fb9461989 Set timeout POP3 session using pop_timeout in conf.py 2013-12-02 20:29:25 +05:30
Pratik Vyas
b1ac9449c2 Merge pull request #328 from anandpdoshi/throttle-pop
Throttle POP pulling based on time and space (not the physics kind)
2013-12-02 04:22:21 -08:00
Anand Doshi
ab75ff19cf Throttle POP pulling based on time and space (not the physics kind) 2013-12-02 17:50:25 +05:30
Anand Doshi
15a6758c90 [minor] [fix] error logging for pop 2013-12-02 17:14:24 +05:30
Pratik Vyas
cd3d4807de Merge pull request #326 from webnotes/scheduler-lock
[minor] fix file lock booboo
2013-12-02 03:11:39 -08:00
Pratik Vyas
82332d22c1 Merge pull request #321 from pdvyas/scheduler-lock
[minor] add locking to scheduler
2013-12-02 02:45:47 -08:00
Anand Doshi
ba4a48fbd8 specify max_email_size in conf.py to limit size of each email pulled using POP and the total size of all emails pulled in a single scheduler call 2013-12-02 15:37:29 +05:30
Pratik Vyas
5c41d1eadb [minor] fix file lock booboo 2013-12-02 12:53:51 +05:30
Pratik Vyas
f9f01fa727 [minor] add locking to scheduler 2013-12-01 13:06:24 +05:30
Pratik Vyas
c10949d039 [fix] https issue in request url 2013-11-27 16:51:01 +05:30
Nabin Hait
57c98db8ea [minor] merge conflict fixed 2013-11-21 12:33:52 +05:30
Nabin Hait
fa8d397da7 [fix] Rename and merge rewrite 2013-11-20 13:14:11 +05:30
Rushabh Mehta
325def77df [copyright] added Contributors 2013-11-20 12:58:35 +05:30
Anand Doshi
39f72c3060 [minor] [scheduler] commit if no exception 2013-11-18 13:49:59 +05:30