Commit graph

54701 commits

Author SHA1 Message Date
Ejaaz Khan
da4680a05b
Merge pull request #38072 from nikkothari22/prepared-report-notification
feat: notification for prepared report
2026-03-17 12:31:14 +05:30
Ejaaz Khan
8f0ebb53d9
Merge pull request #38023 from MasteroidM/fix-full-name
fix(user): include middle name in full name
2026-03-17 12:25:15 +05:30
Nikhil Kothari
447b2c2a93 feat: notification for prepared report 2026-03-17 11:11:12 +05:30
Ejaaz Khan
c1cb375379
Merge pull request #38069 from iamkhanraheel/fix/auto_email_dynamic_filters
fix(Auto Email Report): missing dynamic filters
2026-03-17 10:57:42 +05:30
iamkhanraheel
d226e0a47e fix(auto_email_report): run onload event of report to update dynamic filters 2026-03-17 08:16:53 +05:30
Raffael Meyer
163094c898
fix(gettext): extract template-literal translations with correct line numbers (#38063) 2026-03-16 18:52:04 +00:00
Melwin
83200ce4ee fix(user): semgrep compliant fix for full name 2026-03-16 22:46:43 +05:30
Aarol D'Souza
b60a980fd4
Merge pull request #38048 from flaviacastro/chore/add-brazilian-portuguese-language
feat: add Brazilian Portuguese
2026-03-16 19:45:50 +05:30
Flavia de Castro
76824ba7c0
Merge branch 'frappe:develop' into chore/add-brazilian-portuguese-language 2026-03-16 10:33:32 -03:00
Sagar Vora
2b37d4770f
Merge pull request #38041 from Priyal208/document-template
fix: improve perm check ux
2026-03-16 09:45:03 +00:00
Priyal
bfc3c5586c fix: improve perm check ux 2026-03-16 14:39:08 +05:30
Aarol D'Souza
a3af66a6e1
Merge pull request #38005 from earona/fix-get_all_nodes
fix: get_all_node respect override_whitelisted_methods hooks
2026-03-16 12:43:49 +05:30
Ejaaz Khan
071357de34
Merge pull request #37970 from KerollesFathy/fix/get-match-cond-unparenthesized-or
fix: wrap `get_match_cond()` in parentheses
2026-03-16 12:40:19 +05:30
Aarol D'Souza
6ca000ef0b
Merge pull request #38007 from AarDG10/cache-fc-api-res
perf: cache current_site_info for 10 mins
2026-03-16 12:37:24 +05:30
MochaMind
0d4021f143
chore: update POT file (#38015) 2026-03-16 11:56:21 +05:30
Ejaaz Khan
f6356d418d
Merge pull request #38033 from frappe/iamejaaz-patch-1
fix(grid): remove trash icon from delete button
2026-03-16 11:24:11 +05:30
Ejaaz Khan
d06fdae494
fix(grid): remove trash icon from delete button 2026-03-16 11:20:59 +05:30
Ejaaz Khan
ad7f878dfe
Merge pull request #38010 from KerollesFathy/fix/click-on-edit-btn-on-grid-row
fix: make entire edit cell clickable in child table grid row
2026-03-16 10:23:38 +05:30
Raffael Meyer
b1aa97494c
chore: update project URLs (#38018) 2026-03-15 13:27:30 +00:00
Exequiel Arona
6d7e91208e fix: correct variable name for callable tree method in get_all_nodes 2026-03-15 08:47:33 -03:00
KerollesFathy
49f1350124 fix: make entire edit cell clickable in child table grid row 2026-03-14 20:45:34 +00:00
Melwin
1752eecf8f fix(user): Add middle name to full name 2026-03-15 01:13:15 +05:30
AarDG10
df95bed674 perf: cache current_site_info for 10 mins
Cache Data for 10 mins TTL, and use the cache for lookup instead. Reduces unnecessary calls.
2026-03-14 16:32:44 +05:30
Exequiel Arona
8ee593a1da fix: get_all_node respect override_whitelisted_methods hooks 2026-03-13 15:17:29 -03:00
Ejaaz Khan
e2786c2d8a
Merge pull request #37989 from nikkothari22/fix-indicator-spacing
fix: permission indicator spacing in list view
2026-03-13 19:32:01 +05:30
Aarol D'Souza
de6fad6d60
Merge pull request #37997 from AarDG10/fix-test
test: add better test for messages w/ html
2026-03-13 18:08:12 +05:30
AarDG10
06409860aa test: add better test for messages w/ html 2026-03-13 17:55:19 +05:30
Aarol D'Souza
a1018be4df
Merge pull request #37979 from AarDG10/fix-translations
fix: add fallback to consider messages w/ html tags
2026-03-13 17:06:24 +05:30
Ejaaz Khan
0316d80881
Merge pull request #37961 from nikkothari22/remove-print-designer-link
fix: remove link for Print Designer
2026-03-13 15:39:39 +05:30
Nikhil Kothari
c0cb2d2783 fix: permission indicator spacing in list view 2026-03-13 13:39:18 +05:30
Akhil Narang
e2fe249706
Merge pull request #37903 from akhilnarang/qb-fixes
fix: some follow up fixes for query builder
2026-03-13 13:36:48 +05:30
AarDG10
d71fde349b test: add test for fallback behavior 2026-03-13 11:58:18 +05:30
AarDG10
3e14434f9e fix: add fallback to also check for translation w/ html tags
Adds a fallback to check for translations w/ and w/o HTML tags.
2026-03-13 11:56:48 +05:30
Suraj Shetty
1c6050bf9f
fix(view-log): Accept int for version parameter (#37984) 2026-03-13 06:26:28 +00:00
Ejaaz Khan
c6989f8183
Merge pull request #37880 from KerollesFathy/confirm-before-logout
fix(ux): add confirm before logout
2026-03-13 11:10:28 +05:30
MochaMind
05fe12d4a9
fix: Portuguese, Brazilian translations (#37976) 2026-03-13 10:33:09 +05:30
Akhil Narang
f9af4d2ff9
fix: check shared documents as well
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-03-13 10:23:28 +05:30
Akhil Narang
72007f636d
fix(query): ensure atleast name is always selected
Otherwise we got an empty query if we tried to only query a child table

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-03-13 10:23:27 +05:30
Akhil Narang
a084bad5d5
fix(apply_field_permissions): improve checks
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-03-13 10:23:27 +05:30
KerollesFathy
b7ca2fdf78 fix: wrap get_match_cond() in parentheses to prevent or bug 2026-03-12 20:37:49 +00:00
Nikhil Kothari
1727fcafd3 fix: remove link for Print Designer 2026-03-12 17:43:38 +05:30
Shubh Doshi
5092225cbc
fix!: prevent submission of non-submittable doctype (#37009)
* fix: prevent submission of non-submittable doctype

* fix: updated failing test cases to use submittable doctype as required

* refactor: corrected to_docstatus and from_docstatus use

* fix: inherit submittability from parent for child tables

* Revert "fix: inherit submittability from parent for child tables"

This reverts commit ee83ee59b4f0596e2d402a1547e92b131ae49579.

* feat: introduce skip_docstatus_validation flag

* test: add test cases for skip_docstatus_validation flag and docstatus transition of non-submittable doctype
2026-03-12 17:24:21 +05:30
Nikhil Kothari
8a1d087af3
fix(ui): tree level input spacing in reports (#37955) 2026-03-12 16:04:53 +05:30
Safwan
f348158347
fix: make file size param optional (#37952) 2026-03-12 14:03:48 +05:30
Ejaaz Khan
0543af80c3
Merge pull request #37608 from kaulith/fix-link-filters-enforcement
fix: enforce link_filters on link fields server-side
2026-03-12 13:54:01 +05:30
Safwan Samsudeen
a5100b18d9 fix: make file size param optional 2026-03-12 13:53:27 +05:30
Kaushal Shriwas
b31067e769 refactor: move has_filters declaration to usage location 2026-03-12 13:07:53 +05:30
MochaMind
f26bd9ee67
fix: sync translations from crowdin (#37947)
* fix: Russian translations

* fix: Portuguese, Brazilian translations
2026-03-12 11:32:52 +05:30
Ejaaz Khan
e7b4bd5666
fix: ignore fieldname validating ignore_user_permissions for Link fields (#37942)
* fix: validate ignore_user_permissions for alternative Link fields

* fix: handle alternative Link fields with ignore_user_permissions

* fix: move early exit earlier to avoid edge cases

* test: validate case of bulk edit

---------

Co-authored-by: Sagar Vora <sagarvora@users.noreply.github.com>
2026-03-11 20:54:03 +00:00
Nikhil Kothari
89bfdcf7fb
fix: onboarding card placement and style (#37943)
* fix: remove business hours restriction on chat support

* fix: onboarding card placement and style

* fix: left position

* fix: use the x icon

---------

Co-authored-by: sokumon <sohamkulkarns9@gmail.com>
2026-03-12 01:23:41 +05:30