Wykres commitów

12463 Commity (62b9c42d3d437cd3bc3fc61f9927535271f3b544)

Autor SHA1 Wiadomość Data
Matt Westcott 62b9c42d3d Release note for in 2.16.1 2022-02-10 15:43:35 +00:00
LB Johnston fcaa4caa0c slim sidebar - use sameSite lax by default
- this will ensure that the cookie will work as expected in future browser changes on HTTP or HTTPS setups
- fixes #7910#
2022-02-10 15:25:17 +00:00
Matt Westcott e7684240bb Add 2.15.4 release notes 2022-02-10 13:44:55 +00:00
Matt Westcott b2a799e61a Add Fix: label to 2.16.1 release notes 2022-02-10 13:43:35 +00:00
Dennis McGregor 81c71ebeaf Apply unlocalize filter to bulk action object ids
- Bulk Actions were failing for objects with id > 999 in projects with
- Django settings `USE_L10N` and `USE_THOUSAND_SEPARATOR` enabled.
- Test bulk action checkboxes handle USE_THOUSAND_SEPARATOR setting
- see 
2022-02-10 20:02:35 +10:00
Ihor Marhitych 8e2eaa6821 fix issue where bulk actions would return, not raise 404
return Http404 -> raise Http404
See 
2022-02-09 21:37:38 +10:00
Matt Westcott 280d239fdc Release note for in 2.16.1 2022-02-08 12:01:21 +00:00
Matt Westcott b097f19c09 Version bump to 2.16.1 2022-02-08 11:58:17 +00:00
Matt Westcott 8b8ae80fc9 Ensure menus with non-Latin alphabets are given distinct IDs
Fixes  - use cautious_slugify rather than slugify to ensure that non-Latin labels aren't reduced to the empty string.
2022-02-08 11:57:49 +00:00
Matt Westcott 8f8b902ffc Version bump to 2.16 final 2022-02-07 14:05:05 +00:00
Matt Westcott 64d5633a50 Fill in release date for 2.16 2022-02-07 14:04:14 +00:00
Matt Westcott dde3f875c8 Fetch new translations from Transifex 2022-02-07 13:22:26 +00:00
Karl Hobley e10eb982b2 Improve performance of new private pages in API functionality 2022-02-07 12:55:47 +00:00
Matt Westcott ad3457b7fe update project template requirements to 2.16rc2 2022-01-28 13:53:43 +00:00
Matt Westcott 50055f6222 Version bump to 2.16rc2 2022-01-28 13:41:52 +00:00
Matt Westcott b789c26560 Fetch new translations from Transifex 2022-01-28 13:41:18 +00:00
Karl Hobley bf88179d86 Update security PGP key to use new wagtail.org domain 2022-01-28 12:17:38 +00:00
Jake Howard 85d9b10bd5 Mention email change in changelog 2022-01-28 12:17:38 +00:00
Jake Howard d196c45e73 Update email addresses for new .org domain () 2022-01-28 12:17:38 +00:00
Andy Babic 80d698d826 Do not show the 'redirect_page_route_path' field in the form 2022-01-27 18:29:05 +00:00
Andy Babic bf88649ba0 Add fix 2022-01-27 18:29:04 +00:00
Andy Babic dd28f48ff0 Add failing test 2022-01-27 18:29:04 +00:00
Matt Westcott 8aa992353f Fill in release date for 2.15.3 2022-01-26 16:06:09 +00:00
Matt Westcott ffbbfc31d8 Release note for in 2.15.3 2022-01-26 11:27:14 +00:00
Matt Westcott 389f507445 Fix Sqlite FTS5 compatibility check
As per https://github.com/wagtail/wagtail/issues/7798#issuecomment-1021544265 - the direct query against the sqlite3 library will fail with sqlite3.OperationalError, not django.db.OperationalError.
2022-01-26 11:26:36 +00:00
Matt Westcott 5a7a51f773 Add release notes for 2.11.9 2022-01-24 16:10:46 +00:00
Matt Westcott dddbfb4067 Formalise support for Django 4.0 2022-01-24 11:46:28 +00:00
Matt Westcott 385a0aee67 Version bump to 2.16rc1 2022-01-21 14:18:55 +00:00
Matt Westcott a3af1199a9 List NHS as sponsor 2022-01-21 14:17:58 +00:00
Matt Westcott 6a10bd1d80 Generate new strings for Transifex 2022-01-21 14:14:26 +00:00
Matt Westcott 07a88ffea0 Add plural to image/document confirm delete string
This stops it being flagged as a duplicate with the bulk delete template, and means both templates can share the string.
2022-01-21 14:13:13 +00:00
Matt Westcott cd6bc70d9d Fetch new translations from Transifex 2022-01-21 13:54:59 +00:00
Matt Westcott db4913af56 Release note for 2022-01-21 13:10:54 +00:00
Dan Braghis f47a4ae1d3 Improve locale_label_from_id caching 2022-01-21 13:09:34 +00:00
Dan Braghis cc9fe1ac90 Add locale labels to admin home summary panels 2022-01-21 13:09:34 +00:00
Dan Braghis 800c17395f Add locale label to aging pages report 2022-01-21 13:09:34 +00:00
Dan Braghis 366ce0633b Add locale label to locked pages report 2022-01-21 13:09:34 +00:00
Dan Braghis 1aa1bbf14f Add locale label to workflow/workflow tasks reports 2022-01-21 13:54:58 +01:00
Dan Braghis c545b3f760 Add template tag to get Locale label from id 2022-01-21 13:54:09 +01:00
Andy Babic 5fc75b312a Provide clarification on specific page usage for autocreate_redirects_on_slug_change() 2022-01-21 12:53:37 +00:00
Andy Babic 9cf5e491ef Improve readability of urlparse path extraction 2022-01-21 12:53:37 +00:00
Andy Babic f9bee8fb02 Utilise Page._get_relevant_site_root_paths in autocreate_redirects_on_slug_change() 2022-01-21 12:53:37 +00:00
Andy Babic 90cd321ec9 Fix _page_urls_for_sites() to combine page_path and route_path values to create 'old_path' values for redirects 2022-01-21 12:53:37 +00:00
Andy Babic 5f28eb6e4d Also test that get_route_paths() overrides are respected 2022-01-21 12:53:37 +00:00
Andy Babic dc62aeed02 Add missing staticmethod decorator to normalise_page_route_path() 2022-01-21 12:53:37 +00:00
Andy Babic 5a28898c70 Update Redirect.link to avoid double-slashes in the return value 2022-01-21 12:53:37 +00:00
Andy Babic e69bccf273 Catch correct error from resolve_subpage() 2022-01-21 12:53:37 +00:00
Andy Babic b88f57ed86 normalise_page_route -> normalise_page_route_path 2022-01-21 12:53:37 +00:00
Andy Babic e046a0bdbc Add tests for redirects with a redirect_page_route_path value 2022-01-21 12:53:37 +00:00
Andy Babic d92b191015 Release notes for 2022-01-21 12:53:37 +00:00