Commit graph

17620 commits

Author SHA1 Message Date
Saurabh
cd618f2aec bumped to version 11.1.10 2019-02-22 10:55:18 +06:00
rohitwaghchaure
a94a429f91
Merge pull request #6973 from netchampfaris/fix-custom-report-filters
fix: Report filters in Custom Reports
2019-02-21 18:48:24 +05:30
Faris Ansari
de1ced231d fix: Report filters in Custom Reports
- frappe.route_options should not override Report Filters
2019-02-21 18:37:06 +05:30
Saurabh
e3be9b383f Merge branch 'hotfix' 2019-02-21 16:18:15 +05:30
Saurabh
dd328340c2 bumped to version 11.1.9 2019-02-21 16:48:15 +06:00
Suraj Shetty
7559aea876
Merge pull request #6969 from deepeshgarg007/multiselect-fix
fix: Cannot email docs form menu
2019-02-21 13:19:27 +05:30
rohitwaghchaure
8ca0d3574c
Merge pull request #6972 from rohitwaghchaure/fixed_code_issue_report
fix: code cleanup
2019-02-21 13:16:32 +05:30
Rohit Waghchaure
1e3ee5db9b code cleanup 2019-02-21 13:15:07 +05:30
rohitwaghchaure
98a94d18b8
Merge pull request #6971 from rohitwaghchaure/email_button_is_not_working
fix: email button not working
2019-02-21 13:07:39 +05:30
Rohit Waghchaure
3575686618 fix: email button not working 2019-02-21 13:03:45 +05:30
deepeshgarg007
9bb614e93d fix: Check if options exists in df or not" 2019-02-21 09:37:53 +05:30
deepeshgarg007
1076b25d1c fix: Check option length in condition 2019-02-21 09:23:37 +05:30
Saurabh
c2b87443a0 Merge branch 'hotfix' 2019-02-20 18:12:47 +05:30
Saurabh
6ea90fba91 bumped to version 11.1.8 2019-02-20 18:42:47 +06:00
Faris Ansari
82036241e2 fix: Dont set doctype if it is not set (#6966) 2019-02-20 17:36:07 +05:30
Rushabh Mehta
b534fcecc8
Merge pull request #6964 from rohitwaghchaure/reports_are_not_working
fix: reports are not working
2019-02-20 16:59:13 +05:30
Rohit Waghchaure
013bee1c07 fix: reports are not working 2019-02-20 16:56:00 +05:30
Suraj Shetty
06841e80d4
Merge pull request #6963 from deepeshgarg007/base_list
fix: Filter out null values form field array
2019-02-20 16:17:49 +05:30
deepeshgarg007
39a0372f4f fix: Filter out null values form field array 2019-02-20 14:30:14 +05:30
Suraj Shetty
f708d05de5
Merge pull request #6962 from netchampfaris/deferred-rendering-signature-geo
fix: Render Signature and Geolocation after dialog is shown
2019-02-20 12:56:45 +05:30
Suraj Shetty
f52a294c27
fix: unexpected permission message while creating address
fix: unexpected permission message while creating address
2019-02-20 11:45:58 +05:30
Faris Ansari
0e82b8dcf7 fix: Indent using tabs 2019-02-20 11:20:25 +05:30
Faris Ansari
976fc2ffea fix: Render Signature and Geolocation after dialog is shown
Dialogs are hidden the first time they are created, some fields need to
calculate the dimensions of their container which is not possible when
they are hidden, we fix it by rendering them after the dialog is shown.
2019-02-20 10:55:57 +05:30
Sagar Vora
eead6809e1 Merge branch 'hotfix' 2019-02-19 17:50:39 +05:30
Sagar Vora
94a61b40fe bumped to version 11.1.7 2019-02-19 18:10:39 +05:50
Rushabh Mehta
86b45971ab
Merge pull request #6960 from rmehta/fix-uidvalidity
fix(email): default UIDVALIDITY to 0
2019-02-19 14:31:51 +05:30
Faris Ansari
308fa1318f fix: Ignore duplicate entry for Chat Profile (#6959)
![image](https://user-images.githubusercontent.com/9355208/52956076-55e96600-33b4-11e9-9580-6e5173f1fbe2.png)
2019-02-19 14:30:05 +05:30
Rushabh Mehta
572edb08ba fix(email): default UIDVALIDITY to 0 2019-02-19 14:28:14 +05:30
Deepesh Garg
953f2c466f fix: Doctypes not showing in data export (#6956)
The maximum length for a `GET` request is 4096 bytes which is crossed in this case.
2019-02-19 14:23:39 +05:30
Aditya Hase
4b4d59026f fix: Jinja template error (#6957)
Errors in Custom Print Format are not framework errors and should not have a "Report Issue" button
2019-02-19 14:19:51 +05:30
Himanshu
5e5c9f103d fix(router): Router Fix if Doc Name contains '?' (#6945)
- Router Show Page Not Found when there is a '?' in the doc name as it considers everything after '?' as argument

- When the name of doc is 'New' it considers as you are creating a new doc every time you visit it.

- After the fix, it checks if there is an '=' in name to check if there is an argument passed in the URL

- _Doesn't break the 'New' functionality_
2019-02-18 19:23:19 +05:30
Rushabh Mehta
dcc3d41d43
Merge pull request #6947 from surajshetty3416/fix-multiselect
fix: Add custom get_value to multiselect
2019-02-18 11:35:37 +05:30
Rushabh Mehta
946b7bac8c
Merge pull request #6948 from surajshetty3416/fix-listview-refresh
fix: listview load
2019-02-18 11:34:23 +05:30
Suraj Shetty
916612d526 Use get_doctypes_with_read instead of has_permission for multiple perm check 2019-02-18 10:18:55 +05:30
Suraj Shetty
699fd3cc08
fix: Do not cache get_hooks in developer_mode
fix: Dont cache get_hooks in developer_mode
2019-02-18 08:34:04 +05:30
Suraj Shetty
8e06d1a894 Fix listview load 2019-02-17 15:45:53 +05:30
Suraj Shetty
7984036ca4 Fix codacy 2019-02-16 21:03:17 +05:30
Faris Ansari
178c553b5d fix: Dont cache get_hooks in developer_mode 2019-02-16 19:51:07 +05:30
Suraj Shetty
58e19de1ce Remove extra code 2019-02-16 16:19:13 +05:30
Suraj Shetty
e4e6d2796c Add custom get_value to get repective value in
the option list instead of label selected by user
2019-02-16 16:15:20 +05:30
Frappe Bot
f7da1a7124 Merge branch 'hotfix' 2019-02-15 10:17:14 +00:00
Frappe Bot
73001d8202 bumped to version 11.1.6 2019-02-15 10:17:14 +00:00
Zarrar
5ddf3c10bb fix: Language Code naming validation (#6933)
* fix: language code naming fix

* fix: validate name and language code
2019-02-15 15:10:14 +05:30
Saif
cc0ce14f67 fix: Update DataTable hook for columnTotal (#6904)
Update for changes in https://github.com/frappe/datatable/pull/55
2019-02-15 15:01:22 +05:30
Aditya Hase
d9a317e202 fix(desk): Prepared Report fixes (#6939)
* fix(desk): Fetch prepared report matching filter values

* fix(desk): Ignore filters when prepared report doc name is given

* fix(desk): Delete prepared report if data is corrupted

* style: Linting fixes
2019-02-15 15:00:05 +05:30
Rushabh Mehta
e850721d05
Merge pull request #6843 from Zlash65/enh-treeview
feat: Minor additional enhancements to Treeview
2019-02-15 14:30:38 +05:30
Aditya Hase
683be9e096 feat(error-report): Collect frame locals in error report (#6938)
* feat(error-report): Collect frame locals in error report

* style: Linting fixes
2019-02-15 14:24:08 +05:30
Suraj Shetty
0f47bb0149
Merge pull request #6942 from netchampfaris/fix-permlevel-in-print
fix: Permlevel check in Print
2019-02-15 13:02:59 +05:30
Faris Ansari
2fd6cd65f5 fix: Permlevel check in Print
Stupid check hides fields with permlevel > 0 no matter who has access
2019-02-15 12:48:33 +05:30
Rushabh Mehta
b7225b190d
Merge pull request #6937 from jay-parikh/app_icon
fix: svg logo not working for Desk Icon
2019-02-15 11:40:18 +05:30