Commit graph

12361 commits

Author SHA1 Message Date
Saurabh
efbd7ea681 Merge branch 'develop' 2017-04-29 18:59:34 +05:30
Saurabh
d323fbd906 bumped to version 8.0.30 2017-04-29 19:29:34 +06:00
Saurabh
6c1ac3cdc3 Merge pull request #3192 from saurabh6790/global_search_fix
[hot-fix] reset length to 140
2017-04-29 18:58:29 +05:30
Saurabh
0b2acfc4c8 [hot-fix] reset length to 140 2017-04-29 18:39:51 +05:30
Saurabh
8d1af9c840 Merge branch 'develop' 2017-04-29 17:58:09 +05:30
Saurabh
d3b7bde7c4 bumped to version 8.0.29 2017-04-29 18:28:09 +06:00
Rushabh Mehta
3b2a1227fb [minor] throttle doc_subscribed 2017-04-29 17:50:05 +05:30
Rushabh Mehta
8533306af3 [fix] contributing 2017-04-29 17:50:05 +05:30
Rushabh Mehta
592ac64fc1 [fix] ignore bulk update for global search 2017-04-29 17:50:05 +05:30
Saurabh
a6da791765 Merge branch 'develop' 2017-04-29 16:20:09 +05:30
Saurabh
f136dab762 bumped to version 8.0.28 2017-04-29 16:50:09 +06:00
Makarand Bauskar
7febef2e62 [fix][hot] email pull fixes (#3191) 2017-04-29 16:01:23 +05:30
Nabin Hait
53cfd2bba2 Merge branch 'develop' 2017-04-28 15:38:37 +05:30
Nabin Hait
72c2683b4f bumped to version 8.0.27 2017-04-28 16:08:37 +06:00
Rushabh Mehta
7e625f9219 [fix] escape doctype for patch 2017-04-28 15:11:47 +05:30
Faris Ansari
95edd73b5b Fix Date between query 2017-04-28 14:43:32 +05:30
Rushabh Mehta
72117dd5d3 [fix] email fixes from failed scheduler logs 2017-04-28 14:40:18 +05:30
Makarand Bauskar
24c13a9996 [hotfix] local veriable data reference before assignment fixes (#3185) 2017-04-28 10:26:34 +05:30
rohitwaghchaure
ae8aa76246 Dynamic link validation, sort the sequence of the doctypes based on the field User Cannot Search (#3173)
* Ignore dynamic link validation for the doctypes, which has permission do not search and view by the users

* fix test cases

* Update

* Update dynamic_links.py

* Update dynamic_links.py
2017-04-27 16:48:51 +05:30
Rushabh Mehta
4f899710f1 [fix] dont auto reload for CI 2017-04-27 16:27:31 +05:30
Rushabh Mehta
65730d7bcf [minor] allow method object to return its own response object 2017-04-27 16:14:28 +05:30
Makarand Bauskar
3581ad8db7 [fixes] assignment should work witout saving documents (#3163)
* [fixes] assignment should work witout saving documents

* [minor] check if document is __local before assignement
2017-04-27 15:52:18 +05:30
Rushabh Mehta
14c4796e05 [fix] for frappe/erpnext#8555 2017-04-27 12:06:42 +05:30
Rushabh Mehta
b4e4e42223 [fix] [patch] frappe/erpnext#8590 2017-04-27 12:01:41 +05:30
Saurabh
9b5634a46a [minor][fix] add indicator for finished status (#3170) 2017-04-27 11:40:55 +05:30
Prateeksha Singh
2ae5ddb2ff [fix] diminished search dialog cursor in firefox (#3172) 2017-04-27 11:40:14 +05:30
Rushabh Mehta
4a181b2cf6 [fix] for #3159 2017-04-27 11:37:22 +05:30
tundebabzy
6f17070cdd Fix for #3136 (#3149)
* places `scheduled_backup()` in try statement to catch any occurrence of ProgrammingError(1146) as per #3136

* adds option `--force` to drop-site

* adds code that notifies the user of ProgrammingErrors and hints on next steps to take

* adds correct help text for --force option
2017-04-27 11:20:50 +05:30
Rushabh Mehta
9ee2f07b30 [hot] fix email_account 2017-04-27 09:03:24 +05:30
Rushabh Mehta
b6c36a67b0 [fix] filter_dashboard naming #3158 #3128 2017-04-26 15:33:59 +05:30
Rushabh Mehta
4832c3b50f [fix] missing first column in HTML for auto_email_report 2017-04-26 15:33:59 +05:30
slushpuppy
9ed4ce4a36 Fix for localhost SMTP servers without authentication (#3139)
* Update email_account.py

Fix for passwordless localhost SMTP servers

* Update smtp.py

* Update smtp.py

Updated

* Update smtp.py

Syntax error fix

* Update email_account.py
2017-04-26 14:59:35 +05:30
Prateeksha Singh
a601360d5e remove awesomplete filtering frappe/erpnext#8275 (#3071) 2017-04-26 14:55:40 +05:30
Nabin Hait
44832f0094 Merge branch 'develop' 2017-04-26 14:45:03 +05:30
Nabin Hait
5448d2f186 bumped to version 8.0.26 2017-04-26 15:15:03 +06:00
mbauskar
3ddcbc6d5e [minor] don't show reply link if the timeline message was send by current user 2017-04-26 14:40:18 +05:30
Nabin Hait
77f9ee0688 Removed single doctypes from User Permissions 2017-04-26 14:39:01 +05:30
Nabin Hait
1c08475266 Merge branch 'develop' 2017-04-25 20:45:33 +05:30
Nabin Hait
c2daa8fcef bumped to version 8.0.25 2017-04-25 21:15:33 +06:00
tundebabzy
3669c7ae20 removes site17.local that was mistakenly hard-coded into check_if_ready_for_barracuda (#3162) 2017-04-25 18:29:31 +05:30
Makarand Bauskar
6b3abac496 [fixes] send mail only if data is available (#3161) 2017-04-25 17:11:27 +05:30
mbauskar
e19eea3718 [minor] added ignore_mandatory flag if setup wizard is not completed 2017-04-25 15:40:29 +05:30
Nabin Hait
4c55d73bff Merge branch 'develop' 2017-04-25 14:30:10 +05:30
Nabin Hait
d28ee38bd8 bumped to version 8.0.24 2017-04-25 15:00:10 +06:00
Nabin Hait
63496a4920 Set currency precision in System Settings based on number format of default currency 2017-04-25 14:16:35 +05:30
Ishan Loya
b310ab57de Update bench-commands-cheatsheet.md 2017-04-25 14:15:22 +05:30
Faris Ansari
54d5e0bfea minor 2017-04-25 14:14:39 +05:30
Faris Ansari
91122afafa Update build system requirements patch 2017-04-25 14:14:39 +05:30
Rushabh Mehta
8431ad0506 [fix] ux for auto email report 2017-04-25 13:02:00 +05:30
Rushabh Mehta
346bbb008e [fix] ux for auto email report 2017-04-25 12:58:10 +05:30