barredterra
4a5f8dd23d
fix: ignore lft and rgt when migrating a tree doctype
4 lat temu
Leela vadlamudi
2374290935
Merge pull request #13142 from shariquerik/revert-naming-fix
fix: Revert naming for custom naming series
4 lat temu
gavin
a094cbee56
Merge pull request #12242 from gavindsouza/dont-call-dynamic-properties
fix: Don't evaluate dynamic properties to check if conflicts exist
4 lat temu
shariquerik
9919ddff2a
fix: sider fix
4 lat temu
shariquerik
e0efefd9e5
refactor: Used re.search also added examples
4 lat temu
shariquerik
8995e8e9db
refactor: remove unnecessary code
4 lat temu
mergify[bot]
1c0233ccd8
Merge pull request #12993 from nextchamp-saqib/auto-repeat-dashboard-fix
fix: auto repeat schedule not rendered in the dashboard
4 lat temu
Nabin Hait
fcdff6425f
fix: merge conflict
4 lat temu
Nabin Hait
0f64358f0b
Merge branch 'version-13-pre-release' into version-13
4 lat temu
Nabin Hait
0bbf7c89bf
bumped to version 13.2.2
4 lat temu
Suraj Shetty
579b712924
Merge pull request #13166 from frappe/mergify/bp/version-13-pre-release/pr-13098
fix(setup): do not show messsage when exception is handled (backport #13098 )
4 lat temu
Sagar Vora
bf33a80042
fix(setup): do not show messsage when exception is handled
(cherry picked from commit ac9fe71733
)
4 lat temu
gavin
c84feb16e9
fix: Avoid possible whitespace bug
* Handles semgrep warning
* Changed "" to None as a precaution against future whitespace bugs via human error
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
4 lat temu
shariquerik
e7552413b4
refactor: minor fix
4 lat temu
Gavin D'souza
926d13e69e
fix: Skip field-method conflicts validation on new docs
4 lat temu
Leela vadlamudi
9d3b993b71
Merge pull request #13144 from ankush/test_create_app
test: add unittest for creating new app using boilerplate
4 lat temu
Leela vadlamudi
2b758a61b4
Merge pull request #13096 from shariquerik/duplicate-standard-notification-fix
fix: Allow to duplicate standard notification
4 lat temu
Suraj Shetty
d61bb8c3cc
Merge pull request #13155 from frappe/surajshetty3416-patch-1
fix: Typo
4 lat temu
Suraj Shetty
a2bb92f6a4
fix: Typo
4 lat temu
Suraj Shetty
eac9a1e4a1
Merge pull request #13153 from surajshetty3416/fix-style-7th-may
4 lat temu
Suraj Shetty
db3e04d2c4
Merge branch 'develop' of https://github.com/frappe/frappe into fix-style-7th-may
4 lat temu
Ankush Menat
e9a3569bf7
test: check if created python files are parsable
4 lat temu
Ankush Menat
835ed181b5
test: delete created test_app in tearDownClass
4 lat temu
Leela vadlamudi
4743a04a8e
Merge pull request #13121 from frappe/repr_doctype
feat(DX): Add simple __repr__ for DocTypes
4 lat temu
Suraj Shetty
4fb545fb8c
fix: Quill Table border color
4 lat temu
Suraj Shetty
5fabd51a03
fix: Summary Item width
4 lat temu
Leela vadlamudi
5e9c176927
Merge pull request #13131 from leela/use-getfullargspec
refactor: replace inspect.getargspec with getfullargspec
4 lat temu
Leela vadlamudi
d1a2ebb13e
Merge pull request #13122 from leela/sending-email-refactoring-1
refactor: Send mail functionality
4 lat temu
leela
72ca7e9753
refactor: remove six dependency
4 lat temu
leela
6c85c36630
refactor: Remove deprecated inspect.getargspec
Replace deprecated inspect.getargspec with inspect.getfullargspec.
* inspect.getargspec does not support kw only args aswell as type
annotations.
* replace with inspect.getfullargspec, that supports kw only args.
4 lat temu
mergify[bot]
525fb8068b
Merge pull request #13147 from ankush/assertEquals_deprecation
chore: replace assertEquals with alias assertEqual
4 lat temu
Ankush Menat
7933b9c825
chore: replace assertNotEquals with assertNotEqual
4 lat temu
Ankush Menat
a077466b1e
chore: replace assertEquals with alias assertEqual
`assertEquals` has been deprecated, while not fully removed it will
still keep giving warnings in tests / CI.
ref: https://docs.python.org/3/library/unittest.html#deprecated-aliases
4 lat temu
Ankush Menat
4210299ab4
test: add test for creating new app
4 lat temu
Ankush Menat
c48a8e933f
fix: remove six.moves.input and use builtin.input
reason: py2 support no longer required and six makes mocking/testing
complicated.
4 lat temu
Nabin Hait
e22288ec8d
fix: Fixed merge conflict
4 lat temu
Nabin Hait
10c8e3430c
Merge branch 'version-13-pre-release' into version-13
4 lat temu
Nabin Hait
abc49ef960
bumped to version 13.2.1
4 lat temu
shariquerik
f46c3b59a6
fix: sider fix
4 lat temu
shariquerik
47d1f3d50a
test: uncomment
4 lat temu
shariquerik
bc08459ca7
test: Test case for revert series
4 lat temu
mergify[bot]
09bbc44e12
Merge pull request #13140 from ankush/hooks_format
fix: hook format for user_data_fields
4 lat temu
Nabin Hait
a280547c22
perf: Performance enhancement on creation of custom fields from setup wizard ( #13139 )
4 lat temu
Gavin D'souza
87ed7796de
fix: Use older logic to set module_name and custom vars
4 lat temu
Gavin D'souza
877f9d08df
fix: Use fallback values if doctype values unset
4 lat temu
Gavin D'souza
843c544117
refactor: Rename function and add docstring
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
4 lat temu
Gavin D'souza
05712abc60
fix: Check for db value if cache doesn't exist
in get_controller, if cached value doesn't exist for a DocType in the
frappe.db.value_cache, then query the db as fallback before the final
fallback of assuming module as Core and non custom
4 lat temu
Gavin D'souza
a3b79081d6
fix: Use Document in case get_controller raises import errors
5 lat temu
Gavin D'souza
ce4253c631
fix: Ignore 'special' DocTypes to avoid breaking changes
eg:
Fieldname 'Delete' conflicting with a controller method of the name delete in Custom DocPerm
Fieldname 'Delete' conflicting with a controller method of the name delete in DocPerm
Fieldname 'Precision' conflicting with a controller method of the name precision in Custom Field
Fieldname 'Precision' conflicting with a controller method of the name precision in Customize Form Field
Fieldname 'Precision' conflicting with a controller method of the name precision in DocField
4 lat temu
Gavin D'souza
78e1297392
chore: Drop dead file
4 lat temu