Wicked
88c7d46282
Improve the visibility of field error messages, in Windows high-contrast mode and out ( #7663 ) Fix #7241
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-01-13 06:46:35 +00:00
Thibaud Colas
4e5d130dbb
Fix sidebar toggle compatibility with messages
2022-01-12 16:46:08 +00:00
Thibaud Colas
7e4745fd38
Add mobile support for sidebar sub-panels
2022-01-12 16:46:08 +00:00
Thibaud Colas
bdc265d8e2
Fix sidebar sub-menus appearing below action footer
2022-01-12 16:46:08 +00:00
Thibaud Colas
6db5561044
Fix sidebar getting obscured by messages banners
2022-01-12 16:46:08 +00:00
Thibaud Colas
9659ac73ec
Fix rendering of sidebar language picker in slim sidebar. Fix #7806
2022-01-12 16:46:08 +00:00
Thibaud Colas
6f43b4f3e8
Fix "click outside dismiss" implementation in slim sidebar
2022-01-12 16:46:08 +00:00
Thibaud Colas
66591d39ed
Fix slim sidebar rendering when User object has no attribute first_name. Fix #7716
2022-01-12 16:46:08 +00:00
Thibaud Colas
439770927f
Fix sidebar MenuItem rendering
2022-01-12 16:46:08 +00:00
Thibaud Colas
c37ff082b7
Remove disused LinkMenuItem peeking and tooltip implementation
2022-01-12 16:46:08 +00:00
Thibaud Colas
962c820fc3
Render SubMenuItem toggles as buttons rather than <a>
2022-01-12 16:46:08 +00:00
Thibaud Colas
7c4b82bb8e
Add ARIA markup for sidebar regions and toggle buttons
2022-01-12 16:46:08 +00:00
Thibaud Colas
dab2ad3b3f
Fix account menu items not being marked as active
2022-01-12 16:46:08 +00:00
Thibaud Colas
57a9e58766
Implement aria-current for sidebar links
2022-01-12 16:46:08 +00:00
Thibaud Colas
5718dab4de
Support right-click and middle-click interactions with sidebar links
2022-01-12 16:46:08 +00:00
Tidiane Dia
1543c1c68e
Remove delete button from secondary menu
2022-01-12 15:07:16 +00:00
Tidiane Dia
6220c0845e
Restore delete button in main actions menu
2022-01-12 15:07:16 +00:00
Tijani-Dia
ac568a1c17
Implement MovePageAction and admin API for moving pages
2022-01-12 10:38:31 +00:00
Tidiane Dia
bafb4352ce
Redirect to correct collection listing view after editing member
...
Add tests
Use f-string for edit_url
Redirect to collection listing after deleting an item from it
Use current url to avoid losing information(e.g tags)
Update tests
2022-01-12 10:27:37 +00:00
Matt Westcott
d009f8b646
Remove deprecated chooser panel templates ( #7765 )
...
Fixes #6997 - these were deprecated in 1.0 https://docs.wagtail.io/en/stable/releases/1.0.html#chooser-panel-templates-are-obsolete and GitHub shows no instances of these being used in any public repos.
2022-01-11 09:00:26 +00:00
Matt Westcott
d938052e8c
Release note for #7726 in 2.15.2
2022-01-10 19:41:41 +00:00
ACMCMC
f65007c9c4
Solved multiword MySQL search bug
2022-01-10 19:38:02 +00:00
ACMCMC
3c173e5718
Changed test_plain_text_multiple_words_and()
to include three words
2022-01-10 19:38:02 +00:00
ACMCMC
792487def8
Solved missing invert
attribute bug
2022-01-10 19:38:02 +00:00
Matt Westcott
ba8207a5d8
Reinstate fix from #7801 , incorrectly reverted in #7803
2022-01-08 22:48:47 +00:00
Michael Karamuth
10f54bc11a
feature: Login remember me functionality
...
- Improve wagtail/admin/views/account.py
- Co-authored-by: Jake Howard <RealOrangeOne@users.noreply.github.com>
2022-01-08 22:53:08 +10:00
LB Johnston
472d522288
Add changelog / release notes for #7746
2022-01-08 21:57:05 +10:00
Thibaud Colas
a6a71937b8
Change CircleCI npm caching to be more aggressive
...
Make sure static files build happens before linting
2022-01-08 21:54:46 +10:00
Thibaud Colas
7523d65d84
Fix caching setup for Python dependencies in CircleCI
2022-01-08 21:54:46 +10:00
thoang43
3651e5f21b
Add draftail padding to fix cut off ol items
...
- fixes #7019
2022-01-08 21:44:11 +10:00
Vu Pham
0055be331b
Modify responsive size for buttons on mobile
...
- fixes #6618
2022-01-08 21:30:14 +10:00
LB Johnston
d964675ee8
add check for correct search_fields on pages
...
- fixes #4940
2022-01-08 21:25:35 +10:00
LB Johnston
4b91d6b7ee
Add changelog for #7778 (2.15.2)
...
- relates to fix for #7768
2022-01-08 21:18:25 +10:00
LB (Ben Johnston)
707ea54f4f
Update blocks.rst
...
Docs does not currently include the `rows` kwarg that is available on `TextBlock`.
See Question on slack https://wagtailcms.slack.com/archives/C81FGJR2S/p1635825388225100
2022-01-08 20:54:20 +10:00
Tidiane Dia
0386fb5e4e
Refine UnpublishPageAction class
...
Add include_descendants logic to UnpublishPageAction class
Remove log_action parameter from Admin API
Remove set_expired parameter from Admin API
Rename include_descendants parameter to recursive for consistency with other actions
2022-01-08 12:32:52 +10:00
Tidiane Dia
ee8d335874
Add page unpubish admin API
2022-01-08 12:32:52 +10:00
Tidiane Dia
3186983569
Use UnpublishPageAction in unpublish page view
2022-01-08 12:32:52 +10:00
Tidiane Dia
0dd2bed8d3
Convert unpublish_page into a function and implement execute method
...
Move Page.unpublish into an external function
2022-01-08 12:32:52 +10:00
Tidiane Dia
3f9779606f
Remove changed, log_action and previous_revision from publish action Admin API
2022-01-08 11:48:09 +10:00
Tidiane Dia
c6a0852515
Add page publish admin API
2022-01-08 11:48:09 +10:00
Tidiane Dia
a06169722c
Add check method to PublishPageRevisionAction
2022-01-08 11:48:09 +10:00
Tidiane Dia
a7d111e9a3
Make edit page view use PublishPageRevisionAction
2022-01-08 11:48:09 +10:00
Tidiane Dia
c48fc250bc
Convert publish_page_revision into a function and add execute method
...
Move PageRevision.publish into an external function
2022-01-08 11:48:09 +10:00
Matt Westcott
de84ca654e
reorder changelog
2022-01-07 16:37:37 +00:00
Matt Westcott
dd0b398d9c
Release note for #7783
2022-01-07 16:37:21 +00:00
Tidiane Dia
2a3304fab7
Update breadcrumb dropdown button style
2022-01-07 16:23:17 +00:00
Tidiane Dia
802ce2fc50
Add line in editor guide about secondary actions menu and update screenshot
2022-01-07 16:23:17 +00:00
Tidiane Dia
8aef153d19
Add aria-label to dropdown link
2022-01-07 16:23:17 +00:00
Tidiane Dia
bb04093f91
Add icon-only dropdown class and style it
2022-01-07 16:23:17 +00:00
Tidiane Dia
14bfbcc5b8
Set dropdown font-size directly in dropdown_item class
2022-01-07 16:23:17 +00:00