Commit graph

35377 commits

Author SHA1 Message Date
mergify[bot]
41fc11f0bf
Merge pull request #14514 from dgerhardt/naming-series-calendar-week
feat: add consecutive calendar week (WW) for naming series
2021-11-23 05:54:20 +00:00
ritwik
5cfe3ad946
feat: add no-git option in make-app command and boilerplate generation (#15028) 2021-11-23 04:11:06 +00:00
mergify[bot]
b645d8b2f1
Merge pull request #15039 from sumaiya2908/404-page
refactor: 404 page
2021-11-23 03:47:05 +00:00
Suraj Shetty
5a998ba471
Merge branch 'develop' into 404-page 2021-11-23 08:44:36 +05:30
Suraj Shetty
cb36bfaf04
style: Fix formatting 2021-11-23 08:43:35 +05:30
Suraj Shetty
fc1e60de11
Merge pull request #15049 from surajshetty3416/fix-quick-entry-crash 2021-11-23 07:49:32 +05:30
Suraj Shetty
fca5f86a08 fix: Remove edit icon from quick entry to avoid browser crash 2021-11-23 07:10:46 +05:30
Summayya
6612bb2667 refactor: make user facing strings translatable 2021-11-22 22:16:42 +05:30
Shariq Ansari
57614e9a6e
fix: Give select permission to 'All' for workflow state (#15044) 2021-11-22 18:49:56 +05:30
mergify[bot]
164ff60ceb
Merge pull request #15037 from resilient-tech/standard_roles
fix: set `Script Manager` as a standard role
2021-11-22 11:19:41 +00:00
mergify[bot]
17aa4b823b
Merge pull request #14577 from Alchez/dev-granular-printing
feat: allow more print page size options (develop)
2021-11-22 10:39:10 +00:00
Suraj Shetty
4dd5e4b981
Merge pull request #15040 from surajshetty3416/fix-map-view 2021-11-22 15:01:55 +05:30
Suraj Shetty
9ee1613d05 fix: Load assets load required for geolocation control 2021-11-22 14:36:17 +05:30
Summayya
99abb51fb6 refactor: 404 page 2021-11-22 14:15:47 +05:30
Suraj Shetty
17aa1190e0
Merge pull request #15038 from surajshetty3416/fix-query-in-exporter 2021-11-22 14:09:23 +05:30
Suraj Shetty
85fe86c370 fix: Use get_all instead of get_list for child doctype
This change is required to avoid permission error
2021-11-22 13:28:44 +05:30
Sagar Vora
13c75c805f fix: set Script Manager as a standard role 2021-11-22 12:49:07 +05:30
tahir-zaqout
f3aabb5211
Add Translate To Symbol Field (#14971) 2021-11-22 05:55:19 +00:00
mergify[bot]
fee4a49715
Merge pull request #14988 from resilient-tech/get-checked-items
feat: add `get_checked_items` for query report
2021-11-22 05:05:54 +00:00
Suraj Shetty
3f2eee31c0
Merge branch 'develop' into get-checked-items 2021-11-22 10:14:32 +05:30
mergify[bot]
48be7257f9
Merge pull request #15017 from ankush/event_data_type
fix: change Event subject data type from Data to Text
2021-11-22 04:18:37 +00:00
mergify[bot]
718c975a69
Merge pull request #15033 from mhbu50/develop
fix: Make strings translatable
2021-11-22 02:52:44 +00:00
Mohammed Redah
247bf8f476
Merge branch 'frappe:develop' into develop 2021-11-20 19:01:22 +03:00
Mohammed Redah
ce7392cdc6
fix: Translate Strings 2021-11-20 19:01:05 +03:00
mergify[bot]
4d158b8a8b
Merge pull request #14981 from sumaiya2908/frappe-issue-child-form
fix: parent doctype freezes
2021-11-20 09:33:13 +00:00
gavin
cc1ea5e357
Merge pull request #15027 from gavindsouza/update-installed-apps-on-uninstall
fix: Update installed apps on uninstall
2021-11-20 00:50:03 +05:30
Suraj Shetty
3c9384b001
Merge pull request #15020 from shariquerik/report-view-export-excel-fix 2021-11-19 11:30:08 +05:30
Daniel Gerhardt
16dca0b1c1 feat: add consecutive calendar week (WW) for naming series
The calendar week is based on ISO 8601 but behaves slightly different
for the first and last days of a year to ensure consecutiveness:

* If the first days of a year would be in week 53 then 00 is used
  instead.
* if the last days of a year would be in week 01 then 53 is used
  instead.

Closes #14413
2021-11-18 17:52:36 +01:00
mergify[bot]
a59c37465f
Merge pull request #14967 from Aradhya-Tripathi/at/fixes
fix: fixed list filters in get_values
2021-11-18 12:05:58 +00:00
Ankush Menat
abebd29ef4 test: fix expected failing test 2021-11-18 17:16:20 +05:30
Shariq Ansari
ba7024ca67 fix: deleting group_by argument 2021-11-18 17:11:12 +05:30
mergify[bot]
cbb6712008
Merge pull request #15016 from shariquerik/report-view-empty-result-fix
fix: Only show report when there is data
2021-11-18 11:15:41 +00:00
Ankush Menat
ed312fc22e fix: change subject data type from Data to Text
Subject can be longer than 140 characters. No real reason to restrict it
to arbirary length.

PS: This is done because events are created from other doctypes
automatically and longer subject lines causes a failure where user can't
do much to recover from it.
2021-11-18 15:36:48 +05:30
Shariq Ansari
452146e564 fix: Only show report when there is data(removed from hide_loading_screen method) 2021-11-18 14:13:30 +05:30
Suraj Shetty
8aaf1b2dd9
Merge pull request #15008 from shariquerik/report-view-mulitple-items-fix 2021-11-17 21:01:48 +05:30
Shariq Ansari
26a49d5f14 fix: moved report view related code to report_view.js 2021-11-17 20:42:31 +05:30
Shariq Ansari
bd61ae4675 fix: only allow group_by for list view data 2021-11-17 20:08:30 +05:30
Ankush Menat
3ee9c0492a
test: print view should not show warning/errors (#14972) 2021-11-17 19:40:38 +05:30
Suraj Shetty
6e7082908a
Merge pull request #15004 from surajshetty3416/fix-theme-issue 2021-11-17 17:55:51 +05:30
Suraj Shetty
58f2296c49 fix: Add fallback to desk theme to avoid failure 2021-11-17 17:52:08 +05:30
mergify[bot]
b56cb38da2
Merge pull request #15001 from resilient-tech/fix-seen
fix: optimise `mark_email_as_seen`
2021-11-17 11:57:46 +00:00
mergify[bot]
3dd78aa52b
Merge pull request #14997 from shariquerik/report-view-ui-test-fix
test: Cypress test fix for report_view
2021-11-17 11:54:53 +00:00
mergify[bot]
0f411d93af
Merge pull request #15002 from shariquerik/form-ui-broken-fix
fix: Form UI broken
2021-11-17 11:53:49 +00:00
mergify[bot]
4d4e51989d
Merge pull request #14993 from kennethsequeira/dis-eps
fix: Disable EPS by default
2021-11-17 11:45:36 +00:00
Shariq Ansari
0aaf906356 fix: sider fix 2021-11-17 16:46:06 +05:30
Suraj Shetty
4a9e6cfaf9
Merge pull request #14998 from surajshetty3416/sgtpepper9907-develop 2021-11-17 16:38:11 +05:30
Sagar Vora
cb97b49c78 fix: slightly better naming 2021-11-17 16:34:47 +05:30
Shariq Ansari
04b2191926 fix: broken collapsible section, + button missing, misplaced message section 2021-11-17 16:29:14 +05:30
Ankush Menat
673c8baa2a test: fix EPS test after changing default value 2021-11-17 15:53:46 +05:30
Sagar Vora
7b7f74ce23 fix: move commit call to mark_email_as_seen 2021-11-17 15:44:49 +05:30