LB Johnston
7c3ddb3bfc
documentation - adopt MyST syntax for form builder section
...
- the original conversion to markdown happened around the same time as the MyST conversion
- this meant that the syntax was not in sync
- also run prettier over markdown for consistent formatting & whitespace
- see #8007
2022-03-16 20:51:43 +10:00
LB (Ben Johnston)
e3b6e79a8e
Documentation - migrate form builder docs to markdown ( #8007 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-03-10 08:43:49 +00:00
LB (Ben Johnston)
6ed65f14c6
Move Markdown docs to MyST parser. Fix #8074 ( #8084 )
2022-03-09 11:48:19 +00:00
LB (Ben Johnston)
70aabb5d34
Refine documentation for show_in_menus
( #8072 )
...
- this appears to be a point of confusion, where developers are unsure what this field does
- this update makes it more explicit that this field does not do anything, except the queryset usage, by default
2022-03-04 14:34:21 +00:00
Matt Westcott
31139e8b24
Remove references to StreamFieldPanel and ChooserPanels from docs
2022-03-02 15:55:25 +00:00
Matt Westcott
c6f3b9982c
Fix / remove broken documentation links
2022-03-02 11:48:06 +00:00
LB Johnston
6ecdc16bd4
remove Hallo references in the documentation
2022-03-02 20:15:33 +10:00
Sage Abdullah
bf8d5b3f94
Replace data_json
TextField
with data
JSONField
in BaseLogEntry
2022-02-28 10:27:07 +00:00
Sage Abdullah
bae76a2af0
Replace content_json
TextField
with content
JSONField
in PageRevision
2022-02-25 11:39:47 +00:00
Andy Babic
963c739f03
Remove a reference to the recipe from redirects.rst
2022-02-22 16:18:46 +10:00
Andy Babic
2c33c98eb4
Remove redirect auto-creation recipe from docs, as wagtail has this covered.
2022-02-22 16:18:46 +10:00
Matt Westcott
8d40a978ef
Remove old versionadded / versionchanged notes
2022-02-08 19:00:47 +00:00
Matt Westcott
00582ba35a
Remove 'db' and 'postgres_search' search backends
2022-02-08 19:00:47 +00:00
LB Johnston
5258f2899b
hooks - update unnecessary format_html to mark_safe
2022-01-26 11:19:27 +00:00
Andy Babic
236af3607f
Documentation for #7827
2022-01-21 12:53:37 +00:00
Cynthia Kiser
82d9330d77
Added a section to deployment docs about configuring serving of user uploaded files ( #7553 )
2022-01-21 11:21:53 +00:00
Thibaud Colas
20a7d1ef3a
Mention WAGTAIL_SLIM_SIDEBAR will go away in Wagtail 2.18
2022-01-21 10:24:02 +00:00
Thibaud Colas
2e6378aa19
Add WAGTAIL_SLIM_SIDEBAR = False setting to switch back to legacy sidebar
2022-01-21 10:24:02 +00:00
Thibaud Colas
71be900e25
Update MenuItem API documentation
2022-01-21 10:24:02 +00:00
Naomi I. Morduch Toubman
9b1a05a55d
Change webmaster to website administrator in the admin ( #6857 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-01-20 20:39:09 +00:00
Vladimir Tananko
e07e1994de
A Jinja2 version of wagtail_site tag
2022-01-20 14:05:13 +00:00
Jake Howard
0a9b23979b
Update links to wagtail.io website to point to wagtail.org
...
This covers only links to the website, not other sites
2022-01-15 20:23:44 +10:00
LB (Ben Johnston)
707ea54f4f
Update blocks.rst
...
Docs does not currently include the `rows` kwarg that is available on `TextBlock`.
See Question on slack https://wagtailcms.slack.com/archives/C81FGJR2S/p1635825388225100
2022-01-08 20:54:20 +10:00
Tidiane Dia
11e1ff03df
Add register_page_header_buttons hook documentation
2022-01-07 16:23:17 +00:00
Karl Hobley
247030df14
Revert "Implement page_url_path_changed
signal (RFC 34) (1 of 3)" ( #7797 )
...
* Revert "Release notes for #7761 "
This reverts commit b062c22331
.
* Revert "Fix incorrect logging of move VS reorder"
This reverts commit 0086c7ba7a
.
* Revert "Update docs"
This reverts commit e602990e39
.
* Revert "Add tests"
This reverts commit b10e545b14
.
* Revert "Prevent the 'old_record' query being unnecessary triggered by page.move()"
This reverts commit 4fed675d7a
.
* Revert "Implement the page_url_path_changed signal"
This reverts commit 2f86eda372
.
2021-12-18 16:54:44 +00:00
Karl Hobley
6f2c576da0
Revert "Add ever_live()
and never_live()
filters to PageQuerySet
(RFC 34) (2 of 3)" ( #7796 )
...
* Revert "Release notes for #7776 "
This reverts commit a7e58e9c67
.
* Revert "Tests for #7776 "
This reverts commit 1f5734ce3f
.
* Revert "Add PageQuerySet.ever_live() and PageQueryset.never_live() filters"
This reverts commit d8c2e33505
.
2021-12-18 16:54:26 +00:00
Karl Hobley
7999cbf2c4
Revert "Add signal handler for automatic redirect creation (RFC 34) (3 of 3)" ( #7795 )
...
* Revert "Release notes for #7774 "
This reverts commit e9eadb65c7
.
* Revert "Docs for #7774 "
This reverts commit d00a4c8a65
.
* Revert "Automatically create redirects for when pages are moved or have their slug updated"
This reverts commit 31a7b11932
.
2021-12-18 16:54:04 +00:00
Andy Babic
d00a4c8a65
Docs for #7774
2021-12-16 16:06:11 +00:00
Andy Babic
d8c2e33505
Add PageQuerySet.ever_live() and PageQueryset.never_live() filters
2021-12-16 14:10:16 +00:00
Andy Babic
e602990e39
Update docs
2021-12-16 13:35:11 +00:00
LB (Ben Johnston)
c9aa26e887
Documentation - remove all jQuery usage ( #7658 )
2021-12-07 15:37:33 +00:00
Tomasz Knapik
2c169a8d38
Add Azure CDN and Front Door backends
2021-12-03 08:05:12 +10:00
Matt Westcott
980d2c435e
collapse option on StreamField, StreamBlock, ListBlock
...
Fixes #7705
2021-12-01 07:36:54 +10:00
Matt Westcott
abf408d8f6
Formally deprecate old db search backends ( #7651 )
...
As per #7633
2021-10-28 10:53:32 +01:00
Coen van der Kamp
73f65e9357
Fix TableBlock -> TypedTableBlock in code samples
2021-10-18 12:42:20 +01:00
Shohan
4624d2d540
Fix typos and remove unwanted code from bulk actions ( #7613 )
...
* [refactor] Fix typos and documentation
* [refactor] Remove unused attribute object_key
* [refactor] Remove filters from page explorer
* [refactor] Remove unused code of page filters
2021-10-15 16:51:18 +01:00
Dan Braghis
247bfe883f
Further tidy up following code review
...
Co-Authored-By: Thibaud Colas <thibaudcolas@gmail.com>
2021-10-15 16:51:18 +01:00
Shohan
24f987db49
Add bulk actions documentation
...
Co-Authored-By: Thibaud Colas <thibaudcolas@gmail.com>
2021-10-15 16:51:18 +01:00
Matt Westcott
78389caa95
Remove unnecessary indentation from code examples
2021-10-15 14:20:56 +01:00
Matt Westcott
6012291707
Documentation formatting fixes
...
Co-authored-by: Scott Cranfill <scott@scottcranfill.com>
2021-10-15 14:20:56 +01:00
Matt Westcott
55c72fd3ba
Docs for typed table block
2021-10-15 14:20:56 +01:00
Karl Hobley
e2ddd52030
Updates to docs for new database search backend
...
A more detailed comparison of the features supported in different
databases will come later.
2021-10-11 20:12:24 +01:00
LB Johnston
f453092d0c
update hooks documentation to use mark_safe as no variables are used
2021-10-06 20:57:32 +10:00
Daniel
381b11f54f
Include custom permissions hook documentation
2021-10-01 06:52:43 +10:00
Joe Howard
4ab7080fb8
Documentation - Remove ambiguity about ModelAdmin templates
...
- The modeladmin folder needs to be inside the templates folder of the relevant app.
- The way it was written makes it seem like /modeladmin/ should be placed in the project root directory.
2021-09-30 21:32:57 +10:00
JaneLiu
92381698d0
Add code example for before_delete_page
hook
2021-09-30 21:15:33 +10:00
Mitchel Cabuloy
d026632894
Add page synchronization to simple_translation
2021-09-29 11:43:45 +01:00
Matt Westcott
3b972775fc
Deprecate passing callables as log messages
2021-09-27 19:54:25 +01:00
Matt Westcott
0380f01b24
Allow specifying a format for the label of a collapsed StructBlock
...
Currently, the label shown for a StructBlock's collapsed representation takes its content from the first sub-block of the StructBlock, which isn't always what you want. Add a new `label_format` meta option to StructBlock to allow customising this - e.g. `label_format = "Profile for {first_name} {surname}"`
2021-09-27 19:07:14 +01:00
Scott Cranfill
27c3e7921a
Docs: Clarify Jinja2 template configuration
...
Emphasizing and clarifying some parts that are easy to overlook, based on a Slack support conversation.
2021-09-26 20:48:28 +10:00