Commit graph

52865 commits

Author SHA1 Message Date
Ejaaz Khan
c8e36907ac
Merge pull request #35577 from KerollesFathy/fix-copy-title-on-todo-frm
fix: copy title functionality to handle HTML content correctly
2026-01-01 12:24:55 +05:30
Saqib Ansari
2d141aca75 Merge branch 'develop' of https://github.com/frappe/frappe into v16-ui-fixes 2026-01-01 12:23:32 +05:30
Ejaaz Khan
2bbe91cf10
Merge pull request #35552 from Packeting1/fix/quick-entry-client-api
fix(Quick Entry): align quick entry with form APIs to avoid client errors
2026-01-01 11:58:24 +05:30
Soham Kulkarni
7d2b6a4ca9
Merge pull request #35578 from frappe/mergify/bp/develop/pr-35570 2025-12-31 23:46:55 +05:30
Suhas Bharadwaj
0a8cf0588d fix: prevent adding of grid rows on tab press when cannot_add_rows is set (#35570)
(cherry picked from commit a43d3b80e421fd0653dd577c025553b98089f055)
2025-12-31 17:17:33 +00:00
Faris Ansari
e0eb087694
Merge pull request #35573 from netchampfaris/sqlite-search-deduplicate 2025-12-31 22:05:47 +05:30
barredterra
2448dbce7f test: update delete button label to "Delete row" 2025-12-31 17:00:47 +01:00
KerollesFathy
92744795d6 fix: update form title display to handle HTML content correctly 2025-12-31 15:33:18 +00:00
barredterra
30379b71cb fix: lowercase "row" 2025-12-31 16:11:31 +01:00
KerollesFathy
9cd0dff713 style: make it more readable 2025-12-31 15:07:50 +00:00
KerollesFathy
85c08f5f5d fix: copy title functionality to handle HTML content correctly 2025-12-31 14:59:32 +00:00
Rohit Waghchaure
49bd552c5d fix: description of the permission types 2025-12-31 19:15:57 +05:30
El-Shafei H.
3f2a942846
fix: handle precision correctly when decimal string is empty (#35526) 2025-12-31 18:37:32 +05:30
Akhil Narang
936e7947c2
Merge pull request #35565 from akhilnarang/simplify-chromium-setup
fix: ensure `bench setup-chrome` respects site config path for chromium
2025-12-31 18:32:27 +05:30
Faris Ansari
1f9460f1c2 fix: deduplicate documents in search index while updating 2025-12-31 18:06:44 +05:30
Ankush Menat
987be17ea1
perf: Reduce memory usage of exif stripping (#35566)
This was at least 4x inefficient because of:

- Way too many copies of same buffers
- Serialization of binary data to python integers :woozy: using `list()`
2025-12-31 11:30:13 +00:00
Akhil Narang
19ccfcc453
fix: ensure bench setup-chrome respects site config path for chromium
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-31 16:49:23 +05:30
Deepesh Garg
a5cf31c546
fix: Log errors for bulk action update (#35563) 2025-12-31 10:44:41 +00:00
Saqib Ansari
83c3ef853d fix: top padding of form sections without title 2025-12-31 14:42:02 +05:30
Saqib Ansari
aadfda8a9e chore: replace timeless chart icon with lucide's bar chart icon 2025-12-31 14:25:51 +05:30
Saqib Ansari
d2512f13f6 fix: center align summary value in summary separator 2025-12-31 14:21:40 +05:30
Saqib Ansari
fa8aebfd5b fix: button styling for better alignment and spacing 2025-12-31 14:15:18 +05:30
Saqib Ansari
18660c3e9c fix: update filter icon and menu icon in chart widget 2025-12-31 14:15:03 +05:30
Saqib Ansari
d44ae6c5fa fix: adjust padding for widget box, update font weight for widget title 2025-12-31 14:03:46 +05:30
Saqib Ansari
4f7646eea1 fix: update padding and font size for number widget box 2025-12-31 13:59:08 +05:30
Saqib Ansari
eb8a440def fix: space above collapse button and use gap instead of margins 2025-12-31 13:47:31 +05:30
Saqib Ansari
8b7099e2eb fix: alignment of header title and subtitle with logo 2025-12-31 13:29:48 +05:30
Saqib Ansari
f098378434 fix: double background in sidebar header logo 2025-12-31 13:29:19 +05:30
Saqib Ansari
c26e5c9202 chore: merge develop 2025-12-31 13:28:58 +05:30
Ankush Menat
e7598ec3a8
fix: Fetch user info for owner, modified_by and versions (#35557) 2025-12-31 07:56:26 +00:00
Raizaaa
0a2ab6364c
fix: added 'autoname' to reserved keywords (#35473)
* fix: added 'autoname' to reserved keywords

* fix: prevent using autoname as DocField name

- Add validation for autoname in check_invalid_fieldnames()
- Treat Python keywords as reserved fieldnames

* fix: move autoname out of reserved keywords

* fix: move python keywords out of reserved keywords

* fix: skip reserved docfield name check for 'DocType'

---------

Co-authored-by: Raiza Safeel <raizasafeel@Raizas-MacBook-Air.local>
2025-12-31 12:00:49 +05:30
Packeting
e0abf8f86f fix(Quick Entry): align quick entry with form APIs to avoid client errors 2025-12-31 14:25:26 +08:00
Soham Kulkarni
e8a5529b98
Merge pull request #35547 from sokumon/sidebar-fixes 2025-12-31 01:16:10 +05:30
sokumon
ab0de99d86 fix(mobile): always bind click to trigger sidebar 2025-12-30 23:41:20 +05:30
barredterra
1cf2c63b7b fix: update grid button references for duplication functionality 2025-12-30 18:58:23 +01:00
barredterra
0ca726ab61 test: adjust button name to "Add row" 2025-12-30 18:47:46 +01:00
barredterra
5b0de1e4c0 fix: handle plural 2025-12-30 18:47:16 +01:00
barredterra
87695bd08b fix: grid button labels and visibility 2025-12-30 18:46:11 +01:00
KerollesFathy
664417eab9 refactor: remove description from options field 2025-12-30 17:10:55 +00:00
KerollesFathy
51ae9c8536 refactor: show description only when fieldtype is Select 2025-12-30 17:09:48 +00:00
KerollesFathy
642dbe0a5a refactor: chanage fieldtype to Link when fieldtype Table MultiSelect 2025-12-30 17:09:48 +00:00
KerollesFathy
4756de696d style: run pre-commit 2025-12-30 17:09:48 +00:00
KerollesFathy
4879ff0454 fix: update description for options field in DocField and Customize Form Field 2025-12-30 17:09:48 +00:00
Kerolles Fathy
455c313309 refactor: change options to list
Co-authored-by: Abdeali Chharchhodawala <99460106+Abdeali099@users.noreply.github.com>
2025-12-30 17:04:33 +00:00
KerollesFathy
399a15160d feat(dx): Change options fieldtype to Select when selected fieldtype is Data
with pre-defined options "Email, Name, Phone ,URL ,Barcode, IBAN"
Closes: #35305
2025-12-30 17:04:33 +00:00
Akhil Narang
eb4139ed4a
Merge pull request #35545 from akhilnarang/bump-freezegun
build(deps): bump freezegun
2025-12-30 19:38:00 +05:30
Akhil Narang
8cb7e4b0b7
build(deps): bump freezegun
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-30 18:36:58 +05:30
Soham Kulkarni
a05c098467
Merge pull request #35544 from sokumon/menu-fixes 2025-12-30 18:33:54 +05:30
Ejaaz Khan
ae0b24841b
Merge pull request #35542 from iamejaaz/multiple-list-form-fixes
fix(sidebar): show edit indicator on when editable
2025-12-30 18:26:10 +05:30
sokumon
f4bb6d6dbb fix: remove that desktop edit button 2025-12-30 18:07:52 +05:30