Commit graph

1252 commits

Author SHA1 Message Date
Pratik Vyas
7b2ffcee6f iterate on other footers (smtp) 2013-12-23 11:54:52 +05:30
Rushabh Mehta
f647430ebc fixes to translations, added building of translation assets 2013-12-20 12:19:54 +05:30
Rushabh Mehta
ffff45ccbb Translations redesigned webnotes/wnframework#351 2013-12-19 18:27:00 +05:30
Rushabh Mehta
bc3761c3ea Install fixes, started to rewrite translate.py webnotes/wnframework#351 2013-12-17 17:03:45 +05:30
Rushabh Mehta
5f44ed25a1 fixed test cases webnotes/wnframework#351 2013-12-16 18:43:30 +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
1ae1e62b5a added manifest, hooks and fixed requires webnotes/wnframework#351 2013-12-13 14:08:28 +05:30
Rushabh Mehta
1243b71534 install, web serving, session booting 2013-12-12 19:11:07 +05:30
Rushabh Mehta
fbe06117a5 fixed template loader webnotes/wnframework#351 2013-12-12 13:57:27 +05:30
Rushabh Mehta
f371ecd1f7 fixed build webnotes/wnframework#351 2013-12-12 12:21:26 +05:30
Rushabh Mehta
0fc8635934 added site as explicit webnotes/wnframwork#351 2013-12-12 11:58:13 +05:30
Pratik Vyas
426d2f4153 [minor] get bundle working, almost 2013-12-12 10:44:26 +05:30
Rushabh Mehta
7b8b315de8 step 0: install 2013-12-11 15:31:32 +05:30
Rushabh Mehta
183865950c added setup.py 2013-12-11 11:32:43 +05:30
Rushabh Mehta
aebb3e8bd4 moved files inside webnotes 2013-12-11 10:54:35 +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
Nabin Hait
fc88046643 Merge pull request #338 from akhileshdarjee/master
[fix] [minor] hide fields and report filters fixed
2013-12-04 22:34:39 -08:00
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
Nabin Hait
d425a208de [fix] [minor] call autoname through controller while called from bean 2013-12-04 13:23:12 +05:30
Anand Doshi
50edcc37a5 Merge pull request #332 from anandpdoshi/hotfix
[minor] website - if no page_name, show login
2013-12-03 22:31:15 -08:00
Nabin Hait
1f5aff7903 [fix] [minor] fix in getseries 2013-12-04 11:17:37 +05:30
Anand Doshi
8253169d45 [minor] website - if no page_name, show login 2013-12-03 18:10:12 +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
0aa597a2bd Merge pull request #324 from pdvyas/website-only-get
[minor] send 404 if POST request non cmd (ie website)
2013-12-02 02:48:09 -08:00
Pratik Vyas
831d2903cc Merge pull request #318 from anandpdoshi/hotfix
[minor] lock tabSeries during update
2013-12-02 02:46:33 -08:00
Pratik Vyas
8a6427a194 Merge pull request #319 from rmehta/develop
[bugfix] [minor] [translate] update requests api
2013-12-02 02:46:16 -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
03ae35a584 [minor] send 404 if POST request non cmd (ie website) 2013-12-02 13:18:28 +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
Anand Doshi
f4e73066e1 Merge pull request #309 from pdvyas/static-middleware
Fixes to WSGI application callable
2013-11-30 23:21:47 -08:00
Rushabh Mehta
7b2ccc6776 [bugfix] [minor] [translate] update requests api 2013-11-29 15:03:44 +05:30
Anand Doshi
bee949af45 [minor] lock tabSeries during update 2013-11-29 14:45:20 +05:30
Pratik Vyas
001f4389cf [minor] do not serve statics if NO_STATICS in environ 2013-11-29 12:42:24 +05:30
Pratik Vyas
46b860e93d handle session stopped 2013-11-29 12:30:56 +05:30
Pratik Vyas
7d3924af55 [minor] move static data middleware to development serve command 2013-11-29 12:30:56 +05:30
Anand Doshi
63b90d35e8 [minor] get system managers sends formatted email address 2013-11-29 12:20:25 +05:30
Rushabh Mehta
8aa807288f [minor] Linked With hotfix webnotes/erpnext#1110 2013-11-29 11:00:12 +05:30
Anand Doshi
27504792cc [minor] reload a plugin doc 2013-11-28 18:14:43 +05:30