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
Albina
a37c4bab3d
Re-implement design system colors so HSL values exactly match the desired RGB. Fix #9571 ( #9856 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
Fixes https://github.com/wagtail/wagtail/issues/9571
2023-01-10 08:31:51 +00:00
Thibaud Colas
4230630ceb
Update focus outline color ( #9839 )
2023-01-10 00:23:56 +00:00
Rishabh Jain
959a802c76
Updated documentation for adding reports to cover permission restrictions ( #9859 )
2023-01-09 14:14:53 +00:00
Matt Westcott
b0259a4990
Fix check for delete_url_name
attribute in generic DeleteView
...
Fixes #9861
2023-01-09 14:02:07 +00:00
Jhonatan Lopes
fb4837371f
Reduce number of queries in blog_page ( #9857 )
2023-01-06 15:07:09 +00:00
Matt Westcott
99eaef6ee6
Remove resize handles from autosize text areas ( #9713 )
...
Fixes #7210 , replacing #9651 as per https://github.com/wagtail/wagtail/issues/7210#issuecomment-1325707942 . AdminAutoHeightTextInput now inserts a w-field__autosize classname which explicitly disables the resizing handle, leaving resizing fully in control of the jquery.autosize plugin.
2023-01-05 14:13:29 +00:00
Rishabh Jain
e68f2e0d7d
Added check for file overwrite setting ( #9823 )
2023-01-05 13:48:21 +00:00
LB Johnston
edb86a7e8f
Documentation - Fix missing links / images
...
Most of these are no longer applicable due to the introduction of Wagtail guide, where possible the new guide links are used now
- Re-add missing docs image for extending Draftail
- There is no Guide page (yet) for Inserting videos or images so those links have been removed
- Fix some additional reference issues where the page name and reference were causing issues
2023-01-05 12:08:27 +00:00
dependabot[bot]
beb2e94b75
Bump json5 from 1.0.1 to 1.0.2
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 12:04:51 +00:00
dependabot[bot]
e04dd2cb1a
Bump json5 from 2.2.0 to 2.2.3 in /client/tests/integration
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.0 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 12:04:42 +00:00
Matt Westcott
26ea675520
Release note for #9851
2023-01-05 12:03:14 +00:00