Commit graph

50185 commits

Author SHA1 Message Date
MochaMind
a6e87dad27
chore: update POT file (#33139) 2025-06-27 09:00:38 +00:00
Ankush Menat
0613f4b11f
fix: Update session after request (#33136) 2025-06-27 13:42:22 +05:30
Soham Kulkarni
e1aa789acf
Merge pull request #32971 from sokumon/newsletter-removal
refactor: seperate newsletter into app
2025-06-27 11:59:02 +05:30
sokumon
949820c351 fix: tools workspace 2025-06-27 11:41:33 +05:30
Ankush Menat
b63b00da34
fix: Commit before starting a patch (#33133)
Closes https://github.com/frappe/frappe/issues/33092
2025-06-27 11:21:28 +05:30
Ankush Menat
9e437cd071
fix: Git branch is not mandatory (#33131)
You can have an app without git repo 🤷
2025-06-27 04:43:30 +00:00
sokumon
39c554d100 fix: more cleanup 2025-06-27 02:34:29 +05:30
MochaMind
b1cc56ff8a
fix: Thai translations (#33126) 2025-06-26 20:15:36 +02:00
Raffael Meyer
2c55b75910
fix: add context for duration field input labels (#33127) 2025-06-26 20:14:24 +02:00
sokumon
3e227b4cc4 fix: move patch to post model sync 2025-06-26 22:00:44 +05:30
Ankush Menat
7a145544df
Merge pull request #33047 from sagarvora/orjson
perf: use `orjson` for faster request processing
2025-06-26 19:12:59 +05:30
GoravG
4815b41915
chore(readme): changed frappe.dev to frappe.local in local developement setup (#33104)
* changed frappe.dev to frappe.local in local developement setup documentation

* changed frappe.local to frappe.localhost and removed add-to-host as it is no longer required
2025-06-26 17:55:00 +05:30
Sagar Vora
7660f59c31 perf(import_file): use orjson.loads 2025-06-26 17:38:16 +05:30
Sagar Vora
2e5c8bea03 feat: frappe.utils.orjson_dumps 2025-06-26 17:37:51 +05:30
Sagar Vora
cda7699187 perf: use orjson in utils 2025-06-26 17:37:51 +05:30
Sagar Vora
b857a4099a perf: use orjson for faster request processing 2025-06-26 17:37:51 +05:30
Ankush Menat
1a1dc0a62c
fix: more bad migrations and sanity test (#33112)
* test: prevent unnecessary migrations

* fix: Avoid resyncing JSON repeatedly

* fix: Varchar not nullable defaults should be casted

* fix: force cast to float before

Bad default values cause it to break.
2025-06-26 10:31:55 +00:00
Sagar Vora
56c7295b8c
perf: commit only if file is imported (#33114) 2025-06-26 15:51:03 +05:30
Sagar Vora
46fc377f5b
Merge pull request #33115 from sagarvora/print-heading-update 2025-06-26 09:56:24 +00:00
Sagar Vora
8d47138504 fix: update print heading doctype 2025-06-26 15:13:55 +05:30
Ejaaz Khan
c4d95108bd
Merge pull request #32950 from ibrahim317/fix-kanban-columns
fix(kanban): Refresh columns when switching boards, fixes #30030
2025-06-26 14:50:43 +05:30
Sagar Vora
bcbf8fa522
Merge pull request #33111 from sagarvora/remove-migration-hash-patch 2025-06-26 09:15:18 +00:00
Sagar Vora
627516711d fix: remove explicit call to add migration_hash column 2025-06-26 14:30:40 +05:30
Ankush Menat
02ee722e5a
fix: Avoid unnecessary int/long-int migrations (#33109)
Because size wasn't specified it kept syncing over and over again.

Specified default sizes for mariadb.
2025-06-26 12:39:44 +05:30
Ankush Menat
40b465ee0d
fix: Avoid unnecessary syncing defaults (#33108)
When default is `'0.0000'` (string) it gets synced again and again even
though it will end up being 0 again.
2025-06-26 06:49:44 +00:00
Ankush Menat
2a1d3dd474
fix: Unnecessary migration from hard-coded not-nullable fields (#33107) 2025-06-26 06:25:14 +00:00
mergify[bot]
d2d7533266
Merge branch 'develop' into fix-kanban-columns 2025-06-26 04:50:08 +00:00
gavin
d4ae914bdc
Merge pull request #33102 from frappe/mergify/bp/develop/pr-33089
perf: Apply force cache busting only for site assets (backport #33089)
2025-06-25 17:07:24 +02:00
Gavin D'souza
ee51d37600 fix: Apply force cache busting only for site assets
Don't apply `v` searchParam override for `frappe.require` calls that
fetch assets from say - CDNs or external mechanisms that usually handle
this themselves via URLs & cache control headers.

(cherry picked from commit 41dee1c7e036d6f43e0346df1ec10d24de21c020)
2025-06-25 13:32:09 +00:00
rohitwaghchaure
5f0ce7343f
Merge pull request #33098 from rohitwaghchaure/fixed-rerun-patch-1
fix: installed application patch
2025-06-25 18:54:50 +05:30
Rohit Waghchaure
0af31ed7ed fix: installed application patch 2025-06-25 18:05:03 +05:30
Flavia de Castro
da0becc6cf
fix: add missing translation function to webform list strings (#33080)
* fix: add missing translation function to webform list strings

* fix: format file
2025-06-25 17:07:34 +05:30
rohitwaghchaure
95d790b775
Merge pull request #33091 from rohitwaghchaure/fixed-rerun-patch
fix: re-run patch
2025-06-25 16:41:52 +05:30
Rohit Waghchaure
4fce595a73 fix: re-run patch 2025-06-25 16:26:36 +05:30
Akhil Narang
ef66b86d93
Merge pull request #33086 from akhilnarang/sanitize-private-workspace-route
fix(router): sanitize private workspace route in msgprint
2025-06-25 12:06:33 +05:30
Akhil Narang
d20e0d8a27
fix(router): sanitize private workspace route in msgprint
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-06-25 11:56:27 +05:30
rohitwaghchaure
7251445f94
fix: bootinfo issue (#33065) 2025-06-25 11:16:29 +05:30
Ankush Menat
bdab7e30f8
fix: Remember session creation (#33082) 2025-06-25 05:45:57 +00:00
sokumon
39ec60e659 fix: add Generate Tracking URL in awesomebar 2025-06-25 11:07:40 +05:30
Sagar Vora
36d9779e3f
Merge pull request #33068 from sagarvora/remove-can_import-cache
chore: remove old unused cache
2025-06-24 19:15:03 +00:00
Soham Kulkarni
6741f92d46
Merge pull request #33077 from sokumon/button-z-index
fix: unset z-index on buttons
2025-06-25 00:19:41 +05:30
sokumon
f39e2a3003 fix: unset z-index on buttons 2025-06-25 00:09:50 +05:30
Akhil Narang
09060637fa
fix(tag): use db.set_value (#33072)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-06-24 19:37:33 +05:30
sokumon
2b8d21d483 fix: add utm utils back 2025-06-24 18:43:28 +05:30
Sagar Vora
8dd87e6553
Merge pull request #33069 from sagarvora/hide-importable-in-singles 2025-06-24 12:07:11 +00:00
Sagar Vora
23becc0aa7 fix: hide Allow Import option for single doctypes 2025-06-24 17:25:29 +05:30
Sagar Vora
ae78eb5458 chore: remove old unused cache 2025-06-24 16:52:46 +05:30
Soham Kulkarni
92adc5a3a0
Merge pull request #33055 from sokumon/prevent-recursion
fix: increment retry_count first to prevent recursion
2025-06-24 16:22:19 +05:30
sokumon
baf29c896c fix: remove like logic from permission query 2025-06-24 16:04:31 +05:30
Akhil Narang
bab8fd7901
Merge pull request #32754 from akhilnarang/tree-doctype-create-up
fix: allow creating tree doctype if user permission grants access to parent
2025-06-24 12:50:54 +05:30