Commit graph

3662 commits

Author SHA1 Message Date
Akhil Narang
69179e8e94
fix(setup_wizard): update wording for password field for non-admins
It's an optional field because the user already exists, clarify that
that this can just update their password, otherwise the original
password will still work.

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-16 11:40:06 +05:30
David
091df9fe2b
refactor!: make room in the frappe.config namespace
BRAKING: fappe.config namespace moved to
frappe.utils.modules namespace
2024-09-12 12:18:58 +02:00
Akhil Narang
2e3f8ce5af
fix(setup_wizard): don't crash if a country doesn't have a timezone specified
Currently, this event is getting triggered by the country and its translated value
The translated value isn't present in the country info list, and so doesn't have any data

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-11 17:46:35 +05:30
avc
1cdf283377
Merge branch 'frappe:develop' into fix-report-excel-translation 2024-09-09 10:10:54 +02:00
avc
cf263e41b7
refactor: use getattr fallback instead conditional to get translatable
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
2024-09-09 09:59:58 +02:00
Rushabh Mehta
5cf521f147 fix(minor): page can have different title 2024-09-06 16:45:44 +05:30
Rushabh Mehta
ddee23f5ad fix(ui): sortable sidebar, fixes to breadcrumbs etc 2024-09-06 14:12:36 +05:30
Rushabh Mehta
c2652fed39 fix(minor): page creation 2024-09-06 14:12:34 +05:30
Rushabh Mehta
8dbc2832c5 feat: App switcher 2024-09-06 14:11:39 +05:30
Akhil Narang
182ba2396f
fix: don't let getattr() raise an AttributeError, provide a default
Re-doing https://github.com/frappe/frappe/pull/27669 overwritten by https://github.com/frappe/frappe/pull/27563
2024-09-05 16:54:06 +02:00
Gavin D'souza
32bcab40ba
fix(search): Add label only if value exists 2024-09-05 13:48:49 +02:00
Gavin D'souza
37316627c4
Merge branch 'develop' into set_link_titles 2024-09-05 13:41:24 +02:00
Akhil Narang
d717ab17e6
Merge pull request #27608 from nikkothari22/increase-google-event-id-char-limit
fix: increase Google Calendar Event ID character limit
2024-09-05 14:41:46 +05:30
gavin
6704295415
Merge pull request #27276 from Mutantpenguin/patch-1
fix: 🐛 show link titles for virtual link fields too
2024-09-04 16:07:19 +02:00
Nikhil Kothari
37cf6e2a86
fix: increase Google Calendar Event ID character limit 2024-09-02 13:50:11 +05:30
Akhil Narang
535220ce43
Merge pull request #27578 from akhilnarang/sanitize-html
fix(assign_to): escape description HTML
2024-09-02 13:44:43 +05:30
Akhil Narang
d35dbf0d5b
fix(assign_to): escape HTML
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-30 17:30:15 +05:30
Shariq Ansari
cc5db784f3 fix: boot.default_path is moved to boot.apps_data.default_path 2024-08-30 17:20:36 +05:30
Gavin D'souza
0ea610a314
fix: Pass doc.name as label fallback in search_link
Populate desk link titles when relevant information is available via
search_link endpoint
2024-08-30 12:16:29 +02:00
Gavin D'souza
7f7c97d499
fix: Set doc title name as fallback
When the title field is unset for a document, it's value gets unset in a
link field on click. Added this fallback on the endpoint so that
clicking on field doesn't add an additional API call to fetch the title
via Desk.

Co-authored-by: Marica Dsouza <maricadsouza221197@gmail.com>
2024-08-29 20:07:31 +02:00
avc
09ab0caab0
Merge branch 'frappe:develop' into fix-report-excel-translation 2024-08-28 11:44:57 +02:00
Rushabh Mehta
2823f1a595 fix(minor): style fixes 2024-08-27 08:59:00 +05:30
Rushabh Mehta
77b11dd1ce fix(tests): workspace tests and more style fixes 2024-08-26 18:15:59 +05:30
Rushabh Mehta
b31cf8ba79 fix(style): sidebar overlay + polishes 2024-08-23 22:15:35 +05:30
Rushabh Mehta
087ee41ea1 feat(design): espresso style sidebar 2024-08-23 22:15:33 +05:30
Raffael Meyer
02d8026c1b
fix: mark genders and salutations as translatable (#27462) 2024-08-20 21:11:54 +00:00
Raffael Meyer
6c5a099c1e
fix: translatable strings (#27443) 2024-08-19 14:43:19 +00:00
Rushabh Mehta
b5caddeb6f fix(minor): test 2024-08-14 16:13:57 +05:30
Rushabh Mehta
398657c7fa fix(minor): test 2024-08-14 16:13:57 +05:30
Rushabh Mehta
17bb9d535b fix(minor): test 2024-08-14 16:13:57 +05:30
Rushabh Mehta
1d678146a9 fix(styles): cleaner sidebars for list and form 2024-08-14 16:13:57 +05:30
avc
9d5ad5ad2e
Merge branch 'frappe:develop' into fix-report-excel-translation 2024-08-13 21:59:31 +02:00
Shariq Ansari
67eb28d836 fix: redirect to apps if multiple apps installed or redirect to apps portal 2024-08-08 18:29:16 +05:30
Shariq Ansari
8e7da4cd7e fix: single checkbox to track telemetry & allow recording 2024-08-08 18:29:16 +05:30
Rushabh Mehta
68a8b65ac4
Merge pull request #27299 from rmehta/workspace-settings
feat: Workspace Settings - allow enabling and disabling of workspaces during setup
2024-08-07 20:58:09 +05:30
Rushabh Mehta
d4e7551481 fix(minor): add column break in workspace settings modal 2024-08-07 20:41:32 +05:30
Markus Lobedann
b170be419c fix: 🐛 show link titles for virtual link fields too 2024-08-07 12:16:50 +02:00
avc
9a5aac232b
Merge branch 'frappe:develop' into fix-report-excel-translation 2024-08-05 17:12:28 +02:00
Rushabh Mehta
774d86f642 feat: Workspace Settings - allow enabling and disabling of workspaces during setup 2024-08-04 13:41:08 +05:30
s-aga-r
20224011b8 fix: default notification 2024-08-03 10:48:17 +05:30
s-aga-r
e9e327104d fix: get value with ignore=True 2024-08-03 09:35:45 +05:30
avc
4a1506c1d3
Merge branch 'frappe:develop' into fix-report-excel-translation 2024-07-29 20:09:14 +02:00
Rushabh Mehta
801d1a0710
Merge pull request #26736 from Nihantra-Patel/fix_workspace_report_builder_v15
fix: redirect report builder from workspace
2024-07-27 11:06:56 +05:30
Maxim Sysoev
f9c7d8c386
feat: Chart labels from title_field if use Group by Type (#27173)
* feat: Chart labels from title_field if use Group by Type

* formatting

* Formatting

* trim trailing whitespace

* trim trailing whitespace
2024-07-22 14:06:36 +05:30
git-avc
d144afac64 fix: handle aggregate columns 2024-07-22 01:21:07 +02:00
git-avc
965b992a22 fix: get label instead fieldname & discard int for get form_param 2024-07-21 23:59:12 +02:00
git-avc
9c89b3806a fix: always translate labels 2024-07-21 22:22:48 +02:00
git-avc
37487cb4c1 feat: translate values option in export dialog 2024-07-21 22:21:36 +02:00
git-avc
0e730335b9 fix: exclude text editor 2024-07-21 21:36:16 +02:00
git-avc
9c44a85ceb refactor: consider fieldtype for translation 2024-07-21 21:33:48 +02:00