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

4031 Commits

Author SHA1 Message Date
PaarthAgarwal
4411b76388 Added new non collapsible breadcrumbs to page chooser 2022-06-23 07:16:19 +10:00
Tidiane Dia
cb4017c649 Cache model permission codenames in PermissionHelper 2022-06-22 17:25:42 +01:00
igor
fd7ef0a68a
Fix assert type in test_content_page_subpages method (#8725)
Co-authored-by: Igor Strapko <igor@goodpraxis.coop>
2022-06-22 11:03:50 +01:00
Andy Babic
9ac3877980
Use iterator() wherever PageQueryset result caching is not needed (#8722) 2022-06-22 11:03:17 +01:00
Sage Abdullah
dba42161e7 Move revision ForeignKey from PageLogEntry to BaseLogEntry 2022-06-22 09:31:25 +01:00
Matt Westcott
911f17bf8f
Typo in generic views docs - People -> Person (#8720) 2022-06-21 17:11:56 +01:00
Sage Abdullah
3215bebddf Rename Page.get_latest_revision_as_page to Page.get_latest_revision_as_object 2022-06-21 15:19:32 +01:00
Sævar Öfjörð Magnússon
9dd4d6c6c4
Update documentation for the serve method override so that it does not mention a specific demo site. (#8714) 2022-06-21 09:13:58 +01:00
Karl Hobley
50200f94c0 Release note for #8498 2022-06-20 14:18:29 +01:00
Matt Westcott
90c3a71c16 Release note for #8634 2022-06-20 14:13:47 +01:00
Oliver Parker
97d0d14cd8
Add add_to_admin_menu option for modeladmin (#8634) 2022-06-20 14:10:18 +01:00
Nick Smith
db7a0c96e3
Add Fuzzy() search query class (#8498) 2022-06-20 10:41:05 +01:00
Noble Mittal
0be024e024 documentation - migrate docs/extending/ to md 2022-06-20 16:36:25 +10:00
Tibor Leupold
adc2ea6a86
Use RichText object for adding rich text blocks (#8675)
I have just tried to follow the original instructions and got an `AttributeError: 'str' object has no attribute 'source'` when trying to append a rich text block to a `StreamField` programmatically. 

Wrapping the value in a `RichText` object solved the issue. This seems to be in line with the behavior described further down the page.
2022-06-16 16:06:09 +02:00
Hugh Rawlinson
8e4a4fae5d Add release dates to release notes (#8692)
Fixes #8691

* Add dates to markdown based release notes
* Add dates to rst based release notes
2022-06-16 14:04:18 +02:00
Nick Moreton
eec8c0088d
Update example code - Adding a group of menu items (#8683) 2022-06-16 12:01:06 +02:00
Yves Serrano
e2e356d0ae use an empty list instead of [None] if revision.user doesn't exists fixes #7879 (#8685) 2022-06-16 11:46:01 +02:00
Karl Hobley
996866fc06 Changelog/release note for #8686 2022-06-16 10:10:00 +01:00
Matt Westcott
9e7e2fa9e5 Fill in release date for 3.0.1 2022-06-16 10:48:40 +02:00
Sævar Öfjörð Magnússon
e660326075
Adding multi site support to the pages API. (#8686) 2022-06-16 09:33:47 +01:00
LB Johnston
b0eb471c19 update changelog for #8676
move items to 3.0.1 only
2022-06-16 06:50:44 +10:00
LB Johnston
1bc37f791c add changelog for #8676 2022-06-16 06:42:06 +10:00
Jaspreet-singh-1032
c7a0d6ef95 show different message if no page_type available (#8672)
Fixes #8173
2022-06-15 14:39:50 +02:00
PaarthAgarwal
8c2c4a1098 Add new breadcrumbs to page explorer
- added test and updated existing test for breadcrumbs-next
- fix background issue so that the breadcrumbs work correctly on any background
2022-06-15 17:27:33 +10:00
Matt Westcott
cba208bfe8 Release note for #8680 2022-06-14 15:59:13 +02:00
Matt Westcott
cb43536f07 Release note for #8668 2022-06-13 17:00:29 +01:00
Matt Westcott
a86a89e803 Update release notes to reflect #8494 being backported to 3.0.1 2022-06-13 15:46:18 +01:00
Matt Westcott
1e385572cc Remove release notes in 4.0 for things backported to 3.0.1 2022-06-13 15:36:09 +01:00
Matt Westcott
4f1da06bb7 Use original wording for 3.0.1 release notes 2022-06-13 15:35:04 +01:00
Matt Westcott
ac2a190543 Release notes for 3.0.1 2022-06-13 15:32:00 +01:00
PaarthAgarwal
25b82aef76 Removed breadcrumbs next's reliance on data-slim-header
- fixes #8644
2022-06-13 21:24:38 +10:00
LB Johnston
73a79fd394 add changelog for #8662 2022-06-12 15:51:45 +10:00
Matt Westcott
372965ef6a Put headers in markdown rather than rst 2022-06-12 15:47:24 +10:00
Matt Westcott
865df1153b Documentation for ChooserViewSet 2022-06-12 15:47:24 +10:00
Matt Westcott
b00d19b3a0 Documentation for ModelViewSet 2022-06-12 15:47:24 +10:00
Matt Westcott
b4d3cf1c30 Docs for base ViewSet class 2022-06-12 15:47:24 +10:00
Stefan Hammer
46977d6442 Ignore common places for tests from makemessages
This also replaces some of the existing tweaks, which avoided strings
getting parsed by makemessages.
2022-06-12 15:34:39 +10:00
LB Johnston
2abe439064 ensure non-square avatar image will correctly overlay content
- fixes #8428
2022-06-12 15:26:11 +10:00
LB Johnston
06bf71296c redirects import page does not need header search JS
- relates to #7053
2022-06-12 15:23:59 +10:00
Lucie Le Frapper
1297b930e5 add accessible label for image focal point chooser input
- fixes #5309
2022-06-10 08:14:03 +10:00
Sage Abdullah
052115f261 Fix locale selector background color
- fixes #8588
2022-06-10 07:38:20 +10:00
Steve Steinwand
ab92256b09 Fix sidebar rtl styles, add wagtail branding module to sidebar stories
- fixes #8641
2022-06-09 22:03:03 +10:00
PaarthAgarwal
1c3ae1ae92 Add tabs to pattern library
- Added tabbed interface to pattern library (storybook)
- Added tab nav link to pattern library (storybook)
- fixes #8632
2022-06-09 21:32:24 +10:00
Thiago Costa de Souza
f42ec9ed6b convert documentation in advanced_topics from rst to md
- relates to #8383
2022-06-09 20:32:56 +10:00
BenedictFaw
952e57b916 Migrate docs for StreamField from md to rst
- relates to #8383
2022-06-09 20:21:50 +10:00
Sage Abdullah
bd04b631b4 Make ReportView extend from generic IndexView 2022-06-09 20:06:17 +10:00
PaarthAgarwal
764d3bc1fd Adopted new Tabs in Workflow History Detail page
- resolves #8562
2022-06-09 17:32:47 +10:00
PaarthAgarwal
dce74375d7 added new breadcrumbs to pattern library (storybook)
- resolves #8631
2022-06-09 17:23:30 +10:00
Matt Westcott
a3b1cb6c28 Add a page_type_display_name shortcut property 2022-06-08 17:35:40 +01:00
Thibaud Colas
4eb35dbc0a Refactor styles to be loaded via single core.css file (#8419) 2022-06-07 13:26:58 +01:00