Tidiane Dia
c1acfa77b3
Update breadcrumb tests
2022-01-07 16:23:16 +00:00
Tidiane Dia
dcd1b116b2
Display header buttons in page edit breadcrumb
2022-01-07 16:23:16 +00:00
Tidiane Dia
a0c72b4b20
Add page header buttons hook
2022-01-07 16:23:16 +00:00
Tidiane Dia
0a3dd7e1f7
Improve workflow modal formatting ( #7786 )
2022-01-07 16:20:22 +00:00
Matt Westcott
3a9a2815c0
Release note for #7741
2022-01-07 16:11:45 +00:00
Matt Westcott
07f1c777e7
Document the bound_blocks property of ListValue
2022-01-07 16:11:45 +00:00
Matt Westcott
ddb1f4c3ec
Gracefully handle plain lists being passed in place of ListValue where possible
2022-01-07 16:11:45 +00:00
Matt Westcott
4b535e46bc
Update ListBlock.clean to preserve block IDs
2022-01-07 16:11:45 +00:00
Matt Westcott
4c73ce70b8
Update ListBlock.value_from_datadict to pick up block IDs
2022-01-07 16:11:45 +00:00
Matt Westcott
4faa209986
Use _item_is_in_block_format helper for bulk_to_python
...
This is slightly more robust than try/catch, as it reduces the risk of false matches on old-style data that looks like new style (e.g. a ListBlock of StructBlocks with 'id' or 'value' fields)
2022-01-07 16:11:45 +00:00
Matt Westcott
155ce96392
Update ListBlock.to_python to recognise new database format
2022-01-07 16:11:45 +00:00
Tidiane Dia
eab81413b2
Update bulk_to_python
2022-01-07 16:11:45 +00:00
Tidiane Dia
23a2ecf7fa
Update get_prep_value
2022-01-07 16:11:45 +00:00
Matt Westcott
13319c9716
linting
2022-01-07 16:11:45 +00:00
Matt Westcott
63d6557ece
Pass IDs of ListBlock children to the frontend code
2022-01-07 16:11:45 +00:00
Matt Westcott
5e31289f34
Make a bound_blocks property (with assigned IDs) available on ListValue
2022-01-07 16:11:45 +00:00
Matt Westcott
4a848bfb4e
Implement a ListValue type for ListBlocks
2022-01-07 16:11:45 +00:00
Matt Westcott
93229cfc14
Release note / fixed test for #7801
2022-01-05 15:35:19 +00:00
Michael Karamuth
fd29f0b9bb
Fix: extra_fields now returns BoundField ( #7801 )
2022-01-05 15:34:15 +00:00
Matt Westcott
946a9a8071
Release note for #7821
2022-01-05 14:04:14 +00:00
Matt Westcott
cd01bf6087
Ensure confirmation page respects custom get_admin_display_title methods
2022-01-05 13:59:09 +00:00
Matt Westcott
6cd87242c5
Use get_admin_display_title on bulk action confirmation pages
...
This ensures that we show the draft version of the title (particularly important for the publish action)
2022-01-05 13:59:09 +00:00
Matt Westcott
bd1fbb09ea
Publish latest revision when bulk publishing
...
Fixes #7690
2022-01-05 13:59:09 +00:00
Dan Braghis
731cc540b0
Refresh page on create before passing to hooks
2022-01-05 09:30:06 +00:00
Tijani-Dia
ee8a9a5eeb
Implement ConvertAliasPageAction and admin API for converting an alias page
2022-01-04 16:26:56 +00:00
Tijani-Dia
ab943f1637
Implement DeletePageAction and admin API for deleting pages
2022-01-04 15:44:19 +00:00
Dan Braghis
614ec3fc2a
Remove woff fonts
2021-12-20 18:17:04 +00:00
Dan Braghis
670ad8cfa2
Release notes for #7721
2021-12-20 18:10:08 +00:00
Tibor Leupold
783f0d4a16
Update the mentioning of default_app_config
in the docs
2021-12-20 18:09:32 +00:00
Tibor Leupold
1dbc31fbd8
Set default_app_config only for Django < 3.2
2021-12-20 18:00:55 +00:00
Vu Pham
b529753c6c
Fix misspelled checkbox_aria_label in template ( #7778 )
2021-12-20 17:56:53 +00:00
Michael
f93c22b713
Fix: Remove 'gs' characters ( #7800 )
...
Co-authored-by: Michael Karamuth <michael@arsero.com>
2021-12-19 16:16:58 +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
LB (Ben Johnston)
b6d0f9cdc6
update stylelint & config-stylelint-wagtail ( #7464 )
...
Co-authored-by: LB Johnston <lb.johnston@virginaustralia.com>
2021-12-16 21:10:18 +00:00
Andy Babic
e9eadb65c7
Release notes for #7774
2021-12-16 16:06:11 +00:00
Andy Babic
d00a4c8a65
Docs for #7774
2021-12-16 16:06:11 +00:00
Andy Babic
31a7b11932
Automatically create redirects for when pages are moved or have their slug updated
2021-12-16 16:06:11 +00:00
Andy Babic
a7e58e9c67
Release notes for #7776
2021-12-16 14:10:16 +00:00
Andy Babic
1f5734ce3f
Tests for #7776
2021-12-16 14:10:16 +00:00
Andy Babic
d8c2e33505
Add PageQuerySet.ever_live() and PageQueryset.never_live() filters
2021-12-16 14:10:16 +00:00
Andy Babic
b062c22331
Release notes for #7761
2021-12-16 13:35:11 +00:00
Andy Babic
0086c7ba7a
Fix incorrect logging of move VS reorder
2021-12-16 13:35:11 +00:00
Andy Babic
e602990e39
Update docs
2021-12-16 13:35:11 +00:00
Andy Babic
b10e545b14
Add tests
2021-12-16 13:35:11 +00:00
Andy Babic
4fed675d7a
Prevent the 'old_record' query being unnecessary triggered by page.move()
2021-12-16 13:35:11 +00:00
Andy Babic
2f86eda372
Implement the page_url_path_changed signal
2021-12-16 13:35:11 +00:00
Matt Westcott
361c3d5d54
Remove release note for #7704 in 2.16, as it's in 2.15.2
2021-12-09 16:40:06 +00:00
Matt Westcott
fedb76cf53
Changelog note for #7717
2021-12-09 16:38:52 +00:00