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

14421 Commits

Author SHA1 Message Date
Matt Westcott
6e78caa84f Release note for #9872 2023-01-18 14:15:57 +00:00
Loic Teixeira
4052a32a4d Upgrade config for API v3 2023-01-18 14:13:30 +00:00
Lovelyfin00
b929694203 Migrate lock/unlock actions to w-action controller
- Revise 'redirect' from a string to a 'continue' boolean that defaults to false
- Use 'continue=true' for cases where we do not want to create a next param on submit that takes the user back to the current page
- Fixes #9815
2023-01-18 19:00:47 +10:00
Lovelyfin00
9e9a84c953 Pull out loadiconSprite function from inline script
- wrote test for initIconSpirite
- changed from xmlhttprequest to fetch
- prepared a domReady util
- Fixes #9811
2023-01-18 08:04:55 +10:00
Thibaud Colas
34f6bab633
Rich text toolbar refinements from usability testing. Fix #9281 (#9905) 2023-01-17 17:21:45 +00:00
Thibaud Colas
b02f08d8d9
Fix JS error in dirty form checks from NodeList - array API differences (#9906) 2023-01-17 13:43:55 +00:00
sag᠎e
c8981416ef
Load Axe configuration and error messages defined in Python (#9898)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-01-16 13:42:09 +00:00
Glib
9316633987
Remove redundant if statement in normalise_query_string (#9884) 2023-01-13 11:03:55 +00:00
Lovelyfin00
004faac53c
Migrate workflow and workflow tasks enable action to a Stimulus controller (#9844)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-01-12 21:55:40 +00:00
Albina
1e9f580b8c
Add base Axe accessibility checker integration within userbar, with error count (#9850)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-01-12 12:21:58 +00:00
Thibaud Colas
ea13a1b60a Release notes for #9841. Fix #9034 2023-01-12 09:51:51 +00:00
Thibaud Colas
1884447a6b Slim header design fixes 2023-01-12 09:51:51 +00:00
Thibaud Colas
90ffcb05b0 Sidebar spacing fix 2023-01-12 09:51:51 +00:00
Thibaud Colas
eed32d01a6 Generic header spacing fixes 2023-01-12 09:51:51 +00:00
Thibaud Colas
e056a70083 Dashboard header design fixes 2023-01-12 09:51:51 +00:00
Matt Westcott
7532d0031f Add GLEF1X to contributors 2023-01-12 01:22:05 +00:00
LB Johnston
c8dca0a7f2 Migrate upgrade notification to Stimulus (UpgradeController) 2023-01-12 09:26:31 +10:00
LB Johnston
e8fc3d9cf0 Rename initUpgradeNotification to UpgradeController 2023-01-12 09:26:31 +10:00
GLEF1X
5ee706ca46 fix JS error on enableDirtyFormCheck 2023-01-12 06:40:48 +10:00
Matt Westcott
a31fa8589e Release note for #9806 2023-01-11 13:37:59 +00:00
Matt Westcott
7a39623941 Add deprecation warnings to wagtail.core and other modules deprecated in Wagtail 3 2023-01-11 13:35:39 +00:00
Matt Westcott
c6de0ec067 Fix remaining imports deprecated in Wagtail 3.0 2023-01-11 13:35:39 +00:00
Matt Westcott
03aa7a8f66 Remove unused React / ReactDOM imports from wagtailadmin.js
These are no longer required as of d036f10e61 and are raising eslint warnings.
2023-01-11 13:33:46 +00:00
Lovelyfin00
554311752b Eslint - Removed legacyCode rules
- Fix any issues in files being ignored
- Fixed linting errors where appropriate
- Include some rules being ignored in the src/components folder
- Closes #8731
2023-01-11 22:55:06 +10:00
Thibaud Colas
0513a78fb5 Refactor Wagtail userbar to use core.css stylesheet like other components 2023-01-11 20:20:15 +10:00
Jhonatan Lopes
7a6feb188f Link django docs to stable version 2023-01-11 20:18:04 +10:00
Jhonatan Lopes
a045bc38c4 Change Facebook company name to Meta 2023-01-11 20:18:04 +10:00
Jhonatan Lopes
68900b069a Change "note that.." to a note 2023-01-11 20:18:04 +10:00
Jhonatan Lopes
532f17bad7 Remove broken Divio bakery demo 2023-01-11 20:18:04 +10:00
LB Johnston
52a4d9a6f3 Add changelog for #9785 2023-01-11 20:10:05 +10:00
Matt Westcott
376ded4c61 Move reset_edit_handler_cache to wagtail.admin.panels.signal_handlers 2023-01-11 20:05:32 +10:00
Matt Westcott
d9fc9ac869 Move set_default_page_edit_handlers and _get_page_edit_handler to wagtail.admin.panels.page_utils 2023-01-11 20:05:32 +10:00
Matt Westcott
fa085a71a7 Move CommentPanel to wagtail.admin.panels.comment_panel 2023-01-11 20:05:32 +10:00
Matt Westcott
9313c99699 Move PublishingPanel to wagtail.admin.panels.publishing_panel 2023-01-11 20:05:32 +10:00
Matt Westcott
5200eb297f Move InlinePanel to wagtail.admin.panels.inline_panel 2023-01-11 20:05:32 +10:00
Matt Westcott
a59351f6f7 Move extract_panel_definitions_from_model_class and get_edit_handler to wagtail.admin.panels.model_utils 2023-01-11 20:05:32 +10:00
Matt Westcott
afcf4e577d Move deprecated panel classes to wagtail.admin.panels.deprecated 2023-01-11 20:05:32 +10:00
Matt Westcott
1f10058022 Move PageChooserPanel to wagtail.admin.panels.page_chooser_panel 2023-01-11 20:05:32 +10:00
Matt Westcott
1147fd2d05 Move FieldPanel to wagtail.admin.panels.field_panel 2023-01-11 20:05:32 +10:00
Matt Westcott
3470ab92fd Move HelpPanel to wagtail.admin.panels.help_panel 2023-01-11 20:05:32 +10:00
Matt Westcott
d90c075f07 Move PanelGroup and subclasses to wagtail.admin.panels.group 2023-01-11 20:05:32 +10:00
Matt Westcott
5713031eed Move base Panel class to wagtail.admin.panels.base 2023-01-11 20:05:32 +10:00
Matt Westcott
d94dc975dd Move wagtail.admin.panels to a submodule 2023-01-11 20:05:32 +10:00
LB Johnston
ba13f56db7 Fix issue where notifications did not include the correct hash
- The Tab notification URL hash changed when adopting the new tabs system
- Fixes #9873
2023-01-11 20:03:51 +10:00
LB Johnston
b3a2aec43c Add changelog for #9818 2023-01-11 08:42:34 +10:00
Lovelyfin00
9ccf30ed19 Convert initSkipLink to Stimulus and write unit tests 2023-01-11 08:42:34 +10:00
LB Johnston
95e0bcc28a Rename initSkipLink files to SkipLinkController 2023-01-11 08:42:34 +10:00
LB Johnston
701cddd193 Disable strictPropertyInitialization
This is not easily compatible with code that initialises properties outside of the constructor (used in Stimulus)
2023-01-11 08:42:34 +10:00
Thibaud Colas
d036f10e61
Remove react-axe package usage (#9865) 2023-01-10 11:12:19 +00:00
Matt Westcott
1588ddf9a8 Fix "User {0} created" message
Fixes #9863
2023-01-10 10:09:15 +00:00