Commit graph

49252 commits

Author SHA1 Message Date
Raffael Meyer
6ea9a38aa4
ci: fix language code mapping (#31874)
Keys are expected to be not the locale_with_underscore but the codes according to https://support.crowdin.com/developer/language-codes/
2025-03-24 13:21:07 +00:00
Soham Kulkarni
5948a4d941
Merge pull request #31867 from sokumon/dont-send-email-to-creator
fix: configure if email is sent to creator
2025-03-24 12:44:07 +05:30
sokumon
1320c97a4b fix: set default to not send email to self 2025-03-24 12:11:18 +05:30
Nikhil Kothari
86425acfc0
fix(realtime): fetch user_type if not available in session data (#31865) 2025-03-24 10:14:48 +05:30
sokumon
216223abc8 fix: typo 2025-03-24 02:57:53 +05:30
sokumon
0bc2e197b2 fix: configure if email is sent to creator 2025-03-24 02:29:27 +05:30
Ejaaz Khan
e9aa5e21b9
Merge pull request #31577 from Mutantpenguin/patch-1
feat:  streamline LDAP login
2025-03-22 16:31:28 +05:30
Ejaaz Khan
abd0e7bd8f
Merge pull request #31831 from cogk/fix-highlighted-field-not-clickable
fix: Set pointer-events to none on frappe-control highlight pseudo element
2025-03-22 16:21:16 +05:30
Ejaaz Khan
7191ce207c
Merge pull request #31854 from iamejaaz/34188-show-full-text
fix: show full description of link selector
2025-03-22 14:03:13 +05:30
Sagar Vora
512ef78b43
Merge pull request #31858 from sagarvora/simple-pls
fix: revert to simpler LocalProxy override
2025-03-22 10:45:06 +05:30
Sagar Vora
210709ad14 fix: revert to simpler LocalProxy override 2025-03-22 10:26:09 +05:30
Ejaaz Khan
9b2126ae42 fix: show full description of link selector 2025-03-21 19:49:55 +05:30
Soham Kulkarni
6ad3e1f668
Merge pull request #31853 from sokumon/small-ui-fixes
fix: remove elllipsis in button
2025-03-21 19:34:11 +05:30
sokumon
b58d97c67b fix: remove elllipsis in button 2025-03-21 19:23:55 +05:30
Soham Kulkarni
c2fdce01bb
Merge pull request #31848 from sokumon/rtl-in-widgets
fix: make arrows left in widgets in rtl languages
2025-03-21 17:42:49 +05:30
sokumon
604673a179 fix: make shortcut arrow point left in rtl languages 2025-03-21 16:05:39 +05:30
sokumon
6bb2cfe60a fix: make quick list arrow left for rtl lang 2025-03-21 16:03:25 +05:30
gavin
091f812a67
Merge pull request #31806 from gavindsouza/fix-scheduled_job_type-sync
fix(migrate): Update existing ScheduledJobType records
2025-03-21 09:11:54 +01:00
Ankush Menat
5a5ad3032c
fix: procline crash (#31845)
* fix: Skip rollback if no DB

* fix: drop proctitle from dependency

- While it improves our own processes, it makes gunicorn process titles worse
- It also crashes on mac because of some unknown reason related to fork-safety.

Best to not use this.
2025-03-21 12:30:19 +05:30
Raffael Meyer
92dd79dfe2
fix(Data Import): allow Print Format (#31842) 2025-03-20 22:37:19 +05:30
Sagar Vora
deaf5e1049
Merge pull request #31841 from sagarvora/preprocess-types
perf: pre-create `UnionType` objects
2025-03-20 21:49:09 +05:30
Sagar Vora
2a2700970d perf: pre-create UnionType objects 2025-03-20 21:34:07 +05:30
Sagar Vora
ba9bc4fb82
Merge pull request #31834 from sagarvora/fix-31829
fix: recognise frappe's LocalProxy when serializing
2025-03-20 19:10:33 +05:30
Sagar Vora
1c73999821 fix: recognise frappe's LocalProxy when serializing 2025-03-20 19:01:30 +05:30
Corentin Forler
899bf95e09
fix: Set pointer-events to none on frappe control highlight after pseudo element 2025-03-20 13:27:29 +01:00
Soham Kulkarni
9930dd5444
Merge pull request #31826 from sokumon/restrict-image
fix: restrict image size in quill comments
2025-03-20 16:36:57 +05:30
sokumon
f1fefec291 fix: restrict image size in comments 2025-03-20 15:50:44 +05:30
Tarun Pratap Singh
d0cb87c170
Merge pull request #31774 from silicht/compare_lowercase
fix: compare lowercase keyword in global search
2025-03-20 15:37:14 +05:30
Ankush Menat
4fac934cec
perf: long-lived posthog threads (#31821)
* build: bump posthog to latest

* perf: Use long living posthog client
2025-03-20 12:36:17 +05:30
Ankush Menat
5eabc7ebac
fix: shutdown posthog after job (#31819)
* fix: change log level

A duplicate existing job is often a cause of concern.

* fix: avoid waiting indefinitely in long-living processes
2025-03-20 05:49:20 +00:00
Sagar Vora
c5f79016eb
Merge pull request #31814 from sagarvora/restrict-cprofile-output
fix(DX): limit cprofiler output to 200 lines
2025-03-20 08:48:01 +05:30
Sagar Vora
f51781c90a fix: use python feature to limit profiler output 2025-03-20 08:38:25 +05:30
Sagar Vora
5d5092d6ae fix: limit profiler output to 200 lines 2025-03-20 08:37:51 +05:30
Sagar Vora
d951bfc666
Merge pull request #31813 from sagarvora/perf-modmap
perf: reduce attribute access in setup_module_map
2025-03-20 08:37:45 +05:30
Sagar Vora
d82a1a443c perf: reduce attribute access in setup_module_map 2025-03-20 08:28:33 +05:30
Sagar Vora
f51f175ad2 chore: remove invalid type hint 2025-03-20 08:27:29 +05:30
Sagar Vora
d76d24d0d3
Merge pull request #31812 from sagarvora/site-cache-hooks
perf(DX): store hooks in site cache
2025-03-20 08:22:20 +05:30
Sagar Vora
20f407bf45 test: update test relying on wrapped _load_app_hooks 2025-03-20 08:13:49 +05:30
Sagar Vora
41a8b708d1 perf(DX): store hooks in site cache 2025-03-20 07:43:08 +05:30
Sagar Vora
15d753ea52
Merge pull request #31811 from sagarvora/cache-params-directly
perf: cache signature params instead of signature
2025-03-20 01:06:25 +05:30
Sagar Vora
6435a77e41 perf: cache signature params instead of signature 2025-03-20 00:55:52 +05:30
gavin
9a654347df
Merge pull request #31772 from gavindsouza/refactor_google-calendar
refactor: Google Calendar
2025-03-19 16:23:23 +01:00
Gavin D'souza
fc8b0dc1f3
fix: Update existing ScheduledJobType records
instead of deleting them and creating new records on migrate
2025-03-19 15:58:24 +01:00
Gavin D'souza
424f76c6b1
fix: Move google calendar sync from hourly to all 2025-03-19 15:55:29 +01:00
Leonard Goertz
8ef323e647
fix: remove autoname condition for title in delete_doc dialog (#31330)
* fix: remove autoname condition for title delete_doc dialog

* fix: convert docname to string for title

---------

Co-authored-by: Leonard Goertz <leonard.goertz@innolizer.de>
2025-03-19 13:04:37 +00:00
Ankush Menat
acbac07d01
fix: handle expired jobs while deduping (#31803)
* fix: Race condition between job fetch and expiry

* fix: don't refetch status
2025-03-19 18:20:07 +05:30
Akhil Narang
6be2ada30c
Merge pull request #31783 from silicht/undefined_in_global_search
fix: "Undefined" shown in global search results
2025-03-19 14:53:04 +05:30
Ankush Menat
fa94b03038
Merge pull request #31800 from ankush/fix_rq_worker_count
fix: rq worker count
2025-03-19 10:54:56 +05:30
Ankush Menat
8c0391d085 fix: Define InterfaceError for mariadb 2025-03-19 10:46:23 +05:30
Ankush Menat
f02ef4a905 fix: RQ Worker count 2025-03-19 10:46:21 +05:30