0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
Commit Graph

12277 Commits

Author SHA1 Message Date
Matt Westcott
4550bba562 Release note for non-fts sqlite support 2022-01-14 10:18:15 +00:00
Matt Westcott
6177a6cc20 Allow running wagtailsearch migration 0006 in reverse when the index table is missing 2022-01-14 10:18:15 +00:00
Matt Westcott
f2e5ff9e0a Warn and use fallback backend if fts5 is available but the index table is missing
This scenario will happen if sqlite has been upgraded to a version with fts5 support since wagtailsearch migration 0006 was run.
2022-01-14 10:18:15 +00:00
Matt Westcott
7d0376bda4 Preserve original exception output when catching OperationalError 2022-01-14 10:18:15 +00:00
Matt Westcott
4c3b5b808d Skip sqlite search backend tests if fts5 is unavailable 2022-01-14 10:18:15 +00:00
Matt Westcott
155fca9e7e Add alternative warning if sqlite is >=3.19 but is missing fts5 support 2022-01-14 10:18:15 +00:00
Matt Westcott
019b8ca43e Give sqlite compatibility warning a distinct warning code
This prevents the fallback warning from interfering with the test wagtail.search.tests.test_indexed_class.TestSearchFields.test_checking_core_page_fields_are_indexed
2022-01-14 10:18:15 +00:00
Matt Westcott
4248d406c0 Test for presence of fts5 extension in sqlite backend initialisation and migration 2022-01-14 10:18:15 +00:00
Thibaud Colas
cc90ec62b7
Add missing browserslist update for #7858 2022-01-14 10:13:25 +00:00
Jake Howard
a0c2000c30
Add chagelog entry for #7847
#7859
2022-01-14 09:19:15 +00:00
Jake Howard
dd412eab5d Keep releases in existing bucket
This makes the infrastructure easier, and reduces the things to transition
2022-01-14 11:34:29 +10:00
Jake Howard
feaf39332f Update the release URL to the new .org domain 2022-01-14 11:34:29 +10:00
Thibaud Colas
5a9761a70f Update browser support targets following UI team discussion
Small but important changes:

- We should always be testing in Windows, even if MS Edge is now available on macOS as well.
- We should make a better effort to support older Safari releases, as Safari is tied to OS updates, and device management isn’t always keeping up with releases
2022-01-14 11:31:58 +10:00
Matt Westcott
e3c2237ccc Release note for #7837 2022-01-13 10:56:03 +00:00
Dan Braghis
3e6ffc5b78 Simplify based on code review 2022-01-13 10:55:28 +00:00
Dan Braghis
3a0037070b Drop the "Explorer" heading in page chooser 2022-01-13 10:55:28 +00:00
Dan Braghis
ec5be4aa7c Add locale label as first item in the page chooser breadcrumb 2022-01-13 10:55:28 +00:00
Dan Braghis
e5a42b0969 Tidy up the page chooser breadcrumb
Was funny before, but went haywire after https://github.com/wagtail/wagtail/pull/7783
2022-01-13 10:55:28 +00:00
Dan Braghis
b373cacd6a Include locale labels in the page chooser listing 2022-01-13 10:55:28 +00:00
Dan Braghis
85e5864992 Add locale labels in search results 2022-01-13 10:55:28 +00:00
Dan Braghis
6f5fa46c16 Include the locale label in explorer root 2022-01-13 10:55:28 +00:00
LB Johnston
4de5f3652c fix all basic linting rules (mostly formatting) 2022-01-13 07:50:24 +00:00
LB Johnston
5e321ac065 update eslint config & add fix script to package.json 2022-01-13 07:50:24 +00:00
Martin Coote
f8d76b4bd1
Improve implementations of visually-hidden text in explorer and main menu toggle (#5793). Fix #5269
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-01-13 07:42:28 +00:00
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