Gavin D'souza
|
fd57a6f4a3
|
test: Skip test_image_parsing if no mail found
* Trimmed trailing whitespaces -_-
ref: Flaky test - https://github.com/frappe/frappe/runs/5303629095?check_suite_focus=true
|
3 years ago |
Mohammad Hasnain Mohsin Rajan
|
fe4a317861
|
Merge pull request #16095 from ankush/develop_warn
fix(ux): instructions/warning for doctype edits in developer mode
|
3 years ago |
Mohammad Hasnain Mohsin Rajan
|
e401b8c2cd
|
Merge pull request #16081 from ankush/pg_dups
fix: explicitly ignore duplicates and skip migration_hash
|
3 years ago |
Benedict Allerberger
|
7da85353c7
|
fix: format of ldap_settings.py
|
3 years ago |
Gavin D'souza
|
da260ab778
|
test: Use 'Module Def' to test update_document_title
|
3 years ago |
Gavin D'souza
|
c4c3d26b3d
|
fix!: Disallow posiitonal args in update_document_title
|
3 years ago |
Gavin D'souza
|
91da5f0363
|
refactor(rename_doc): update_document_title API
* Remove redundant API arguments
* Check for permission on specified document
* Maintain backwards compatibility - test_update_document_title_api
checks for this
* Update desk client usage ;)
|
3 years ago |
Ankush Menat
|
8cb00ffc03
|
Merge pull request #16109 from ankush/now_async
test: use `now` instead of `is_async` in tests (#15893)
|
3 years ago |
Ankush Menat
|
1a34826203
|
test: use `now` instead of `is_async` in tests
|
3 years ago |
Ankush Menat
|
a31676809f
|
Merge pull request #16108 from frappe/mergify/bp/develop/pr-16106
fix(UI): Fix incorrect dark theme text color in user-wise grid column configuration (backport #16106)
|
3 years ago |
Lev Vereshchagin
|
14ca1f0dce
|
fix(UI): Fix incorrect dark theme text color in user-wise grid column configuration (closes #14572)
(cherry picked from commit 5280d60ea9 )
|
3 years ago |
Wolfram Schmidt
|
208fc5f0d5
|
fix(translation): Field translation (#16010)
|
3 years ago |
Suraj Shetty
|
64514da456
|
Merge branch 'develop' into remove-unused-flag
|
3 years ago |
Suraj Shetty
|
67f15faf3d
|
Merge branch 'develop' into fix-14579
|
3 years ago |
Suraj Shetty
|
f5d89de3bb
|
Merge pull request #16003 from resilient-tech/update-if-missing
|
3 years ago |
Ankush Menat
|
01dc744aed
|
fix: only check migration_hash on doctype
other documents dont have this field, hash based migration is only for
doctypes.
|
3 years ago |
Ankush Menat
|
2c2d8b8e08
|
fix: explicitly ignore duplicates
|
3 years ago |
Suraj Shetty
|
bf742e106d
|
Merge pull request #16050 from surajshetty3416/fix-document-links
|
3 years ago |
HarryPaulo
|
f4518e2cf9
|
fix(print): Added properties page-width, page-height (#16045)
|
3 years ago |
Suraj Shetty
|
bedf60280f
|
fix(translation): Add all possible views as comment (#16097)
|
3 years ago |
Ankush Menat
|
47893c5493
|
fix(ux): instructions/warning for doctype edits
|
3 years ago |
Suraj Shetty
|
bea0b1bea2
|
Merge pull request #16091 from surajshetty3416/fix-de-translations
|
3 years ago |
Suraj Shetty
|
522fb1d6d1
|
fix(translation): Remove duplicate entry
|
3 years ago |
Rushabh Mehta
|
8bac504f41
|
Merge pull request #16055 from rmehta/fix-list-throttling
fix(minor): throttle listview refresh on same args for 3 seconds
|
3 years ago |
Suraj Shetty
|
6df70921c2
|
Merge pull request #16086 from surajshetty3416/fix-color-picker-style
|
3 years ago |
Suraj Shetty
|
466f946da5
|
fix: Color picker selected color style
|
3 years ago |
Rushabh Mehta
|
2c1ef84a0b
|
fix(minor): test: blur to set value
|
3 years ago |
Rushabh Mehta
|
a8da557b03
|
fix(minor): test: blur to set value
|
3 years ago |
Suraj Shetty
|
4c2f14f824
|
Merge pull request #16079 from surajshetty3416/fix-translation-for-included-files
|
3 years ago |
Suraj Shetty
|
eaf8327e0d
|
fix: Use correct path of built assets
- Get path from bundled_assets
|
3 years ago |
mergify[bot]
|
f660ed21a4
|
Merge pull request #16075 from resilient-tech/remove-js-warning
chore: unnecessary JS warning if options are not defined in date field
|
3 years ago |
lapardnemihk1099
|
32ca5bf52b
|
fix: formatting and declaration
|
3 years ago |
Suraj Shetty
|
ce6e385879
|
Merge pull request #16069 from resilient-tech/fix-meta
|
3 years ago |
Rushabh Mehta
|
1e48d058b7
|
fix(style): add wait for test
|
3 years ago |
Sagar Vora
|
75b6ee398c
|
fix: `AttributeError` when initialising `FormMeta`
|
3 years ago |
Ankush Menat
|
2580561788
|
Merge pull request #16067 from cpdeethree/postgres-fix-table-creation
fix: error in table creation from incorrect scope
|
3 years ago |
Rushabh Mehta
|
15c66f6900
|
fix(style): fix style for inline button in grid
|
3 years ago |
Rushabh Mehta
|
f1f6b21cf1
|
fix(minor): styles for editable checks and links
|
3 years ago |
Ankush Menat
|
d87915a12e
|
test: docfield with `{defaults}`
|
3 years ago |
Ankush Menat
|
33890ed860
|
refactor: use f-strings instead of .format and %
|
3 years ago |
Rushabh Mehta
|
4cb37c129b
|
fix(minor): test and linting
|
3 years ago |
mergify[bot]
|
a7cd6003ce
|
fix: Wrap timeout getting for custom queues in function (backport #15933) (#16054)
Co-authored-by: Lev Vereshchagin <mail@vrslev.com>
Co-authored-by: Gavin D'souza <gavin18d@gmail.com>
|
3 years ago |
Suraj Shetty
|
585086c0a8
|
fix: Use meta if parent doctype is same as current doctype
|
3 years ago |
Rushabh Mehta
|
5fd693d50e
|
fix(minor): throttle listview refresh on same args for 3 seconds
|
3 years ago |
Rushabh Mehta
|
8e3e0df5d7
|
fix(minor): throttle listview refresh on same args for 3 seconds
|
3 years ago |
Suraj Shetty
|
74fc20d8a7
|
Merge branch 'develop' into develop
|
3 years ago |
mergify[bot]
|
07c526cb89
|
Merge pull request #16065 from alyf-de/not-in
refactor: `not a in b` -> `a not in b`
|
3 years ago |
Suraj Shetty
|
dc351b1a82
|
chore: Remove flag from codecov badge
To get the actual coverage of the repository
|
3 years ago |
cpdeethree
|
b2116ff36d
|
fix: error in table creation from incorrect scope
|
3 years ago |
barredterra
|
be51b60c84
|
chore: ignore rev in blame
|
3 years ago |