Commit graph

18039 commits

Author SHA1 Message Date
Deepesh Garg
a4e97d4606 fix: Do not reduce for empty arrays (#7679) 2019-06-13 10:42:14 +05:30
Suraj Shetty
f40dc7b840
Merge pull request #7632 from govindsmenokee/patch-2
fix(kanban): Add code to setup realtime updates
2019-06-11 23:25:02 +05:30
Suraj Shetty
ebacd11af8
fix: setup only realtime updates 2019-06-11 21:47:18 +05:30
Sahil Khan
fe75d7e114 Merge branch 'hotfix' 2019-06-11 17:02:50 +05:30
Sahil Khan
386f6f030e bumped to version 11.1.35 2019-06-11 17:22:50 +05:50
Deepesh Garg
0bf1f42bf9
Merge pull request #7666 from deepeshgarg007/datable-upgrade-h-1.13.3
fix: Upgrade frappe datatable
2019-06-11 16:54:30 +05:30
deepeshgarg007
be36538a8c fix: Upgrade frappe datatable 2019-06-11 16:17:35 +05:30
Suraj Shetty
ad92d7e332
Merge pull request #7664 from rohitwaghchaure/prepared_report_not_working_for_batchwise_balance_report
fix: prepared report not working for the Batch-Wise Balance History, Accounts Receivable Report
2019-06-11 15:42:01 +05:30
Rohit Waghchaure
2043cee08f fix: prepared report not working for the Batch-Wise Balance History, Accounts Receivable Report 2019-06-11 15:26:54 +05:30
Nabin Hait
d120b0e383 Merge branch 'hotfix' 2019-06-10 19:10:33 +05:30
Nabin Hait
b2dd47ee5b bumped to version 11.1.34 2019-06-10 19:30:33 +05:50
Suraj Shetty
e5a89e62cb
Merge pull request #7658 from adityahase/fix-pr-translations-hotfix
fix(prepared-report): Show translated column names
2019-06-10 16:35:58 +05:30
Aditya Hase
694342bfa1 fix(prepared-report): Show translated column names 2019-06-10 16:22:14 +05:30
Suraj Shetty
2c8a705416
Merge pull request #7654 from Mangesh-Khairnar/notification-email-fix
fix(notification): Change example structure to reduce ambiguity
2019-06-10 12:08:10 +05:30
Mangesh-Khairnar
1e76c20f1b fix: make condition examples less ambiguous 2019-06-08 18:23:49 +05:30
Saurabh
5232d82511
Merge pull request #7648 from adityahase/fix-error-report-email-hotfix
fix(error-report): Use error_report_email from config instead of hooks
2019-06-06 10:27:11 +05:30
Aditya Hase
3c7017a787 fix(error-report): Use error_report_email from config instead of hooks 2019-06-06 00:03:22 +05:30
Nabin Hait
df438c1697
Revert "fix: Set default only if the dependent field is set (#7130)" (#7644)
This reverts commit 73c1f531e8.
2019-06-05 20:30:13 +05:30
Nabin Hait
4853284d27
Revert "fix: Avoid default of field if its depends_on field is not set (#7004)" (#7643)
This reverts commit dcf3d2d061.
2019-06-05 20:29:59 +05:30
Sahil Khan
6196e72df3 Merge branch 'hotfix' 2019-06-05 15:10:59 +05:30
Sahil Khan
d2aec962bd bumped to version 11.1.33 2019-06-05 15:30:59 +05:50
Nabin Hait
a8c92fb02b
fix: updated modified date 2019-06-05 14:46:46 +05:30
Govind S Menokee
9cd3f2b1d8
Added code to setup events
setup events on setup_view so that kanban gets updated when there any activity/update on the doc
2019-06-03 22:03:59 +05:30
Saurabh
65b77c164f
Merge pull request #7630 from surajshetty3416/fix-print-format-hotfix
fix: Encode print format name passed through url
2019-06-03 16:58:52 +05:30
Suraj Shetty
8e22789777 fix: encodeURIComponent print format
- to support & character in print format name
2019-06-03 14:11:02 +05:30
Saurabh
a44003d492 fix(paypal): Ignore if profile is already cancelled (#7622)
* fix: ignore if profile already in cancelled state

* Update frappe/integrations/doctype/paypal_settings/paypal_settings.py

grammar fixes

Co-Authored-By: Suraj Shetty <surajshetty3416@gmail.com>
2019-06-03 12:11:17 +05:30
Rushabh Mehta
2f43a76a0a
Merge pull request #7617 from deepeshgarg007/report-print-fix
fix: Query report print fix
2019-06-03 12:10:31 +05:30
Saurabh
d65e607b7a
Merge pull request #7527 from saurabh6790/razopary_payent_capture_fix_hotfix
fix: check payment status before capturing the payment
2019-06-03 10:50:35 +05:30
deepeshgarg007
d5c908deb0 fix: Reset data after filter reset if data is not present 2019-05-31 16:26:53 +05:30
Deepesh Garg
bcbde4575e
Merge pull request #7613 from adityahase/fix-query-report-custom-columns-hotfix
fix(query-report): Adding custom column data when result row is a tuple
2019-05-30 19:11:39 +05:30
Aditya Hase
9b91dacd10 fix(query-report): Adding custom column data when result row is a tuple
Result row can be a list, dict or a tuple.

Previously handled cases:
Case dict: row can be used as it is
Case list: row is converted to an equivalent dict

Unhandled case (fixed with this commit):
Case tuple: row is converted to a list so that it can be handled with the list case
2019-05-30 17:58:42 +05:30
Rushabh Mehta
2241330b16
Merge pull request #7591 from deepeshgarg007/dashboard_fix
fix: Remove dynamic link logic from make_new function
2019-05-30 17:13:01 +05:30
Suraj Shetty
372575716d
fix: Use get_meta to avoid error 2019-05-30 15:36:36 +05:30
Suraj Shetty
997f3306aa
fix: Use get_meta to avoid error 2019-05-30 15:14:46 +05:30
Karthikeyan S
acd2f589b6 fix(Barcode): excluding Barcode feild from XSS FIlter (#7605)
(cherry picked from commit e579b8960e1c34e7ad0bf794a10596b40530bc09)
2019-05-30 13:51:14 +05:30
Sahil Khan
88ce01a28a Merge branch 'hotfix' 2019-05-30 12:08:16 +05:30
Sahil Khan
4584de59b5 bumped to version 11.1.32 2019-05-30 12:28:16 +05:50
Rohan
a03d37c196 fix(timeline): Render links in Comment-type communications (#7547) 2019-05-30 11:30:41 +05:30
Aditya Hase
e9c54ff6a8 fix(list-view): Escape quotes in data-name (#7599)
Fixes misbehaviour in bulk actions when selected documents have names
with quotes.
2019-05-30 10:52:36 +05:30
Shivam Mishra
b42ac9ae1f
Merge pull request #7594 from adityahase/fix-email-autosuggest
fix(email): Search contacts by email_id as well
2019-05-29 20:03:39 +05:30
Aditya Hase
279ec5e533 fix(email): Search contacts by email_id as well
Email auto suggest now performs lookup on contact name and email_id fields
2019-05-29 18:05:07 +05:30
Himanshu Mishra
0fa0d4324a perf: Don't fetch complete global unsubscribe (#7578)
* Update queue.py

* Update email_unsubscribe.json

* Update email_unsubscribe.json
2019-05-29 17:49:48 +05:30
sahil28297
74601c33ca
Merge pull request #7587 from surajshetty3416/fix-patch-hotfix
fix: UniqueFieldnameError while migration
2019-05-29 17:13:12 +05:30
Aditya Hase
5a3b2d87b6
fix: Update regex for capturing touched tables from query (#7590)
fix: Update regex for capturing touched tables from query
2019-05-29 14:55:47 +05:30
deepeshgarg007
abd822b943 fix: Remove dynamic link logic from make_new function 2019-05-29 14:36:10 +05:30
Saurabh
35c0b6b2fc
Merge pull request #7584 from rohitwaghchaure/issue_in_the_latest_version_of_babel_package
fix: issue in the latest version of babel, set it to 2.6.0
2019-05-29 13:40:48 +05:30
Aditya Hase
a1f441578c fix: Update regex for capturing touched tables from query
Previous regex used to yield false positives and false negatives
for queries like

UPDATE tabToDo SET description = "something"

Instead of yielding "tabToDo" it used to yield "tabToDo SET".

Now two separate regexes handle single word and multi-word names
In case of multi-word surrounding quotes are a must
2019-05-29 13:37:32 +05:30
Rohit Waghchaure
be427b1464 fix: issue in the latest version of babel, set it to 2.6.0 2019-05-29 13:13:10 +05:30
Suraj Shetty
5a194be77b fix: UniqueFieldnameError while migration 2019-05-29 13:06:49 +05:30
Faris Ansari
778bc4349b
fix: Check if value is string (#7583)
Breaks the check when value is a map. So we reverse the check.
2019-05-29 11:40:53 +05:30