Commit graph

32 commits

Author SHA1 Message Date
David
5c12091385
fix: migration to utm 2024-09-17 11:41:51 +02:00
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
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
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
Ankush Menat
ff35e4b854 refactor: backward compatiblity code for role_profile_name 2024-02-10 12:24:19 +05:30
Ankush Menat
ba5ee5c339 refactor: use get_all instead of get_list
There won't be any perm checks here.
2024-02-10 12:24:19 +05:30
14987
47b54a884a
feat: Move old role profile to table multiselect 2024-02-06 13:03:32 +05:30
14987
83b99f1066
fix(patch): Use bulk insert child records 2024-02-06 11:29:35 +05:30
14987
ae70612d6a
fix(patch): Update field name 2024-02-05 16:59:31 +05:30
14987
7ccba9f9ca
fix(patch): Update patch file 2024-02-01 14:27:38 +05:30
14987
f47d8859d0
feat(patch): Update existing role profiles 2024-02-01 13:19:42 +05:30
David Arnold
3fa76b827c
chore: name current db handle properly 2024-01-14 17:14:21 +01:00
Sagar Vora
9c91f79170
fix: sanitize html instead of escaping when creating/updating workspace (#24284) 2024-01-12 21:07:31 +05:30
Raffael Meyer
380a67777a
fix: commit after each write
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
2023-11-27 20:12:14 +01:00
barredterra
a81b8f4ba4 fix: add patch to unsubscribe invalid recipients
Unsubscribe any Email Group Member with an invalid email address.
This is required to ensure that all Newsletter recipients are valid.
By only unsubscribing, the Newsletter Manager can still correct typos.
2023-11-25 17:10:09 +01:00
Ankush Menat
be565614a2 fix: check if doctype exists before executing patch 2023-08-27 22:00:29 +05:30
Ankush Menat
730e906dfd
refactor!: remove implicit primary key from logs (#22209) 2023-08-26 16:01:47 +05:30
Ankush Menat
8243d3d5a3 fix: dont guess extension without filename 2023-08-18 18:59:42 +05:30
marination
261fb27e38 fix: Correct value for guess_type and empty sample attachments 2023-08-09 18:13:06 +05:30
marination
d9e4791b15 chore: Use lighter files as test fixtures 2023-08-09 17:29:56 +05:30
marination
ea4dbedbab fix: Use File URL to set file type as File Name is not reliable 2023-08-08 20:11:00 +05:30
marination
edc33c12c7 fix: Use mimetypes to set file type & auto commit in patch
Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-07-28 20:11:00 +05:30
marination
fa241580d9 feat: Sidebar Attachments accessibility
- Issue: With a large volume of attachments, the "Attach File" button is pushed to the bottom
- "Attach File" stays at the top of the pile
- Small explore files button added so that users can use the File View to navigate/filter through files
- Expanded Explore Files button when attach file action is hidden
- Added `file_type` to Files, this is useful for filtering and visibility
- Added "Type" to File List View
- Patch to set File Type  in all files
2023-07-26 20:12:21 +05:30
Corentin Flr
3229e2869c
fix(event)!: Move "Cancelled" to status instead of event_type (#21471) 2023-07-11 18:56:57 +05:30
Suraj Shetty
9938ab0f44 fix: Remove Background Jobs from dropdown 2023-04-17 12:16:30 +05:30
Suraj Shetty
1053fba273 fix: Patch to update Background Jobs URL 2023-04-17 11:18:58 +05:30
Ankush Menat
b8deb72411
fix: prepared report patch (#19807)
- the patch is failing if system setting is updated and column is gone
- the message is misleading "invalid column", it should be "missing field".
2023-01-27 14:26:54 +05:30
phot0n
0370c80e41 chore: patches for copying disable_prepared_report and removing prepared report settings from system settings 2022-11-29 13:46:11 +05:30
Raffael Meyer
eae918d545
feat: contact full name (#18596)
* feat: contact full name

* patch: autocommit and don't update modified

* patch: print progress while updating contacts

* patch: don't overwrite existing full_name
2022-11-22 18:57:41 +05:30
Ankush Menat
82cd238f54
perf!: Only add modified index on parent doctypes (#18119)
When are child tables sorted by timestamp by default?
2022-09-15 19:16:12 +05:30
phot0n
1f98552610 chore: patch for removing event streaming doctypes & module 2022-08-26 18:51:18 +05:30