Commit graph

35823 commits

Author SHA1 Message Date
Ankush Menat
e0fadef11b feat: reset user grid config to default 2021-12-02 16:19:38 +05:30
Ankush Menat
66321b075e fix: show "Button" field in user grid config 2021-12-02 16:19:23 +05:30
Jannat Patel
a9b433e819 fix: semicolon 2021-12-02 11:42:49 +05:30
Jannat Patel
2fe2db5f94 fix: form tour field in onboarding step 2021-12-02 11:17:31 +05:30
Ankush Menat
ecca7f287e
chore: better message for system updates (#15154)
closes https://github.com/frappe/frappe/issues/10997

[skip ci]
2021-12-02 11:09:33 +05:30
mergify[bot]
ba094e76d1
fix: Add xcall to Frappe's web bundle (backport #15146) (#15152)
Co-authored-by: Omar Younis <oimyounis@gmail.com>
2021-12-02 10:58:36 +05:30
mergify[bot]
fe7b0719cd
Merge pull request #15150 from ruchamahabal/fix-time-format
fix: Add fallback option for time format when system defaults are not set
2021-12-02 05:28:08 +00:00
Rucha Mahabal
9e6cefba6c fix: Add fallback option for time format when system defaults are not set 2021-12-02 10:01:20 +05:30
Jannat Patel
d268996629 fix: test and semicolon 2021-12-01 21:18:52 +05:30
Jannat Patel
abd6eafbad fix: email content 2021-12-01 19:44:19 +05:30
Ankush Menat
f33be7592f refactor: common JS controller for DocType and customize form 2021-12-01 19:10:11 +05:30
Jannat Patel
121333874a fix: send email immediately 2021-12-01 18:54:01 +05:30
Manuel
3a34bfc520
Fix: copy_email_data patch #15106 (#15115)
Reload DocType `Email Account` in patch.
Changed `modified` in json files.

Removed linking of `imap_folder` in `Email Flag Queue` this connection
seems not necessary at this point. Also removed all parts that create
this connection.
2021-12-01 12:41:27 +00:00
Ankush Menat
2f6b57cc0a fix(ux): validate max_attachment on doctype controller 2021-12-01 17:07:37 +05:30
Ankush Menat
db101e5ec3 fix(ux): ensure max_attachments is more than no of attach fields 2021-12-01 17:04:31 +05:30
Suraj Shetty
62073d65a0 fix: Set now date based on system timezone
- because set_formatted_value will convert value to user timezone down the line
2021-12-01 13:10:49 +05:30
Suraj Shetty
e2bf192633 fix: Select date of datepicker while doing set_formatted_input
- To avoid empty value when clicking datetime for first time
2021-12-01 12:59:32 +05:30
Suraj Shetty
515dca29fd fix: Remove unnecessary code
- frappe.datetime.str_to_user(value, false) takes care of tz conversion
2021-12-01 12:57:15 +05:30
Suraj Shetty
a86f8d9640 fix: Do not guess timezone for only time
- Time value should be consistent across timezones
- Only worry about timezone when dealing with datetime
2021-12-01 11:27:23 +05:30
Jannat Patel
d622b96e64 fix: request for account deletion flow 2021-12-01 10:54:15 +05:30
mergify[bot]
5715bbda50
fix: multiple time global search minimize screen freeze (backport #15133) (#15134)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
Co-authored-by: Bhavesh Maheshwari <34086262+bhavesh95863@users.noreply.github.com>
2021-11-30 22:50:43 +05:30
mergify[bot]
62247431ca
fix: scrolling issues after minimize global search (backport #15127) (#15131)
Co-authored-by: Bhavesh Maheshwari <bhavesh.freelancer95863@gmail.com>
2021-11-30 17:38:47 +05:30
Suraj Shetty
dc522395c8 test: Fix test case for datetime 2021-11-30 16:49:27 +05:30
mergify[bot]
029cba6204
Merge pull request #15128 from ruchamahabal/reset-lft-rgt
fix: reset lft rgt in copy doc
2021-11-30 10:23:15 +00:00
mergify[bot]
41f457f309
Merge pull request #15071 from saxenabhishek/aks-query-2
refactor: convert doctype db.sql calls
2021-11-30 10:19:06 +00:00
Suraj Shetty
2410dc66c1
style: Fix indentation 2021-11-30 15:36:06 +05:30
Rucha Mahabal
23ce93be73 fix: reset lft rgt in copy doc 2021-11-30 15:28:16 +05:30
saxenabhishek
9f183e6cf2 style: follow simple indenting standard 2021-11-30 14:16:13 +05:30
mergify[bot]
76cc6bf10b
Merge pull request #15104 from ankush/cancel_rest
fix: allow cancelling by PUT docstatus=2
2021-11-30 07:51:10 +00:00
abhishek
1bb8dcf176 refactor: convert core notifications db.sql calls
get_unseen_likes()
get_unread_emails()
2021-11-30 12:43:30 +05:30
abhishek
8eea80e14e refactor: convert doctype user db.sql calls 2021-11-30 12:43:23 +05:30
Suraj Shetty
67b0293e6f fix: Pretty date rendering based on user-timezone 2021-11-30 12:33:29 +05:30
Ankush Menat
124407a70a fix: update EPS records when renaming doc 2021-11-30 11:16:46 +05:30
leela
72fa9a3c19 fix: Move site setup into background to fix timeouts
Provide an option to trigger site setup as a background task.
2021-11-30 10:34:04 +05:30
Suraj Shetty
549b36d4a2
Merge branch 'develop' into multi_timezone_support 2021-11-30 09:44:33 +05:30
mergify[bot]
c616900c0a
Merge pull request #15102 from hrwX/disable_update_notification
feat: Add an option to disable notification
2021-11-30 03:45:51 +00:00
Suraj Shetty
ae420cc7e1
Merge branch 'develop' into disable_update_notification 2021-11-30 08:50:58 +05:30
Suraj Shetty
7047cb8301
refactor: Deferred insert for route history (#15120) 2021-11-30 08:33:31 +05:30
hrwx
db4476fc5f fix: reduce api call 2021-11-29 17:28:40 +00:00
hrwx
fa317538a9 Merge branch 'develop' of github.com:frappe/frappe into disable_update_notification 2021-11-29 17:02:14 +00:00
hrwx
b6fb5809b3 Merge branch 'multi_timezone_support' of github.com:hrwx/frappe into multi_timezone_support 2021-11-29 16:49:51 +00:00
hrwx
e751b07bde chore: make system timezone readonly 2021-11-29 16:49:46 +00:00
hrwx
202cd9ba7d Merge branch 'develop' of github.com:frappe/frappe into multi_timezone_support 2021-11-29 16:48:42 +00:00
mergify[bot]
cb3533556b
Merge pull request #15114 from surajshetty3416/fix-deferred-insert
fix: Use separate API to insert route history
2021-11-29 13:38:17 +00:00
Ankush Menat
2a08f35836 fix: allow cancelling by PUT docstatus=2 2021-11-29 18:44:10 +05:30
Suraj Shetty
aa40abadb1 refactor: Simplify method naming 2021-11-29 17:06:29 +05:30
Suraj Shetty
0e32d52e3a fix: Use separate API to insert route history 2021-11-29 16:38:15 +05:30
mergify[bot]
ed916090b8
Merge pull request #14457 from Aradhya-Tripathi/at/aggregations
refactor: removed aggregation functions at db level
2021-11-29 09:25:25 +00:00
Gavin D'souza
43fc713dd7 refactor: Remove Aggregation methods from DB API
* Make it DRY & make it "better"
* Add to patches.txt so the patch runs :')
* Style fixes - tabs > spaces for consistency, removed unnecessary
  blocks
2021-11-29 13:53:27 +05:30
Aradhya
e503d81173 perf: reduced no. of db calls 2021-11-29 13:07:31 +05:30