Commit graph

41393 commits

Author SHA1 Message Date
Ankush Menat
c8a641d72d
Merge pull request #20258 from ankush/rounding_methods
feat: configurable rounding methods
2023-03-08 14:24:25 +05:30
Ankush Menat
9f6a6d74fb refactor: split rounding methods in functions 2023-03-08 14:09:50 +05:30
Ankush Menat
e4a11fd8cf fix(UX): Warn about changing rounding method 2023-03-08 12:24:50 +05:30
Ankush Menat
68d8a8eadd feat: implement custom rounding in JS 2023-03-08 12:13:42 +05:30
Ankush Menat
86b9ff4266 feat: Allow specifying rounding method in flt 2023-03-08 10:59:02 +05:30
Ankush Menat
48f63f53ab feat: configurable rounding methods 2023-03-08 10:44:44 +05:30
Ritwik Puri
640a543dae
chore: translate new button in web form
Co-authored-by: Steffen <steffen@brennscheidt.net>
2023-03-08 00:17:28 +05:30
Ritwik Puri
f22032a990
Merge pull request #20263 from barredterra/get_monthly_goal_graph_data
fix: type annotation for filters parameter of get_monthly_goal_graph_data
2023-03-07 17:07:01 +05:30
barredterra
a00aa51c96 fix: remove deprecated filter_str parameter of get_monthly_goal_graph_data 2023-03-07 11:14:48 +01:00
MouSoeng
a093f7d4b6
chore(py): upgrade babel 2.9.0 -> 2.12.1 (#20251) 2023-03-07 14:27:10 +05:30
Suraj Shetty
1b1dcd200c
Merge pull request #20264 from surajshetty3416/fix-doc-timestamp-conflict 2023-03-07 12:38:46 +05:30
Suraj Shetty
ce27d7865f fix: Remove unnecessary code to avoid timestamp conflict 2023-03-07 10:48:23 +05:30
barredterra
b1e08bb26e fix: type annotation for filters parameter of get_monthly_goal_graph_data 2023-03-06 23:12:24 +01:00
Raffael Meyer
036e1c94cd
feat!: remove deprecated timezone utils (#20255) 2023-03-06 19:56:57 +05:30
Ritwik Puri
8368b73270
Merge pull request #20253 from barredterra/rename-timezone-utils
refactor: rename timezone utils
2023-03-06 19:43:11 +05:30
barredterra
c099b67165 feat: add new timezone utils to safe_exec 2023-03-06 13:07:24 +01:00
barredterra
3f87ffe446 Revert "refactor: rename timezone utils in safe_exec"
This reverts commit d1ccfc91b8.
2023-03-06 13:04:20 +01:00
gavin
cd524135c0
fix: TemplatePage.can_render (#20257)
Don't render python executable/loadable files from TemplatePage
renderer. This restricts access to reading/downloading possibly
private Python source code from Frappe applications
2023-03-06 12:40:15 +05:30
Ankush Menat
4ec874ac6e style: format 2023-03-06 11:05:29 +05:30
Saif Ur Rehman
e9dfa80cf0
fix(Database): clear background jobs and realtime logs on rollback (#20236) 2023-03-06 10:47:11 +05:30
Ritwik Puri
5581be43b1
chore: remove manage subscriptions from navbar settings (#20249)
* chore: remove manage subscriptions from navbar settings

* chore: remove manage subscriptions when adding standard navbar items
2023-03-06 10:44:38 +05:30
barredterra
d1ccfc91b8 refactor: rename timezone utils in safe_exec 2023-03-05 16:17:44 +01:00
barredterra
c2c5449947 chore: deprecate timezone utils in v15 2023-03-05 15:58:13 +01:00
Shariq Ansari
b0d0b3b105
Merge pull request #20229 from uepselon/develop 2023-03-05 14:48:01 +05:30
Shariq Ansari
f4df8cee72
Merge branch 'develop' into develop 2023-03-05 13:45:41 +05:30
barredterra
b2e36634d6 refactor: rename get_time_zone to get_system_timezone 2023-03-04 19:30:03 +01:00
barredterra
3694e654a1 refactor: rename convert_utc_to_user_timezone to convert_utc_to_system_timezone 2023-03-04 19:02:25 +01:00
Ritwik Puri
9c4497acab
fix: dont show delete button in toolbar for single doctypes (#20245) 2023-03-03 16:02:32 +05:30
Shariq Ansari
233352626f
Merge pull request #20240 from shariquerik/filter-with-content-value 2023-03-03 12:19:47 +05:30
Shariq Ansari
c0357d82f8
Merge pull request #20241 from shariquerik/bump-datatable-2 2023-03-03 12:11:40 +05:30
Shariq Ansari
551861be63 build(deps): Bump frappe-datatable to 1.17.2 2023-03-03 11:51:17 +05:30
Shariq Ansari
2d3efd34bd
Merge branch 'develop' into filter-with-content-value 2023-03-03 11:43:57 +05:30
Shariq Ansari
e589ef87f6 fix: compare with content value for Link fieldtypes 2023-03-03 11:39:57 +05:30
Shariq Ansari
9da09fd044
Merge pull request #20231 from shariquerik/better-error-msg 2023-03-03 11:00:19 +05:30
Ritwik Puri
b17af2c329
fix: token cache expiry calculation (#20228) 2023-03-02 23:23:36 +05:30
Shariq Ansari
52db146094
Merge branch 'develop' into better-error-msg 2023-03-02 19:36:53 +05:30
Shariq Ansari
a6db20fe3b fix(DX): better error message for notification from reference doctype 2023-03-02 19:35:18 +05:30
Leonard Goertz
25d8115f20
Merge pull request #7 from uepselon/fix_route_options_in_quick_list
fix: frappe.route_options set in quick_list
2023-03-02 13:22:33 +01:00
Leonard Goertz
c80f98c84c
fix: frappe.route_options set in quick_list 2023-03-02 13:10:41 +01:00
Ankush Menat
6022705093
fix: log raw text reponse instead of parsing JSON (#20226)
Not every service responds in JSON, we shouldn't expect a JSON response.

[Skip ci]
2023-03-02 16:59:29 +05:30
Ritwik Puri
92ca30074b
fix: dont get message attribute in error string in has_login_limit_exceeded 2023-03-02 15:59:34 +05:30
Suraj Shetty
2a81365adb
Merge pull request #20217 from frappe/mergify/bp/develop/pr-20215 2023-03-02 11:12:38 +05:30
Suraj Shetty
177e419b16 fix: Use word-break property for print media to avoid overflow
(cherry picked from commit 0ed25cd36862247a2c262c263db64d387bd8b799)
2023-03-02 05:42:13 +00:00
Sagar Vora
70ede18942
fix: improved implementation of between filter (#20190) 2023-03-02 09:51:02 +05:30
Shariq Ansari
f8dc121fbe
Merge pull request #20065 from Alchez/feat-number-card-workspace-dev 2023-03-01 19:33:45 +05:30
Shariq Ansari
c11c2303ad
Merge branch 'develop' into feat-number-card-workspace-dev 2023-03-01 19:16:21 +05:30
Shariq Ansari
f1a9e51687 test: UI test for number_card workspace block 2023-03-01 19:14:42 +05:30
Jaime
b10aea665e
fix: check if show_alert is returned for unseen error log alert (#20209) 2023-03-01 19:07:11 +05:30
Ritwik Puri
906b0ac310
Merge pull request #20205 from gavindsouza/misc-fixes-2023-001
fix: Attempt to run after_hooks only if site is initialized
2023-03-01 18:49:04 +05:30
Abdo Hamoud
6f8af9ca12
fix:child table issue on mobile touch in RTL (#20112)
Co-authored-by: Shariq Ansari <sharique.rik@gmail.com>
2023-03-01 18:17:25 +05:30