Commit graph

1133 commits

Author SHA1 Message Date
s-aga-r
2960865605
fix: use default incoming email account as Reply-To (#36793)
* fix: use default incoming email account as `Reply-To`

* chore: set incoming account email as Reply-To

---------

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2026-02-19 06:55:04 +00:00
Diptanil Saha
efc08415fe
fix(language): typo in myanmar language name (#36931) 2026-02-11 16:01:27 +05:30
Hussain Nagaria
4b17b77a99 fix: get_app_path throws if app is no longer installed 2026-02-02 17:39:53 +05:30
sokumon
0b20e81824 fix: add a patch to mark auto generated desktop icons as non standard 2026-01-17 19:16:06 +05:30
sokumon
e0a7775d59 fix: add better error handling 2026-01-09 13:03:28 +05:30
sokumon
7a8a729bcb fix: add patch to add standard field 2026-01-08 19:54:13 +05:30
sokumon
f5ea989d2b fix(patch): include icons where link type is doctype 2026-01-02 19:02:04 +05:30
sokumon
1ccd9e00a5 chore: rename patch 2026-01-02 19:02:04 +05:30
sokumon
32e5fd0629 feat: introduce workspace sidebar as link type 2026-01-02 19:02:04 +05:30
Sagar Vora
2b9752097f
refactor!: deprecate older web view links (#35150) 2025-12-10 18:12:49 +05:30
Hussain Nagaria
de7d1abcf4 refactor: move drop index util to db utils file 2025-11-28 12:09:13 +05:30
sokumon
4d281fa5cc feat(patch): add private workspaces to my workspaces 2025-11-14 23:05:14 +05:30
sokumon
a0caf8e320 refactor: add auto-creation of icons 2025-11-14 23:05:14 +05:30
unknown
400704634d fix: remove implicit primary key patch issue 2025-08-26 16:41:33 +01:00
Soham Kulkarni
64db88228f
refactor: seperate blogs into a seperate app (#32737)
* fix: remove doctypes,workspace blocks, files

* fix: minor python tests and UI tests

* fix: remove blog post from tests

* fix: remove blogger as role for tests

* fix: add check for if doctype exists

* fix: ui test

* fix: more cleanup

* fix: cleanup comments and fix test_query

* fix: resolve conflicts

* fix: add warning and handle comments
2025-07-28 14:35:02 +05:30
sokumon
94a9c6283b fix: url in patch 2025-07-12 16:42:19 +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
Rohit Waghchaure
0af31ed7ed fix: installed application patch 2025-06-25 18:05:03 +05:30
Rohit Waghchaure
4fce595a73 fix: re-run patch 2025-06-25 16:26:36 +05:30
sokumon
d822345d5f fix: add patch warning for newsletter 2025-06-18 16:25:33 +05:30
sokumon
a9b9ddde3a fix: add warning for module seperation 2025-06-15 00:00:22 +05:30
Ankush Menat
0476c73ab7
fix: patch failure due to out of sync installed apps (#32767)
* fix: Avoid patching uninstalled app

* fix: Sync uninstalled apps in Installed Apps doctype
2025-06-04 05:53:20 +00:00
rohitwaghchaure
5c6b2b5bec
refactor: track completed app setup wizards and re-run the setup wizard upon new app installation. (#32640) 2025-06-03 12:36:22 +05:30
sokumon
56d19ed6fa fix: add deprecation warning for social module energy points
(cherry picked from commit 6764a9ed49314ba03a0a6705a124e1e25069f794)

# Conflicts:
#	frappe/patches.txt
#	frappe/social/doctype/energy_point_log/energy_point_log.js
#	frappe/social/doctype/energy_point_rule/energy_point_rule.js
#	frappe/social/doctype/energy_point_settings/energy_point_settings.js
2025-05-12 17:41:01 +00:00
Akhil Narang
e5487e7403
chore: drop email linking patch
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-04-23 17:07:11 +05:30
Akhil Narang
d1870b745e
fix: only run patch for MariaDB (#31891)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-03-25 08:22:33 +00:00
Akhil Narang
4a04b0a17f
Merge pull request #31523 from akhilnarang/set-mariadb-collation
fix(mariadb): set collation in connection
2025-03-17 11:06:27 +00:00
Akhil Narang
8a758365eb
Revert "Merge pull request #28363 from frappe/expr-series" (#31202)
This reverts commit 91d553c9cf, reversing
changes made to d17136cd04.
2025-02-10 06:46:45 +00:00
Akhil Narang
adc279db4d
Revert "fix: only add expression if truthy" (#31132) 2025-02-05 06:53:24 +00:00
Akhil Narang
ec27c44872
fix: only add expression if truthy
(Don't try to insert empty string)
Breaks on some v15 sites

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-02-05 11:59:13 +05:30
Sumit Bhanushali
6e488f8e3b fix(NamingPatch): convert numerics to str for regex match 2025-01-18 14:49:33 +05:30
Sumit Bhanushali
5b8bde97bb fix(Patch): only insert expression key if not exists 2024-12-09 12:36:11 +05:30
Sumit Bhanushali
91d553c9cf
Merge pull request #28363 from frappe/expr-series
fix(NamingExpression): series should be separate for different format expressions instead of global
2024-12-09 12:13:28 +05:30
Sumit Bhanushali
c32703549f chore: added patch to create missing keys and update counter 2024-12-09 11:32:50 +05:30
Akhil Narang
84ef6ec677
refactor: fixup with ruff 0.8.1
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-12-04 13:18:04 +05:30
Raffael Meyer
585dae2053
fix: don't try to rename a doctype that doesn't exist (#28487)
When migrating a database that doesn't contain a table for "Marketing Campaign" yet (because it was added in a later, in-between version), this patch used to fail. Now we attempt to rename the doctype only if it exists.

The patch was introduced in https://github.com/frappe/frappe/pull/27801
2024-11-16 18:27:05 +01:00
Akhil Narang
84bee76aba
fix: ensure that the role exists
Some setups can have broken links here, resulting in a KeyError

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-10-08 16:52:57 +05:30
Akhil Narang
c4b7401882
chore: add in a patch to migrate desk settings from role to user [untested]
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-24 10:46:52 +05:30
David
5c12091385
fix: migration to utm 2024-09-17 11:41:51 +02:00
Shariq Ansari
138fc02c3c fix: patch to add apps navbar item in default navbar items in navbar settings 2024-08-02 20:21:49 +05:30
Ankush Menat
11bbc3ab63 fix: rewrite __UserSettings to update default sort order 2024-03-27 11:40:03 +05:30
Ankush Menat
270d02df31 fix: only drop modified index if default sort_field is changed 2024-03-27 11:18:28 +05:30
Ankush Menat
0212d9362d fix: patch for migrating default sort order 2024-03-27 11:18:28 +05:30
Ankush Menat
071e269548 fix!: Switch to creation as default sort order 2024-03-27 11:18:28 +05:30
Akhil Narang
6c767bf8d6
fix: skip setting of contact full name if its too long (#25509)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-03-18 18:38:23 +05:30
Ankush Menat
00030a3c1c fix: skip virtual doctype in tags 2024-03-14 12:09:35 +05:30
Ankush Menat
7a854efc03
refactor: Use JSON for session data (#25207)
JSON is proper format compared to using safe_eval which is a hack to convert
string repr of dict object back into python object.
2024-03-04 06:47:48 +00:00
Akhil Narang
3f1e19de85
refactor(treewide): enable RUF rules
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-02-21 16:20:28 +05:30
Ankush Menat
37489d3715 chore: keep old field data for role profile around
Avoids potential data loss, it will get cleaned up over time.
2024-02-10 13:45:55 +05:30
Ankush Menat
bfa1aebcc6 fix: deduplicate role profiles 2024-02-10 12:52:35 +05:30