Sage Abdullah
100566ab8f
Set up release notes for 6.2
2024-04-22 09:00:37 +07:00
Sage Abdullah
ecb4028165
Version bump to start work on 6.2
2024-04-22 09:00:37 +07:00
Sage Abdullah
fd659ae767
Remove versionadded / versionchanged annotations for 6.0
2024-04-22 09:00:36 +07:00
LB Johnston
b664169b32
Improve 6.1 release notes
...
- Fix typo in example regex
- Add links to documentation where possible
- Minor clean up
2024-04-19 17:09:50 +10:00
LB Johnston
58d98974bc
Update tutorial page create_footer to use consistent filename
...
- File was using a mix of kebab & snake case, align with all other filenames and use only snake_case
2024-04-19 17:09:50 +10:00
LB Johnston
6e05134d12
Fix malformed documentation ref `developing_using_a_fork`
2024-04-19 17:09:50 +10:00
Matt Westcott
2174cf4c18
Remove extra 'Upgrade considerations' heading
2024-04-18 17:43:22 +01:00
Matt Westcott
65fbe147f0
Promote PageListingViewSet and keyboard shortcuts dialog to headline features
2024-04-18 17:41:40 +01:00
scott
951e41ae26
add new field types ( #11861 )
2024-04-18 16:42:06 +01:00
LB Johnston
2d075177c4
Fix issue where allow unicode slugs was not correctly used for urlify ( #11865 )
...
When the urlify util is used, ensure that we pass in the allow unicode value correctly in the SlugController.
Note: This was passed in for slugify but the usage of slugify, not urlify.
Fixes #11828
2024-04-18 13:59:36 +01:00
Thibaud Colas
b21b1a1534
Add snug mode release notes
2024-04-18 13:04:25 +01:00
Thibaud Colas
ddb907d274
Add new global CSS variable --w-density-factor
2024-04-18 13:04:25 +01:00
Matt Westcott
b57a9a94a0
Release note for #11832
2024-04-18 12:34:48 +01:00
sage
c1a23b4bd3
Tweak styles for w-header-button to better match the designs ( #11863 )
2024-04-18 12:29:01 +01:00
Matt Westcott
c02162dc50
Release note for #11737
2024-04-18 10:54:19 +01:00
Sage Abdullah
0f7398f93c
Update release notes for #11749 and #11762
2024-04-18 07:43:55 +07:00
LB Johnston
67471defcf
Add release notes for #11818
2024-04-18 07:48:33 +10:00
LB Johnston
37922cc03d
Add changelog & upgrade considerations #11525
2024-04-18 07:03:08 +10: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
Matt Westcott
1ec62a6c2d
Release note for #11749
2024-04-17 16:23:54 +01: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
Matt Westcott
abd018b926
Release note for #11850
2024-04-17 14:21:54 +01:00
Matt Westcott
b0cda80626
Simplify example of appending a rich text block to a streamfield
2024-04-17 14:18:02 +01:00
Neeraj P Yetheendran
4bf966537a
Added ability to make keyboard shortcut Global
...
Add `w-kbd-scope-value` with support for `global` so that specific keyboard shortcuts (e.g. ctrl+s/cmd+s) can be used consistently even when focused on fields.
Fixes #11844
2024-04-17 21:00:58 +10:00
LB Johnston
b8ce8f7739
Add changelog for #11168
...
Relates to #2936
2024-04-17 19:58:08 +10:00
LB Johnston
e6504951c8
Add deprecated backwards compatible window.URLify with release notes
...
- Add legacy support for window.URLify with allowUnicode as a param
- Add release notes details for both window.URLify (deprecated) & window.XRegExp (removed)
2024-04-17 19:58:08 +10:00
Sage Abdullah
657c867d03
Release note for #11839
2024-04-17 14:49:42 +07:00
Matt Westcott
9b74c83195
Eliminate jQuery from telepath widget classes
2024-04-17 14:49:11 +07:00
Sage Abdullah
6d1fe98f6a
Release note for #11774
2024-04-17 03:56:27 +07:00
Abdelrahman
61e803c740
Add choose parent view for creating pages via PageListingViewSet
2024-04-17 03:48:54 +07:00
Matt Westcott
dd5e16b2e1
Release note for #11831
2024-04-16 16:37:47 +01:00
Drikus Roor
bfce1cea64
docs: Make instructions about adding "wagtail.contrib.settings" to INSTALLED_APPS more explicit
2024-04-16 16:35:55 +01:00
Drikus Roor
e51e3f9fe2
docs: Fix language mistake
2024-04-16 16:35:54 +01:00
Drikus Roor
8e38f5ead4
docs: Remove unused import from code example
2024-04-16 16:35:54 +01:00
Matt Westcott
77eba6e052
Release note for #11835
2024-04-16 16:29:29 +01:00
Sage Abdullah
e653a4afbb
Correct LF vs CRLF instruction in Windows development docs ( #11848 )
2024-04-15 13:14:44 +01:00
Sage Abdullah
bd1a81d88f
Release note for #11762
2024-04-15 14:23:07 +07:00
Matt Westcott
e32aee036f
Release note for #5875
2024-04-12 20:47:47 +01:00
Andy Chosak
e9dcf7ca01
Documentation updates
2024-04-12 20:46:25 +01:00
Andy Chosak
47f0e533b6
Update docs/extending/rich_text_internals.md
...
Co-authored-by: Dan Braghiș <dan@zerolab.org>
2024-04-12 20:46:24 +01:00
Andy Chosak
cacfa820b8
Documentation
2024-04-12 20:46:24 +01:00
Sebastian Muthwill
e86e1caa28
bump django-filter to support 24.2 version ( #11837 )
2024-04-12 19:43:29 +01:00
Ihor Marhitych
c550173d6c
Fix postgres phrase search to respect language set in settings
2024-04-12 17:29:35 +01:00
zerolab
989a51f425
Release notes for #11683
2024-04-12 17:24:56 +01:00
Gordon Pendleton
06ed3ae6b8
Refactor page fetching logic to cache per request ( #11683 )
...
Adds two new helper static methods:
- `Page.route_for_request()` - to find the page route, given a request
object and a URL path
- `Page.find_for_request()` - to find the page given, a request object and a URL
path
2024-04-12 17:16:39 +01:00
Neeraj P Yetheendran
6843fbe643
Add re_path to imports in routablepage.md ( #11841 )
2024-04-12 14:22:15 +01:00
Matt Westcott
366a2a48c8
Release note for #11823
2024-04-10 20:07:23 +01:00
Sage Abdullah
2a3106a224
Use the users listing view with the group filter for listing group users
2024-04-09 08:54:49 +07:00
Sage Abdullah
d0fa6abae9
Pass the request user object instead of context to register_user_listing_buttons hook
2024-04-09 08:54:48 +07:00