Commit graph

47327 commits

Author SHA1 Message Date
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
Corentin Forler
20b1f4b327
fix(email): Fix unbound variable in make_error_msg
UnboundLocalError: local variable 'partial_mail' referenced before assignment
2024-09-05 13:51:58 +02:00
Akhil Narang
9068dd21ae
Merge pull request #27665 from frappe/mergify/bp/develop/pr-27649
fix: Enhance the error message of the connected app authorization. (backport #27649)
2024-09-05 17:21:57 +05:30
Gavin D'souza
32bcab40ba
fix(search): Add label only if value exists 2024-09-05 13:48:49 +02:00
Gavin D'souza
37316627c4
Merge branch 'develop' into set_link_titles 2024-09-05 13:41:24 +02:00
Frappe PR Bot
e6bad013ca
fix: sync translations from crowdin (#27638) 2024-09-05 12:08:45 +02:00
Akhil Narang
8c099ced74 chore: update message
(cherry picked from commit 4e6581b0fc9006bdf3e869565ec59727556972c1)
2024-09-05 10:02:47 +00:00
Türker Tunalı
733edd2ffd fix: Enhance the error message of the connected app authorization.
Error were "Invalid state". The reason was user who created the token. So we've added a little bit more context here.

(cherry picked from commit 4ad55b98c28d4c342808d166e7c124b89729607e)
2024-09-05 10:02:46 +00:00
gavin
8aed92d569
Merge pull request #27618 from barredterra/refactor-data-field-validation
refactor: data field validation
2024-09-05 11:43:12 +02:00
Akhil Narang
d717ab17e6
Merge pull request #27608 from nikkothari22/increase-google-event-id-char-limit
fix: increase Google Calendar Event ID character limit
2024-09-05 14:41:46 +05:30
Shariq Ansari
eb41ca85f3
Merge pull request #27656 from ruthra-kumar/handle_lead_and_issue_separately
refactor: handle Issue and Lead separately on Communication
2024-09-05 13:28:16 +05:30
ruthra kumar
1456f42c68 refactor: handle Issue and Lead separately on Communication 2024-09-05 12:29:45 +05:30
Akhil Narang
341875baa1
Merge pull request #27646 from akhilnarang/bump-cryptography
chore(deps): bump cryptography
2024-09-05 11:25:31 +05:30
David Arnold
be2784e4ed
Merge pull request #27651 from blaggacao/fix/stack-frame-drop
fix: --pdb drop directly into test case frame
2024-09-05 00:55:44 +02:00
David
801e00d1e8
fix: --pdb drop directly into test case frame 2024-09-05 00:42:53 +02:00
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 Arnold
c1888c91f4
Merge pull request #27650 from blaggacao/feat/list-sites-command
feat: add list-sites command
2024-09-04 20:04:05 +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