Commit graph

47363 commits

Author SHA1 Message Date
David
2e6004cc12
ci: split up install prepare 2024-09-12 01:31:27 +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
David Arnold
ed965be2e6
Merge pull request #27735 from blaggacao/chore/make-stalebot-more-bearable
chore: add no-stale label
2024-09-11 17:16:59 +02:00
David
b5cac45616
chore: add no-stale label 2024-09-11 17:02:50 +02:00
Akhil Narang
4b99e911db
Merge pull request #27730 from akhilnarang/fix-country-selection-setup-wizard
fix(setup_wizard): don't crash if a country doesn't have a timezone specified
2024-09-11 18:02:08 +05:30
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 Arnold
3c18983f7b
Merge pull request #27722 from blaggacao/fix/notification-condition-context
fix: notification condition has no custom context (perf)
2024-09-10 20:08: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
Akhil Narang
425d409422
Merge pull request #27707 from frappe/dependabot/github_actions/actions/download-artifact-4.1.8
chore(deps): bump actions/download-artifact from 4.1.7 to 4.1.8
2024-09-10 11:16:51 +05:30
dependabot[bot]
7b810303fe
chore(deps): bump actions/download-artifact from 4.1.7 to 4.1.8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4.1.7...v4.1.8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-09 18:33:28 +00:00
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 Arnold
5c820a1e79
Merge pull request #27683 from blaggacao/feat/add-value-tracing-instrumentation
feat/add value tracing instrumentation
2024-09-05 22:11:54 +02:00
David
fe73c9f1aa
feat: add value tracer for test debugging 2024-09-05 21:58:19 +02:00
gavin
05b9c6af37
Merge pull request #27676 from gavindsouza/develop
fix: don't let getattr() raise an AttributeError, provide a default
2024-09-05 17:10:56 +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
2baaf5af41
Merge pull request #27673 from shariquerik/apps-page-1
fix: load apps_data in boot for setup wizard in desk
2024-09-05 19:56:03 +05:30
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
Akhil Narang
0b43594450
fix: don't let getattr() raise an AttributeError, provide a default
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-05 17:49:49 +05:30
Akhil Narang
5deba2e370
Merge pull request #27667 from cogk/fix-UnboundLocalError-partial_mail
fix(email): Fix unbound variable in make_error_msg
2024-09-05 17:43:36 +05:30