Commit graph

462 commits

Author SHA1 Message Date
Pratik Vyas
057ff39a5f Move scheduler_last_event to System Settings 2015-05-04 10:47:37 +05:30
kressi
77ff31f297 removed attributes from get_user 2015-05-02 10:23:24 +02:00
Pratik Vyas
ff8137650a [hotfix] avoid import error on old versions of requests 2015-05-01 15:19:05 +05:30
Rushabh Mehta
eb21f50c0f [cleanup] frappe.get_user() 2015-05-01 10:33:23 +05:30
Pratik Vyas
79810466a8 [util] add custom request session with retries 2015-04-29 15:17:34 +05:30
Rushabh Mehta
3fb635532f [fixes] test case, send to sender if in recipients, undefined in notes, permission test case fix, remove guest permission from blog post 2015-04-29 11:21:13 +05:30
Anand Doshi
dcebf0896d [hotfix] User's roles should include both All and Guest roles 2015-04-27 15:24:12 -04:00
Rushabh Mehta
9334f91eb9 [fixes] added for update in document save to prevent double saving 2015-04-27 13:13:04 +05:30
Rushabh Mehta
3adcad64c3 [minor] is_custom_field in Customize Form, page_name editable in Blog Post and other 2015-04-24 11:40:54 +05:30
Pratik Vyas
971f86319c Fix doctor 2015-04-22 09:09:16 +05:30
Rushabh Mehta
b3e20f63b2 [enhancement] custom script fixtures via fixtures/custom_script 2015-04-20 12:46:44 +05:30
Rushabh Mehta
b4f4032183 [minor] datetime 2015-04-19 00:49:25 +05:30
Pratik Vyas
1a2786b043 [scheduler] better trigger_if_enabled 2015-04-16 15:25:41 +05:30
Pratik Vyas
773a43d411 [scheduler] Add test case 2015-04-16 14:59:52 +05:30
Pratik Vyas
a3abcd960c [scheduler] run all event at least once a day 2015-04-16 14:28:49 +05:30
Pratik Vyas
bf9d9777ac [scheduler] Add enabled_scheduler_events 2015-04-16 14:28:49 +05:30
Anand Doshi
b2872487ad [hotfix] formatters 2015-04-08 16:17:32 +05:30
Anand Doshi
790769ee93 [fix] formatters 2015-04-08 12:33:09 +05:30
Anand Doshi
81f2153523 fixes to statics and scheduler 2015-04-06 19:30:20 +05:30
Anand Doshi
05fe53c404 Merge remote-tracking branch 'frappe/v4.x.x' into develop
Conflicts:
	frappe/__version__.py
	frappe/core/doctype/comment/comment.py
	frappe/hooks.py
	frappe/model/db_query.py
	frappe/print/doctype/print_format/print_format.py
	frappe/utils/__init__.py
	requirements.txt
	setup.py
2015-04-06 12:05:50 +05:30
Anand Doshi
c42bea1994 [hotfix] get datetime 2015-04-06 11:55:29 +05:30
Anand Doshi
1a06e5cd6c Fix null date and datetime values that got stored like 0000-00-00. Good riddance! 2015-04-05 17:19:55 +05:30
Rushabh Mehta
4f8cf2c610 [added] frappe.utils.make_random 2015-04-03 19:04:19 +05:30
Anand Doshi
6b1640d795 Merge pull request #1070 from anandpdoshi/anand-april-2-v5
Email File Receive Fix
2015-04-02 18:33:16 +05:30
Anand Doshi
6ed5604a2f [fix] email receive file 2015-04-02 18:10:59 +05:30
Rushabh Mehta
b8dbe693a8 datetime fix 2015-04-02 16:14:47 +05:30
Rushabh Mehta
14d4362d8a [fixes] datetime 2015-04-02 15:54:22 +05:30
Rushabh Mehta
7ab5c17f7a [message.html] separate title and header 2015-04-02 11:16:17 +05:30
Rushabh Mehta
b64b79c4f1 [bulk] [feature] added send_after 2015-04-01 20:34:00 +05:30
Anand Doshi
e480abff16 [fix] compensate for the ridiculous shortcoming of email.utils.parseaddr 😞 2015-04-01 11:29:05 +05:30
Anand Doshi
aef6baf798 [hotfix] encode path before removing file 2015-03-31 13:07:56 +05:30
Anand Doshi
f02a21f3d0 fixed email 2015-03-26 19:54:00 +05:30
Anand Doshi
ac8d731ff4 fixes in redis if redis server is off 2015-03-25 14:50:45 +05:30
Rushabh Mehta
9e6eaf5a0b [test] fixes 2015-03-24 17:57:46 +05:30
Rushabh Mehta
c6157bdc7a [fixes] added block_module to user, grid download / upload fixes, updated user permissions, fixed breadcrumbs if no module permissionsm, search_query for User 2015-03-24 17:34:23 +05:30
Nabin Hait
15ab5c19fd fixes in scrubbing url 2015-03-24 16:55:40 +05:30
Anand Doshi
2d6fec5954 File Manager: fixed unicode decode error 2015-03-23 16:07:42 +05:30
Rushabh Mehta
6a29fa7ca0 [email] unread notifications and test fixes 2015-03-23 13:58:43 +05:30
Rushabh Mehta
99ca7d5f8a [email] fixed test cases for bulk emails 2015-03-19 17:15:44 +05:30
Rushabh Mehta
bead93693d [email] many fixes, bulk email, unsubscribe 2015-03-19 17:15:43 +05:30
Anand Doshi
c10e3ec75e frappe.as_json 2015-03-18 16:21:41 +05:30
Anand Doshi
b2d7efa682 optimizations 2015-03-18 15:05:47 +05:30
Anand Doshi
f7f2372929 fixed boilerplate, freeze, attach, frappeclient 2015-03-17 19:44:53 +05:30
Nabin Hait
0eefe78332 Fix for user time zone 2015-03-13 08:15:47 +05:30
Pratik Vyas
a36479478b [cache] Dont use redis in_install 2015-03-13 01:00:39 +05:30
Rushabh Mehta
1b59d640ee strip unwanted fields from json fixture export 2015-03-11 18:52:31 +05:30
Rushabh Mehta
805adf72ca [email alert] attach print, singles bootstrapping and other fixes 2015-03-11 18:28:50 +05:30
Anand Doshi
5b4dceb6f7 [website] 2015-03-10 14:37:02 +05:30
Rushabh Mehta
ed5f020d01 [website] cleaned up layout, sidebar sent as content 2015-03-08 12:24:56 +05:30
Anand Doshi
f70f409a64 Merge remote-tracking branch 'frappe/develop' into v5.0
Conflicts:
	frappe/__version__.py
	frappe/hooks.py
	frappe/translations/ar.csv
	frappe/translations/bs.csv
	frappe/translations/ca.csv
	frappe/translations/de.csv
	frappe/translations/el.csv
	frappe/translations/es.csv
	frappe/translations/fr.csv
	frappe/translations/hi.csv
	frappe/translations/hr.csv
	frappe/translations/it.csv
	frappe/translations/ja.csv
	frappe/translations/kn.csv
	frappe/translations/nl.csv
	frappe/translations/pt-BR.csv
	frappe/translations/pt.csv
	frappe/translations/ru.csv
	frappe/translations/sr.csv
	frappe/translations/ta.csv
	frappe/translations/th.csv
	frappe/translations/vi.csv
	frappe/translations/zh-cn.csv
	frappe/translations/zh-tw.csv
	requirements.txt
	setup.py
2015-03-06 17:41:22 +05:30