Commit graph

151 commits

Author SHA1 Message Date
Rushabh Mehta
541d8be95f [complete] auto email report 2016-09-14 12:00:52 +05:30
Rushabh Mehta
2488c13dbc [hot] fix permlevel 2016-08-08 16:53:28 +05:30
Rushabh Mehta
f134370f7d [hot] fix permlevel 2016-08-08 16:51:35 +05:30
Rushabh Mehta
171c69677f [fix] apply read permlevel before sending doc to desk. Fixes #1904 2016-08-08 14:07:38 +05:30
bcornwellmott
ea033f9dd5 Add return to the wrapper for save
Save mistakenly removed the return function when a wrapper was added for it. This has created downstream issues, including preventing PUT requests through the API.
2016-07-25 10:00:42 -07:00
Rushabh Mehta
7c870d6ba4 [fix] dont update modified timestamp if called from post save methods 2016-07-20 12:55:19 +05:30
Rushabh Mehta
22c3f7966d [enhance] run actions in background doc.queue_action("submit") 2016-07-19 17:12:37 +05:30
Anand Doshi
234e21feee [fix] touch locks/installing.lock during new-site, fixes in db_query and get_app_path 2016-07-06 18:06:50 +05:30
Rushabh Mehta
2babe422d7 [minor] __onload is frappe._dict 2016-07-05 15:19:49 +05:30
Anand Doshi
526e9ea2d7 [security] encrypt passwords that need to be retrievable, except User password which should be hashed 2016-06-13 17:18:59 +05:30
Anand Doshi
c8e0384ce1 [cleanup] document flow 2016-06-07 18:55:15 +05:30
Rushabh Mehta
faf45e4811 [fix] double child table bug and added beta in doctype 2016-05-02 18:43:32 +05:30
Rushabh Mehta
9c7d1f2ea8 [cleanups] 2016-04-18 19:26:45 +05:30
Rushabh Mehta
79203f3ab6 [api] added on_change event in document.py that will be called after any update event, including on_trash 2016-04-11 11:34:26 +05:30
Rushabh Mehta
9d8c2b5eff [enhancements] added frappe.utils.evalute_filter(doc, filter) and ability to hook multiple doc events at the same time 2016-04-08 17:07:31 +05:30
Rushabh Mehta
dacaa7ab0c [enhancement] portal settings for portal menu 2016-03-30 12:28:55 +05:30
Nabin Hait
b6af76234a [fix] Set docstatus before and after insert 2016-03-29 11:33:42 +05:30
Rushabh Mehta
f0d28480c8 [fix] tests 2016-03-26 08:35:00 +05:30
Rushabh Mehta
acbd16bbf3 [fix] track_seen is optional 2016-03-25 17:27:17 +05:30
Rushabh Mehta
d029eae1f7 [enhancement] added feature to track user seen, fixes #1648 2016-03-25 16:27:31 +05:30
Rushabh Mehta
86731f2711 [fix] comment timeline permissions, now show only status change from linked docs 2016-03-23 12:32:41 +05:30
Anand Doshi
05895f2883 [fix] remove __islocal at the end of insert 2016-03-18 20:10:50 +05:30
Anand Doshi
ab72ac7a5b [fix] [hot] use parent perms if table in doc.get_permlevel_access 2016-03-10 13:16:07 +05:30
Anand Doshi
353e8a9d1f [fix] Sanitize form_dict and doc values to prevent XSS 2016-02-23 12:11:28 +05:30
Anand Doshi
cedf84cbc7 [fix] print hide fields with higher perm levels - Fixes frappe/erpnext#4833 2016-02-18 19:18:15 +05:30
Anand Doshi
f49d913d78 [hotfix] update timeline doc 2016-02-18 08:04:07 +05:30
Anand Doshi
85546d7359 [fix] always set timeline doc on update 2016-02-16 12:27:53 +05:30
Anand Doshi
465318878e [enhancement] Merge Comment and Feed into Communication 💥 2016-02-04 17:46:53 +05:30
Anand Doshi
f957344ff1 [fix] Ignore optional fields in frappe.copy_doc 2016-01-25 17:02:20 +05:30
Rushabh Mehta
6caf6fb6f1 [enhancement] prompt user to reload on migration 2016-01-07 15:35:17 +05:30
Anand Doshi
3241a0969f [feature] Ability to like a document, comment or communication, see notifications about it and view it on activity feed 2016-01-01 12:50:14 +05:30
Anand Doshi
999cea874c [fix] Implemented caching in linked with 2015-10-15 12:51:04 +05:30
Anand Doshi
0ece804cca [fix] Linked With should also search in Dynamic Links. Fixes #1192 2015-10-15 12:51:04 +05:30
Anand Doshi
3c4f31a23c Limit varchar length to 140 instead of 255 to mitigate Row Size Too Large error 2015-10-14 16:00:14 +05:30
Anand Doshi
fc74f75dfd [fix] doc.has_website_permission 2015-09-28 19:03:01 +05:30
Anand Doshi
8191df579a [fix] allow a table to be 'allow on submit' 2015-09-23 19:28:53 +05:30
Anand Doshi
1dc5ebda32 [fix] test runner fixes 2015-09-23 12:48:29 +05:30
Rushabh Mehta
9fbd12f5af [file-manager] fixed breadcrumbs and routing 2015-09-21 15:41:34 +05:30
Rushabh Mehta
4cec51e65d [celery] cleanup and made monitor optional and real time in data import 2015-09-08 17:20:37 +05:30
Rushabh Mehta
eb4e622067 [enhancement] add celery task to Async Task for logs, tracking 2015-09-08 17:20:36 +05:30
Rushabh Mehta
22d3c513cc [minor] enhancements to frappe.db.get_single_value. Now cached and converted to integer for 0 and 1 2015-09-03 11:15:47 +05:30
Rushabh Mehta
d334a39e79 [fix] set default title field only if 'title' 2015-08-27 11:39:36 +05:30
Rushabh Mehta
33c097b97c [enhancement] editable title field 2015-08-26 20:56:28 +05:30
Anand Doshi
65bc63f031 [fix] document refresh notification for same user in different tabs/sessions 2015-08-21 12:56:48 +05:30
Anand Doshi
c87befc876 [fix] realtime comments 2015-08-20 12:57:28 +05:30
Rushabh Mehta
4ca2d16a98 [minor] don't notify if table 2015-08-19 10:32:04 +05:30
Rushabh Mehta
7713e191a9 [enhancement] list autorefresh 2015-08-18 17:34:34 +05:30
Rushabh Mehta
a15af7882b [realtime] clear doc locally if updated 2015-08-18 16:52:23 +05:30
Anand Doshi
ac2312e9ab [fix] dynamic link checking during cancel 2015-08-14 12:48:55 +05:30
Rushabh Mehta
0e2f85357f [fix] check dynamic links before cancel 2015-08-11 15:10:29 +05:30