Commit graph

687 commits

Author SHA1 Message Date
Faris Ansari
aeabcfdb02 fix: Merge with new theme changes 2020-04-25 00:08:33 +05:30
marination
90dd729496 fix: Migrate fails on move_email_and_phone_to_child_table patch 2020-04-20 20:31:27 +05:30
Rushabh Mehta
9a3998c43c fix(patch): reload doctype before running the patch 2020-04-17 11:17:31 +05:30
Rushabh Mehta
e20df3d83c fix(path): __init__ for v13_0 folder 2020-04-16 14:19:01 +05:30
Rushabh Mehta
ab673a9bb9 fix(patch): custom and standard scss is separated in theme 2020-04-16 12:37:53 +05:30
PriyankaGangar
65abe3d734 fix: update gender and update salutations 2020-04-08 17:49:14 +05:30
Prssanna Desai
705758cc01
fix(patch): set parent and parenttype as None for print formats (#9801)
* fix(patch): set parent and parenttype as None for print formats

* fix: remove empty file

Co-authored-by: Himanshu <himanshuwarekar@yahoo.com>
2020-03-31 04:45:40 +00:00
Nabin Hait
006609f59e fix: Duplicate check before inserting in contcat email table 2020-03-30 19:34:36 +05:30
gavin
6a25a33d49
fix: delete as much indexes from each table (#9684)
in cases of customization, errors such as pymysql.err.InternalError: (1091, "Can't DROP 'unique_item'; check that column/key exists") may rise up
2020-03-13 15:02:47 +05:30
Nabin Hait
1d6c3a9acd
fix: Run dashboard patch if table already exists (#9678) 2020-03-12 18:58:47 +05:30
prssanna
e65fb5b62e patch: patch to change existing chart filters to array 2020-02-28 13:00:04 +05:30
Sahil Khan
34d2357526 fix(patch): reload Prepared Report doctype 2020-01-15 13:18:52 +05:30
Suraj Shetty
4cd6cee8f9 fix: TypeError in home_settings patch
Convert set to list
2019-12-20 13:10:34 +05:30
Suraj Shetty
017d9a6783 fix: KeyError: 'hidden_modules' 2019-12-20 11:12:21 +05:30
Rohit Waghchaure
df69670e32 fix: patch home_settings_for_all_users 2019-12-19 13:54:11 +05:30
Suraj Shetty
09ec275c2b fix: Remove limit 2019-12-14 17:44:17 +05:30
Suraj Shetty
129bc14495 fix: Add a patch to fix all user's home settings 2019-12-13 14:09:23 +05:30
Himanshu
f9777268b8 feat: add default email account for email linking (#8833)
* feat: add default email account for email linking

* fix: remove unused import

* fix: remove try-catch
2019-12-12 16:10:56 +00:00
Chinmay D. Pai
deaa865fa8
fix(patch): auto commit on more than 10000 writes
fixes issue where patch fails with:

frappe.exceptions.ValidationError: Too many writes in one request. Please send smaller requests

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2019-12-10 09:16:37 +05:30
Rohit Waghchaure
86ecf4fbc1 fix: patch 2019-12-06 18:06:52 +05:30
Rohit Waghchaure
54e5538065 fix: patch 2019-12-06 15:18:54 +05:30
Aditya Hase
333ea79d2d
fix(patch): Handle failures in while making Prepared Report attachments private 2019-11-26 18:33:54 +05:30
Aditya Hase
17161976c6
fix(security): Make all Prepared Report file attachments private 2019-11-25 19:35:18 +05:30
Rohit Waghchaure
c3fcbce168 fix: patch 2019-11-21 19:36:04 +05:30
mergify[bot]
4bdbd0c29c
Merge pull request #8777 from prssanna/notifications-fix
fix: Notification fixes
2019-11-20 12:05:08 +00:00
prssanna
7bf1e09327 fix: code cleanup 2019-11-20 14:03:25 +05:30
prssanna
d14ea23331 fix(patch): create notification settings for all users 2019-11-19 13:26:27 +05:30
deepeshgarg007
49d3ac182c fix: Ignore links while saving auto repeat doc 2019-11-08 14:28:26 +05:30
Himanshu Warekar
a14e8a4859 fix: addfilter operations for tags 2019-11-06 01:13:37 +05:30
Rucha Mahabal
1eab4ad342 fix: codacy 2019-11-03 15:41:27 +05:30
Rucha Mahabal
5c64fbdb20 fix(patch): update status and set auto repeat as not submittable 2019-11-03 15:36:22 +05:30
Himanshu
bf57a1d79a Patch(Tags): Check if column exists (#8682)
* fix: tags patch

* fix: auto_commit_on_many_writes

* fix: check if tag exists

* fix: check if tag or tag link exists

* fix: check if column exists

* fix: set autocommit false

* fix: use ignore in insert query for bulk insert

* fix: add option to ignore duplicates
2019-10-29 09:52:38 +00:00
mergify[bot]
be8a9dd8eb
Merge pull request #8589 from sahil28297/fix_setup_comment
fix(patch): auto commit if too many writes
2019-10-22 07:24:11 +00:00
mergify[bot]
849bbe1ca0
Merge pull request #8590 from sahil28297/fix_create_contact
fix(patch): check if contact already exists for user
2019-10-12 04:56:29 +00:00
Sahil Khan
106b7e995c fix(patch): reload prepared report doctype 2019-10-11 16:08:16 +05:30
Sahil Khan
30c6720398 fix(patch): check if contact already exists for user 2019-10-11 16:03:24 +05:30
Sahil Khan
6fb206b489 chore: fix indentation 2019-10-11 15:57:26 +05:30
Sahil Khan
25721c66f0 fix(patch): auto commit if too many writes 2019-10-11 15:47:14 +05:30
Himanshu
cc479144d9 fix(patch): remove quotes from tags due to db.escape and fix pr… (#8566) 2019-10-11 00:33:23 +05:30
Himanshu
c8ff4c8fe2
Merge pull request #8525 from nick9822/nick9822-fixes
[Patch issue] Move email and phone to child table
2019-10-07 19:11:22 +05:30
Himanshu Warekar
fc131e55c5 Merge branch 'develop' of https://github.com/frappe/frappe into global_tags 2019-10-05 10:00:27 +05:30
Himanshu Warekar
13321ec5f4 chore: rename global_tags to tags 2019-10-05 09:57:43 +05:30
Himanshu Warekar
02cebdd7d3 fix: use frappe.tags 2019-10-03 16:43:36 +05:30
Nickesh
68b30ebbcd [Patch Fix] Move email and phone to child table 2019-10-03 15:49:44 +05:30
Sahil Khan
e8e8aca4f7 fix(patch): reload Call Log 2019-10-03 13:15:40 +05:30
Himanshu Warekar
c0a5ad1456 Merge branch 'develop' of https://github.com/frappe/frappe into global_tags 2019-10-03 12:30:53 +05:30
Suraj Shetty
14ad837969 fix: Typo 2019-10-02 09:10:28 +05:30
Himanshu Warekar
30595889bd fix: rename patch file 2019-09-30 18:39:56 +05:30
Himanshu Warekar
cd16373b53 patch: move to new tag structure 2019-09-30 18:12:37 +05:30
mergify[bot]
204867e649
Merge pull request #8505 from hrwX/con-patch-fix
fix(Patch): Patch fixes for Contact and Email
2019-09-27 09:43:44 +00:00