Gavin D'souza
a42283db99
chore: updated Security policy and issue template
vor 5 Jahren
mergify[bot]
849bbe1ca0
Merge pull request #8590 from sahil28297/fix_create_contact
fix(patch): check if contact already exists for user
vor 5 Jahren
mergify[bot]
291ad4e41c
Merge pull request #8591 from sahil28297/fix_prepared_report
fix(patch): reload prepared report doctype
vor 5 Jahren
mergify[bot]
510b726783
Merge pull request #8508 from marination/customize-import
feat: Added 'Allow Import (via Data Import Tool)' checkbox in Customize Form
vor 5 Jahren
mergify[bot]
35da38cfc2
Merge pull request #8592 from rohitwaghchaure/fixed_notification_not_working_if_receipients_not_set_but_cc_is_set_v12
fix: notification is not working if recipients is not set and cc is set
vor 5 Jahren
Rohit Waghchaure
30f30d57ff
fix: notification is not working if recipients is not set and cc is set
vor 5 Jahren
Sahil Khan
106b7e995c
fix(patch): reload prepared report doctype
vor 5 Jahren
Sahil Khan
30c6720398
fix(patch): check if contact already exists for user
vor 5 Jahren
Himanshu
2f0cc559eb
Merge pull request #8588 from hrwX/gc-fixes
fix: TypeError: 'NoneType' object is not iterable
vor 5 Jahren
Himanshu Warekar
5e6ce7d2eb
fix: TypeError: 'NoneType' object is not iterable
vor 5 Jahren
mergify[bot]
e90e390493
Merge pull request #8568 from frappe/sahil28297-patch-3
fix(hooks): check for updates daily instead of weekly
vor 5 Jahren
mergify[bot]
b33e7e4f9c
Merge pull request #8572 from deepeshgarg007/ignore_validation_fix
fix: Provision to ignore disabled link validations in a doctype
vor 5 Jahren
mergify[bot]
c85c90364e
Merge pull request #8586 from hrwX/set_email
fix: Miscellaneous Fixes
vor 5 Jahren
Himanshu
cc479144d9
fix(patch): remove quotes from tags due to db.escape and fix pr… ( #8566 )
vor 5 Jahren
Himanshu Warekar
e1a7112d86
fix: test cases for contacts
vor 5 Jahren
Himanshu Warekar
2ace6739d7
fix: rename fields
vor 5 Jahren
Himanshu Warekar
86245cc890
fix: autoset recipient if email_field in doc
vor 5 Jahren
mergify[bot]
de77b5e408
Merge pull request #8585 from Thunderbottom/email-inbox-fix
chore: make communication list exception helpful
vor 5 Jahren
gavin
bad90cf6ef
chore: updated GitHub contributing templates ( #8565 )
vor 5 Jahren
Chinmay D. Pai
3ff3e71d34
chore: make communication list exception helpful
* fixes infinite error recursion caused by window.history.back();
* throw an actually useful message instead of using msgprint
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
vor 5 Jahren
mergify[bot]
fddfaec913
Merge pull request #8583 from rohitwaghchaure/nonetype_object_has_no_attribute_options
fix: None type object has no attribute options
vor 5 Jahren
Rohit Waghchaure
dea1f3ca50
fix: Nonetype object has no attribute options
vor 5 Jahren
mergify[bot]
6f1d5aaea8
Merge pull request #8574 from frappe/sahil28297-patch-6
fix(email_domain): set domain_name as non_unique
vor 5 Jahren
mergify[bot]
fc2fd476df
Merge pull request #8581 from surajshetty3416/table-check-all
feat: Add a function to check all rows
vor 5 Jahren
Shivam Mishra
b7fb86e925
Merge pull request #8579 from Thunderbottom/subscription-fix
fix: handle site expired exception
vor 5 Jahren
rohitwaghchaure
ee14c0b721
Merge pull request #8573 from rohitwaghchaure/fixed_rate_with_comma_not_changing_to_decimal
fix: comma in rate field not changing to dot for the number format #.###,##
vor 5 Jahren
Suraj Shetty
5bd5e02a30
feat: Add API to check all table rows
vor 5 Jahren
Chinmay Pai
0740fddae3
chore: remove print from frappeclient
Co-Authored-By: Shivam Mishra <scmmishra@users.noreply.github.com>
vor 5 Jahren
Chinmay D. Pai
989cd82e90
fix: raise SiteExpiredError if site has expired
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
vor 5 Jahren
Chinmay D. Pai
c560d2fb51
fix: handle site expired exception
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
Co-authored-by: Sahil Khan <sahilkhan28297@gmail.com>
vor 5 Jahren
sahil28297
d97689f33a
fix(email_domian): set domain_name as non_unique
vor 5 Jahren
Rohit Waghchaure
567d7285ce
fix: comma in rate field not changing to dot for the number format #.###,##
vor 5 Jahren
deepeshgarg007
5787ea3c5a
fix: Provision to ignore disabled link validations in a doctype
vor 5 Jahren
marination
e08779c362
fix: Importable docs via Customize Form set in redis cache
can_import list is set in redis cache
Data Import's set query will fetch from cache ad update list
vor 5 Jahren
sahil28297
a47d1b3e57
fix(hooks): check for updates daily instead of weekly
vor 5 Jahren
Mangesh-Khairnar
e9e2a89dc8
Fix: lock click version ( #8561 )
vor 5 Jahren
mergify[bot]
217e321fc2
Merge pull request #8552 from Mangesh-Khairnar/default-perm-fix
fix: return default user permission as the leading element
vor 5 Jahren
Himanshu
c8ff4c8fe2
Merge pull request #8525 from nick9822/nick9822-fixes
[Patch issue] Move email and phone to child table
vor 5 Jahren
rohitwaghchaure
f2f49ef3bb
fix: rate auto changing from 3.9 to 39 ( #8560 )
* fix: rate auto changing from 3.9 to 39
* fix: codacy
vor 5 Jahren
Suraj Shetty
86263e05f4
perf: Cache db columns to avoid redundant database calls ( #8543 )
* perf: Cache db columns to avoid redundant database calls
* fix: Move cache clearing code from doctype to schema.py
* fix: self.table_name instead of self.name
* fix: Cache columns in "table_columns" key
`table_columns` was cached in meta but columns were also getting accessed
directly using frappe.db.get_table_columns. Now, it is cached at
`frappe.db` layer
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
vor 5 Jahren
Faris Ansari
f926a2aa48
Merge pull request #8488 from hrwX/global_tags
feat(Desk): Global Tags
vor 5 Jahren
Himanshu Warekar
6fc5cb584f
fix: codacy
vor 5 Jahren
mergify[bot]
3b32c4d613
Merge pull request #8557 from frappe/clarkejj-patch-2
fix: report the DocType's name when its associated table is missing
vor 5 Jahren
mergify[bot]
6314769705
Merge pull request #8547 from marination/link-field
fix: Link field validation via set_value
vor 5 Jahren
Faris Ansari
f5792ffefa
fix: Add a check for Dynamic Link
vor 5 Jahren
Deepesh Garg
5666429a88
fix: Allow searching in multiselect field by fields in search fields and show search field related info ( #8558 )
* fix: Allow searching in multiselect field by fileds in search fields and show search field related info
* fix: Check icon alignment
vor 5 Jahren
Sun Howwrongbum
b47b9ef5a8
fix: pdf report js issues ( #8554 )
* fix: pdf report js issues
* fix: template being set to null
vor 5 Jahren
Himanshu Warekar
254ce39cc5
chore: return empty string
vor 5 Jahren
John Clarke
118bba4a83
report the name of the DocType when the associated table is missing
Reported here https://discuss.erpnext.com/t/bench-migrate-fails-with-pymysql-err-programmingerror-it-doesnt-print-what-is-the-error/53540
vor 5 Jahren
Himanshu Warekar
b4fcadca2f
fix: codacy fixes
vor 5 Jahren