Commit graph

37247 commits

Author SHA1 Message Date
David Arnold
e606c23823
Merge pull request #27697 from blaggacao/feat/notification-with-minutes-offset
feat/notification with minutes offset
2024-09-12 07:12:01 +02:00
Akhil Narang
2e28dc8735
chore: reword description
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-12 10:28:54 +05:30
David
924ddd07bd
fix: semgrep complaints 2024-09-12 02:13:46 +02:00
David
2a6161eea6
test: comment out due to uncontrollable side effects 2024-09-12 01:11:18 +02:00
David
326b6cdc8f
fix: assert equal on docs; compare dicts 2024-09-12 00:23:25 +02:00
David (aider)
7e66c2be50
feat: add unit tests for URL tracker functions 2024-09-12 00:08:11 +02:00
David
d50e579317
feat(utm): make data helper more useful 2024-09-12 00:08:11 +02:00
David
c29c23deec
feat(analytics): add to website workspace 2024-09-12 00:08:10 +02:00
David
43c5cbd8a6
feat(analytics): add basic utm nomenclature for analytics 2024-09-12 00:08:05 +02:00
David Arnold
ddeb612dc3
Merge pull request #27740 from frappe/chore/simplify-config-calling
chore: simplify config calling
2024-09-11 23:37:18 +02:00
David Arnold
1214763b25
Merge pull request #26737 from blaggacao/feat/cache-control
feat: add cache control
2024-09-11 23:32:57 +02:00
David
e0fe0b8c88
chore: simplify config calling 2024-09-11 23:24:26 +02:00
Akhil Narang
2e3f8ce5af
fix(setup_wizard): don't crash if a country doesn't have a timezone specified
Currently, this event is getting triggered by the country and its translated value
The translated value isn't present in the country info list, and so doesn't have any data

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-11 17:46:35 +05:30
Rushabh Mehta
4df43493fd
Merge pull request #27716 from rmehta/print-style-fixes
fix(style): print format
2024-09-11 12:11:33 +05:30
Rushabh Mehta
5a23bc52b6 fix(minor): default app title and logo 2024-09-11 11:38:12 +05:30
Akhil Narang
895df32fa9
Merge pull request #27698 from blaggacao/chore/reuse-safe-exec-autocomplete
feat: subject processing to global server script config
2024-09-11 11:37:30 +05:30
David
dd8cd9860c
test: add more notification offset tests for edge cases 2024-09-10 20:11:59 +02:00
David (aider)
a8c53c8940
feat: Implement minutes_offset feature and add test cases 2024-09-10 16:45:53 +02:00
David
ac379f297c
fix: Add support for minutes-based notifications 2024-09-10 16:45:53 +02:00
David
5a5be420b9
feat: subject processing to global server script config 2024-09-10 16:39:08 +02:00
David
6aa27c7d7a
fix: notification condition has no custom context (perf) 2024-09-10 16:37:19 +02:00
Akhil Narang
6c304b93c0
Merge pull request #27124 from git-avc/fix-report-excel-translation
fix: let's translate data on standard report excel/csv exporting
2024-09-10 18:15:40 +05:30
Rushabh Mehta
4ecb14288f fix(style): print format 2024-09-10 15:21:19 +05:30
Rushabh Mehta
0c8b9be47b fix(style): print format 2024-09-10 15:15:15 +05:30
foolishdino
3fe34b2f18
fix(quick_list_widget):workflow-state-not-showing (#27596)
* fix(quick_list_widget):workflow-state-not-showing

when a document has workflow state, it should show workflow_status. Instead it doesn't.

existing code put a validation if status exist, but a document can have a workflow_state without a "status" field.

the correct approach is to separate the logic.

* fix(quick_list_widget):follow-suggestioin-to-remove-unnecessary-validation

Co-authored-by: Akhil Narang <me@akhilnarang.dev>

---------

Co-authored-by: Akhil Narang <me@akhilnarang.dev>
2024-09-10 14:57:34 +05:30
avc
1cdf283377
Merge branch 'frappe:develop' into fix-report-excel-translation 2024-09-09 10:10:54 +02:00
avc
cf263e41b7
refactor: use getattr fallback instead conditional to get translatable
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
2024-09-09 09:59:58 +02:00
Frappe PR Bot
47b9efe93c
chore: update POT file (#27699) 2024-09-08 16:47:12 +00:00
Rushabh Mehta
802bf94236
Merge pull request #27621 from rmehta/app-switcher
feat: App switcher inside desk
2024-09-06 23:19:45 +05:30
Rushabh Mehta
c32f3b74e1 fix(minor): workspace parent should be name, not title 2024-09-06 23:06:17 +05:30
Rushabh Mehta
09e6940f3a fix(minor): workspace parent should be name, not title 2024-09-06 22:44:05 +05:30
Rushabh Mehta
0b902d1ea6 fix(test): workspace 2024-09-06 17:12:25 +05:30
Akhil Narang
36f2ddda06
Merge pull request #27690 from akhilnarang/revert-grid-fix
fix: Revert "fix(ChildTable): apply depends_on on field update"
2024-09-06 16:55:05 +05:30
Rushabh Mehta
5cf521f147 fix(minor): page can have different title 2024-09-06 16:45:44 +05:30
Akhil Narang
ec046854e1
Revert "fix(ChildTable): apply depends_on on field update"
This reverts commit 895a81cccd.
2024-09-06 16:30:22 +05:30
Akhil Narang
bbdb0ae128
Merge pull request #27051 from barredterra/user_doctype_permissions
feat: new report "User Doctype Permissions"
2024-09-06 15:08:02 +05:30
Akhil Narang
4eac35081c
Merge pull request #26395 from barredterra/address-autocomplete
feat: address autocomplete dialog
2024-09-06 15:04:01 +05:30
Rushabh Mehta
9322141cc0 fix(minor): merge fixes 2024-09-06 14:13:24 +05:30
Rushabh Mehta
02e84eaa34 fix(ui): body sidebar is responsive 2024-09-06 14:12:36 +05:30
Rushabh Mehta
ddee23f5ad fix(ui): sortable sidebar, fixes to breadcrumbs etc 2024-09-06 14:12:36 +05:30
Rushabh Mehta
bbe563ca60 fix(minor): add website in app switcher 2024-09-06 14:12:36 +05:30
Rushabh Mehta
c2652fed39 fix(minor): page creation 2024-09-06 14:12:34 +05:30
Rushabh Mehta
1cc626ff42 fix(minor): bring back copy to clipboard 2024-09-06 14:11:39 +05:30
Rushabh Mehta
8dbc2832c5 feat: App switcher 2024-09-06 14:11:39 +05:30
David
fe73c9f1aa
feat: add value tracer for test debugging 2024-09-05 21:58:19 +02:00
Akhil Narang
182ba2396f
fix: don't let getattr() raise an AttributeError, provide a default
Re-doing https://github.com/frappe/frappe/pull/27669 overwritten by https://github.com/frappe/frappe/pull/27563
2024-09-05 16:54:06 +02:00
gavin
a646c0a30e
Merge pull request #27563 from gavindsouza/set_link_titles
fix(desk): Use doc.name as fallback title
2024-09-05 16:50:43 +02:00
Shariq Ansari
bfb9d0beb8 fix: load apps_data in boot for desk 2024-09-05 19:20:52 +05:30
gavin
de341e98fa
Merge branch 'develop' into set_link_titles 2024-09-05 14:57:41 +02:00
Akhil Narang
674c294079
Merge pull request #27669 from akhilnarang/fix-27276
fix: don't let `getattr()` raise an `AttributeError`, provide a default
2024-09-05 18:02:57 +05:30