0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
Commit Graph

17486 Commits

Author SHA1 Message Date
Matt Westcott
9dc38076ed
Add missing promote tab to ObjectList permission example (#11893)
As per https://github.com/wagtail/wagtail/issues/10117#issuecomment-2002393424
2024-04-25 13:45:05 +01:00
Matt Westcott
296e34ca2b Fetch new translations from transifex 2024-04-25 10:31:38 +01:00
Matt Westcott
7900055afa Release note for #11858 2024-04-24 23:55:22 +01:00
Jake Howard
c00c2b684f Allow frontend caching backends to limit which hostnames they respond to 2024-04-24 23:34:33 +01:00
Matt Westcott
91d7ae8a6e Reinstate wagtail.models.collections to prevent import errors in migrations
Fixes #11874
2024-04-23 13:07:03 +07:00
Matt Westcott
b5f5364b82 Update "integrating into Django" docs to emphasise creating page models 2024-04-23 08:18:07 +10:00
Matt Westcott
4048c70502 Release note for #11881 2024-04-22 20:05:51 +01:00
Sage Abdullah
4c804d1cf2 Fix next redirect URL in page search results view 2024-04-22 20:05:51 +01:00
sag​e
8a764b01b1
Use wagtail.VERSION for the 'What's new in Wagtail x.y' menu item (#11883)
This ensures wagtail.VERSION is always the source of truth for version
numbers. This also means the only Python code we need to bump when
working on a new version is wagtail.VERSION.
2024-04-22 19:55:25 +01:00
Matt Westcott
0338642e62 Release note for #11878 2024-04-22 12:42:49 +01:00
LB (Ben Johnston)
d3d43420aa
Add third party tutorials Q1 2024 (#11878) 2024-04-22 12:37:26 +01:00
Sage Abdullah
0d23f431e9
Release note for #11876 2024-04-22 11:26:09 +07:00
Sage Abdullah
f96c0a5e0a
Fix cache warmup in redirects export queries test to ensure consistency when run in parallel/not 2024-04-22 10:21:31 +07:00
Sage Abdullah
fe653566cb
Remove unused wagtailredirects/list.html template 2024-04-22 09:24:05 +07:00
zerolab
e9a349c95d
Limit the redirect to page filter to only pages used in redirects 2024-04-22 09:12:44 +07:00
zerolab
f5e1826e17
Merge the redirects report into redirects index view 2024-04-22 09:12:44 +07:00
Jake Howard
bfbd0d5ee2
Optimise redirects report 2024-04-22 09:12:44 +07:00
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
bd40b34fb9 Add missing examples for KeyboardController
Based on PR #11853
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
Matt Westcott
3cb430cbc7 Generate new strings for translation 2024-04-18 17:29:44 +01:00
Matt Westcott
5326736538 Use a non-empty string in LazyStringEncoder to silence warnings 2024-04-18 17:28:39 +01:00
Matt Westcott
5a15e6e921 Fetch new translations from Transifex 2024-04-18 17:14:24 +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
d04746bf9e Adjust admin UI components based on desired interface density 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
Thibaud Colas
bd6f314b87 Refactor CSS selectors in title panel override for readability 2024-04-18 13:04:25 +01:00
Thibaud Colas
fe148c01e5 Add density parameter to user profile 2024-04-18 13:04:25 +01:00
Matt Westcott
b57a9a94a0 Release note for #11832 2024-04-18 12:34:48 +01:00
Andy Babic
52aeb4d178 Remove unused import 2024-04-18 12:33:12 +01:00
Andy Babic
a9ba0428cf Rewrite create_renditions() to:
- Use a maximum of 3 workers
- Use the new generate_rendition_instance() method
- Define and execute future threads in a way that allows exceptions to be surfaced (avoid map)
2024-04-18 12:32:49 +01:00
Andy Babic
189b851d72 Add AbstractImage.generate_rendition_instance() 2024-04-18 12:32:49 +01:00
Andy Babic
fe8e618232 Fix: Avoid mutation of list whilst iterating it 2024-04-18 12:32:49 +01:00
sag​e
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
Nigel van Keulen
3ff4bc08c6
Populate parent page cache during page routing (#11737)
* Optimize page routing by caching parent on child
2024-04-18 10:48:29 +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
Rohit Sharma
a86822c530 Add ability for Settings icons to be reflected on Setting edit views
Fixes #11790
Rebase and rework of original PR #8650
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
LB Johnston
488f338c1c Add unit tests to support password required template settings 2024-04-18 07:03:08 +10:00