Commit graph

50806 commits

Author SHA1 Message Date
Akhil Narang
cffcc3cf34
fix(web_form): allow deletion of an item if you have permission
Bulk delete via list doesn't work if you have access to only "some" documents as we don't pass docname when checking
Seems inefficient to check there, so implemented it here

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-08-29 16:29:52 +05:30
Akhil Narang
95146c29e8
Merge pull request #33790 from Lyes7/fix/remove-implicit-primary-key-postgresql
Fix PostgreSQL compatibility in remove_implicit_primary_key patch
2025-08-29 15:18:00 +05:30
Ejaaz Khan
63862ac627
Merge pull request #33832 from iamejaaz/report-view-pagination
fix: pagination position of report view
2025-08-29 14:51:58 +05:30
Soham Kulkarni
7938d0eaed
Merge pull request #33817 from sokumon/fix-awesomebar
fix: if getpage sends 404 remove it from awesombar results
2025-08-29 13:07:24 +05:30
Ejaaz Khan
4d05375cbd fix: pagination position of report view 2025-08-29 13:01:41 +05:30
Akhil Narang
fab5581a9b
Merge pull request #33812 from barredterra/format-ibans
feat: format IBANs in Data field
2025-08-29 11:18:59 +05:30
Hussain Nagaria
85768a2eb0
fix: don't show filters and columns for Report Builder reports (#33825) 2025-08-29 10:49:01 +05:30
Ejaaz Khan
77dcacffc6
Merge pull request #33823 from Z4nzu/fix/webform-button-label-context
fix: remove context leakage from web form button labels
2025-08-29 10:09:53 +05:30
MochaMind
bda03d6a2b
fix: sync translations from crowdin (#33826) 2025-08-28 18:15:45 +02:00
Hardik Zinzuvadiya
a49d9b2190 fix: correct translation strings in web form buttons by using double colon for context 2025-08-28 12:27:40 +00:00
Akhil Narang
719af6e722
Merge pull request #33815 from raizasafeel/fix/translation-trailing-spaces
fix: remove trailing spaces in translatable strings
2025-08-28 16:31:45 +05:30
Ejaaz Khan
86c719ec6d
Merge pull request #33809 from mihir-kandoi/33758
feat: enable non negative validation for Percent type fields
2025-08-28 15:06:48 +05:30
Ejaaz Khan
f4a6f2d1fe
Merge pull request #33816 from frappe/l10n_develop
fix: sync translations from crowdin
2025-08-28 14:40:27 +05:30
Elton Lobo
d930335161
fix: role based invite restriction (#33806)
* refactor(user-invitation): validate invite role based on user's roles

* refactor(user-invitation): start error msgs with a capital letter

* docs(user-invitation): update the hooks structure
2025-08-28 12:02:54 +05:30
sokumon
628d8a46ff fix: if getpage sends 404 remove it from awesombar results 2025-08-27 19:39:38 +05:30
MochaMind
417531850c fix: Norwegian Bokmal translations 2025-08-27 19:34:26 +05:30
MochaMind
a9c76079a4 fix: Danish translations 2025-08-27 19:34:24 +05:30
MochaMind
8c6211e469 fix: Thai translations 2025-08-27 19:33:55 +05:30
MochaMind
75b16bb84c fix: Portuguese, Brazilian translations 2025-08-27 19:33:50 +05:30
MochaMind
e1462accf4 fix: Turkish translations 2025-08-27 19:33:45 +05:30
MochaMind
f583608e15 fix: Russian translations 2025-08-27 19:33:41 +05:30
MochaMind
6717f29ad8 fix: Spanish translations 2025-08-27 19:33:29 +05:30
Raizaaa
aa3bb0e4d7 fix: remove trailing spaces in translatable strings 2025-08-27 13:23:17 +03:00
Ejaaz Khan
683e49e05b
Merge pull request #33808 from frappe/l10n_develop
fix: sync translations from crowdin
2025-08-27 10:26:39 +05:30
Ejaaz Khan
753dda1cb0
Merge pull request #33813 from iamejaaz/33743-1-list-view-shadow
fix(ListView): remove border if no scroll & refactor code
2025-08-27 10:18:08 +05:30
Ejaaz Khan
e25b69a660 fix(ListView): remove border if no scroll & refactor code 2025-08-27 09:51:55 +05:30
barredterra
dbc6870be0 feat: format IBANs in Data field 2025-08-26 23:41:00 +02:00
Mihir Kandoi
c24bda0481 feat: enable non negative validation for Percent type fields 2025-08-26 22:12:23 +05:30
unknown
400704634d fix: remove implicit primary key patch issue 2025-08-26 16:41:33 +01:00
MochaMind
9d777385fc fix: Serbian (Cyrillic) translations 2025-08-26 19:37:57 +05:30
MochaMind
4933cc6498 fix: Serbian (Latin) translations 2025-08-26 19:37:40 +05:30
Rehan Ansari
f775b0b88e
fix: broken links in get_desk_link with special chars (#33730)
* fix: broken links in get_desk_link with special chars

* fix: pass both encoded_name (for href) and name (for display)

---------

Co-authored-by: rehansari26 <rehan.ansari@cloverinfotech.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2025-08-26 18:05:46 +05:30
Akhil Narang
7f7405788c
chore: temporarily increase __init__.py length allowance. (#33803)
So I can merge #33730 before fixing #33750

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-08-26 12:20:58 +00:00
Ejaaz Khan
563c4d5ae0
Merge pull request #33798 from iamejaaz/33743-list-view-shadow
fix(ListView): multiple fixes in list view
2025-08-26 17:12:16 +05:30
Ejaaz Khan
0981323340 Merge remote-tracking branch 'upstream' into 33743-list-view-shadow 2025-08-26 16:51:31 +05:30
HENRY Florian
4f7da990cc
feat: allow Context for translation in DocField.description in base input (#33715) 2025-08-26 16:48:49 +05:30
Ejaaz Khan
80c1ee3a6a fix: hide result container when no result found 2025-08-26 15:02:08 +05:30
Ejaaz Khan
276a27ec82 test: fix modal popup title 2025-08-26 14:35:29 +05:30
Ejaaz Khan
4a254d0506 fix: listview no tags filter not working 2025-08-26 12:55:49 +05:30
Ejaaz Khan
4505b43107 fix(ListView): multiple fixes in scrollable list view 2025-08-26 12:14:46 +05:30
Ejaaz Khan
3461a9d12c
Merge pull request #33788 from frappe/l10n_develop
fix: sync translations from crowdin
2025-08-26 11:15:54 +05:30
Samar Singh
9d21796e45
fix: fetch_from attribute not working in dialog forms (#33769) 2025-08-26 09:48:04 +05:30
MochaMind
bf994a355f fix: Serbian (Cyrillic) translations 2025-08-25 19:21:50 +05:30
MochaMind
1d7caad2b9 fix: Serbian (Latin) translations 2025-08-25 19:21:38 +05:30
MochaMind
cbf4a9e3a4 fix: Bosnian translations 2025-08-25 19:21:34 +05:30
MochaMind
b341465e6b fix: Croatian translations 2025-08-25 19:21:31 +05:30
MochaMind
e21010ae2e fix: Swedish translations 2025-08-25 19:21:16 +05:30
rohitwaghchaure
5d675e8aa7
Merge pull request #33784 from rohitwaghchaure/fixed-setup-complete-issue
fix: setup complete issue
2025-08-25 18:14:46 +05:30
Hussain Nagaria
b95f850f86
fix: sort file/dir names for fixtures (#33783) 2025-08-25 12:14:02 +00:00
Rohit Waghchaure
ac4272b510 fix: setup complete issue 2025-08-25 17:35:33 +05:30