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
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
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
Yash Jane
76d7e6e379
feat: added email template customization option for welcome and password reset emails
2023-05-25 13:19:07 +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
Raffael Meyer
2205c55d3e
Merge branch 'develop' into sort-options
2023-05-24 12:23:59 +02:00
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
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
PeterG
a182414610
fix(workflow): populate doc from db in apply_workflow ( #21068 )
2023-05-24 11:35:37 +05:30
Maharshi Patel
5f91ed93ef
Merge branch 'develop' into onboarding-tour
2023-05-23 18:16:20 +05:30
Ankush Menat
119313810e
fix: misc onboarding fixes ( #21078 )
...
* fix: show fields without label too
* fix: make form tour step editable
* fix: hide duplicate save buttons
[skip ci]
2023-05-23 15:39:00 +05:30
Maharshi Patel
69705ec086
fix: update module in json to Desk
2023-05-23 15:36:59 +05:30
Maharshi Patel
4557a7b664
fix: minor changes as per review.
2023-05-23 15:23:58 +05:30
Maharshi Patel
2451d8d263
fix: remove always required for element_selector.
2023-05-23 15:22:27 +05:30
Maharshi Patel
20d0e28092
fix: remove onboarding_tours_section
2023-05-23 15:20:35 +05:30
Maharshi Patel
4e74051732
fix: add form tour settings to desk module.
2023-05-23 15:18:15 +05:30
Maharshi Patel
028508c947
fix: remove from settings from core module.
2023-05-23 13:25:37 +05:30
Maharshi Patel
05b1793fcd
fix: load onboarding_tours async
...
loads onboarding_tours if enable_onboarding is checked and form tours are available for user.
2023-05-23 12:42:12 +05:30
Ankush Menat
5b881636bb
chore: track route views for first few days
...
Identifying where users drop off is tricky without knowing what they are
doing in system. Tracking first few days routes will likely give some
insights.
2023-05-23 12:35:40 +05:30
Suraj Shetty
978032a2f2
Merge branch 'develop' into geolocation-control-first-load
2023-05-23 08:55:22 +05:30
Hussain Nagaria
9fa2655bd9
fix: bring back modified field in json file
2023-05-22 23:11:21 +05:30
Christian Werner
98d56d2412
Update de.csv
...
Update Translation
'No' means 'Nein' in German and not 'nothing' 'Kein'
2023-05-22 19:39:21 +02:00
Mohammad Hussain Nagaria
a45eb9c8b7
Merge branch 'develop' into feat-dynamic-webhook-url
2023-05-22 23:08:10 +05:30
Ankush Menat
baa7c9dd40
chore: track dismissed onboardings
2023-05-22 21:41:13 +05:30