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
Chinmay D. Pai
99ecd01cd1
fix: use re.sub instead of replace
...
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2019-09-27 13:06:29 +05:30
Chinmay D. Pai
ddcdabbf6d
fix: check if doctype exists before replacing null values
...
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2019-09-27 12:55:50 +05:30
mergify[bot]
27885b86d8
Merge pull request #8451 from hrwX/global_search
...
feat: Global Search with Priorities
2019-09-26 18:22:15 +00:00
Himanshu Warekar
f8a910b1aa
fix: revert patch
2019-09-26 16:50:42 +05:30
Himanshu Warekar
1275ad076a
fix: multiple patch fixes
2019-09-26 16:39:58 +05:30
Himanshu Warekar
6da204ceec
Merge develop into global_search
2019-09-26 16:29:05 +05:30
Saurabh
2815356bc7
fix: reload doc email domain and email account
2019-09-26 16:20:43 +05:30
Saurabh
a6c7edc6ff
feat: patch to set default incoming port to enabled email accounts
2019-09-26 12:59:54 +05:30
Himanshu Warekar
9d3b361da4
feat: Global Search with Priorities
2019-09-18 18:21:13 +05:30
Nabin Hait
4668cc64e0
fix: reload google contacts
2019-09-16 12:49:03 +05:30
Suraj Shetty
62276dde48
fix(patch): Skip name column from duplicate index check
2019-09-10 14:47:09 +05:30