Commit graph

14692 commits

Author SHA1 Message Date
Nabin Hait
a71d4acb4a bumped to version 8.0.45 2017-05-17 11:36:23 +06:00
Nabin Hait
df9c5c71c4 Show all records in multi-select dialog (#3319) 2017-05-17 11:05:42 +05:30
Nabin Hait
d9c559777e Ignore single doctypes for global search 2017-05-16 16:47:11 +05:30
Nabin Hait
20519ffde9 Merge branch 'develop' 2017-05-16 13:35:38 +05:30
Nabin Hait
3fce6cb78b bumped to version 8.0.44 2017-05-16 14:05:38 +06:00
Rushabh Mehta
9abcaff48a [fix] disable email alert on wrong field. fixes frappe/erpnext#3372 (#3290) 2017-05-16 12:49:47 +05:30
rohitwaghchaure
0aa97b7aaa Made seprate method to parse the naming series (#3293) 2017-05-16 12:46:58 +05:30
Faris Ansari
adfc692668 Update field when editing via SlickGrid (Fixes frappe/erpnext#5064) (#3296) 2017-05-16 12:44:39 +05:30
Ayush Shukla
665602522b Close grid on escape key (#3292)
* [minor] Escape fix

* [minor] Method name changed
2017-05-16 11:42:15 +05:30
Faris Ansari
5c6483df97 Add sort order field from Customize Form (#3284)
* Add sort order field from Customize Form

- fixes support issue WN-SUP25048

* Handle case when meta_sort_field is undefined
2017-05-15 13:57:35 +05:30
Prateeksha Singh
44359d058d [minor] Oldest first order, preselect first, build bug fix (#3288) 2017-05-15 13:57:04 +05:30
Makarand Bauskar
41cc814d89 [minor] ignore user filters if frappe.route_options are passed (#3282) 2017-05-15 11:48:46 +05:30
Prateeksha Singh
b23aa1446b Multiselect dialog for getting items (#3255)
* First approach by making a control

* Implement multi select for child tables

* Basic UI and items fetch in place

* Multiselect with checkboxes

* Functional modal with filters and new_doc

* Map filter fields to target_doc

* pass json arrays instead of strings

* Get items from quotation (in SO) working

* [minor] fix link route in list

* [minor] cleanup

* Add date, select first by default

* map_docs test, default date field

* [minor][fix] make new button bug

* [minor] move map_docs to erpnext

* [minor] format dates
2017-05-15 11:29:41 +05:30
ckosiegbu
2b8a12df3a Update contact.js (#3286)
Change incorrect call to erpnext.utilities.doctype.contact.contact.invite_user to frappe.email.doctype.contact.contact.invite_user
2017-05-15 11:26:04 +05:30
Saurabh
eb9551fca7 [fix] check all custom perms before adding permissions from standard docperm (#3280) 2017-05-12 15:41:26 +05:30
Nabin Hait
6cb0d6da77 Re-run global search patch (#3271) 2017-05-12 15:25:31 +05:30
Faris Ansari
355a494641 Kanban fixes (#3278)
- redirect back to list when board is not found
- fix no default columns when custom field is used
2017-05-12 15:25:02 +05:30
Charles-Henri Decultot
8f684444d0 Correction of doctype translations in modal dialog (#3277) 2017-05-12 15:23:51 +05:30
Manas Solanki
bfb181333c handle the escape sequence in the html2text library (#3272) 2017-05-12 15:23:11 +05:30
Saurabh
77ef3e8a27 [fix] list stripe payment gateway under integrations (#3270)
* [fix] list stripe payment gateway under integrations

* Update integrations.py
2017-05-12 15:22:01 +05:30
Makarand Bauskar
931ef1f244 [minor] new line after install & reinstallation of new-site (#3262) 2017-05-12 15:20:47 +05:30
Sagar Vora
1a63f988c7 [minor] Fail travis build immediately, if python tests fail. (#3269) 2017-05-12 15:20:22 +05:30
Nabin Hait
33e1b346bc Updated modified date in system settings 2017-05-12 13:29:11 +05:30
Makarand Bauskar
b8f1fdc92e [minor] fixed the set_query for the doctype field in Custom Field (#3275) 2017-05-12 11:14:30 +05:30
Nabin Hait
002e27e8a5 Fixes for showing version changes for grid values (#3273) 2017-05-12 11:13:09 +05:30
Nabin Hait
645f26a010 Merge branch 'develop' 2017-05-11 16:21:40 +05:30
Nabin Hait
bb699a23c3 bumped to version 8.0.43 2017-05-11 16:51:40 +06:00
Nabin Hait
c1f4fc5e29 Enable Scheduler using set_value method, to avoid saving System Settings (#3268) 2017-05-11 16:03:10 +05:30
Alchez
47321e4821 [Minor] Fixed unclosed h2 tag (#3267) 2017-05-11 15:39:25 +05:30
Nabin Hait
d294d158f5 Update receive.py 2017-05-11 15:12:14 +05:30
Rushabh Mehta
0a5df4fb4d [debug] show where permission is failing (#3264)
* [debug] show where permission is failing

* [fix] document.py
2017-05-11 11:46:47 +05:30
Nabin Hait
2b54cd619d Update only UID of email on communication if existing (#3266) 2017-05-11 11:35:57 +05:30
Faris Ansari
c3119d58f1 Make hidden fields work in query report (#3261) 2017-05-11 11:35:16 +05:30
Nabin Hait
6b2f842338 Fixed List view 'order by' based on creation, if filtered based in child table (#3250) 2017-05-11 10:56:27 +05:30
tundebabzy
6e29d9e925 xrange to range (#3237)
* introduces build status for local fork

* converts xrange to range using six.moves.range7

* converts xrange to range using six.moves.range7

* converts xrange to range using six.moves.range7

* converts xrange to range using six.moves.range

* converts xrange to range using six.moves.range

* converts xrange to range using six.moves.range7

* converts xrange to range using six.moves.range7

* converts xrange to range using six.moves.range7

* converts xrange to range using six.moves.range7

* converts xrange to range using six.moves.range7

* converts xrange to range using six.moves.range7

* converts xrange to range using six.moves.range7

* converts xrange to range using six.moves.range7

* Revert "introduces build status for local fork"

This reverts commit 61f40983d0b3c6725369171ab850a18e5c029cc4.
2017-05-11 10:55:34 +05:30
tundebabzy
6fbe20caaa Except and raise statement python 3 compatible style (#3216)
* changes exception and raise statements to python 3 style

* changes except statement to python 3 style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* changes except and raise statement to python 3 compatible style

* adds six.reraise to fix python 3 style raise statements with traceback

* fixes indentation
2017-05-11 10:51:59 +05:30
Makarand Bauskar
de477ce923 [minor] disabled the password strength test in tearDown (#3259) 2017-05-11 10:48:38 +05:30
Nabin Hait
b9ffb0bf8c Merge branch 'develop' 2017-05-10 19:36:20 +05:30
Nabin Hait
c7be9b16a5 bumped to version 8.0.42 2017-05-10 20:06:19 +06:00
ci2014
99f6a34b18 Set readonly of selected Inbox to False (#3258)
Mails are not marked as SEEN, when the readonly parameter is True. That's a problem since tickets are being refreshed all few minutes, and, if you have more than 50 unread mails in your inbox, most of them will never be imported to Frappe / ERPNext.
2017-05-10 17:51:49 +05:30
Nabin Hait
4e80f58f63 Merge branch 'develop' 2017-05-10 17:36:00 +05:30
Nabin Hait
85edac047a bumped to version 8.0.41 2017-05-10 18:05:59 +06:00
Rushabh Mehta
3da8267449 [temp] throttle socket io connection (#3260) 2017-05-10 17:23:13 +05:30
Nabin Hait
e51d31c452 Merge branch 'develop' 2017-05-10 14:38:00 +05:30
Nabin Hait
6552cc6efb bumped to version 8.0.40 2017-05-10 15:08:00 +06:00
Rushabh Mehta
1b13539b4f [fix] covert to unicode before sanitizing #8347 2017-05-10 14:24:55 +05:30
Nabin Hait
4caef97eeb Merge branch 'develop' 2017-05-10 14:03:12 +05:30
Nabin Hait
cd36f38059 bumped to version 8.0.40 2017-05-10 14:33:12 +06:00
Saurabh
0943b684d3 [minor][fix] check also for dropbox_setup_via_site_config while showing Take Backup Now (#3256) 2017-05-10 14:02:25 +05:30
Rushabh Mehta
a9ec46545b [fix] socketio 2.0 (#3257) 2017-05-10 13:58:25 +05:30