Sagar Vora
5bb51a294f
test: use permitted user for link field test
2025-10-14 14:49:03 +05:30
Ejaaz Khan
1af85a390a
Merge pull request #34133 from UmakanthKaspa/feat/report-view-bulk-column-select
...
feat: report view bulk column select
2025-10-14 10:14:52 +05:30
Diptanil Saha
395af8aa04
fix: clear doc_events_hooks cache during uninstallation of app ( #34321 )
...
* fix: clear doc_events_hooks cache during uninstallation of app
* refactor: somewhat cleaner None check
---------
Co-authored-by: Ankush Menat <ankush@frappe.io>
2025-10-13 10:30:35 +00:00
Ankush Menat
04f9d95718
fix: Clear value cache on savepoint restore too ( #34367 )
2025-10-13 09:48:30 +00:00
Ejaaz Khan
cc1abedd36
Merge pull request #34332 from barredterra/link-title-as-address-title
...
fix: use link title as address title
2025-10-13 14:30:35 +05:30
Ejaaz Khan
31c59f016a
Merge pull request #34343 from Sanket322/Sanket322-patch-1
...
fix: increase label field length to 255 chars
2025-10-13 11:09:19 +05:30
Ejaaz Khan
239c3ab572
Merge pull request #34357 from UmakanthKaspa/fix-webform-allow-incomplete
...
fix: web form allow incomplete feature not working
2025-10-13 10:39:27 +05:30
Ejaaz Khan
e664ea5b46
Merge pull request #34351 from UmakanthKaspa/fix-fetch-datetime-quick-entry
...
fix: enable fetching datetime fields in Quick Entry dialogs
2025-10-13 10:28:18 +05:30
MochaMind
bce7753566
fix: sync translations from crowdin ( #34356 )
...
* fix: Polish translations
* fix: Serbian (Latin) translations
2025-10-13 10:27:18 +05:30
MochaMind
bdc0bd57c0
chore: update POT file ( #34350 )
2025-10-13 10:27:06 +05:30
Ejaaz Khan
d69ed49478
Merge pull request #34353 from UmakanthKaspa/fix/kanban-column-width-expansion
...
fix: Kanban columns expand when card has long text
2025-10-13 10:26:50 +05:30
UmakanthKaspa
00c3cd69a4
fix: web form allow incomplete feature not working
2025-10-13 04:14:16 +00:00
Ejaaz Khan
491cfbd374
Merge pull request #34064 from UmakanthKaspa/fix-link-field-permission-validation
...
fix: prevent manual typing of restricted values in Link fields
2025-10-12 23:10:26 +05:30
Ejaaz Khan
e5b7c17c8f
Merge pull request #33439 from TheerayutEncoder/add-action-confirm-on-workflow
...
feat: Add action confirm on Workflow
2025-10-12 23:05:35 +05:30
MochaMind
bcfca6e9e0
fix: Polish translations ( #34348 )
2025-10-12 16:21:48 +02:00
UmakanthKaspa
227adedd27
fix: prevent kanban columns from expanding with long text
2025-10-12 12:32:08 +00:00
Ejaaz Khan
dfe2662eb5
Merge pull request #34349 from iamejaaz/fix-datepicker-position
...
fix(DatePicker): position picker above or below input based on available space
2025-10-12 16:03:04 +05:30
UmakanthKaspa
80ac879a4a
fix: enable fetching datetime fields in Quick Entry dialogs
2025-10-12 10:32:43 +00:00
Ejaaz Khan
bba62fea1c
fix(DatePicker): position picker above or below input based on available space
2025-10-12 13:47:45 +05:30
UmakanthKaspa
5fd295b8f2
fix: Remove backend permission check from link validation
2025-10-12 07:55:27 +00:00
theerayut
c1e42a6a50
fix: update code from develop branch
2025-10-12 13:26:53 +07:00
UmakanthKaspa
0b57eaec71
Merge branch 'frappe:develop' into feat/report-view-bulk-column-select
2025-10-12 10:49:08 +05:30
MochaMind
c312377c9e
fix: sync translations from crowdin ( #34341 )
...
* fix: Persian translations
* fix: Burmese translations
2025-10-11 22:53:10 +05:30
Ejaaz Khan
bc7e170e35
Merge pull request #34342 from iamejaaz/fix-grid-link-field-scroll
...
fix: link field scrolling issue in grid
2025-10-11 14:20:19 +05:30
Ejaaz Khan
b1578d81e2
fix: link field scrolling issue in grid
2025-10-11 13:54:46 +05:30
Ejaaz Khan
24d03a3bfe
Merge pull request #34235 from aerele/file-reselect-after-removal
...
fix: allow reselecting same file after removal
2025-10-10 15:34:19 +05:30
Aarol D'Souza
4ecb9bc57d
fix: clear cache and prevent data access after DocType deletion ( #34307 )
...
* fix: clear cache and prevent data access after DocType deletion
* fix: Handle potential DB failures during migrate
---------
Co-authored-by: Ankush Menat <ankush@frappe.io>
2025-10-10 08:00:51 +00:00
Ankush Menat
598ba6d63d
fix: Clear DB value cache after commit/rollback ( #34335 )
...
Respect repeatable read, but not beyond transaction, if transaction is committed during a request then cache should be invalidated.
This will likely slow down some code in a loop that did repeated queries + commit but we can't compromise correctness here.
2025-10-10 07:42:11 +00:00
Sanket Shah
eacfe974c7
fix: increase label field length to 255 chars
...
Some custom field labels were getting truncated when exceeding 140 characters.
This caused issues during customization of complex forms where descriptive labels were required.
2025-10-10 11:19:24 +05:30
barredterra
2834952fcb
fix: use link title as address title
2025-10-09 20:14:12 +02:00
Nabin Hait
d3251ad3af
fix: Backups not showing on Download Backups page due to time conversion issue ( #34329 )
2025-10-09 18:27:35 +05:30
Akhil Narang
1e5aaac000
fix(oauth): drop keycloak check ( #34330 )
...
Not needed anymore
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-09 12:10:21 +00:00
Chris Hemmings
fbf07ddf6e
fix: OAuth2 absolute authorize, access token and api urls ( #34266 )
...
* fix: OAuth2 absolute authorize, access token and api urls
* fix: add back keycloak check, just use the function instead
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
---------
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
2025-10-09 16:47:38 +05:30
Dhinesh
123a7a0136
fix: check Submission Queue already exists for the record ( #34094 )
...
* fix: check Submission Queue already exists for the record
* chore: clean up msgprint statments
2025-10-09 15:32:57 +05:30
Akhil Narang
cf75128617
fix(schema): ensure int-int comparison ( #34320 )
...
Some fields somehow have string lengths apparently
Resolves #34318 and support ticket 50658
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-09 15:25:50 +05:30
MochaMind
686dbe1a34
fix: sync translations from crowdin ( #34303 )
...
* fix: Serbian (Cyrillic) translations
* fix: Persian translations
* fix: Serbian (Latin) translations
* fix: Burmese translations
* fix: Persian translations
2025-10-09 10:56:34 +05:30
Ejaaz Khan
e7832bfd4b
Merge pull request #32684 from iamejaaz/32489-role-perm-based-masking
...
feat: show mask data in form, list and report view
2025-10-09 10:55:50 +05:30
Akhil Narang
dc25feb612
Merge pull request #34314 from akhilnarang/update-languages
...
chore: enable burmese language
2025-10-08 18:18:33 +05:30
Akhil Narang
82d0f15731
Merge pull request #34306 from akhilnarang/fix-ldap
...
fix(ldap): escape filter characters
2025-10-08 18:18:02 +05:30
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
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
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