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

16596 Commits

Author SHA1 Message Date
Sage Abdullah
b0deeab728 Change page listing's add button to icon-only 2024-01-02 09:00:58 +00:00
Sage Abdullah
568e926043 Move page listing search form to be in the same row as the breadcrumbs 2024-01-02 09:00:58 +00:00
Sage Abdullah
5926e9fabe Standardise search form placeholder to 'Search…' 2024-01-02 09:00:58 +00:00
Matt Westcott
5eb38c2c8b Release note for #11403 2024-01-02 06:16:11 +00:00
Cynthia Kiser
3bc5564a8b Correct pygments lexer names 2024-01-02 06:14:24 +00:00
Cynthia Kiser
4bf3f82b7e Link target was removed when the setting was removed 2024-01-02 06:14:24 +00:00
Cynthia Kiser
56135dbb66 Corrected links to Django documentation
Apparently you can't use implicit references with url fragments
2024-01-02 06:14:24 +00:00
Cynthia Kiser
1b76b8154f Fix additional ambiguous reference warnings during sphinx build 2024-01-02 06:14:24 +00:00
Cynthia Kiser
a69586f61c Renamed rich_text reference to eliminate ambiguous reference warnings 2024-01-02 06:14:24 +00:00
Sylvain Fankhauser
b62d043f70 Relax django-taggit dependency to allow 5.0 (#11363) 2024-01-02 05:32:27 +00:00
Damilola Oladele
247b83030d
Documentation: GSoD—Improve the clarity of new tutorial (#11357)
Clarified tutorial based on feedback
2023-12-30 20:33:45 -08:00
Sævar Öfjörð Magnússon
2b061ac96e
Fix a typo in the SnippetsViewSet documentation (#11390) 2023-12-22 13:40:29 +00:00
Thibaud Colas
8a6ab175fc
Mention the BSD license in the docs copyright notice. Fix #9688 2023-12-22 06:37:34 +00:00
Thibaud Colas
ad8912c481 Add release notes for #11217, #11360, #11354 2023-12-20 00:38:04 +00:00
Sage Abdullah
f1909c73e4
Release note for #11359 and #11361 2023-12-19 16:59:20 +00:00
Matt Westcott
2b226b7b49
Add site filter to page listing 2023-12-19 16:59:20 +00:00
Matt Westcott
79a85e7dbd
Add owner filter to page listing 2023-12-19 16:59:19 +00:00
Thibaud Colas
607f020c2d Upgrade TypeScript dependencies for linting to support TypeScript 5.2.2 2023-12-19 15:39:49 +00:00
Thibaud Colas
e95158af73 Upgrade ts-loader 2023-12-19 15:39:49 +00:00
Thibaud Colas
aa8de9f74f List specific supported Safari versions
This is useful because we interpret "Last n" differently for Safari - to only consider major version bumps.
And this will only be updated once a year so it won’t be too onerous to keep up-to-date.
2023-12-19 15:39:49 +00:00
Thibaud Colas
b120fccba9 Simplify browserslist definition for ease of future maintenance 2023-12-19 15:39:49 +00:00
Thibaud Colas
58cfea4087 Update to latest caniuse-late 2023-12-19 15:39:49 +00:00
Thibaud Colas
6cc4533a6f Refactor float usage within admin styles. Fix #8126 2023-12-19 15:38:22 +00:00
Sage Abdullah
9b409b5a3e
Release note for #11339 2023-12-18 14:57:00 +00:00
Sage Abdullah
f315d59501
Remove div wrapper for page filter fields 2023-12-18 14:56:55 +00:00
Matt Westcott
964ff32005
Add latest_revision_created_at to filter fields 2023-12-18 14:55:19 +00:00
Matt Westcott
3c648369b0
Use a floating dialog for filters
Remove use of shared/filters.html, as it contains a duplicate `<form>` element we don't want, and generally has more stuff we don't want than stuff we do, to the point that it'll just get in the way of restyling.
2023-12-18 14:55:18 +00:00
Matt Westcott
a5fb022b0c
nicer import for generic.IndexView 2023-12-18 14:55:18 +00:00
Matt Westcott
b0a8d549fa
Add filter on date updated 2023-12-18 14:55:18 +00:00
Matt Westcott
95b55af8e7
Improve behaviour when filtering returns no results 2023-12-18 14:55:17 +00:00
Matt Westcott
4e59266743
Use checkboxes for page type filter 2023-12-18 14:55:17 +00:00
Matt Westcott
63e11a2d42
Make filtering act on all descendants, like searching does 2023-12-18 14:55:16 +00:00
Matt Westcott
1b97e21e20
Add page type filter to page listing view 2023-12-18 14:55:16 +00:00
Matt Westcott
f9ac7cafce
Make page index view inherit from generic.models.IndexView 2023-12-18 14:55:16 +00:00
Matt Westcott
19a4bfc210
Refactor IndexView filtering logic to make an is_filtering property available 2023-12-18 14:55:16 +00:00
LB Johnston
ffc6ac8833 Adopt a small set of stylelint-config-wagtail changes
Where possible, adopt a subset of stylelint-config-wagtail changes.

- Formatting & ordering (auto applied), this includes the padding/inset shorthand changes
- Adopt a small set of no-union-classes changes as an example of changes to come in future PRs
- Ignore some areas where we are selecting against data* attributes that will not be practical to change
- Move some no-important ignore rules to specific lines
- Ignore max-combinators in modeladmin styles (legacy)
- Remove error messages forced-color-adjust setting to none
2023-12-18 13:28:18 +00:00
LB Johnston
416fc1dde4 Update stylelint & stylelint-config-wagtail packages
- Ensure that some rules are always ignored in overrides (aka vendor) styles. This avoids us having to add ignore comments all over these styles.
- Resolves #10719
2023-12-18 13:28:18 +00:00
Sage Abdullah
b8b7efe01c
Release note for #11331 2023-12-18 12:46:31 +00:00
Sage Abdullah
73531ac02c
Add sort_key to FormPagesListView.columns to allow sorting 2023-12-18 12:44:44 +00:00
Sage Abdullah
de3d7926fa
Remove unused wagtailforms/list_forms.html 2023-12-18 12:44:44 +00:00
Sage Abdullah
5368e7d83e
Rename results_forms.html template to index_results.html for consistency 2023-12-18 12:44:44 +00:00
Sage Abdullah
602f1c8827
Reduce queries in FormPagesListView by using select_related on content_type 2023-12-18 12:44:44 +00:00
Sage Abdullah
7e65eddc78
Convert FormPagesListView to use generic IndexView 2023-12-18 12:44:43 +00:00
Sage Abdullah
9389d20432
Convert FormPagesListView to use tables UI framework 2023-12-18 12:44:43 +00:00
Sage Abdullah
894e7681e4
Make FormPagesListView extend generic BaseListingView 2023-12-18 12:44:43 +00:00
LB (Ben Johnston)
6a9add00a8
Turn on skipLibCheck for TypeScript (#11336)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2023-12-18 09:56:42 +00:00
Kalob Taulien
f4978a0f4b
Update sitemaps.md (#11352) 2023-12-18 09:07:46 +00:00
Matt Westcott
5c7015aa9e Release note for #11326 2023-12-15 21:58:37 +00:00
Sage Abdullah
42ddd797c8 Consolidate images IndexView and ListingResultsView
Use results_only to differentiate. Also, rename listing_results url name to index_results for consistency
2023-12-15 21:57:47 +00:00
Sage Abdullah
8d9924b4d4 Extract get_next_url in images listing view 2023-12-15 21:57:47 +00:00