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
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
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
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
Soham Kulkarni
c6c91435fb
fix: pass the argument to delete_doc via rename_doc ( #34226 )
2025-10-01 15:15:27 +05:30
Akhil Narang
5252d5ad47
fix(doctype): restrict length to 61 characters ( #34225 )
...
Default is 140 here, but we restrict it to 61 in the backend
(tab+name should be 64 characters max)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-01 06:26:40 +00:00
MochaMind
7c3d1c8fe7
fix: sync translations from crowdin ( #34201 )
2025-10-01 01:35:00 +02:00
Raffael Meyer
44d2c4bed9
chore: enforce conventional commits ( #34219 )
2025-09-30 19:35:38 +02:00
Akhil Narang
28fa624b1b
Merge pull request #34220 from akhilnarang/sqlite-fixes
...
fix: various fixes for sqlite
2025-09-30 22:28:15 +05:30
Akhil Narang
0fab9a0bc8
fix: create index if it doesn't exist
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-30 22:15:09 +05:30
Akhil Narang
5441658b39
feat: define regexp_replace
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-30 22:15:09 +05:30
Akhil Narang
e13ccc1226
fix: drop duplicate translator role
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-30 19:14:22 +05:30
Ravibharathi
d53725070d
feat(web form list column): add options ( #34132 )
2025-09-30 18:53:37 +05:30
sokumon
49b6dbd903
fix(test): create one row at a time
2025-09-30 17:06:15 +05:30
Ejaaz Khan
aab3930180
Merge pull request #34207 from iamejaaz/not-equal-condition
...
fix(db_query)!: != condition not working in case of None
2025-09-30 16:27:44 +05:30
Ejaaz Khan
3f5b192326
test: add test for not equal none condition
2025-09-30 14:55:44 +05:30
Ejaaz Khan
a52da6c8d6
fix(db_query): != condition not working in case of None
2025-09-30 13:23:16 +05:30
Aarol D'Souza
66f6f0fa38
fix(UX): simplified group node term ( #34205 )
...
* feat: simplified group node term to group folder
* fix(UX): Change naming again
- folder still isn't a good fit
- "Is Group" is used everywhere, better to keep it consistent.
- Added actual doctype name in error message.
---------
Co-authored-by: Ankush Menat <ankush@frappe.io>
2025-09-30 07:33:56 +00:00
Akhil Narang
7ddff768a8
fix(socketio): allow authorization header without cookies ( #34199 )
...
Resolves #34125
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-30 11:54:23 +05:30
Soham Kulkarni
7d69afb9c4
Merge pull request #34202 from sokumon/center-align
...
fix: center align checkboxes
2025-09-30 10:58:33 +05:30
Ejaaz Khan
687aae4915
Merge pull request #34193 from adatta-chwy/passing-option-for-centering-dialog-box
...
feat: Adding option to centre frappe Dialog Box
2025-09-29 23:11:21 +05:30
Abhimanyu
00453d7958
feat: Adding option to centre frappe dialog box [skip docs]
2025-09-29 16:02:32 +05:30
Akhil Narang
0120410593
fix: sanitize HTML in file names before saving ( #34192 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-29 15:55:23 +05:30
Ejaaz Khan
eb770abc42
Merge pull request #34187 from frappe/l10n_develop
...
fix: sync translations from crowdin
2025-09-29 13:07:09 +05:30
Akhil Narang
03dcc3819d
fix: handle trying to decode invalid JSON ( #34167 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-29 11:07:53 +05:30
Charles-Henri Decultot
72b20fa52b
fix: HTML sanitation for XSS mitigation ( #34168 )
...
* fix: several XSS attack opportunities
* fix: linter
2025-09-29 10:39:04 +05:30
MochaMind
3d6494c283
fix: Esperanto translations
2025-09-29 03:26:01 +05:30
MochaMind
c6933a88a1
fix: Portuguese translations
2025-09-29 03:25:58 +05:30
MochaMind
bf3b26c9a3
fix: Serbian (Latin) translations
2025-09-29 03:25:56 +05:30
MochaMind
49f5ab7fc6
fix: Norwegian Bokmal translations
2025-09-29 03:25:54 +05:30
MochaMind
78b75f6278
fix: Bosnian translations
2025-09-29 03:25:52 +05:30