Commit graph

52865 commits

Author SHA1 Message Date
Saqib Ansari
c67235e5a0
Merge pull request #35635 from nextchamp-saqib/capture-client-events
feat: integrate pulse with frappe.utils.telemetry
2026-01-05 17:37:31 +05:30
Saqib Ansari
de9c274f39 fix: flaky gunicorn test 2026-01-05 17:01:47 +05:30
ili.ad
261e78e492
fix(postgres): drop_index_if_exists uses DROP INDEX IF EXISTS (#35636)
* fix(postgres): drop_index_if_exists uses DROP INDEX IF EXISTS

* fix(linting): apply pre-commit to code

---------

Co-authored-by: Matt Howard <github.severity519@passmail.net>
Co-authored-by: AarDG10 <aarol.dsouza@gmail.com>
2026-01-05 11:15:41 +00:00
Ejaaz Khan
f71035c6ba
Merge pull request #35652 from elshafei-developer/fix-missing-translate-function
fix: add missing translation for "Next Actions" label
2026-01-05 16:36:32 +05:30
Ejaaz Khan
fb69f61196 fix(navbar): don't show copy on new doc 2026-01-05 16:26:50 +05:30
elshafei-developer
f60271a761 fix: add missing translation for "Next Actions" label 2026-01-05 10:38:22 +00:00
Aarol D'Souza
9bd4194a43
Merge pull request #35601 from AarDG10/fix-fallback-for-col-name-build
fix(data import): consider fieldname if label is null for col_build
2026-01-05 15:50:49 +05:30
Ejaaz Khan
3642b94cf9
Merge pull request #35650 from iamejaaz/email-after-commit-issue
fix: run after commit only if queue available
2026-01-05 15:42:36 +05:30
Ejaaz Khan
6861d34e20 fix: run after commit only if queue available 2026-01-05 15:31:17 +05:30
Ejaaz Khan
8ad980d48d
Merge pull request #35362 from ssuda/feat/link-route-options-from-filters
feat(link): Pre-fill new document with Link field filters
2026-01-05 15:22:10 +05:30
Mihir Kandoi
922c1b812d
fix(document naming): customer parser should be checked before anything else (#35586) 2026-01-05 13:44:32 +05:30
Ejaaz Khan
9bce1a0517
Merge pull request #35646 from iamejaaz/fix-mobile-nav-design
fix(Navbar): render text if title is html
2026-01-05 13:43:26 +05:30
Saqib Ansari
a9fef72d4e fix: add compatibility shim for old frappe.pulse.utils imports 2026-01-05 13:28:25 +05:30
Ejaaz Khan
8659e304e6 fix(Navbar): render text if title is html 2026-01-05 13:17:44 +05:30
Ejaaz Khan
a9839c6576
Merge pull request #35113 from frappe/per-child-conditions
fix!: per child level 'depends on' conditions
2026-01-05 12:53:54 +05:30
mergify[bot]
efc236ef37
Merge branch 'develop' into capture-client-events 2026-01-05 07:22:11 +00:00
Akhil Narang
f8443020ca
fix(error): don't return in a finally block (PEP-765) (#35610)
https://docs.python.org/3/whatsnew/3.14.html#pep-765-control-flow-in-finally-blocks

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-01-05 06:41:16 +00:00
AarDG10
2f20bdee70 test(importer): add test to validate null label fallback to fieldname 2026-01-05 12:02:30 +05:30
Soham Kulkarni
489f5fbfb9
Merge pull request #35641 from KerollesFathy/fix-user-avatar-in-sidebar 2026-01-05 02:16:01 +05:30
Soham Kulkarni
a0b96159a2
Merge pull request #35643 from KerollesFathy/fix-desktop-edit-btn-style 2026-01-05 02:12:12 +05:30
KerollesFathy
084caa8932 fix(desktop): improve edit button visibility and dark theme styles 2026-01-04 17:53:15 +00:00
KerollesFathy
3fa2658a38 fix(link_selector): add margin above "More" button for better spacing 2026-01-04 16:33:14 +00:00
KerollesFathy
1ddeb40411 fix(sidebar): prevent user avatar shift on collapse/expand 2026-01-04 16:09:21 +00:00
Ejaaz Khan
f4b120ec25
Merge pull request #35611 from iamejaaz/fix-mobile-nav-design
feat(Navbar): show title when available
2026-01-04 15:45:23 +05:30
MochaMind
4db80d8fe2
fix: Russian translations (#35637) 2026-01-04 15:42:46 +05:30
Ejaaz Khan
c686a2ba3a
Merge pull request #35638 from Packeting1/fix/print-view-mobile-form-button
fix: show form button in mobile print view
2026-01-04 15:41:34 +05:30
Ejaaz Khan
a33f2195e7
Merge pull request #35625 from trustedcomputer/add-navigation-buttons-back
fix(ui): add navigation buttons back
2026-01-04 15:29:39 +05:30
Saqib Ansari
61679295aa chore: move common utility functions to frappe.utils 2026-01-04 14:20:40 +05:30
Kerolles Fathy
9bd495e0ed
fix(sidebar): correct indentation for sidebar child items (#35513) 2026-01-04 14:15:33 +05:30
Saqib Ansari
142367c9b7 fix: preserve old behaviour
* is_enabled wasn't cached before
2026-01-04 13:40:16 +05:30
Saqib Ansari
43d71dd02b fix: handle string input for bulk_capture events 2026-01-04 13:34:27 +05:30
Saqib Ansari
e51ce12b90 feat: add test cases 2026-01-04 13:31:44 +05:30
Saqib Ansari
23c8673c45 refactor: implement retry logic 2026-01-04 13:09:51 +05:30
Saqib Ansari
f3cc4301f8 refactor: create event queue class 2026-01-04 12:39:08 +05:30
Aarol D'Souza
8d8fa78bee
fix(postgres): add pg compatible query for copying comm_date from comm to comm_link (#35488) 2026-01-04 04:48:53 +00:00
Aarol D'Souza
5e2eab0cd8
Merge pull request #35631 from AarDG10/fix-flaky-sqlite-test-pg
fix(test): maintain sanity to avoid unexpected test failures in postgres
2026-01-04 09:36:42 +05:30
Packeting
2f62168654 fix: show form button in mobile print view 2026-01-04 11:17:30 +08:00
Alex Leach
79eedf4fb7
refactor: Add get_content_field function to communication.js 2026-01-04 01:57:12 +00:00
Alex Leach
a1cb7430e8
fix: Email Dialog use_html field hidden after re-opening 2026-01-04 01:56:28 +00:00
Alex Leach
9b75fa5487
fix: UI/UX improvements wrt 'Use HTML' toggle 2026-01-04 01:56:26 +00:00
Alex Leach
dd50155b89
fix: Add Server-side safety checks on use of Raw HTML messages 2026-01-04 01:56:26 +00:00
Alex Leach
e835f1c7c9
feat: Add raw_html parameter to all relevant doctypes 2026-01-04 01:56:24 +00:00
Alex Leach
75b481a4f9
feat: Inject footer and header within an HTML Email Template 2026-01-04 01:55:45 +00:00
Alex Leach
b82b336891
feat: Raw HTML emails 2026-01-04 01:55:42 +00:00
Kerolles Fathy
21f6fbadba
fix: share doc with everyone (#35634)
* fix: handle shared with everyone case

* chore: remove comment

* fix: remove unrelated change
2026-01-03 21:35:55 +05:30
Saqib Ansari
3ae959c651 refactor: add retry mechanism 2026-01-03 21:08:51 +05:30
Saqib Ansari
1f762c316a refactor: avoid guest event capture for now 2026-01-03 20:50:55 +05:30
Saqib Ansari
aea1e86627 fix: is_enabled is not updated on system settings change 2026-01-03 20:49:52 +05:30
Saqib Ansari
018d01fe77 chore: remove unused import 2026-01-03 20:38:34 +05:30
Saqib Ansari
f0c6c349e0 Merge remote-tracking branch 'upstream/develop' into capture-client-events 2026-01-03 20:34:00 +05:30