Commit graph

36841 commits

Author SHA1 Message Date
Gavin D'souza
111abfc1f4 refactor!: Remove dead methods from PropertySetter controller 2022-02-01 17:46:29 +05:30
Shariq Ansari
af5e9099dc fix: Doctype name which is tablename in database is limited to 64 characters 2022-02-01 16:47:30 +05:30
Saqib Ansari
b42cc400b9 Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor 2022-02-01 15:08:57 +05:30
Suraj Shetty
bce349a4f4 Merge branch 'fix-link-field' of https://github.com/surajshetty3416/frappe into fix-link-field 2022-02-01 14:37:42 +05:30
Suraj Shetty
d2436b88c5 fix: Update filter whilte removing undefined 2022-02-01 14:37:39 +05:30
mergify[bot]
e43cf12941
Merge pull request #15821 from ankush/missing_email
fix: communication missing from form timeline
2022-02-01 08:30:04 +00:00
hrwx
c88292a6ae fix: trigger form attach on callback 2022-02-01 08:26:24 +00:00
Faris Ansari
8018923365
Merge pull request #15784 from netchampfaris/fix-request-args-transformation
fix!: remove unnecessary array transformation in request args
2022-02-01 13:48:47 +05:30
Suraj Shetty
3935216181
Merge branch 'develop' into fix-link-field 2022-02-01 13:38:02 +05:30
Suraj Shetty
e18f8d6e10 chore: Remove duplicate command 2022-02-01 13:37:46 +05:30
Suraj Shetty
8998d87fc4 fix: Update set_nulls code to filters out empty values for link fields
- Empty values for link field is invalid and causes issue mentioned here https://github.com/frappe/frappe/pull/15320
2022-02-01 13:36:17 +05:30
Suraj Shetty
ebd756c1e5 test: Update test case for default value in link field 2022-02-01 13:30:48 +05:30
Faris Ansari
7ef9a2554c test: web request with array values as params 2022-02-01 13:16:16 +05:30
Ankush Menat
3af8debbad test: docinfo 2022-02-01 11:58:38 +05:30
Ankush Menat
79f5a6b640 refactor: get_docinfo without side effects 2022-02-01 11:18:35 +05:30
kamaljohnson
57a6ee392a fix: append_to parameter order in InboundMail 2022-02-01 11:00:50 +05:30
Shariq Ansari
22cb310b06
Merge branch 'develop' into html-css-injection 2022-02-01 11:00:17 +05:30
shadrak gurupnor
988771a8c3 test(blog comment): added filter for blog comments 2022-02-01 10:32:27 +05:30
Ankush Menat
2f239dbe4f fix: communication missing from form timeline 2022-02-01 10:16:24 +05:30
kamaljohnson
7829de9862 fix: auto creation of append to doctype ref while receiving mail 2022-02-01 06:22:39 +05:30
Ankush Menat
da8c07d8fa
test: commented out lines in patches.txt (#15818) 2022-01-31 22:00:24 +05:30
mergify[bot]
1a05f4f9a4
Merge pull request #15805 from ruchamahabal/user-type-tests
test(User Type): add select perm doctypes
2022-01-31 15:44:34 +00:00
Saqib Ansari
bd8ac90286
fix(ux): show report button on too many writes error (#15614)
* feat: log errors on too many writes to ease debugging

* fix(ux): extract and show which app/file/function caused too many writes

* fix: postgres error checking assumes exception is postgres exception

* fix: better default for skipping frames

Typically stack is like: some_app -> your_function -> this function. So last 2 frames need to be skipped.

* fix: postgres error checking assumes exception is postgres exception

* fix: better default for skipping frames

Typically stack is like: some_app -> your_function -> this function. So last 2 frames need to be skipped.

* refactor: show Report button instead of logging

* revert: unnecessary new functionality

* test: assert exact exception

Co-authored-by: Ankush Menat <ankush@frappe.io>
2022-01-31 18:57:32 +05:30
Suraj Shetty
5f64dac3c1 test: Update UI test for link field 2022-01-31 15:23:08 +05:30
Shariq Ansari
c30e59eb8d fix: sider fix 2022-01-31 15:09:05 +05:30
Shariq Ansari
20f35b8b6c fix: Make card links mandatory 2022-01-31 15:04:41 +05:30
Shariq Ansari
1a1d0849d0 fix: check if any changes made before saving 2022-01-31 15:04:41 +05:30
mergify[bot]
f804640e85
Merge pull request #15792 from netchampfaris/pfbb-fixes
fix: New Print Format Builder fixes
2022-01-31 09:23:59 +00:00
Wolfram Schmidt
fadb07393b
chore: Update de.csv (#15802)
added missing translation in DocType User
2022-01-31 14:33:59 +05:30
Rucha Mahabal
62331fcba3 test: validation for no name specified 2022-01-31 13:49:37 +05:30
Rucha Mahabal
38393c56df test(User Type): add select perm doctypes 2022-01-31 13:37:38 +05:30
Suraj Shetty
0eab7ed021 fix: Call validate_link only if "value" is passed 2022-01-31 13:31:31 +05:30
Saqib Ansari
3ebed90d37 fix: child table filtering in multi select dialog 2022-01-31 12:51:42 +05:30
Gavin D'souza
229e259bd2 fix: Format timedelta object accurately 2022-01-31 11:56:09 +05:30
Gavin D'souza
885c86bedb Merge branch 'develop' of github.com:frappe/frappe into set_value-refactor 2022-01-31 11:53:59 +05:30
Gavin D'souza
adc745a72c fix: Avoid TypeError when guess_extension returns None 2022-01-31 11:43:24 +05:30
Gavin D'souza
8d9b46527f chore: Remove dead imports 2022-01-31 11:29:32 +05:30
Gavin D'souza
c56b5a4899 Merge branch 'develop' of github.com:frappe/frappe into thumbnail-for-images 2022-01-31 11:26:31 +05:30
Saqib Ansari
105f8d8bc7 fix: form tour ui test 2022-01-31 11:24:08 +05:30
Saqib Ansari
1e8bed8ad6 Merge branch 'develop' of https://github.com/frappe/frappe into fix-form-tour 2022-01-31 11:09:46 +05:30
Shariq Ansari
318135840a
Merge branch 'develop' into workspace-ui-fixes 2022-01-31 10:46:12 +05:30
Rushabh Mehta
4962fb8fd0
Merge pull request #15786 from phot0n/drop-post-post-comment-doctypes
refactor!: remove post and post comment doctypes
2022-01-31 09:34:35 +05:30
mergify[bot]
386903388a
Merge pull request #15799 from hrwX/add_attach_in_fetch
feat: add Attach Image in add_fetch
2022-01-31 03:35:44 +00:00
hrwx
5e2bfbd04f feat: add Attach Image in add_fetch 2022-01-30 21:44:59 +00:00
mergify[bot]
7d5465b2e3
Merge pull request #15771 from OneiricIT/OneiricIT-webform-signaturefield
feat: signature field in webform
2022-01-30 07:27:58 +00:00
mergify[bot]
10bfad7dc1
Merge pull request #15768 from alyf-de/msgprint-title
fix: translate title in msgprint
2022-01-30 07:26:57 +00:00
Ankush Menat
eda052529b
fix: calling non-exisitng unescape method on HTML2Text (#15796)
test: xlsxutils
2022-01-30 12:17:02 +05:30
Faris Ansari
7223f749dc fix: child table columns overflow 2022-01-29 12:21:01 +05:30
Faris Ansari
e198217d13 fix: Show Reset Changes only when there are changes 2022-01-29 12:20:45 +05:30
shadrak gurupnor
62643e8355 fix: filter html tags in comments 2022-01-29 11:45:51 +05:30