Exequiel Arona
06c8217c99
feat: add extractors for Workspace Sidebar and Desktop Icon ( #37085 )
...
* feat: add desktop icon extractor
* feat: add workspace sidebar extractor
* feat: add desktop icon extractor
* fix: resolve merge conflict in babel_extractors.csv
* docs: fix typo in docstring
---------
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
2026-02-16 15:12:01 +00:00
Prathamesh Kurunkar
69e655d08b
fix(db): support list of fields in get_value method when cache is True ( #37050 )
...
* fix(db): support list of fields in get_value method when cache is True
* test(db): ensure cache hit does not execute db query
2026-02-16 20:28:38 +05:30
Ankush Menat
91a41c921a
chore!: Drop all cordova code ( #37068 )
...
It's been dead since a long time.
2026-02-16 17:47:25 +05:30
Ejaaz Khan
353901b023
Merge pull request #36904 from ShrihariMahabal/fix-configure-columns
...
fix: preserve column width and sticky settings in grid configure dialog
2026-02-16 17:34:53 +05:30
Ejaaz Khan
08e52da953
Merge pull request #36500 from nipunanr/desktop-route-addition
...
feat: add 'Desktop' option to sidebar header
2026-02-16 17:32:55 +05:30
Safwan
d23586a30d
fix: remove reload file button ( #37067 )
2026-02-16 17:32:45 +05:30
Ejaaz Khan
dc8dc4a880
Merge pull request #36910 from ShrihariMahabal/fix-indicator-before-dot
...
fix: add flex-shrink to prevent indicator dot from being compressed
2026-02-16 17:25:49 +05:30
Kerolles Fathy
f8ea27793a
fix(ux): set default country flag for phone component ( #37030 )
...
* fix(ux): set default country for phone input
* refactor: call `set_default_country` instead of repeat the same logic
2026-02-16 17:02:41 +05:30
Ejaaz Khan
60a8498d54
Merge remote-tracking branch 'upstream' into desktop-route-addition
2026-02-16 17:01:55 +05:30
Nipuna Rangika Perera
45278a3637
feat: add 'Desktop' option to sidebar header
...
Add 'Desktop' option to sidebar header
2026-02-16 16:59:57 +05:30
Akhil Narang
7c756aa811
Merge pull request #35872 from czarflix/fix/perf-bulk-link-validation
...
perf(validation): optimize link validation with bulk pre-fetching
2026-02-16 16:14:21 +05:30
Harsh Patadia
af628d70c8
fix: Unpacking of NoneType returned from frappe.get_cached_value() and parenthesized multiple exception syntax ( #37008 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-02-16 10:19:15 +00:00
Kerolles Fathy
c46226dc7b
fix: render fetched Text Editor value as plain text on read only field ( #37014 )
...
* fix: render fetched Text Editor value as plain text on read only fields
* fix(link): render Text Editor html value as plain text on search fields area
* refactor: convert HTML to text only when value contains HTML
* refactor: add check `is_val_html` instead of unescape value
2026-02-16 15:46:46 +05:30
Safwan
92eb6aa7a0
fix: remove duplicate render calls ( #37059 )
2026-02-16 14:16:54 +05:30
Kerolles Fathy
1232588bb5
fix(google_calender): check cancelled event exists before update it ( #37031 )
...
- Add existence check before updating cancelled events to prevent `DoesNotExistError`
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2026-02-16 14:10:52 +05:30
Aditya Patil
35909f5c45
refactor: removed usage of cmd for login ( #36801 )
...
* refactor: removed usage of `cmd` for login
* refactor: use `set_request` in activity log tests
2026-02-16 14:09:48 +05:30
Ejaaz Khan
23f6b1189e
Merge pull request #37055 from iamejaaz/36620-breadcrumb-cut
...
fix(firefox): inconsistent behavior of breadcrumb
2026-02-16 12:59:53 +05:30
MochaMind
f2b01abf68
chore: update POT file ( #37028 )
2026-02-16 07:20:48 +00:00
Soham Kulkarni
58696d391f
Merge pull request #37041 from sokumon/refactor-code
...
fix: make desktop icons more robust
2026-02-16 12:36:01 +05:30
Soham Kulkarni
a49fab470e
Merge pull request #37052 from ShrihariMahabal/fix-desk-edit-duplicate-grid
...
fix: hide "Edit Layout" context menu option when already in edit mode
2026-02-16 12:35:41 +05:30
Ejaaz Khan
e8fedb200b
fix(firefox): inconsistent behavior of breadcrumb
2026-02-16 12:34:06 +05:30
Ankush Menat
4d87562641
fix: Allow untyped self/cls ( #37053 )
2026-02-16 06:57:38 +00:00
Nilesh Suthar
bbed59f001
fix: make the phone code vertically center ( #36614 )
...
* fix: make the phone code vertically center
* fix(phone): remove the line from phone_picker.scss
Instead of commenting, removing the line.
2026-02-16 06:43:18 +00:00
Ankush Menat
251a081e85
fix: Log timeout and deadlocks ( #36786 )
...
closes https://github.com/frappe/frappe/issues/34254
2026-02-16 12:12:05 +05:30
mergify[bot]
8729b1b0d0
Merge branch 'develop' into refactor-code
2026-02-16 06:33:07 +00:00
Shrihari Mahabal
08922a5e4c
fix: hide "Edit Layout" context menu option when already in edit mode
2026-02-16 11:58:02 +05:30
Ankush Menat
55aca7654d
build: Bump pillow ( #37047 )
2026-02-16 06:27:20 +00:00
Ankush Menat
773938a6e8
test: Reset mock the right way ( #37045 )
...
python 3.14.3 has some kinda proxying, so we can't override actual value
from outside without using proper API.
2026-02-16 06:27:01 +00:00
sokumon
b90a631a93
fix: make it robust for apps for no apps screen hooks
2026-02-16 02:41:07 +05:30
sokumon
2d0c05e537
chore: make it readable
2026-02-16 02:24:46 +05:30
Ejaaz Khan
385be90daa
Merge pull request #37005 from KerollesFathy/fix-hide-navbar-footer-on-webform
...
fix(webform): hide navbar/footer settings
2026-02-14 21:01:51 +05:30
KerollesFathy
b6a6fa709c
fix(webform): hide navbar/footer settings
2026-02-12 14:40:17 +00:00
Hussain Nagaria
9d280e4ada
Merge pull request #36976 from kaulith/fix-advance-search-dialog
...
fix: remove ellipsis and break word
2026-02-12 12:59:46 +05:30
Kaushal Shriwas
cabe78f8dd
refactor: use bootstrap text-break instead of inline style
2026-02-12 12:53:37 +05:30
Soham Kulkarni
1361b49316
Merge pull request #36992 from frappe/form-sidebar-issue
2026-02-12 12:30:02 +05:30
Kaushal Shriwas
366d21da7c
fix: prevent text overflow from value column as well
2026-02-12 11:55:14 +05:30
Ejaaz Khan
2def774b2a
Merge pull request #36991 from iamejaaz/fix-list-view-title
...
fix: report view pagination overflowing
2026-02-12 11:52:42 +05:30
Kaushal Shriwas
5dfe88f45e
fix: prevent text overflow using overflow-wrap
2026-02-12 11:31:50 +05:30
Ejaaz Khan
e76a6107cd
fix: report view pagination overflowing
2026-02-12 11:07:18 +05:30
Kaushal Shriwas
378568aad9
fix: remove ellipsis component and distribute width equally
2026-02-11 19:55:27 +05:30
sokumon
74a3b99115
fix(form sidebar): remove double border
2026-02-11 17:33:20 +05:30
Ejaaz Khan
381521f0db
Merge pull request #36969 from iamejaaz/fix-list-view-title
...
fix(mobile): show add text on create button
2026-02-11 17:13:09 +05:30
Safwan
dd6bb35b1d
Merge pull request #36970 from safwansamsudeen/float-format
2026-02-11 16:20:34 +05:30
Safwan Samsudeen
759ff0e6df
fix: do not round whole floats in format
2026-02-11 16:09:37 +05:30
Diptanil Saha
efc08415fe
fix(language): typo in myanmar language name ( #36931 )
2026-02-11 16:01:27 +05:30
Ejaaz Khan
3d2cabac2e
fix(mobile): show add text on create button
2026-02-11 15:34:54 +05:30
Hussain Nagaria
777bcce609
Merge pull request #36964 from frappe/r/dry
...
refactor: DRYer __newname preservation
2026-02-11 13:56:25 +05:30
Hussain Nagaria
7f35fa222e
refactor: DRYer __newname preservation
2026-02-11 13:53:09 +05:30
Hussain Nagaria
cbe9234b84
Merge pull request #36961 from frappe/fix/set-by-user
...
fix: don't clear __newname on fields refresh
2026-02-11 13:28:43 +05:30
Hussain Nagaria
9a605ccf75
fix: don't clear __newname on fields refresh
2026-02-11 13:03:52 +05:30