Commit graph

129 commits

Author SHA1 Message Date
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
Anand Doshi
c079e27d3f Moved Backup Manager and Social Login keys to the new Integrations Module, prepared frappe for Mandrill Integration 2015-08-11 12:03:13 +05:30
Rushabh Mehta
6840e894ec [fix] [minor] print permission error 2015-05-29 15:55:00 +05:30
Rushabh Mehta
b25ca0f855 [enhancement] added verify password and ability to ignore submit comments 2015-05-25 12:19:52 +05:30
Nabin Hait
589c402941 set onload properties 2015-05-13 11:16:04 +05:30
Rushabh Mehta
ad100e3054 [cache] fix for website, default, meta, etc 2015-05-08 18:04:13 +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
063cd4b72e [fix] extract images from child docs too 2015-05-07 18:05:48 +05:30
Rushabh Mehta
1951c5ec64 [minor] test-fix 2015-04-27 17:04:54 +05:30
Rushabh Mehta
9334f91eb9 [fixes] added for update in document save to prevent double saving 2015-04-27 13:13:04 +05:30
Anand Doshi
67b4d5d2f3 [fix] cast and compare values in update after submit 2015-04-03 19:42:48 +05:30
Anand Doshi
9ad0af2bac call __setup__ after load from db 2015-04-01 12:05:27 +05:30
Anand Doshi
cf1321adda fixed email and timeline 2015-03-27 17:43:35 +05:30
Rushabh Mehta
c153b810e0 [fix] high level perms serverside checking 2015-03-26 19:33:10 +05:30
Rushabh Mehta
b4cf9f7706 [ux] email alert, fix moduleview, speed of loading 2015-03-25 16:27:01 +05:30
Rushabh Mehta
ff93ab9fe7 [fix] don't check higher perm levels in install 2015-03-24 18:35:37 +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
Rushabh Mehta
1ef2c8de17 [star] notify starrers and star in form 2015-03-23 11:24:49 +05:30
Rushabh Mehta
bead93693d [email] many fixes, bulk email, unsubscribe 2015-03-19 17:15:43 +05:30
Anand Doshi
eb2c11a184 fixed test cases 2015-03-18 15:36:33 +05:30
Anand Doshi
2995f02f3b Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30