Commit graph

403 commits

Author SHA1 Message Date
Rushabh Mehta
18d0a886c0 [docs] update to auto documentation generator 2015-07-22 16:38:44 +05:30
Rushabh Mehta
347284c62c [minor] fixes to auth in between reinstall and make_random 2015-07-17 15:23:59 +05:30
Rushabh Mehta
33632bedbb [minor] cleanup for random and messages in field group 2015-07-17 15:23:58 +05:30
Anand Doshi
d33f2c0454 [fix] validate Append To 2015-07-17 12:17:14 +05:30
Rushabh Mehta
69697bc172 [fix] validate_email_add 2015-07-16 11:51:55 +05:30
Rushabh Mehta
56b2317ea0 [fix] property setter for idx 2015-07-10 20:32:54 +05:30
Pratik Vyas
110edcdc2d [fix] get commands from all apps 2015-07-10 12:07:21 +05:30
Rushabh Mehta
f6bee7e78b [minor] [ui] link to calendars 2015-07-08 12:38:28 +05:30
Rushabh Mehta
d749990d0a [enhancement] reports now searchable from awesome bar, added in boot 2015-07-03 15:41:05 +05:30
Rushabh Mehta
69fac8f5e9 [pdf] santize error message for bad image links 2015-07-02 14:23:37 +05:30
Nabin Hait
f481f95e8f Merge pull request #1159 from nabinhait/fix-1
[fix] Consider microseconds in to_timedelta function
2015-06-16 15:29:42 +05:30
Nabin Hait
7c392adb51 [fix] Consider microseconds in to_timedelta function 2015-06-16 14:50:54 +05:30
Anand Doshi
529751db69 [fix] email threading when sender's email client does not support Message-ID passing via In-Reply-To
For eg. when a System User is using Outlook and replies to an email from their own client, it reaches the Email Account with the threading info lost and the (sender + subject match) doesn't work because the sender in the first communication was someone different to whom the system user is replying to via the common email account in Frappe. This fix bypasses the sender match when the sender is a system user and subject is atleast 10 chars long (for additional safety)
2015-06-11 01:53:53 -04:00
Pratik Vyas
7226d640f5 Print filenames after backup 2015-06-05 11:40:48 +05:30
Anand Doshi
78b1e72633 [fix] replace filter with_leading_slash with abs_url, ensures consistent urls by changing relative to absolute urls wherever the filter is used 2015-05-29 14:30:15 -04:00
Anand Doshi
f0fd7746bd [fix] selenium 2015-05-29 01:00:27 -04:00
Anand Doshi
28115c0273 [fix] selenium tests 2015-05-28 23:06:26 -04:00
Pratik Vyas
c645ac4007 [minor] Disable scheduler from site_config 2015-05-28 14:13:18 +05:30
Rushabh Mehta
cfd128361c [fix] [hot] moment-timezones and locale 2015-05-27 17:12:01 +05:30
Rushabh Mehta
5f1226683b [fixes] [minor] 2015-05-26 12:17:33 +05:30
Rushabh Mehta
ef0c6b44f7 [email] consistent email, website branding 2015-05-26 12:17:33 +05:30
Pratik Vyas
97149bdc88 [fix] Extract images from HTML fields for print format 2015-05-21 17:39:26 +05:30
Rushabh Mehta
7eda066901 [minor] set max attachment size to 5MB 2015-05-20 18:15:39 +05:30
Rushabh Mehta
f71edb79b2 [fix] change log 2015-05-20 11:05:47 +05:30
Nabin Hait
c187b18056 pass user to validate_hour 2015-05-18 16:51:52 +05:30
Pratik Vyas
9666a1ef92 Add hourly long to default enabled 2015-05-16 12:57:28 +05:30
Anand Doshi
9cc9f5ab15 [fix] cast time string to timedelta 2015-05-15 18:20:50 -07:00
Rushabh Mehta
bedf6602f2 [backups] keep for 48 hours 2015-05-15 10:38:22 +05:30
Pratik Vyas
614889b051 Hourly can also be long job 2015-05-13 12:27:34 +05:30
Rushabh Mehta
093445f22e [test] set selenium timeout to 20 seconds 2015-05-11 12:20:04 +05:30
Rushabh Mehta
f187d79b95 [cache] [fix] hdel 2015-05-11 12:07:11 +05:30
Rushabh Mehta
7c3851abb2 [redis] pass if no server 2015-05-11 10:52:32 +05:30
Rushabh Mehta
4e6b6ebdb9 [cache] fix 2015-05-08 22:30:38 +05:30
Rushabh Mehta
ad100e3054 [cache] fix for website, default, meta, etc 2015-05-08 18:04:13 +05:30
Rushabh Mehta
2a9f31f1a4 [cache] fix 2015-05-08 13:18:39 +05:30
Rushabh Mehta
6ba4baecef [cache-redesign] meta cache 2015-05-08 12:16:16 +05:30
Anand Doshi
1845c08676 [fix] save images attached in text editor fields of children 2015-05-07 12:35:37 -07:00
Rushabh Mehta
86e02861d5 [minor] getdate to return today if None passed 2015-05-07 17:07:11 +05:30
Anand Doshi
6e7700ff48 Fixes frappe/erpnext#3213 2015-05-06 11:38:44 -07:00
Rushabh Mehta
e841a47ab1 [tests] restart selenium tests 2015-05-06 23:22:41 +05:30
Pratik Vyas
60acd54391 Use num2words 2015-05-04 16:57:41 +05:30
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