Commit graph

36841 commits

Author SHA1 Message Date
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)
2022-02-23 15:34:40 +05:30
Lev Vereshchagin
14ca1f0dce fix(UI): Fix incorrect dark theme text color in user-wise grid column configuration (closes #14572)
(cherry picked from commit 5280d60ea93b8690f684dddbad0bda32df3cec04)
2022-02-23 10:04:25 +00:00
Wolfram Schmidt
208fc5f0d5
fix(translation): Field translation (#16010) 2022-02-23 14:29:46 +05:30
Suraj Shetty
f5d89de3bb
Merge pull request #16003 from resilient-tech/update-if-missing 2022-02-23 14:17:44 +05:30
Suraj Shetty
bf742e106d
Merge pull request #16050 from surajshetty3416/fix-document-links 2022-02-23 13:56:29 +05:30
HarryPaulo
f4518e2cf9
fix(print): Added properties page-width, page-height (#16045) 2022-02-23 13:49:40 +05:30
Suraj Shetty
bedf60280f
fix(translation): Add all possible views as comment (#16097) 2022-02-23 13:21:21 +05:30
Suraj Shetty
bea0b1bea2
Merge pull request #16091 from surajshetty3416/fix-de-translations 2022-02-23 10:23:25 +05:30
Suraj Shetty
522fb1d6d1 fix(translation): Remove duplicate entry 2022-02-23 10:19:00 +05:30
Rushabh Mehta
8bac504f41
Merge pull request #16055 from rmehta/fix-list-throttling
fix(minor): throttle listview refresh on same args for 3 seconds
2022-02-23 09:19:16 +05:30
Suraj Shetty
6df70921c2
Merge pull request #16086 from surajshetty3416/fix-color-picker-style 2022-02-23 09:00:10 +05:30
Suraj Shetty
466f946da5 fix: Color picker selected color style 2022-02-23 08:51:13 +05:30
Rushabh Mehta
2c1ef84a0b fix(minor): test: blur to set value 2022-02-22 23:10:47 +05:30
Rushabh Mehta
a8da557b03 fix(minor): test: blur to set value 2022-02-22 22:48:50 +05:30
Suraj Shetty
4c2f14f824
Merge pull request #16079 from surajshetty3416/fix-translation-for-included-files 2022-02-22 19:05:01 +05:30
Suraj Shetty
eaf8327e0d fix: Use correct path of built assets
- Get path from bundled_assets
2022-02-22 18:43:16 +05:30
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
2022-02-22 10:33:52 +00:00
lapardnemihk1099
32ca5bf52b fix: formatting and declaration 2022-02-22 15:32:38 +05:30
Suraj Shetty
ce6e385879
Merge pull request #16069 from resilient-tech/fix-meta 2022-02-22 13:35:14 +05:30
Rushabh Mehta
1e48d058b7 fix(style): add wait for test 2022-02-22 12:51:11 +05:30
Sagar Vora
75b6ee398c fix: AttributeError when initialising FormMeta 2022-02-22 12:44:30 +05:30
Ankush Menat
2580561788
Merge pull request #16067 from cpdeethree/postgres-fix-table-creation
fix: error in table creation from incorrect scope
2022-02-22 12:36:57 +05:30
Rushabh Mehta
15c66f6900 fix(style): fix style for inline button in grid 2022-02-22 12:23:32 +05:30
Rushabh Mehta
f1f6b21cf1 fix(minor): styles for editable checks and links 2022-02-22 12:08:27 +05:30
Ankush Menat
d87915a12e test: docfield with {defaults} 2022-02-22 12:01:30 +05:30
Ankush Menat
33890ed860 refactor: use f-strings instead of .format and % 2022-02-22 11:23:51 +05:30
Rushabh Mehta
4cb37c129b fix(minor): test and linting 2022-02-22 10:34:38 +05:30
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>
2022-02-22 10:26:42 +05:30
Suraj Shetty
585086c0a8 fix: Use meta if parent doctype is same as current doctype 2022-02-22 10:20:40 +05:30
Rushabh Mehta
5fd693d50e fix(minor): throttle listview refresh on same args for 3 seconds 2022-02-22 09:42:00 +05:30
Rushabh Mehta
8e3e0df5d7 fix(minor): throttle listview refresh on same args for 3 seconds 2022-02-22 09:42:00 +05:30
mergify[bot]
07c526cb89
Merge pull request #16065 from alyf-de/not-in
refactor: `not a in b` -> `a not in b`
2022-02-22 03:39:11 +00:00
Suraj Shetty
dc351b1a82
chore: Remove flag from codecov badge
To get the actual coverage of the repository
2022-02-22 08:29:02 +05:30
cpdeethree
b2116ff36d fix: error in table creation from incorrect scope 2022-02-21 20:27:05 -06:00
barredterra
be51b60c84 chore: ignore rev in blame 2022-02-21 19:56:45 +01:00
barredterra
745297a49d refactor: a not in b
Search: if not ([\w\d]*?) in ([\w\d]*?)
Replace: if $1 not in $2
2022-02-21 19:54:34 +01:00
Suraj Shetty
7ee56ac5eb
Merge branch 'develop' into update-if-missing 2022-02-21 20:12:53 +05:30
mergify[bot]
aeba8a2a64
Merge pull request #15949 from ankush/frm_call
fix: consider parenttype and parent as std child fields
2022-02-21 12:28:54 +00:00
gavin
7a9a95f10f
Merge pull request #16016 from bene/develop
fix: broken validation for custom LDAP servers
2022-02-21 16:38:34 +05:30
Ankush Menat
87fb4d4459
Merge branch 'develop' into frm_call 2022-02-21 15:53:27 +05:30
mergify[bot]
ba60d44402
Merge pull request #15738 from resilient-tech/custom-columns-for-multi-select-dialog
feat: custom columns for `MultiSelectDialog`
2022-02-21 09:17:11 +00:00
Suraj Shetty
392b91b24c
Merge branch 'develop' into develop 2022-02-21 14:37:38 +05:30
mergify[bot]
8a7b9ca77f
Merge pull request #15877 from gavindsouza/migrate-refactor
refactor: Site Migration
2022-02-21 09:06:52 +00:00
Suraj Shetty
88791c2264 test: Set correct parent doctype for document link 2022-02-21 14:25:34 +05:30
Suraj Shetty
e562368069 fix: Fix if table_field exists in meta of link.parent_doctype 2022-02-21 13:43:53 +05:30
lapardnemihk1099
25af0c8217 chore: unnecessary JS warning if options are not defined in date field 2022-02-21 13:36:39 +05:30
mergify[bot]
bebbedeee8
Merge pull request #16039 from resilient-tech/clickable-URI
fix: share clickable URLs from List View
2022-02-21 07:48:23 +00:00
Suraj Shetty
dd63dfd56a
Merge branch 'develop' into clickable-URI 2022-02-21 12:49:06 +05:30
Suraj Shetty
d7072cf729
Merge pull request #16048 from surajshetty3416/fix-ui-build 2022-02-21 12:48:50 +05:30
Suraj Shetty
21fcd00416 ci: While running all builds set build-server as well 2022-02-21 11:07:37 +05:30