Commit graph

42056 commits

Author SHA1 Message Date
Gavin D'souza
b00aac92ba
feat: Allow setting cron as Server Script frequency 2023-05-27 16:52:09 +05:30
Shariq Ansari
c0d5e16b3f
Merge pull request #21138 from shariquerik/clear-n-add-email-template 2023-05-26 20:58:41 +05:30
Shariq Ansari
f91bc1bde6 fix: added left icon option 2023-05-26 19:56:12 +05:30
Shariq Ansari
78f3d9c241 fix: make dropdown item label bold 2023-05-26 19:55:06 +05:30
Shariq Ansari
61dcd09172 fix: add selected on current dropdown-item 2023-05-26 18:35:08 +05:30
Shariq Ansari
e09a72dc95
Merge branch 'develop' into clear-n-add-email-template 2023-05-26 18:24:21 +05:30
Shariq Ansari
f06449adaf fix: make option toggle button smaller 2023-05-26 18:20:05 +05:30
Shariq Ansari
b1b05ee05b fix: clear & add email template using select group btn 2023-05-26 18:18:52 +05:30
Shariq Ansari
28f6ef74a6 feat: select group button 2023-05-26 18:12:30 +05:30
Suraj Shetty
d186995567
Merge pull request #21136 from frappe/mergify/bp/develop/pr-20970 2023-05-26 17:19:56 +05:30
Doridel Cahanap Mendez
4b2730642d refactor: attach txt file in received emails
(cherry picked from commit a36d6a9df02e9a86e3701fcc6861c9c64bd40c66)
2023-05-26 11:45:03 +00:00
Ritwik Puri
d099c9376b
feat(minor): db.get_column_type for postgres (#21125) 2023-05-26 16:03:28 +05:30
Ankush Menat
43714825b0
fix: sync importable doctype before documents (#21131) 2023-05-26 15:58:26 +05:30
Suraj Shetty
898de69054
Merge pull request #21127 from s-aga-r/qb-func-round-and-truncate 2023-05-26 15:26:47 +05:30
Nabin Hait
af7502bba7
refactor: Workspace cleanup (#21100)
* refactor: Workspace cleanup

* fix: Resolved conflict
2023-05-26 14:42:31 +05:30
Sagar Sharma
fcaa5ed423
Merge branch 'develop' into qb-func-round-and-truncate 2023-05-26 14:04:26 +05:30
Sagar Sharma
a43ad15eab feat: Truncate QB function 2023-05-26 14:03:47 +05:30
Sagar Sharma
3f0b03c808 feat: Round QB function 2023-05-26 14:03:12 +05:30
Ritwik Puri
e277b94714
fix: allow default for text and long text when altering table (#21109) 2023-05-26 11:09:28 +05:30
Sagar Vora
dfa411bdc5
Merge pull request #21115 from resilient-tech/fix-notification 2023-05-25 19:04:38 +05:30
ljain112
70de5d05f2 fix: don't mutate notification when getting cc and bcc 2023-05-25 19:03:23 +05:30
Sagar Vora
2eca7b4837 chore: more pythonic code
[skip ci]
2023-05-25 18:47:39 +05:30
Ankush Menat
1eabd21bb8
chore!: remove mixpanel code (#21112) 2023-05-25 17:10:43 +05:30
Ankush Menat
284df60076
Merge pull request #21044 from maharshivpatel/onboarding-tour
feat: Onboarding tour (UI Tours)
2023-05-25 15:56:24 +05:30
Ankush Menat
1634ee0eb2
chore: update readme
remove manual install and setup production
2023-05-25 15:49:39 +05:30
Ankush Menat
7c82876305 fix: patch existing users/site 2023-05-25 15:25:57 +05:30
Ankush Menat
81c103a741 refactor: remove form tour settings 2023-05-25 15:04:38 +05:30
Maharshi Patel
639de716d5
Merge branch 'develop' into onboarding-tour 2023-05-25 12:30:04 +05:30
Ritwik Puri
c5e62cac26
fix: allow setting default in longtext and text columns (#21089) 2023-05-25 12:29:20 +05:30
Maharshi Patel
40b78692fe chore: fix linters
missing translate function and newline at end of file.
2023-05-25 11:54:37 +05:30
Maharshi Patel
32396c7fe5 fix: guess module if not set in form tour
if unable to guess save in Desk module.
2023-05-25 11:42:24 +05:30
Ankush Menat
af3213a445
fix: offset log cleanup to avoid deadlocks (#21105)
- Email queue is cleared at midnight
- Another worker at same time might be email Email

This causes random failures almost daily
2023-05-24 18:13:16 +05:30
Ankush Menat
4ab98b998d
fix: setup wizard recursion in routing (#21101)
- setup wizard shows slide from index in route
- if you visit `/app/setup-wizard` then index in route is `undefined`
- because of hacky code we do `id + ''` so `undefined` becomes `"undefined"` a truthy value

The recursion of undefined > 0 > undefined > 0 continues until browser
intervenes and stops further routing.
2023-05-24 17:43:51 +05:30
Richard Case
6354a018de
feat: wkhtmltopdf logging (#19935)
* feat: wkhtmltopdf logging

* fix: must supply output function
2023-05-24 16:00:32 +05:30
Maharshi Patel
f612d84247 fix: change onboarding_status fieldtype
change onboarding_status to small text and handle null cases.
2023-05-24 15:42:16 +05:30
Maharshi Patel
5290bbb1c6 fix: reload form_tour_settings
reload form_tour_settings and form_tour_settings_item before form_tour because form_tour on_update have get_doc for form_tour_settings.
2023-05-24 15:40:48 +05:30
Suraj Shetty
d2b7f47709
Merge pull request #19734 from barredterra/load-address-and-contact-display 2023-05-24 15:39:04 +05:30
Marica
d155c3f843
fix: Exclude Geolocation from "hide empty read-only field" (#21088) 2023-05-24 15:07:02 +05:30
Sagar Vora
6065179080
chore: bump requests, chardet, and dropbox to latest versions (#21080)
* chore: bump `requests` and `chardet`

* chore: bump `dropbox` to `11.36.0`, ignore `GHSA-4xqq-73wg-5mjp` during pip-audit
2023-05-24 15:05:50 +05:30
Gursheen Kaur Anand
49fe6e0c98
feat: patches.txt template added by default for new apps #21046 (#21070)
* Added patches.txt template in boilerplate

* test: new app patches.txt

* style: formatting

---------

Co-authored-by: Gursheen Anand <gursheen@frappe.io>
Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-05-24 14:47:06 +05:30
Ankush Menat
a39d478e2c fix: email notification 2023-05-24 13:29:18 +05:30
Ankush Menat
4376ebb3dc refactor: replace todo tour with user tour
adding more users is most likely to improve adoption. so better place to
show tours is user doctype?
2023-05-24 13:24:09 +05:30
Ankush Menat
657c2ba3b2 fix: clear cached onboarding status on update 2023-05-24 12:48:07 +05:30
Ankush Menat
09ce5f7a94 chore: fix main workspace tour copy
- fix copy
- make it run on any workspace
2023-05-24 12:44:27 +05:30
Ankush Menat
8d63e2f183 fix: clear boot cache on updating form tour 2023-05-24 12:31:51 +05:30
Ankush Menat
78dc9fc9ac fix: fieldtype json -> text 2023-05-24 12:06:04 +05:30
Maharshi Patel
19c4b396ae chore: fix linters 2023-05-24 11:44:36 +05:30
Maharshi Patel
e7c71a2411 Merge branch 'onboarding-tour' of https://github.com/maharshivpatel/frappe into onboarding-tour 2023-05-24 11:43:29 +05:30
Maharshi Patel
f07f442de1
Merge branch 'develop' into onboarding-tour 2023-05-24 11:43:05 +05:30
Maharshi Patel
9fec2fb499 fix: change onboarding_status type to long text
json type breaks unrelated tests and in mariadb json is alias for long text.
2023-05-24 11:42:35 +05:30