mergify[bot]
58aa8a27e9
Merge pull request #16339 from alyf-de/use-local-refresh-field
...
refactor: Form.update_in_all_rows
2022-03-24 08:25:45 +00:00
Rushabh Mehta
366d4a16a5
Merge pull request #16356 from rmehta/page-builder-updates
...
feat(website): added new templates to page builder and refactored typography to be more consistent
2022-03-24 11:56:25 +05:30
Rushabh Mehta
162a16e74e
fix(test): web_form.js
2022-03-24 09:21:34 +05:30
Rushabh Mehta
145655e8f5
fix(style): web form styles
2022-03-24 09:21:34 +05:30
Rushabh Mehta
3a2b86661a
fix(style): web form cleanups
2022-03-24 09:21:34 +05:30
Rushabh Mehta
857b778eae
fix(styles): text and style for multi-part web_form.js
2022-03-24 09:21:34 +05:30
Rushabh Mehta
7e8261de25
fix(styles): show save button for multi-part web form
2022-03-24 09:21:34 +05:30
Rushabh Mehta
ffd1921a69
fix(styles): show save button for multi-part web form
2022-03-24 09:21:34 +05:30
Rushabh Mehta
dffef1285d
fix(styles): fix styles for my account and web forms
2022-03-24 09:21:34 +05:30
Rushabh Mehta
e034072bac
fix(minor): linting in website.js
2022-03-24 09:21:34 +05:30
Rushabh Mehta
eddca47216
fix(minor): video styles
2022-03-24 09:21:34 +05:30
Rushabh Mehta
72e7ed508e
fix(minor): bolder headings
2022-03-24 09:21:34 +05:30
Rushabh Mehta
b66011de5a
feat(website): added new templates to page builder and refactored typography to be more consistent
2022-03-24 09:21:34 +05:30
Suraj Shetty
1b69b0b516
Merge pull request #16389 from surajshetty3416/fix-global-filter
2022-03-24 08:48:15 +05:30
Suraj Shetty
d253b5e5e4
fix: Global filter check
2022-03-24 08:32:50 +05:30
Sagar Vora
4bb5ea609c
fix: get currency name from DB only if options are set and value is truthy ( #16382 )
...
* fix: call `frappe.db.exists` only if `options` are set and value is truthy
* fix: sider issue
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
* fix: use `get_value` instead of `exists`
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
* test: ensure currency formatting works without currency set in df options or param
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
2022-03-23 19:28:01 +05:30
leoajr
a9b8fe8197
docs: incorrect argname in docs for get_list #16384
2022-03-23 18:29:39 +05:30
Suraj Shetty
76ee35f865
Merge pull request #16219 from hrwX/camera_upload
2022-03-23 16:52:03 +05:30
mergify[bot]
00defb746e
Merge pull request #16376 from nabinhait/assignment-fix
...
fix: Show assignments based on allocated todo only
2022-03-23 11:19:07 +00:00
gavin
3b3b895bdd
Merge pull request #16379 from gavindsouza/start-transaction-log-settings
...
fix(test): start transaction explicitly before savepoint
2022-03-23 16:17:25 +05:30
Raffael Meyer
f80a16ed14
feat: add translated search doctypes to hooks ( #16197 )
...
In `search.py` it was hardcoded that **DocType** and **Role** get translated before matching against the search text. This way, a user can type in his local language and still see correct results.
This feature is useful for other DocTypes as well. The criterion would be: there is a small, fairly static number of records, so that the performance impact of translating all names first is not too bad.
This PR adds a hook `translated_search_doctypes` that determines which DocType names get translated before search.
I also added **Country** to `translated_search_doctypes` for frappe. The link to **Country** is frequently used in **Address**, but until now there was no way to use it in the local language. There are ~70% less Countries than DocTypes (including ERPNext), so the performance should be fine.
ERPNext could, for example, add the **Gender** DocType to this hook. As there are very few genders, translating them is fast and improves the UX.
Docs: https://frappeframework.com/docs/v13/user/en/python-api/hooks/edit?wiki_page_patch=b4d7c8d6fc
2022-03-23 10:43:04 +00:00
Gavin D'souza
93a36092fd
fix(test): start transaction explicitly before savepoint
2022-03-23 16:00:25 +05:30
mergify[bot]
64efc6bd88
Merge pull request #16042 from saxenabhishek/aks-feat-parse_app_name
...
feat: app name parsing
2022-03-23 09:01:52 +00:00
mergify[bot]
70bbcccba7
Merge pull request #16118 from shadrak98/log-settings
...
fix: clean up logs job was broken
2022-03-23 08:47:40 +00:00
mergify[bot]
87e640c660
Merge pull request #16147 from shadrak98/customize-form-chore
...
fix: remove custom-fields too on reset-to-default
2022-03-23 08:46:22 +00:00
Gavin D'souza
22fc955e65
fix: Tabs > Spaces
2022-03-23 13:37:41 +05:30
Carlos Ríos
e8fdca8698
feat(logger): implement stream_only to use StreamHandler instead of RotatingFileHandler ( #16274 )
...
* feat: implement valued parameter 'stream_only' in 'get_logger()' in order to stream logs into stderr instead rotating log files.
Co-authored-by: gavin <gavin18d@gmail.com>
2022-03-23 13:37:12 +05:30
gavin
a7f1639e65
Merge branch 'develop' into log-settings
2022-03-23 13:20:33 +05:30
Gavin D'souza
b79d55c5d3
refactor(minor): clear_outbox
...
* Use pluck API instead of building dict and then accesing keys
* Styled query
* Added type hints
2022-03-23 13:18:22 +05:30
Nabin Hait
762aeb32f0
fix: Show assignments based on allocated todo only
2022-03-23 13:13:31 +05:30
Gavin D'souza
300227ba71
fix(set_single_value): Make value parameter optional
...
Similar to set_value for accepting multiple columns ot be updated for
the same Table through a Dict as the second positional arg
Misc: Added type hints
2022-03-23 13:11:55 +05:30
Gavin D'souza
85c7057ae4
fix(activity_log): Remove unused import from namespace
2022-03-23 13:11:17 +05:30
Gavin D'souza
ee355b9cd6
test(log_settings): test_delete_logs
...
* Refactored TestCase to test "correctly"
* Got rid of earlier flaky logic
* Dropped unwanted tests
2022-03-23 13:09:36 +05:30
shadrak gurupnor
01978ffe73
fix: remove customizations which is not system_generated
2022-03-23 12:16:17 +05:30
Suraj Shetty
cd8bd4ccf0
Merge pull request #16278 from surajshetty3416/is-system-generated-customization
2022-03-23 10:52:21 +05:30
Suraj Shetty
25072fafbe
Merge pull request #16372 from surajshetty3416/fix-calendar
2022-03-23 10:23:28 +05:30
Suraj Shetty
6b6514c796
fix: Use calendar name as it is
...
Do not convert route to title case since calendar names are case sensitive, and it breaks for calendar names which are all CAPs
2022-03-23 09:34:19 +05:30
barredterra
118d928628
refactor: use frappe.model.has_value to determine if field is empty
2022-03-22 16:26:46 +01:00
Raffael Meyer
ead843cf28
Merge branch 'develop' into camera_upload
2022-03-22 16:12:30 +01:00
saxenabhishek
1507751a01
test: test_app_name_parser
2022-03-22 14:17:01 +05:30
saxenabhishek
f8c4098585
docs: docstings and refs
2022-03-22 14:17:01 +05:30
saxenabhishek
c53e6d822d
feat: parse app name from tags and urls
2022-03-22 14:16:59 +05:30
gavin
dbff1de9ac
Merge pull request #16337 from alyf-de/dont-assign-variable-to-itself
...
refactor: don't assign variable to itself
2022-03-22 12:02:08 +05:30
mergify[bot]
aa42efe1de
Merge pull request #16363 from alyf-de/fullargspec
...
refactor: call getfullargspec only once
2022-03-22 06:24:28 +00:00
mergify[bot]
5e6955ba30
Merge pull request #16358 from shariquerik/attach-on-submitted-doc-fix
...
fix: Attach not working on submitted doc
2022-03-22 06:15:40 +00:00
Shariq Ansari
d30f9e1d78
fix: wait until attach is cleared before saving
2022-03-22 11:23:43 +05:30
Shariq Ansari
2d77379c13
Merge branch 'develop' into attach-on-submitted-doc-fix
2022-03-22 11:21:57 +05:30
mergify[bot]
a4f0344aaf
Merge pull request #16361 from alyf-de/fix-exists-pop
...
fix: copy dict before popping keys
2022-03-22 04:42:02 +00:00
mergify[bot]
d4175f673d
Merge pull request #16362 from alyf-de/delete_doc_if_exists
...
perf: exists is already checked in delete_doc
2022-03-22 04:41:17 +00:00
Suraj Shetty
6de9d13569
Merge pull request #16364 from surajshetty3416/auto-hide-page-head
2022-03-22 09:40:15 +05:30