Commit graph

4657 commits

Author SHA1 Message Date
Ankush Menat
3e2d2a703a test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
Rushabh Mehta
6a2c70b426
Merge pull request #17785 from rmehta/editable-form
feat: Form Editor
2022-08-16 12:29:48 +05:30
barredterra
2cf45366ec test: merge password validation test cases 2022-08-15 13:52:32 +02:00
barredterra
c8eab1ef75 test: don't check for specific exception title
This would be testing other libraries. Not our job.
2022-08-15 12:51:11 +02:00
Raffael Meyer
1cd78bb134
Merge branch 'develop' into pwd-msg 2022-08-15 12:34:18 +02:00
barredterra
5c3d86209d feat(Language): show title in link field 2022-08-14 18:55:30 +02:00
Himanshu
3faaf5f361
Merge branch 'develop' into merge_translated_doctypes 2022-08-12 13:10:49 +01:00
Gavin D'souza
fe4702553c chore: Add typing 2022-08-12 12:53:24 +05:30
Rushabh Mehta
30f6ad6225 fix(chore): lint 2022-08-11 18:19:39 +05:30
Rushabh Mehta
217dd72edb fix(chore): remote un-necessary commit 2022-08-11 18:12:22 +05:30
Rushabh Mehta
510345a8d4 fix(minor): use doctype.save() for updating JSON and update User form 2022-08-11 14:50:27 +05:30
Rushabh Mehta
aa6bb5130d feat(minor): save new order based on re-arranged fields 2022-08-11 14:27:12 +05:30
Raffael Meyer
caf42ad8af
Merge branch 'develop' into pwd-msg 2022-08-08 11:51:29 +02:00
hrwx
b01929405d refactor: translatable doctypes 2022-08-05 21:38:10 +01:00
Gavin D'souza
65273ee828 Merge branch 'develop' of github.com:frappe/frappe into refactor-oauth-tests 2022-08-05 11:38:55 +05:30
Ankush Menat
40f27f908a style: format JS files with prettier 2022-08-04 14:51:01 +05:30
Gavin D'souza
2933a06e80 Merge branch 'develop' of github.com:frappe/frappe into refactor-oauth-tests 2022-08-03 16:37:38 +05:30
Ankush Menat
2746ac6aea
Merge pull request #17719 from gavindsouza/trim-fat
chore: Minified DocType JSON notation from old verbose notation
2022-08-03 14:05:46 +05:30
Gavin D'souza
85e3ee9403 chore: Minified DocType JSON notation from old verbose notation 2022-08-03 12:22:03 +05:30
Gavin D'souza
750618ca7c fix: Re-raise original exception from tenacity's retry 2022-08-03 12:01:12 +05:30
Sagar Vora
61ec026712 refactor: improve frappe.only_for 2022-08-01 22:10:25 +00:00
Ankush Menat
2e85a49fd2
refactor: remove test doctype from core (#17598)
This was commited by mistake, instead of using the test doctype, create
it on demand for tests.
2022-08-01 19:05:13 +05:30
Shariq Ansari
c478673367
fix: allow to import time field (#17677) 2022-08-01 14:50:40 +05:30
gavin
c8749b2ddd
Merge pull request #17516 from ChillarAnand/file
fix: Check for file url before validating remote file
2022-07-28 15:53:52 +05:30
phot0n
a1ffcb37ee chore: remove payments fields from edit_profile, request_data & request_to_delete_data webforms 2022-07-26 23:17:05 +05:30
barredterra
a65f8637cf test: password strength test and error 2022-07-26 19:29:59 +02:00
barredterra
3e351fe4fa refactor: pass feedback 2022-07-26 19:24:52 +02:00
barredterra
244ffb4e23 refactor: handle_password_test_fail 2022-07-26 19:18:08 +02:00
phot0n
f3473b059e chore: remove payment gateway and integration request doctype 2022-07-26 15:11:56 +05:30
barredterra
4a04e9f9dc fix: appropriate password hint 2022-07-26 09:56:19 +02:00
mergify[bot]
249e647fc4
Merge pull request #17592 from nabinhait/notify-mentions
feat: Enable mentions and notify users from any text field
2022-07-23 14:12:38 +00:00
Shadrak Gurupnor
c38f79edd6
style: Fix import order 2022-07-23 19:23:05 +05:30
mergify[bot]
b718bfe6b8
Merge pull request #17482 from ChillarAnand/cleanup
refactor!: Removed parse package
2022-07-23 06:44:22 +00:00
Nabin Hait
ad1de51b0d
Merge branch 'develop' into notify-mentions 2022-07-22 17:39:58 +05:30
Ankush Menat
0f83e9e944
fix: correct import path
Co-authored-by: gavin <gavin18d@gmail.com>
2022-07-22 16:24:02 +05:30
Ankush Menat
e35671203c refactor: simplify virtual doctype example 2022-07-22 16:15:16 +05:30
Ankush Menat
d83712d553 feat: delete support for virtual doctypes from desk 2022-07-22 15:42:04 +05:30
Ankush Menat
4c877258f0 test: add tests for virtual doctype desk interactions 2022-07-22 15:34:54 +05:30
Nabin Hait
53c22b0493 feat: Enable mentions and notify users from any text field 2022-07-22 15:26:37 +05:30
gavin
7eb7ec2663
Merge branch 'develop' into cleanup 2022-07-22 15:10:34 +05:30
Gavin D'souza
9dba593a6e refactor: Add typing + comprehensions for readability 2022-07-22 15:09:39 +05:30
Gavin D'souza
ad90923801 test(communication): Add test for handling duplicate email signatures 2022-07-22 14:59:47 +05:30
Ankush Menat
e8efd64dbc refactor!: better API contracts for virtual doctype
Current APIs implement class methods as instance method, which is
problamamtic while implementing methods. E.g. If load_from_db doesn't
like empty docname then all class method will stop working.

This change while breaking is essential for usability of virtual
doctype.
2022-07-22 14:26:02 +05:30
Ankush Menat
b8d56eaefb chore: remove test doctypes from prod 2022-07-22 14:25:49 +05:30
Ankush Menat
e88bc35cae refactor: move is_virtual_doctype to relevant file 2022-07-22 14:25:48 +05:30
Shridhar
b2203893a1 fix: do not fetch comments from parent for virtual doctype 2022-07-22 14:25:48 +05:30
Ankush Menat
10da1622f4 fix: form view broken for virtual doctype 2022-07-22 14:25:48 +05:30
Sagar Vora
85a3837b14
fix: ensure 2FA patch sets parent only for 2FA keys (#17575)
* fix: ensure 2FA patch sets parent only for 2FA keys

* fix: try to rebuild defaults

* fix: set other app defaults as well

* fix: set POS profile defaults

* fix: exists params

* chore: remove unnecessary change

* fix: handle case where POS Profile doesnt exist

* chore: move erpnext code to erpnext
2022-07-21 13:04:47 +05:30
Ankush Menat
8a8f0a1c79
fix: replace incorrect validation on doctype links (#17561) 2022-07-20 17:51:45 +05:30
Suraj Shetty
8f48c4d943 fix: No need to check for permssion again while attaching a file 2022-07-20 08:24:49 +05:30