Commit graph

930 commits

Author SHA1 Message Date
Rushabh Mehta
c05112ce45 [fix] file.py issue via scheduler log 2016-07-24 13:03:58 +05:30
Rushabh Mehta
bead28e7ba [fix] test 2016-07-20 13:22:23 +05:30
Rushabh Mehta
ab5f01a664 [minor] use replied option to opt-in for email status, fixes #1885 2016-07-20 12:59:05 +05:30
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
Rushabh Mehta
058c95cbdd [minor] desktop.js 2016-07-15 15:16:27 +05:30
Anand Doshi
b3546f1ebc [fix] show 'click here' in expiry message if upgrade_url is available 2016-07-14 17:43:52 +05:30
Rushabh Mehta
83d7ca3c68 [fix] for doctype 2016-07-14 13:49:08 +05:30
Anand Doshi
1e098dc6d7 [fix] send login emails immediately if now is True 2016-07-14 13:03:19 +05:30
Rushabh Mehta
ea8bffe8d1 Merge pull request #1862 from nabinhait/doctype_deletion
Custom Doctype deletion, fixed frappe/erpnext#5175
2016-07-11 18:18:07 +05:30
Rushabh Mehta
ce9e04e44e [fix] grid read-only, fixes frappe/erpnext#5702 2016-07-11 17:58:11 +05:30
Rushabh Mehta
093f293f42 [fix] grids editable by default 2016-07-11 16:06:20 +05:30
Nabin Hait
8d915701ad Allow non-admin users to delete custom doctypes 2016-07-11 15:02:22 +05:30
Rushabh Mehta
104df66ab4 [editable fields] now configable and customizable 2016-07-08 14:33:29 +05:30
Kanchan Chauhan
d7073d8d53 Get system users only 2016-07-07 10:58:42 +05:30
Anand Doshi
2c98f146c1 [fix] retry a job on deadlock or lock-wait-timeout 2016-07-03 16:14:50 +05:30
Anand Doshi
223814ec1d [fix] doctype website route 2016-06-28 00:08:08 +05:30
Rushabh Mehta
205b349880 [minor] move add_sidebar_items to the top 2016-06-27 18:13:49 +05:30
Rushabh Mehta
9135fcbb44 [fix] ignore setup wizard updates 2016-06-27 18:13:49 +05:30
Rushabh Mehta
19ce3e7586 [fixes] website 2016-06-27 14:54:56 +05:30
Anand Doshi
a7ace6ae38 [fix] limits and site_info 2016-06-25 21:56:27 +05:30
Anand Doshi
feb9378e8e [feature] get_site_info + save Country and Setup Complete status in System Settings 2016-06-25 19:44:34 +05:30
Anand Doshi
571de33901 [fix] test cases for limits change 2016-06-25 19:08:36 +05:30
Anand Doshi
3854bcad04 [fix] limits variables and how usage is stored within limits + additional fixes 2016-06-25 17:41:19 +05:30
Anand Doshi
2baf5b3f44 Merge pull request #1816 from vjFaLk/usage-info
[WIP] Fixed issues in Usage Info page
2016-06-24 18:22:12 +05:30
Valmik Jangla
59a39c208d Fixed issues in Usage Info page 2016-06-24 14:38:40 +05:30
Rushabh Mehta
47005e9e02 [fix] parent_website_route + '/' + page_name = route 2016-06-23 15:47:47 +05:30
Rushabh Mehta
8a91f1a790 [rename] Bulk Email to Email Queue 2016-06-22 13:06:06 +05:30
Anand Doshi
acc4595fc7 Merge pull request #1794 from vjFaLk/frappe-limits
Added Miscellenous Frappe Subscription features
2016-06-22 12:53:58 +05:30
Valmik Jangla
0687eb145d Added misc Frappe Subscription features 2016-06-22 12:37:33 +05:30
Kanchan Chauhan
63cd3168b2 Option to include or not include document link in email body 2016-06-22 11:33:15 +05:30
Anand Doshi
8b8cacb52b Merge pull request #1799 from saurabh6790/image_view_default
[fix] set default value as 0 to image_view for doctype DocType
2016-06-16 18:34:47 +05:30
Anand Doshi
19ece064cd Merge pull request #1802 from anandpdoshi/password-strength
[security] test password strength
2016-06-16 18:25:14 +05:30
Anand Doshi
8d18bc484e [fix] show password strenght indicator in update password page 2016-06-16 17:42:07 +05:30
Rushabh Mehta
0ded47f5cf [fix] desktop icons, fixes frappe/erpnext#5489 2016-06-16 12:48:23 +05:30
Saurabh
86733f8a75 [fix] set default value as 0 to image_view for doctype 2016-06-15 12:08:34 +05:30
Rushabh Mehta
ab3d1849bf [minor] 2016-06-14 18:09:07 +05:30
Rushabh Mehta
36ccd24b68 [fix] mins_to_first_response 2016-06-14 16:29:45 +05:30
Rushabh Mehta
3146910dae [minor] [feature] email.py updates mins_to_first_response if field exists 2016-06-14 15:54:05 +05:30
Rushabh Mehta
814a7869db Merge pull request #1796 from vjFaLk/import-doc-fix
Fix for import-doc
2016-06-14 10:53:17 +05:30
Valmik Jangla
15c4bbac8f Fix for import-doc 2016-06-14 10:49:31 +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
8df1c36a17 Merge pull request #1784 from vjFaLk/frappe-limits
[WIP] Move Frappe subscription features to Frappe App as Limits
2016-06-13 12:21:20 +05:30
Rushabh Mehta
b891f66507 [feature] a better msgprint 2016-06-12 11:02:32 +05:30
shreyas
9511e14353 Move Frappe subscription features to Frappe App as Limits 2016-06-10 16:34:53 +05:30
Rushabh Mehta
4ad2bc9a64 Merge pull request #1767 from mbauskar/image-view
[Feature] Image view
2016-06-08 16:03:18 +05:30
Rushabh Mehta
534ef217e3 [fix] provide document_flow 2016-06-08 13:17:33 +05:30
Rushabh Mehta
cf99a33f53 [minor] quick-entry for user 2016-06-08 12:58:24 +05:30
mbauskar
927e2bb796 [Image View] added flag on Customize Form to switch from List to Image view 2016-06-08 12:57:04 +05:30
RobertSchouten
02353e882b Update permitted_documents_for_user.py 2016-06-07 16:18:47 +08:00