Matt Westcott
5aa0673452
Update `WAGTAIL_WORKFLOW_REQUIRE_REAPPROVAL_ON_EDIT` docs to indicate that default is False ( #12340 )
...
Fixes #12329
2024-09-19 16:41:17 +01:00
Sage Abdullah
706b95f670
Deprecate the WAGTAIL_AUTO_UPDATE_PREVIEW setting
2024-09-19 08:22:54 +10:00
LB Johnston
1790bdd158
Align recent docs & release notes to US spelling
2024-08-29 18:28:07 +01:00
Vince Salvino
067ebc01ec
Add example date/time formatting for the Wagtail admin settings. ( #12083 )
2024-08-02 13:54:13 +01:00
Sage Abdullah
dfe9638e7d
Replace pytz.common_timezones with zoneinfo.available_timezones
...
and remove pytz dependency
2024-07-29 18:31:30 +01:00
Matt Westcott
e1f9d97238
Remove versionadded/versionchanged notes for 6.1
2024-07-22 13:43:34 +01:00
Thibaud Colas
c569e08d7d
Release notes for #12099
2024-07-19 13:14:30 +01:00
Sage Abdullah
f8564055b1
Add WAGTAIL_EDITING_SESSION_PING_INTERVAL setting
2024-07-19 13:14:30 +01:00
Sage Abdullah
f126a4860e
Deprecate user form-related settings
2024-07-10 17:10:36 +02:00
Sage Abdullah
449a48d7f9
Reorganise docs for custom user forms to prefer UserViewSet customisation
...
And make small tweaks to the GroupViewSet docs so the custom apps
examples align.
2024-07-10 17:10:36 +02:00
Sage Abdullah
e1b77ccd6f
Add docs about not converting relative links when there are multiple sites
2024-06-25 17:59:37 +01:00
Saksham Misra
53d6ea4491
Add documentation to support password required settings change
...
PASSWORD_REQUIRED_TEMPLATE -> WAGTAIL_PASSWORD_REQUIRED_TEMPLATE
DOCUMENT_PASSWORD_REQUIRED_TEMPLATE -> WAGTAILDOCS_PASSWORD_REQUIRED_TEMPLATE
2024-04-18 07:03:08 +10:00
Alec Baron
d71cf79520
Accept alias for WAGTAILIMAGES_RENDITION_STORAGE ( #11749 )
...
* Accept alias for WAGTAILIMAGES_RENDITION_STORAGE
* Update wagtail.images.models.get_rendition_storage to handle the case when the WAGTAILIMAGES_RENDITION_STORAGE setting is given a storage alias (defined in the STORAGES setting). Preserve old behavior when a dotted module path or a Storage instance are given.
* Refactor and improve all tests related to the WAGTAILIMAGE_RENDITION_STORAGE setting.
* Update related documentation.
2024-04-17 16:22:19 +01:00
LB Johnston
e8f4d56583
Support forwards compatible configuration for private pages/collections
...
The new settings introduced in #11582 / #11536 only considered one use case of disabling the shared password option. However, we may want to allow for more complex configuration in the future in this area.
Ensure we can support potential future requirements such as #11640 with a more flexible structure for private pages & collections.
The following settings have been changed from boolean to dictionary values.
WAGTAIL_ALLOW_SHARED_PASSWORD_PAGE -> WAGTAIL_PRIVATE_PAGE_OPTIONS
WAGTAIL_ALLOW_SHARED_PASSWORD_COLLECTION -> WAGTAILDOCS_PRIVATE_COLLECTION_OPTIONS
2024-04-17 15:29:50 +01:00
Sage Abdullah
a5aafe0d15
Remove support for customising the number of entries on the image listing
2024-03-11 09:55:41 +00:00
Matt Westcott
5e5619d43f
Add warnings about XSS to WAGTAILDOCS_SERVE_METHOD and WAGTAILDOCS_EXTENSIONS settings docs
2024-03-07 12:19:22 +00:00
Rohit Sharma
427d821e3a
Add system checks for WAGTAIL_DATE_FORMAT, WAGTAIL_DATETIME_FORMAT and WAGTAIL_TIME_FORMAT
...
- Includes a rework of #6168
- Fixes #11504
2024-02-13 08:27:00 +10:00
Buraah
bfa29201c3
Docs - Page names & reference section - Update British spelling to American
...
- Changed all British spellings to American spellings, in the Customizing admin templates section of the docs
- Transferred all British spellings in the usage guide and advanced topics section to American spellings
- Update a series of other pages to use the spelling cutomize in the file name
Implemented all feedbacks on the usage guide and advanced topics section
2024-02-12 08:44:19 +10:00
Salvo Polizzi
502dd7c723
feature: allow disabling of shared password usage
...
Closes #11536
2024-02-09 08:52:32 +10:00
LB Johnston
b81f369498
6.0 release - Add versionadded sections & release notes links
2024-01-24 13:54:48 +00:00
Neeraj P Yetheendran
7fa335c20d
Update Django intersphinx references to new format
2024-01-21 10:09:21 +10:00
Neeraj P Yetheendran
3faeabb4d7
Allow admin backend login URL to be customised ( #11415 )
...
Fixes #10882
2024-01-16 23:50:31 +00:00
Neeraj P Yetheendran
8932c67270
Add full set of Documents app features
...
- Added customizing document upload form subsection in documents section
- Added storing and serving subpage
- Added overview section, including RichText and StreamField usage
- Closes #2001
2023-11-13 09:53:16 +11:00
Matt Westcott
12924a5a2d
Remove docs for WAGTAIL_MODERATION_ENABLED
2023-11-01 16:51:25 +00:00
Sage Abdullah
c5caec6345
Deprecate WAGTAIL_MODERATION_ENABLED setting in favour of WAGTAIL_WORKFLOW_ENABLED
...
The latter came later in #7218 , but existing parts that still use
the old setting were not migrated to use the new setting
2023-10-05 10:18:48 +01:00
sgfost
61594a2616
Add docs for managing stored queries in searchpromotions
...
and update docs about the search -> searchpromotions migration.
2023-07-18 15:00:56 +01:00
Matt Westcott
d05c0c1bc1
Update docs to cover Elasticsearch 8 support
2023-07-17 16:18:37 +01:00
zerolab
ce4afcd578
Update documentation for AVIF support
...
Co-Authored-By: Aman Pandey <74553951+salty-ivy@users.noreply.github.com>
2023-07-14 16:17:53 +01:00
Matt Westcott
4a47bc611b
Remove old versionadded / versionchanged notes
2023-04-21 13:47:10 +01:00
Joshua Munn
2424df3d68
Remove WAGTAILIMAGES_ALLOW_SVG setting for WAGTAILIMAGES_EXTENSIONS
...
PR #9860 introduced the WAGTAILIMAGES_EXTENSIONS setting, which
conflicts with the use of
WAGTAILIMAGES_ALLOW_SVG. WAGTAILIMAGES_EXTENSIONS can be used to
opt-in for SVG use instead.
2023-03-30 10:19:43 +01:00
Joshua Munn
657afde30a
Add more detail to SVG security notes, update settings reference
2023-03-30 10:19:43 +01:00
Matt Westcott
1a0344216c
Remove fallback on BASE_URL
2023-02-08 14:25:09 +00:00
Thibaud Colas
7339f6c3d1
Update guide.wagtail.org links to use most up-to-date URL and page name, with "latest" redirect
2023-02-03 11:13:15 +00:00
4the4ryushin
32822a90ee
Fix: restrict globaly documents and images to certain types ( #9860 )
...
Fixes #1285
2023-01-30 14:44:07 +00:00
LB Johnston
edb86a7e8f
Documentation - Fix missing links / images
...
Most of these are no longer applicable due to the introduction of Wagtail guide, where possible the new guide links are used now
- Re-add missing docs image for extending Draftail
- There is no Guide page (yet) for Inserting videos or images so those links have been removed
- Fix some additional reference issues where the page name and reference were causing issues
2023-01-05 12:08:27 +00:00
Sage Abdullah
1a09e2d70e
Rename `WAGTAILADMIN_GLOBAL_PAGE_EDIT_LOCK` to `WAGTAILADMIN_GLOBAL_EDIT_LOCK`
2022-12-14 11:46:57 +00:00
Jake Howard
55f42d29c8
Mention using the `image_url` tag for increased performance on image URLs
2022-10-18 08:16:02 +10:00
Thibaud Colas
61b8336978
Release notes for #9344
2022-10-17 17:39:37 +01:00
Sage Abdullah
4e5f4ca4ec
Add tests and docs for WhatsNewInWagtailVersionPanel
2022-10-17 17:39:37 +01:00
Karl Hobley
b714a30bff
Remove WAGTAIL_USAGE_COUNT_ENABLED setting
2022-10-05 19:38:14 +01:00
LB (Ben Johnston)
d2b9442e56
Documentation - clarify that preview_modes=[] will disable preview ( #9157 )
2022-09-07 20:32:23 +01:00
LB Johnston
666cc5e8e5
fix up legacy release note refs & use consistent format
...
- fix some broken refs that were lost in the migration to markdown files
- use lower_snake_case for all internal refs (most follow this convention)
- release process sub-section in docs should be named release schedule instead
2022-08-16 12:42:42 +01:00
LB Johnston
401e84dfd9
fix various typos and backtick usage in 4.0 changelog/release notes
...
- adds a ref to the new setting added for `WAGTAILADMIN_UNSAFE_PAGE_DELETION_LIMIT` - see #8703
2022-08-16 12:36:46 +01:00
Akash-Kumar-Sen
827bcf3dbf
Documentation - improve organisation of settings reference #8950
...
- fixes #8863
2022-08-06 21:20:22 +10:00
Matt Westcott
9667088e98
Move setting metadata / reindexing into form.save()
2022-08-02 18:53:56 +02:00
Dolidodzik
b131b4813e
replace latin abbreviations with english phrases & updated docs guidelines
...
- added sub-section to language part of general_guidelines.md
- fixes #8860
2022-07-20 16:11:38 +10:00
Matt Westcott
d07ff422d8
Documentation and release note for #8703
2022-07-18 15:53:32 +01:00
sage
5ee5acb7ce
Introduce a new auto-updating preview panel inside the page editor ( #8671 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-14 13:59:05 +01:00
SilvestriStefano
f535a0cc43
Documentation - migrate reference/** files to markdown content
...
- relates to #8383
2022-06-30 09:57:26 +10:00
LB Johnston
0afe2f9c89
Documentation - rename docs/reference/**
...
- rename all files from rst to md so git history is preserved
2022-06-30 09:57:26 +10:00