Commit graph

1338 commits

Author SHA1 Message Date
Suraj Shetty
d29197fd14
Merge branch 'develop' into remove-web-page-block-from-website-theme 2020-06-01 10:40:47 +05:30
Faris Ansari
95bfedfff5 fix: Remove web page script from Website Theme 2020-05-29 15:16:46 +05:30
Shivam Mishra
5793be6565
chore: cleanup website desk pages (#10519) 2020-05-29 13:11:26 +05:30
Suraj Shetty
273c132e07
Merge branch 'develop' into commit-auto-updated-files 2020-05-28 10:09:35 +05:30
mergify[bot]
4a56ae4557 Merge pull request #10248 from ruchamahabal/duration-control
feat: Duration Control
2020-05-27 06:53:46 +00:00
Suraj Shetty
62384fc8f8
Merge branch 'develop' into commit-auto-updated-files 2020-05-22 13:14:52 +05:30
mergify[bot]
a2550faa0f
Merge pull request #10232 from scmmishra/web-analytics-report
feat: Website module enhancements
2020-05-22 04:51:25 +00:00
Shivam Mishra
5bdcc4cbe0 fix: translate tour for web page 2020-05-21 19:52:28 +05:30
mergify[bot]
98050bc6b7
Merge pull request #10371 from scmmishra/web-page-builder-enhancements
fix: Web page builder enhancements
2020-05-20 18:27:36 +00:00
Shivam Mishra
0a8506da87 feat: remove subnav 2020-05-20 15:16:28 +05:30
Faris Ansari
a8262a0650 fix: Commit auto-updated files 2020-05-20 14:49:20 +05:30
mergify[bot]
e6efd9960f
Merge pull request #10407 from abhishekbalam/blog-type-error
fix: Type error when empty "Rich Text" content saved in Blog Post
2020-05-20 08:04:07 +00:00
mergify[bot]
3baf0b511b
Merge pull request #10264 from Mangesh-Khairnar/add-sm-icons-in-abt
feat(blog): add social media share
2020-05-20 07:29:16 +00:00
Abhishek Balam
f4cd72c792 fix: Type error when empty 'Rich Text' content saved in Blog Post 2020-05-20 12:14:03 +05:30
Faris Ansari
3d9e647015 fix: Commit auto-updated files 2020-05-19 22:54:03 +05:30
Faris Ansari
01dfd23c66 fix: Set default font properties to all weights 2020-05-19 22:53:32 +05:30
Faris Ansari
4b8927af17 fix: Remove section with left image 2020-05-19 22:52:07 +05:30
Faris Ansari
7234b4b7fa fix: Add Split Section template 2020-05-19 22:51:48 +05:30
Faris Ansari
2ca6802e8e fix: Add Testimonial template 2020-05-19 22:51:29 +05:30
Abhishek Balam
2fe23e29f0
requested change
Co-authored-by: Himanshu <himanshuwarekar@yahoo.com>
2020-05-19 11:05:07 +05:30
Abhishek Balam
3a2eb64a29
fix: Console error in generate_google_search_preview() when route is not set
VM2249:28 Uncaught (in promise) TypeError: Cannot read property 'split' of undefined
    at generate_google_search_preview (eval at setup (form.min.js?ver=1589740826.0:15059), <anonymous>:28:34)
    at refresh (eval at setup (form.min.js?ver=1589740826.0:15059), <anonymous>:10:3)
    at runner (form.min.js?ver=1589740826.0:14996)
    at form.min.js?ver=1589740826.0:15014
2020-05-18 23:32:42 +05:30
Shivam Mishra
cca6d5c860 fix: do not apply inline css 2020-05-18 15:22:25 +05:30
Shivam Mishra
f913054a64 refactor: remove template data from subnav json 2020-05-18 15:20:04 +05:30
Shivam Mishra
ff525deaf9 style: sider fixes 2020-05-16 12:43:10 +05:30
Shivam Mishra
6c58b63f51 fix: referrer length too long 2020-05-16 12:31:05 +05:30
Mangesh-Khairnar
845842e021
Merge branch 'develop' into add-sm-icons-in-abt 2020-05-15 23:37:48 +05:30
Rucha Mahabal
b70321cc50 Merge branch 'develop' into duration-control 2020-05-15 20:07:16 +05:30
Shivam Mishra
20c55b4f73 refactor: remove template from list view 2020-05-15 18:53:17 +05:30
Shivam Mishra
fb65414d82 feat: added subnav 2020-05-15 18:52:55 +05:30
Shivam Mishra
8280a83ff0 fix: left margin for buttons 2020-05-15 15:32:25 +05:30
Shivam Mishra
1395d2d662 fix: banner_image not used in navbar automatically 2020-05-15 14:43:25 +05:30
Shivam Mishra
1bd48a4c09 feat: set max height for default brand html 2020-05-15 14:37:10 +05:30
Shivam Mishra
7721d54016 feat: add hide login to website settings 2020-05-15 14:15:59 +05:30
Shivam Mishra
a7b431465d feat: allow 9 cards in card grid 2020-05-15 14:03:37 +05:30
mergify[bot]
b4e5df62d3
Merge pull request #10293 from gavindsouza/installed-apps
feat: single doctype to store installed apps data
2020-05-14 23:55:16 +00:00
mergify[bot]
e361a31c6c
Merge pull request #10229 from adityahase/http2
perf: Add HTTP Link header for preload hints
2020-05-14 15:07:07 +00:00
Rucha Mahabal
c51018c039 Merge branch 'develop' into duration-control 2020-05-14 11:32:49 +05:30
Aditya Hase
55fe81aaac perf: Add HTTP Link header for preload hints
Parse rendered templates and find stylesheet and script files.
Add these files to the HTTP Link header.

In the case of http1.1 browser can fetch these resources before parsing the DOM.
In the case of http2 NGINX can use HTTP2 Server Push (http2_push_preload on).

https://www.w3.org/TR/preload/
2020-05-13 20:56:51 +05:30
Faris Ansari
9d03190335 fix: Re-raise swallowed exception 2020-05-13 20:10:35 +05:30
Shivam Mishra
e2b5fcb6ab chore: update fixtures 2020-05-13 19:58:33 +05:30
Shivam Mishra
0bb1060998 feat: use new date range function 2020-05-13 19:57:30 +05:30
Shivam Mishra
0eaf778fe2 refactor: change values for report range options 2020-05-13 19:56:49 +05:30
Rucha Mahabal
776da4cc90 feat: add duration field in web form 2020-05-13 14:00:10 +05:30
Shivam Mishra
aa76a03d26 feat: added web page tour to onboarding 2020-05-13 12:34:55 +05:30
Shivam Mishra
39ecc61b61 feat: added tour for web page 2020-05-13 12:34:34 +05:30
Shivam Mishra
cfb4f39d37 Merge branch 'develop' of github.com:frappe/frappe into web-analytics-report 2020-05-13 12:12:48 +05:30
mergify[bot]
94301fa698
Merge pull request #10287 from scmmishra/onboarding-enhancements
feat: form tour feature
2020-05-12 16:07:14 +00:00
Shivam Mishra
26ef8fc034 Merge branch 'develop' of github.com:frappe/frappe into onboarding-enhancements 2020-05-12 19:45:59 +05:30
Shivam Mishra
0ff0e1f7d0 Merge branch 'develop' of github.com:frappe/frappe into web-analytics-report 2020-05-12 17:00:19 +05:30
Shivam Mishra
0d22acb7f5 Merge branch 'develop' of github.com:frappe/frappe into rename-onboarding 2020-05-12 16:33:17 +05:30