0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
Commit Graph

13337 Commits

Author SHA1 Message Date
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
Matt Westcott
5893c0c162 Add warning if WAGTAILADMIN_BASE_URL is undefined 2022-06-16 06:42:06 +10:00
Matt Westcott
d44d7a6af3 Set base_url to default to "" in emails
This makes it "less obviously wrong" than outputting None...
2022-06-16 06:42:06 +10:00
Matt Westcott
98805e858b Stop emails from breaking when WAGTAILADMIN_BASE_URL is absent
In this case, workflow notification emails can't include the full URL (because they're triggered from a signal, where we don't have access to a request object) but we don't want them to break outright.

fixes #8582
2022-06-16 06:42:06 +10:00
Matt Westcott
af4dd482d3 Make try/except on sending email less broad
We don't want to ignore legitimate errors that happen during template rendering
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
Matt Westcott
01c37c107c Tweak assertAllowedSubpageTypes / assertAllowedParentPageTypes tests so that we don't have to awkwardly hack SimpleParentPage / SimpleChildPage around them 2022-06-15 14:29:48 +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
b834c7aec7 Allow scheduled publishing to happen when the initial editor did not have publish permission
Fixes #8585
2022-06-14 15:59:02 +02:00
Matt Westcott
cb43536f07 Release note for #8668 2022-06-13 17:00:29 +01:00
Jacob Topp-Mugglestone
46d947bb07
Fix/splitting blocks with highlights (#8668)
* Fix splitting block with highlighted text deleting text

* Fix issue with splitting blocks at start/end crashing editor

* Add unit tests for Draftail split behaviour
2022-06-13 16:33:57 +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
LB Johnston
9cb0c96001 fix issue with spinner icon & longrunning active state
- using padding meant the icon would visually spin 'wobbly'
- button content is no longer centre aligned so button longrunning active state should not be either
- fixes #8615
2022-06-13 15:29:55 +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
eb70b2623c Use gettext_lazy rather than gettext 2022-06-12 15:47:24 +10:00
Matt Westcott
372965ef6a Put headers in markdown rather than rst 2022-06-12 15:47:24 +10:00
Matt Westcott
2e08b67546 Eliminate jQuery from chooser widget 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
Matt Westcott
a11229a996 Make the viewset responsible for registering the chooser widget 2022-06-12 15:47:24 +10:00
Matt Westcott
79884dd257 Add generic chooser widget JS 2022-06-12 15:47:24 +10:00
Matt Westcott
c90bbcb9c8 Add a default chooser-modal.js endpoint for chooser modals that need no custom JS configuration 2022-06-12 15:47:24 +10:00
Matt Westcott
4b5d98b5b8 Use AdminURLFinder and rename get_object_string to get_display_title for consistency with chooser widgets 2022-06-12 15:47:24 +10:00
Matt Westcott
4b3c57d72c Add ChooserViewSet 2022-06-12 15:47:24 +10:00
Matt Westcott
2bd53197a5 Add basic chooser modal views 2022-06-12 15:47:24 +10:00
LB Johnston
1735139ef0 fix typo in changelog 2022-06-12 15:34:39 +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
Thibaud Colas
fbabd6ef5e Disable Webpack css-loader URL handling in Storybook. Fix #8646 2022-06-09 17:12:52 +10:00
Matt Westcott
d641f6a9ac Restore previous styles for status tags in title cell 2022-06-08 17:35:40 +01:00
Matt Westcott
c8c07839a0 Pick up show_locale_labels from the calling template 2022-06-08 17:35:40 +01:00
Matt Westcott
2ecb365da8 Remove unused _list_choose.html template 2022-06-08 17:35:40 +01:00
Matt Westcott
ae57c0e5fb Convert browse results view to wagtail.admin.ui.tables framework 2022-06-08 17:35:40 +01:00