anandbaburajan
e38e752bb3
chore: remove unncessesary imports from ui_test_helpers
...
(cherry picked from commit 57bbc3ee11af11ed2819496040f2addda3cb6387)
2023-08-02 03:21:38 +00:00
anandbaburajan
61e0b6c00e
test: remove ui tests and add server tests, and turn dev mode off
...
(cherry picked from commit 82390164c99e7d0d4615ab2ea8d726f96d65f02d)
2023-08-02 03:21:38 +00:00
anandbaburajan
d0b07ff314
refactor: dashboard.js and get_open_count
...
(cherry picked from commit eff4800cc303c73a4d6ae0d26186e00598c4618c)
2023-08-02 03:21:38 +00:00
anandbaburajan
df06813ae6
chore: renaming both_internal_and_external_link_doctypes_with_external_links_found
...
(cherry picked from commit 791217dd4fb5719111a9782bb8828499a4daa59b)
2023-08-02 03:21:37 +00:00
anandbaburajan
e8cbb6f397
refactor: dashboard.js
...
(cherry picked from commit 57ca29decf71d667dcacd699847afc6a0c8ff6fd)
2023-08-02 03:21:36 +00:00
anandbaburajan
34592bbffa
chore: revert remove is custom check from get_dashboard_data and make test fixture doctypes custom
...
(cherry picked from commit dbd4db2b3f1bcd1a373ce7bfe6977be7bde3a55c)
2023-08-02 03:21:36 +00:00
anandbaburajan
4010add64c
chore: add module arg in create_dashboard_py_for_doctype
...
(cherry picked from commit 5816b15aed68a5f2062ad4d119425f7c10c6062c)
2023-08-02 03:21:36 +00:00
anandbaburajan
96a633eedd
chore: remove is custom check from get_dashboard_data
...
(cherry picked from commit 12be89761b7af8445400d2068ddf268060b35b06)
2023-08-02 03:21:36 +00:00
anandbaburajan
1240b26cfe
test: to check connected doc count for doctype with dashboard.py
...
(cherry picked from commit 4968286e5c60aeb2d554545bff5595c3144bf628)
2023-08-02 03:21:35 +00:00
anandbaburajan
2af1a8f65c
fix: allow cross child table links in dashboard
...
(cherry picked from commit d29b151fcdf77bb8d45518c027d6d49b2eb0f9ad)
2023-08-02 03:21:35 +00:00
Ankush Menat
8bf8950c2b
fix: include server script in recorder stack trace ( #21891 )
...
[skip ci]
2023-08-01 20:59:46 +05:30
Corentin Flr
2c92043998
fix(doctype): Allow cached_property decorator in controllers ( #21881 )
2023-07-31 21:40:53 +05:30
Ankush Menat
ada2e20af3
fix: has_permission check on int pk
2023-07-31 16:42:31 +05:30
Ankush Menat
b41d4905c0
fix: onboarding widget contrast
2023-07-31 15:00:15 +05:30
Ankush Menat
ff6439af3d
fix: underlined onboarding steps
2023-07-31 14:44:52 +05:30
David Arnold
fddd3b24f7
test: skip tests on RO app paths which require write access ( #21878 )
2023-07-31 12:46:23 +05:30
David Arnold
3471685eaa
feat(ops): add environment variable to set bench root / workdir ( #21872 )
2023-07-31 11:50:09 +05:30
Sagar Vora
97eefdaa44
perf: dont reload doc when already saving ( #21869 )
2023-07-31 11:48:54 +05:30
niraj gautam
d08ee0284d
fix: Delete module folder on Module Def deletion ( #21857 )
...
* fix: Delete module folder on Module Def deletion
* fix: Check if folder exists before removal
* fix: Make use of frappe function to delete folder
* fix: Indentation
* fix: Update linting
2023-07-31 11:39:04 +05:30
mergify[bot]
74899f510a
Merge pull request #21378 from dvdl16/feature/force-web-capture-setting
...
feat: setting for force web capture mode for camera uploads
2023-07-31 05:41:48 +00:00
Dirk van der Laarse
6645589cdf
chore: linting fixes
2023-07-30 15:48:03 +00:00
Dirk van der Laarse
c66d744824
fix: field order and change label to title case
2023-07-30 15:36:55 +00:00
HarryPaulo
ec5f8fcfa1
fix: Parameter {function} get translated and format doesn't work ( #21859 )
2023-07-29 18:10:42 +05:30
Ankush Menat
657ec80e3a
chore: skip console test on postgres
...
[skip ci]
2023-07-29 18:07:27 +05:30
Ankush Menat
a2167d4f94
perf: index email queue table
2023-07-29 13:47:44 +05:30
Shariq Ansari
dc1a23d497
Merge pull request #21853 from shariquerik/workspace-welcome-page
2023-07-29 12:07:18 +05:30
Shariq Ansari
120b987661
fix: send public with title in frappe.workspaces
2023-07-28 23:04:05 +05:30
Corentin Forler
d7aea1773f
fix(web_form): Allow Jinja extension of header buttons
2023-07-28 18:12:45 +02:00
Shariq Ansari
8a8716f21c
chore: updated the welcome message
2023-07-28 20:16:29 +05:30
Shariq Ansari
150d0c1a22
Merge branch 'frappe:develop' into workspace-welcome-page
2023-07-28 20:01:29 +05:30
Shariq Ansari
e4c45dd719
fix: after creating workspace and reloading it gives error
...
also if workspace does not exist it gives proper error and redirect to last opened workspaces
2023-07-28 19:59:58 +05:30
Shariq Ansari
a227944cfc
fix: default page logic in workspace
2023-07-28 19:01:54 +05:30
Shariq Ansari
24a5b38634
fix: better redirect logic for default workspace after login
2023-07-28 19:01:36 +05:30
Shariq Ansari
90f6b44f48
fix: added welcome workspace if user has desk acces but does not have module access
...
basically if user doesn't have access to any public workspaces
also made welcome workspace hidden if he/she has even one workspace
2023-07-28 19:01:11 +05:30
Maharshi Patel
6b7f815a75
fix: guess_country backward timezone issue for india. ( #21849 )
...
* fix: guess_country backward timezone issue for india.
In some cases ( mac ) where Asia/Calcutta is used as timezone. guessing didn't work.
* refactor: make tz backward compatbility extensible
---------
Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-07-28 18:13:22 +05:30
Ankush Menat
7ee85758b1
fix(console): dont commit when exception is raised and unconditionally check query ( #21850 )
...
* fix(console): unconditionally check query type
* fix(console): don't commit when exception occurs
2023-07-28 18:07:08 +05:30
mergify[bot]
1c5f5a38e9
feat: added specific kanban board as quick link in workspace (backport #21721 ) ( #21842 )
...
* feat: added specific kanban board as quick link in workspace (#21721 )
(cherry picked from commit 986b6024241036e68cfa4103d015e46a4c433b7b)
* fix: updated TYPE for workspace_shortcut
* chore: linter fix
---------
Co-authored-by: Vanessa Bualat <40702858+kkulloters@users.noreply.github.com>
Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
2023-07-28 14:41:34 +05:30
Ankush Menat
e31038d7f9
feat(sec): log IP addresses of login/logout activities ( #21844 )
2023-07-28 13:59:52 +05:30
Ankush Menat
ef51dde052
perf: set lower priority for background processes ( #21841 )
2023-07-28 13:01:46 +05:30
Suraj Shetty
df4cc5cf2f
Merge pull request #21734 from barredterra/refactor-geolocation
2023-07-28 12:37:28 +05:30
Suraj Shetty
e3e50acd66
Merge pull request #21794 from barredterra/fix-email-contact
2023-07-28 12:36:52 +05:30
Shariq Ansari
e1c1e256ef
Merge pull request #21798 from pps190/frappe/fix/ambigus-table-join
2023-07-28 12:28:04 +05:30
Ankush Menat
22a3a56d44
chore: remove conflict-marker look-alike
...
This is annoying when trying to find git conflicts
[skip ci]
2023-07-28 11:45:56 +05:30
Ankush Menat
6e94cd2eb9
fix: Guess most likely exception source ( #21827 )
2023-07-27 17:30:04 +05:30
Abdo
35c929afdb
refactor(money in words): translatable currency Name ( #21672 )
2023-07-27 17:21:57 +05:30
Ankush Menat
c40faddac7
perf: skip reset_seen for new doc ( #21832 )
...
The query is fired but document doesn't exist yet, so it does nothing really.
[skip ci]
2023-07-27 16:07:22 +05:30
Suraj Shetty
b887fa62f4
Merge pull request #21828 from shariquerik/oauth-confirm-screen-fix
2023-07-27 15:11:25 +05:30
Shariq Ansari
2771c37716
Merge pull request #21795 from cogk/fix-form-builder-issues
2023-07-27 13:53:15 +05:30
Shariq Ansari
d7c3e48819
style: hide p if it is empty
2023-07-27 13:23:49 +05:30
Shariq Ansari
99a4116725
fix: only render message with p tag if message exist
2023-07-27 13:23:24 +05:30