OluyomiKay
71c7e177b7
Carry over file attachments in amended doctypes ( #2394 )
...
* Carry over file attachments in amended doctypes
* Renamed function and code style
2016-12-05 14:18:38 +05:30
Nabin Hait
47ecf4c513
Merge branch 'master' into develop
2016-11-30 12:13:56 +05:30
Mohammed
61a3f3eda0
Delete rows that do not match the ones in the document without causing db deadlock
2016-11-29 18:11:21 +02:00
Makarand Bauskar
bf37e4a254
[minor] fixes for check_if_latest method ( #2377 )
2016-11-28 12:38:32 +05:30
Rushabh Mehta
4bd2285159
File Based Locking at Document Level ( #2374 )
...
* [redesign] improved locking in documents and redesigned recent documents
* [minor] patch to update doctype in existing documents
2016-11-25 16:14:00 +05:30
Rushabh Mehta
e4f279b580
[minor] [fix] extract images before sanitizing html for text editor ( #2319 )
2016-11-16 11:07:56 +05:30
Rushabh Mehta
c36055d29e
[minor] added frappe.format and validate_payment in web_form.html
2016-10-18 21:52:17 +05:30
Rushabh Mehta
66b4c470e1
[fix] has_website_permissions
2016-10-12 10:26:20 +05:30
Rushabh Mehta
bae97cfed4
Email Alert on any controller method ( #2157 )
...
* [docs] typo
* [email alert] now on any standard controller method
* [minor] install customizations with intall;
* [test] [fix] and truncate subject in email;
* [fix] error log seen issue
2016-10-08 11:11:36 +05:30
Nabin Hait
c0d7b5b441
Fixed version conflict
2016-10-06 12:25:14 +05:30
Nabin Hait
9bf71bba3d
Rollback if scheduled submit/cancel failed
2016-10-06 11:20:45 +05:30
Nabin Hait
c211ba6bce
Fixed version conflict
2016-10-05 19:00:44 +05:30
Nabin Hait
2cf19b79ac
Commit after locking and unlocking while queuing action
2016-10-05 18:57:44 +05:30
Nabin Hait
c54f4e8615
Fixed version conflict
2016-10-05 17:04:17 +05:30
Nabin Hait
d61123180c
Add error traceback in comment if no message_log
2016-10-05 16:34:06 +05:30
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