Commit graph

51427 commits

Author SHA1 Message Date
Akhil Narang
2316ecde52
chore: enable burmese language
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-08 18:16:42 +05:30
Ejaaz Khan
fffe3c0425
Merge pull request #34310 from iamejaaz/form-field-top-down
refactor(form): change field position from left-right to top-down
2025-10-08 18:00:34 +05:30
Ejaaz Khan
bd64e1a1c7 refactor(form): change field position from left-right to top-down 2025-10-08 16:37:02 +05:30
Ejaaz Khan
c95afd8d85
Merge pull request #34264 from barredterra/array-in-link-filters
fix: format array in link filters
2025-10-08 16:00:08 +05:30
Ejaaz Khan
a36a1d93db
Merge pull request #34267 from barredterra/multicheck-style
fix: multicheck style
2025-10-08 15:56:42 +05:30
Ejaaz Khan
f74671267d Merge branch 'develop' into chrome-pdf 2025-10-08 15:43:38 +05:30
Akhil Narang
c94b4c0e8b
fix(ldap): escape filter characters
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-08 12:07:26 +05:30
petnd
27a68aaf8b
feat: allow to disable standard pages (#33756)
* feat: allow to disable about and contact page

* feat: change redirect to /404
2025-10-08 11:18:55 +05:30
Aarol D'Souza
79eb78db10
fix: update modified timestamp when Workflow Action is completed (#34298) 2025-10-08 11:03:43 +05:30
Ejaaz Khan
4f365bfbf5 refactor: add backwards compatibility styles
Co-authored-by: Maharshiv Patel <maharshivpatel@users.noreply.github.com>
2025-10-07 16:33:59 +05:30
MochaMind
faf07ffe95
fix: sync translations from crowdin (#34288) 2025-10-07 12:36:59 +02:00
Akhil Narang
3dfa9f35dc
fix: escape HTML in filename before display (#34289)
* Revert "fix: sanitize HTML in file names before saving (#34192)"

This reverts commit 0120410593.

* feat: escape file name before display

Signed-off-by: Akhil Narang <me@akhilnarang.dev>

---------

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-07 11:50:09 +05:30
dependabot[bot]
76257b6381
chore(deps): bump peter-evans/repository-dispatch from 3 to 4 (#34287)
Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 3 to 4.
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases)
- [Commits](https://github.com/peter-evans/repository-dispatch/compare/v3...v4)

---
updated-dependencies:
- dependency-name: peter-evans/repository-dispatch
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-07 11:44:53 +05:30
Soham Kulkarni
fd57f4869f
Merge pull request #34286 from sokumon/dialog-issue
fix: check if the current route actually exists
2025-10-06 22:29:04 +05:30
sokumon
748156c8aa fix: check if the current route actually exists 2025-10-06 21:40:06 +05:30
Suraj Shetty
2fcaea0f93
Merge pull request #34285 from surajshetty3416/fix-param-redirect
fix: Do not cache resolved redirect route with query params
2025-10-06 20:49:54 +05:30
Suraj Shetty
62a3428a51 fix: Do not cache resolved redirect route with query params 2025-10-06 20:32:49 +05:30
Soham Kulkarni
73ff731b41
Merge pull request #34281 from sokumon/template-injection-xss
fix(xss): sanitize on input itself
2025-10-06 17:25:11 +05:30
Akhil Narang
c33849ffee
Merge pull request #34250 from akhilnarang/drop-accesscontrol
refactor: drop AccessControl dependency, add relevant code in directly
2025-10-06 17:08:07 +05:30
sokumon
4a8391a6fc fix(xss): sanitize on input itself 2025-10-06 17:01:30 +05:30
MochaMind
35b1ea46bc
chore: update POT file (#34265) 2025-10-06 16:01:01 +05:30
Suraj Shetty
e944da85ae
Merge pull request #34276 from surajshetty3416/forward-query-params
feat: Optionally forward query params while redirecting
2025-10-06 13:43:04 +05:30
Suraj Shetty
4bec26bb90 test: Add test case to validate forward_query_parameters functionality 2025-10-06 13:18:59 +05:30
Suraj Shetty
c399a057b2 feat: Optionally forward query params while redirecting 2025-10-06 12:16:47 +05:30
Rahul Agrawal
9b3876632b
fix: focus btn only if grid is editable (#34269) 2025-10-06 09:13:35 +05:30
barredterra
7fb12f9752 fix: multicheck style 2025-10-05 18:27:24 +02:00
barredterra
b46b9ee1ca fix: format array in link filters 2025-10-04 18:51:41 +02:00
Akhil Narang
7e61d71817
fix: move backup file locating logic to _restore()
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-04 16:51:55 +05:30
MochaMind
b5ecb1ef00
fix: sync translations from crowdin (#34242)
* fix: Serbian (Cyrillic) translations

* fix: Persian translations

* fix: Serbian (Latin) translations
2025-10-03 21:46:40 +05:30
Ejaaz Khan
277cb954b5
Merge pull request #33709 from octex/fix/dynamic-link-list-filter
fix: properly resolve dynamic link options in list and report view filters
2025-10-03 13:09:34 +05:30
Ejaaz Khan
0c145cbe28 fix: prevent error when dynamic link option field not found in cur_page 2025-10-03 12:48:59 +05:30
Soham Kulkarni
2c3b85a7e0
Merge pull request #33491 from sokumon/row-size-issue
fix: prevent row-size limit error
2025-10-03 11:32:54 +05:30
Akhil Narang
835fcbd849
chore: use our copy of protected_inplacevar
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-03 00:13:55 +05:30
Akhil Narang
bd60a0a156
chore(inplacevar): lint
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-03 00:13:55 +05:30
Hanno Schlichting
c02a3bf5ce
feat: add protected_inplacevar function extracted from AccessControl
Extracted from 17a5ceb0ae/src/AccessControl/ZopeGuards.py
2025-10-03 00:13:51 +05:30
Raffael Meyer
5eadd23b11
feat: extract translatable strings from standard web forms (#34237)
* feat: extract translatable strings from standard web forms

* fix: extract select options
2025-10-02 11:30:14 +02:00
Akhil Narang
ac1f13c04a
Merge pull request #34060 from akhilnarang/fix-web-form-error-translation
fix(Web Form): translations
2025-10-02 11:58:56 +05:30
Aarol D'Souza
ff91b53557
Merge pull request #34241 from AarDG10/fix-list-view-routing
fix(UI/UX): list view routing fixed for issue #34136
2025-10-02 00:43:55 +05:30
AarDG10
bc0924c8b5 fix(UI/UX): list view routing fixed 2025-10-02 00:11:32 +05:30
Raffael Meyer
2cc6572f4a
fix: format Percent value like Float (#34238) 2025-10-01 20:27:26 +02:00
barredterra
fb22c946d0 fix(Web Form): handle context in translations 2025-10-01 14:42:26 +02:00
sokumon
6f9c7f3241 fix: add a correct test 2025-10-01 17:43:39 +05:30
Akhil Narang
777460c5fb
Merge pull request #34217 from frappe/mergify/copy/develop/pr-34171
fix: Issue with certain DocType Names (copy #34171)
2025-10-01 17:35:09 +05:30
barredterra
0703775495 refactor: merge consecutive appends into a single extend 2025-10-01 13:14:38 +02:00
barredterra
033c7e518d fix(Webform): add translatable strings, order alphabetically 2025-10-01 13:12:44 +02:00
Raffael Meyer
29e2e0cf86
fix: ignore virtual fields in filter UI (#34224) 2025-10-01 12:56:13 +02:00
Pugazhendhi Velu
76a1f6e3f2 fix: allow reselecting same file after removal 2025-10-01 10:52:06 +00:00
Soham Kulkarni
55328049c5
Merge pull request #34126 from sokumon/child-table-keyboard
fix(Grid): let focus jump directly inside the first input of the first row
2025-10-01 16:18:49 +05:30
Akhil Narang
9d9789b752
fix(db_query): adjust doctype name detection
Add tab prefix, and replace with `" doc "` hardcoded string

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-01 15:51:48 +05:30
Eben van Deventer
2e707c8a33
fix(db_query): Issue with certain DocType Names
The previous update broke systems where DocTypes exist that contains names like Union or Select

(cherry picked from commit f997d40c56d717693c66a8b7e69d12462a673ede)
2025-10-01 15:49:04 +05:30