Commit graph

53040 commits

Author SHA1 Message Date
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
Saqib Ansari
80205d5d59 feat: whitelist capture methods for client side events 2026-01-03 20:31:11 +05:30
Saqib Ansari
ee7c91599d refactor: telemetry with posthog and pulse providers 2026-01-03 16:21:49 +05:30
AarDG10
8d99bed738 fix(test): maintain sanity to avoid unexpected test failures in postgres 2026-01-03 13:54:27 +05:30
Rahul Agrawal
59a4764912
fix: remove filter to maintain previous behaviour (#35626) 2026-01-03 12:48:55 +05:30
trustedcomputer
ffa2a6bfa5 fix(ui): add navigation buttons back 2026-01-02 16:05:46 -08:00
MochaMind
e9ec1712b4
fix: sync translations from crowdin (#35579) 2026-01-02 23:43:29 +01:00
Manzoor Sofi
b28e7b09a4
feat: Make link field filters human-readable (fixes #35164) (#35207)
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
2026-01-02 21:37:58 +01:00
Soham Kulkarni
abc497321b
Merge pull request #35598 from sokumon/migrate-link-type 2026-01-02 19:48:02 +05:30
sokumon
f5ea989d2b fix(patch): include icons where link type is doctype 2026-01-02 19:02:04 +05:30
sokumon
e7c77b9ce9 chore: reexport desktop icons with new schema 2026-01-02 19:02:04 +05:30
sokumon
1ccd9e00a5 chore: rename patch 2026-01-02 19:02:04 +05:30
sokumon
e295c08371 refactor: desktop icon permissions 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
Soham Kulkarni
69605986fc
Merge pull request #35617 from sokumon/fix-test 2026-01-02 19:00:34 +05:30
sokumon
fa6744beaa fix(test): note customization yields tuple with 3 values 2026-01-02 18:50:24 +05:30
Ejaaz Khan
2088abd34e
Merge pull request #35615 from iamejaaz/menu-button-spacing
fix(navbar): add spacing between buttons in desktop screens
2026-01-02 18:21:19 +05:30
Ejaaz Khan
a8b615b278 fix: allow setting cutom list title 2026-01-02 18:15:55 +05:30
Ejaaz Khan
650dd8a59a fix(navbar): add spacing between buttons in desktop screens 2026-01-02 17:57:39 +05:30
Kevin Shenk
e2f73318c1
feat: import custom DocType Links on app install/migrate (#34516)
* feat: import custom DocType Links

* fix: add link_fieldname check to doctype link import

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* test: add Doctype Link import test

* chore: fix linter issues

* chore: fix linter issues

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-02 17:39:17 +05:30
Ejaaz Khan
207d55fb24 feat(Navbar): show title when available 2026-01-02 17:37:44 +05:30
Ejaaz Khan
178a1fdc9c
Merge pull request #35608 from iamejaaz/fix-mobile-nav-design
fix(mobile): show indicator with title in navbar
2026-01-02 17:14:08 +05:30
Ejaaz Khan
a7f3841e5e fix(mobile): show indicator with title in navbar 2026-01-02 16:49:17 +05:30
Akhil Narang
0219769943
Merge pull request #35350 from KerollesFathy/make-options-select-when-fieldtype-eq-data
feat(dx): show select options (Email, Name, Phone, URL, Barcode, IBAN) for Data fieldtype
2026-01-02 16:15:03 +05:30
Saqib Ansari
b7f2740f8e
fix: various ui fixes (#35560)
* fix: remove icon from form tabs

* fix: remove redundant creation/modified info

* fix: double background in sidebar header logo

* fix: alignment of header title and subtitle with logo

* fix: space above collapse button and use gap instead of margins

* fix: update padding and font size for number widget box

* fix: adjust padding for widget box, update font weight for widget title

* fix: update filter icon and menu icon in chart widget

* fix: button styling for better alignment and spacing

* fix: center align summary value in summary separator

* chore: replace timeless chart icon with lucide's bar chart icon

* fix: top padding of form sections without title

* fix: adjust padding-top for the first child of form-section

* fix: awesomebar modal divider position

* fix: top align checkbox input with label

* fix: expand button styles and spacing in query report filters

* fix(test): focus on jump to field before typing
2026-01-02 15:19:54 +05:30
Saqib Ansari
d79ac32f10 fix(test): focus on jump to field before typing 2026-01-02 14:52:57 +05:30