conncampbell
b1b1fbbce2
feat: Web form fields support for property depends on fields (read-only and mandatory)
2020-11-12 08:04:00 -07:00
mergify[bot]
39b549291f
Merge pull request #11903 from surajshetty3416/fix-login-page-failure
...
fix(website): Bust cache by passing build_version to link and script src
2020-11-09 11:52:26 +00:00
Suraj Shetty
13175a8bc4
fix(website): Bust cache by passing build_version to link and script sources
2020-11-09 15:54:17 +05:30
Faris Ansari
e79cc929be
Merge pull request #11809 from frappe/fix_web_template_display
2020-11-06 15:16:57 +05:30
Faris Ansari
70d98f706f
Merge pull request #11763 from resilient-tech/fix-target
2020-11-05 18:37:28 +05:30
Faris Ansari
8887baa6be
fix: typo
2020-11-05 18:32:02 +05:30
Faris Ansari
e4ea747fe7
fix: Delete template folder on document delete
2020-11-05 18:30:40 +05:30
Faris Ansari
5faccc7f7f
fix: Use before_save instead of on_update
...
on_update runs after the save operation so any document changes do not persist
2020-11-05 18:30:23 +05:30
Abhishek Balam
218431372a
fix: add colon between key and value
2020-10-29 15:03:14 +05:30
Abhishek Balam
6e04e0d6cb
fix(Help Article): show 0 instead of undefined when value not set in dashboard
2020-10-29 14:54:45 +05:30
barredterra
292f14c161
fix: don't save template twice
2020-10-28 11:44:18 +01:00
barredterra
cc338238f9
fix: display web template after save
2020-10-28 10:59:20 +01:00
Aditya Hase
e6aabf346c
perf(render): Don't set context.no_cache
2020-10-27 22:48:02 +05:30
Sagar Vora
91beb46c20
Merge branch 'develop' into fix-target
2020-10-26 21:03:38 +05:30
Sagar Vora
b0bb781125
fix(website): replace target field in Top Bar Item table with a checkbox
2020-10-26 21:02:10 +05:30
Faris Ansari
54732e5775
fix(UX): Add default to Web Template Field
...
- Set default values for Select fields
- Remove quick entry from Web Template
2020-10-26 17:44:12 +05:30
Faris Ansari
b2e5472ea3
Merge pull request #11628 from frappe/fix_web_template_type
...
fix: allow empty type for Web Templates that are not sections
2020-10-26 15:29:17 +05:30
Rushabh Mehta
b5cb39bdb1
fix(minor): fix fieldame in apply_property_setters in model/meta.py
2020-10-26 10:02:04 +05:30
Rushabh Mehta
77e79c050f
fix(linting)
2020-10-26 10:02:04 +05:30
Faris Ansari
84c8bf68a8
Merge remote-tracking branch 'upstream/develop' into fix_web_template_type
2020-10-22 18:05:01 +05:30
mergify[bot]
60d179eff7
Merge pull request #11611 from frappe/fix_standard_web_template
...
fix: improve ux of standard web templates
2020-10-22 12:17:41 +00:00
Faris Ansari
e90faf76b5
fix: Remove unnecessary code
...
- Extra spacing is only applied to templates of type Section
- should be able to call web_block without values
- default type should be Section
- set_query can be set once
2020-10-22 17:43:31 +05:30
Faris Ansari
b86e1e905d
fix: Add mandatory depends on and remove python validation
2020-10-20 15:09:40 +05:30
Faris Ansari
7d57d8030b
fix: minor changes
...
Clear headline to avoid duplicate headlines.
Dont show headline for new forms
2020-10-20 15:07:24 +05:30
mergify[bot]
38b2c072ef
Merge pull request #11594 from frappe/google_analytics_anonymize_ip
...
feat: option to anonymize ip for google analytics
2020-10-19 14:28:08 +00:00
barredterra
aba8bf28bc
feat: set filter on Web Page Blocks
...
Component is not allowed as a page section, only as part of another Web Template.
2020-10-19 15:52:01 +02:00
barredterra
dc98dba97f
fix: "Component" istead of empty type
2020-10-19 14:48:49 +02:00
barredterra
7770cac9dc
Merge branch 'develop' into fix_web_template_type
2020-10-19 13:57:37 +02:00
mergify[bot]
79bfbe0416
Merge pull request #11637 from conncampbell/11636-WebForm-Clear-Attach
...
fix: Clearing attachment from web form causes error on save.
2020-10-16 04:10:55 +00:00
Raffael Meyer
f7e45d1acd
fix: show headline instead of save
2020-10-13 15:28:06 +02:00
conncampbell
8c38a09e3a
fix: Clearing attachment from web form causes error on save.
2020-10-07 13:56:53 -06:00
Faris Ansari
594abc941d
fix: Regenerate active theme on migrate
2020-10-07 21:51:46 +05:30
mergify[bot]
ed69130c9c
Merge pull request #11646 from netchampfaris/context-enhancments
...
fix: Website context enhancements
2020-10-06 11:41:20 +00:00
Faris Ansari
566cceb397
fix(web-template): handle None values
2020-10-06 15:48:30 +05:30
Faris Ansari
2d1592f244
fix: Apply context from hooks at the end
...
Applying context from hooks at the end ensures that any context values
that are set from hooks are not overridden by the framework.
2020-10-05 19:46:35 +05:30
Faris Ansari
b9123593d8
fix: Set default twitter:card value to summary
2020-10-05 19:44:13 +05:30
Faris Ansari
f9ae45441c
fix: Better metatags fallback
...
- Set metatag title from context.title
2020-10-05 19:43:22 +05:30
barredterra
a507de8863
fix: allow empty type for Web Templates that are not sections
2020-10-02 17:01:58 +02:00
barredterra
1849c4f2cf
fix: improve ux of standard web templates
2020-09-30 11:24:08 +02:00
Faris Ansari
e97ce0f4fe
Merge pull request #11584 from netchampfaris/website-enh
2020-09-30 12:25:49 +05:30
Faris Ansari
82370159f5
fix: code style
...
Co-authored-by: Sagar Vora <sagar@resilient.tech>
2020-09-29 16:20:33 +05:30
barredterra
80c75d9806
feat: option to anonymize ip for google analytics
2020-09-28 19:04:09 +02:00
Faris Ansari
aa22287c72
fix(doc-search): Ignore keypress on input elements
2020-09-28 17:26:58 +05:30
Faris Ansari
f8167b4364
fix: Website Sidebar get_items utility method
2020-09-28 17:26:36 +05:30
barredterra
0ccf1d0840
fix: return of the recursive values
2020-09-25 00:56:36 +02:00
barredterra
2fa4f861b7
feat: add Web Page to dashboard
2020-09-25 00:50:38 +02:00
barredterra
f8d71c73a6
fix: handle doc_before_save == None
2020-09-25 00:26:43 +02:00
barredterra
61dc490a49
refactor: Web Template
2020-09-24 15:06:22 +02:00
Faris Ansari
0db383499e
Merge pull request #11555 from netchampfaris/website_theme_hook
2020-09-24 14:13:16 +05:30
Faris Ansari
5e25e9b6b6
fix: test
2020-09-24 13:04:36 +05:30