Commit graph

37141 commits

Author SHA1 Message Date
David Arnold
a837fa28fb
Merge pull request #25734 from blaggacao/feat/debug-tests
feat: add debug tests
2024-09-04 20:11:58 +02:00
David
789475e05f
chore: lint 2024-09-04 19:58:10 +02:00
David (aider)
85c9a6b1c8
feat: add list-sites command 2024-09-04 19:51:05 +02:00
David (aider)
f194eeee92
feat: add --pdb 2024-09-04 19:49:52 +02:00
David
97a9b604a3
fix: test module + test case + test method name 2024-09-04 19:49:48 +02:00
David (aider)
349e9c67f3
feat: Add --pdb and --pdb-on flags to FrappeTestCase 2024-09-04 19:46:15 +02:00
David (aider)
73e253fde2
docs: add extensive docstring to debug_on 2024-09-04 19:46:15 +02:00
David
cde915e7fe
feat: add debug tests 2024-09-04 19:46:14 +02:00
gavin
6704295415
Merge pull request #27276 from Mutantpenguin/patch-1
fix: 🐛 show link titles for virtual link fields too
2024-09-04 16:07:19 +02:00
Akhil Narang
79d2da6545
Merge pull request #27643 from giulio-perosino/develop
fix(style): background for pagination buttons on dark theme
2024-09-04 17:36:08 +05:30
Akhil Narang
5a0d2a94c9
Merge pull request #27629 from cogk/fix-parse-worse-email-headers
fix(email): Try to parse bad email address headers
2024-09-04 17:18:28 +05:30
giulio.perosino
3edb891b6e fix: background for pagination buttons on dark theme 2024-09-04 10:11:23 +02:00
David
69ae0724ff
fix(notification): add ability to enqueue-call from server scripts 2024-09-03 20:46:17 +02:00
Akhil Narang
b3092fe46b
Merge pull request #27619 from marination/meta-migrate
fix: `get_valid_fields` excludes `show_on_timeline`, breaking migrations
2024-09-03 18:57:24 +05:30
Balamurali M
cea1713575 fix(EmailQueue): Log more error onto email queue
Require it log actual exception raised by Email Delivery Service on plan
limit reached
2024-09-03 16:36:03 +05:30
Corentin Forler
2ba199349c
fix(email): Try to parse bad email address headers 2024-09-03 10:40:29 +02:00
Shariq Ansari
1b18147461 fix: only change status on communication received if status is Replied & status contain option Open 2024-09-03 11:24:02 +05:30
Frappe PR Bot
ef0076ac1b
chore: update POT file (#27590) 2024-09-02 20:19:16 +02:00
Marica
f4ccdff4d6
feat(minor): Allow HTML descriptions on Grids (#27620) 2024-09-02 20:13:01 +02:00
Frappe PR Bot
71862505ce
fix: sync translations from crowdin (#27471) 2024-09-02 20:10:57 +02:00
marination
a893341f95 fix: get_valid_fields excludes show_on_timeline, breaking migrations
Co-authored-by: Gavin <gavin.dsouza@switchup.de>
2024-09-02 17:27:50 +02:00
Muhammed Raihan P A
8332341217
fix: usability of Phone field (#27076) 2024-09-02 15:43:25 +02:00
Akhil Narang
121be97694
Merge pull request #27614 from akhilnarang/fix-27542
fix(sessions): pass `force` parameter to `get_sessions_to_clear()`
2024-09-02 18:06:27 +05:30
Akhil Narang
1af796492c
Merge pull request #27553 from gavindsouza/rm-virtual-df-from-get_valid_columns
fix!: Skip virtual fields in meta.get_valid_columns
2024-09-02 18:02:46 +05:30
Akhil Narang
cd67eba32d
fix(sessions): pass force parameter to get_sessions_to_clear()
Not sure why this didn't get committed with the original PR: #27542

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-02 17:52:47 +05:30
Sumit Bhanushali
ca10a2859f
Merge pull request #27529 from frappe/fix_child_depends_on
fix: apply depends_on on field update
2024-09-02 17:07:16 +05:30
Akhil Narang
535220ce43
Merge pull request #27578 from akhilnarang/sanitize-html
fix(assign_to): escape description HTML
2024-09-02 13:44:43 +05:30
Akhil Narang
fe192025a5
Merge pull request #27570 from rohitwaghchaure/fixed-label-button
fix: label for web form
2024-09-02 13:44:10 +05:30
Rohit Waghchaure
0560ff84f9 fix: label for web form 2024-09-02 13:00:56 +05:30
Akhil Narang
6d287cd6c8
Merge pull request #27597 from maharshivpatel/fix-beta-on-load
fix: on load of beta print format set iframe height
2024-09-02 12:07:42 +05:30
Maharshi Patel
96745b8f46 fix: on load of beta print format set iframe height
there was a edge case where when print format beta was set to default which never ran code which sets the size for container that holds format.
fixed that by make iframe height to 100vh minus navbar and heading on load of beta print format
2024-09-02 11:51:39 +05:30
Deepesh Garg
85b96ba162 feat: Custom timeouts for prepared report 2024-08-31 22:03:25 +05:30
Akhil Narang
ba42903429
Merge pull request #27580 from akhilnarang/disallow-uninstalling-frappe
fix: don't allow uninstalling frappe...
2024-08-30 18:18:55 +05:30
Akhil Narang
30f5669489
fix: don't allow uninstalling frappe...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-30 18:04:32 +05:30
Akhil Narang
d35dbf0d5b
fix(assign_to): escape HTML
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-30 17:30:15 +05:30
Shariq Ansari
cc5db784f3 fix: boot.default_path is moved to boot.apps_data.default_path 2024-08-30 17:20:36 +05:30
Shariq Ansari
aa99faddea test: fixed failing user test 2024-08-30 16:48:21 +05:30
Shariq Ansari
f2e8f05558 fix: redirect to /app if no apps are installed 2024-08-30 16:23:24 +05:30
Shariq Ansari
2973739f2e fix: show Apps if multiple app or show CRM if only CRM is installed in dropdown 2024-08-30 15:42:58 +05:30
Shariq Ansari
9133f2a9c5 fix: added apps data in boot 2024-08-30 15:42:58 +05:30
Shariq Ansari
a7543a5b24 fix: consider default path for Website User if applicable 2024-08-30 15:42:58 +05:30
Shariq Ansari
ad077644c5 fix: changed default check icon 2024-08-30 15:42:58 +05:30
Raffael Meyer
cad512e5a0
fix(query report)!: skip empty filters in print (#27016) 2024-08-29 13:58:21 +02:00
Akhil Narang
37732496ad
Merge pull request #27542 from akhilnarang/clear-all-user-sessions
fix(sessions): logout properly when user requests logout on password change
2024-08-29 11:21:13 +05:30
Gavin D'souza
074da5c553
fix: Separate meta.get_valid_fields from *columns 2024-08-28 18:12:42 +02:00
Akhil Narang
cdfbbde3d5
Merge pull request #23691 from phot0n/fix-email-bulk-retry
refactor(minor): email retry
2024-08-28 16:54:48 +05:30
Gavin D'souza
151de897f1
fix: Use doc.get to safely check for attr
This bypasses the bungle during site creations when meta isn't present in
the database yet
2024-08-28 11:59:25 +02:00
Gavin D'souza
12e3cee4a6
fix!: Skip virtual fields in meta.get_valid_columns 2024-08-28 11:42:43 +02:00
David Arnold
b0362684ef
Merge pull request #26752 from blaggacao/perf/make-get-requests-potentially-cachable
perf: make get requests cacheable
2024-08-28 10:44:19 +02:00
Akhil Narang
848bbe2382
Merge pull request #27539 from frappe/gavindsouza/website_search-norerun
fix(website_search): Avoid recursive loop if _items_to_index is falsy
2024-08-28 10:59:29 +05:30