Commit graph

50230 commits

Author SHA1 Message Date
Sagar Vora
db246c0aa2 refactor: use global imports 2025-07-03 17:29:31 +05:30
Sagar Vora
274708b544
Merge pull request #33213 from sagarvora/typeadapater-cleanup 2025-07-03 10:57:46 +00:00
Sagar Vora
fa7e9ebb75 chore: simplify TypeAdapter 2025-07-03 16:14:00 +05:30
Ankush Menat
35c1cc0276
fix(DX): print execution time after printing query (#33207)
Who reads it the other way around 🗿
2025-07-03 09:18:19 +00:00
Akhil Narang
a1dae98560
fix(data_import): make our link field checks case-insensitive (#33196)
MariaDB query is case insensitive, so our check should be as well, else we get warnings that aren't real.

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-07-03 14:41:55 +05:30
Ejaaz Khan
0cd1965aad
Merge pull request #33178 from iamejaaz/report-print-format
feat: print format for Reports
2025-07-03 12:01:43 +05:30
ruthra kumar
f19bd7c915
Merge pull request #33189 from ruthra-kumar/get_existing_procedures_and_functions
refactor: utility method to fetch custom sql functions and procedure
2025-07-03 10:22:51 +05:30
Akhil Narang
b607500daf
build(deps): bump pillow (#33193)
Resolves PYSEC-2025-61
2025-07-02 17:31:30 +05:30
ruthra kumar
1ceea953fb refactor: utility method to fetch custom sql functions and procedure 2025-07-02 17:07:34 +05:30
Diptanil Saha
df950df470
fix: play_sound api replay media from beginning for same media (#33190) 2025-07-02 15:47:46 +05:30
Ejaaz Khan
4da190ca8b fix: minor fix and adds validation 2025-07-02 12:12:04 +05:30
Sagar Vora
e51308cc0a
Merge pull request #33184 from sagarvora/fix-typo 2025-07-01 14:26:47 +00:00
Sagar Vora
406aae7432 chore: fix typo 2025-07-01 19:43:04 +05:30
rohitwaghchaure
e3e9afb769
Merge pull request #33179 from rohitwaghchaure/fixed-support-42560
fix: setup wizard issue
2025-07-01 19:15:57 +05:30
Ankush Menat
2118ad737c
fix: Delete single doctypes from DB when uninstalling app (#33180)
This is different from dropping code and collecting orpahn doctype.

This is consistent with current behaviour:
- orphaned - drop metadata, keep data.
- uninstall - drop metadata and data.

Co-authored-by: Ritvik Sardana <ritvik.sardana11@gmail.com>
2025-07-01 13:17:12 +00:00
Rohit Waghchaure
41c2f49bd1 fix: setup wizard issue 2025-07-01 18:05:36 +05:30
Ejaaz Khan
c48b801c2e fix: remove default mandatory 2025-07-01 18:02:50 +05:30
Ejaaz Khan
924ca85e59 feat: print format for Reports 2025-07-01 17:33:59 +05:30
rohitwaghchaure
c94c56af24
Merge pull request #33168 from rohitwaghchaure/fixed-suupport-42511-1
fix: setup wizard broken during site restoration (v14->v15)
2025-07-01 14:42:49 +05:30
Soham Kulkarni
0e46eb6228
fix: handle fraction units being zero (#33137)
* fix: handle fraction units being zero

* Revert "fix: handle fraction units being zero"

This reverts commit 912a031b16fb1e1951093d5b384976f4dc2968e6.

* fix: remove bad fallbacks from money_in_words

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2025-07-01 11:56:42 +05:30
Sagar Vora
2e310c97b1
Merge pull request #33172 from sagarvora/perf-copy_doc 2025-06-30 18:35:36 +00:00
Sagar Vora
28f8ed0fbd perf: remove unnecessary hasattr call 2025-06-30 23:51:45 +05:30
Rohit Waghchaure
5fe780dfd5 fix: setup wizard broken during site restoration (v14->v15) 2025-06-30 20:17:00 +05:30
Ankush Menat
f6567dabee
Revert: Keep None check (#33167)
No idea why, but some numeric fields can have unspecified defaults.
2025-06-30 12:45:38 +00:00
Soham Kulkarni
baca028f83
Merge pull request #33164 from sokumon/handle-logout
fix: handle abort while logout
2025-06-30 17:34:24 +05:30
sokumon
eeae4f8646 fix: handle abort while logout 2025-06-30 17:19:16 +05:30
Corentin Forler
e94361e12b
fix(schema): Fix default value change detection for Time fields (#33142)
* fix(schema): Handle "NULL" in default_changed_for_decimal

* fix(schema): Fix default value change detection for Time fields

* chore: format

* fix: Don't set zero default during change

This makes the check more aggresive. We by default set 0 on all numeric
fields, so we should ideally only migrate default between numbers and
not check `NULL` ever.

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2025-06-30 11:34:01 +00:00
rohitwaghchaure
c21ac6030c
fix: setup wizard broken during site restoration (#33161) 2025-06-30 11:14:33 +00:00
Ejaaz Khan
77da8506e2
Merge pull request #32664 from mahsem/clear_all
fix: clear_all_translatability
2025-06-30 11:00:05 +05:30
avc
caf1065863
fix: add translatable strings for file upload dialog on webform (#33156)
* fix: add webform translatable strings

* fix: linters
2025-06-30 10:15:31 +05:30
MochaMind
4ae71ab618
fix: sync translations from crowdin (#33153)
* fix: French translations

* fix: Spanish translations

* fix: Arabic translations

* fix: German translations

* fix: Swedish translations

* fix: Turkish translations

* fix: Persian translations

* fix: Croatian translations
2025-06-29 23:10:28 +02:00
Ejaaz Khan
9097901f5c
Merge pull request #33150 from VishalSindham/feat-add-show_hide-toggle-option-password-reset-form
feat(password-reset-form): add show/hide toggle option to password reset form
2025-06-29 20:57:09 +05:30
Vishal Sindham
e1217282ac feat(password-reset-form): Add show/hide toggle option to password reset form 2025-06-29 19:47:02 +05:30
MochaMind
7884a660da
fix: sync translations from crowdin (#33143) 2025-06-29 16:01:41 +02:00
Ejaaz Khan
6329bf2479
Merge pull request #33146 from iamejaaz/start-rating-editable-alignment
fix(minor): alignment issue on rating field while editing
2025-06-28 23:00:25 +05:30
Ejaaz Khan
4d8fdb93f1 fix(minor): alignmet issue on ratng field while editing 2025-06-28 14:32:42 +05:30
Sagar Vora
d190e07cfa
fix: restore earlier werkzeug request default (#33145) 2025-06-28 12:15:52 +05:30
Sagar Vora
8686327e9e
Merge pull request #33138 from sagarvora/remove-in-test 2025-06-27 09:35:54 +00:00
Sagar Vora
8b13971ab2 test: use contextmanager to set user 2025-06-27 14:51:26 +05:30
Sagar Vora
547bc6b7f5 test: fix test_if_owner_permission_on_delete 2025-06-27 14:47:03 +05:30
Sagar Vora
35581eb50b test: fix test for nested permission 2025-06-27 14:44:09 +05:30
Sagar Vora
e01b6ff4ec test: improve report custom permission test 2025-06-27 14:35:34 +05:30
Sagar Vora
1812cdb613 test: improve report permission test 2025-06-27 14:30:52 +05:30
MochaMind
a6e87dad27
chore: update POT file (#33139) 2025-06-27 09:00:38 +00:00
Sagar Vora
76276566bd test: remove in_test exception in only_for 2025-06-27 13:56:07 +05:30
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