Wykres commitów

12223 Commity (0055be331b5249e703d1c3f80c5b5d6cebf7619f)

Autor SHA1 Wiadomość Data
Matt Westcott 3efcecf536 Prevent site history report from globally altering custom_field_preprocess on ReportView 2021-11-17 16:22:20 +00:00
Tidiane Dia 846de02e56 Add Aging Pages report (#7696) 2021-11-17 16:22:20 +00:00
Thibaud Colas cb70218166
Language tweaks 2021-11-16 09:59:36 +00:00
Matt Westcott dcf6c300b9 Update latest.txt to reference 2.15.1 2021-11-11 16:29:34 +00:00
Matt Westcott 071b44ec38 Fill in release date for 2.15.1 2021-11-11 13:36:32 +00:00
Matt Westcott 1209c5e481 Fetch new translations from Transifex 2021-11-11 12:45:29 +00:00
Matt Westcott dd2f8954d8 Fix double-quoting 2021-11-11 12:34:51 +00:00
Matt Westcott 966c2586fe Changelog note for #7703 2021-11-11 12:33:59 +00:00
Matt Westcott 12243e7e77 Ensure csrf token is available on dashboard panels
Fixes #7688
2021-11-11 08:29:30 +10:00
Matt Westcott 80905ea0f3 Release note for #7702 2021-11-10 21:08:20 +00:00
Matt Westcott a54e242709 Fix bulk page publishing
Fixes #7690. We need to retrieve the specific page instance before `save_revision`, or we'll end up clearing the subclass's fields (resulting in a ValidationError if any were required, or a published version with blanked fields if not).
2021-11-10 21:07:01 +00:00
Matt Westcott 33445188e7 Release note for #7701 in 2.15.1 2021-11-10 16:06:29 +00:00
Matt Westcott 063ff924fa Fix stray bulk action checkboxes on non-explorer page listings
Fixes #7681. Rather than a hide_bulk_actions flag that non-explorer views have to add to get the old behaviour, use a show_bulk_actions flag that's enabled on the views that do want it.
2021-11-10 16:03:38 +00:00
Matt Westcott bcaf129cef Release note for #7695 in 2.15.1 2021-11-10 12:05:16 +00:00
Serafeim Papastefanos 204831f5c0 Update setup.py to use django-filter latest version
The django-filter package has changed its versioning from a semver to a year based one. The latest version (21.1) is the same as the old one that wagtail supported (2.4): https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst 

So we could just bumb the requirement to `<=22` (I think it's fine to use that because the readme claims that breaking changes will be introduced to version+2 so breaking versions for v.21 will be introduced to v.23)
2021-11-10 12:03:05 +00:00
Matt Westcott 364398be7f Changelog note for #7694 in 2.15.1 2021-11-09 20:58:26 +00:00
Jake Howard b4ec4ef7e8 Remove stray extra format placeholder
Presumably this was previously going to contain the exception. That's not necessary as the subsequent `raise` will make it visible.
2021-11-09 20:54:40 +00:00
Jake Howard db408ca37d Use correct syntax for image debug logging
Fixes an issue introduced in  #7391. The arguments are meant to be *args, not a tuple.
2021-11-09 20:54:40 +00:00
Eric Sherman d8e7fdf1ee
Adding anchor link to list of documented links in the editor manual (#7672) 2021-11-05 15:21:03 +00:00
Matt Westcott 8c654509cf Update latest.txt with 2.15 LTS 2021-11-04 12:07:54 +00:00
Matt Westcott 87dda77a2d Fill in release date for 2.15 2021-11-04 11:29:43 +00:00
Matt Westcott e24fbc23a8 Fetch new translations from Transifex 2021-11-04 11:21:08 +00:00
Tibor Leupold 44ac29c1e5 Apply semver naming for minor release url
The current naming is conflicting with how the version number parts are
called accoring to semantic versioning. Wagtail does not strictly follow
semantic versioning, but it still seems reasonable to adopt the same
terminology as the rest of the world.

See related discussion in #7336 (in particular [this comment by @gasman](https://github.com/wagtail/wagtail/issues/7336#issuecomment-954223018))
2021-11-04 10:18:26 +00:00
Thibaud Colas 326ce53695 Resize Assistiv Labs logo to 50% to match other sponsors 2021-11-03 20:25:47 +00:00
Thibaud Colas b48926b63f
Add Assistiv Labs sponsorship info to the README (#7677) 2021-11-03 19:44:35 +00:00
Matt Westcott 24b99a5ebc Fetch new translations from Transifex 2021-10-28 14:38:19 +01:00
Matt Westcott 9aaaee043d Start testing against Django stable/4.0.x 2021-10-28 14:11:14 +01:00
LB Johnston 274e4485f9 fix issue where nested inline panel fix broke inline panel ordering/delete 2021-10-28 13:26:42 +01:00
Matt Westcott abf408d8f6 Formally deprecate old db search backends (#7651)
As per #7633
2021-10-28 10:53:32 +01:00
Matt Westcott 9fcadd9461 Make column-count hidden field include deleted columns in its count
Fixes #7654. Without this fix, the server-side logic ends up only considering column IDs up to the final number of columns in the table, so (for example) if you start with three columns, delete two and add one, it will only consider IDs up to 2 even though the last inserted column has been assigned an ID of 4.
2021-10-28 10:08:39 +01:00
Matt Westcott 23975e406b Test server-side logic for a deleted then inserted column 2021-10-28 10:08:39 +01:00
Scott Cranfill 1e7fbae192
TypedTableBlock: Use SVG for add button icons; use rem units for styling (#7647)
* TypedTableBlock: Use SVG for add button icons; use rem units for styling

* Fix add row button positioning in Safari
2021-10-27 07:05:23 -07:00
Matt Westcott 3e64deb1ac Label edit actions as 'Edited' instead of 'Draft saved' for non Page models
Fixes #7622
2021-10-26 07:53:12 +10:00
Matt Westcott a2856fc52d Start changelog for 2.16 2021-10-25 11:23:35 +01:00
Matt Westcott a51c26da43 Rotate deprecation warnings 2021-10-25 11:23:35 +01:00
Matt Westcott 397912a1ee Version bump to start work on 2.16 2021-10-25 11:23:35 +01:00
Matt Westcott 699e28ace0 wagtail.search.backends.db should use RemovedInWagtail217Warning 2021-10-22 18:03:59 +01:00
Coen van der Kamp 73f65e9357 Fix TableBlock -> TypedTableBlock in code samples 2021-10-18 12:42:20 +01:00
Coen van der Kamp ac928a443e Fix reference 2021-10-18 12:38:14 +01:00
Coen van der Kamp b03ab850d6 Fix Python code blocks, indent lines with multiple of 4 spaces 2021-10-18 12:37:26 +01:00
LB Johnston e8285b99f3 Revert "Upgrade modernizr" back to v2.6.2
This partially reverts commit 50f55507d8.
Fixes #7625
2021-10-18 12:29:19 +01:00
Thibaud Colas f819d975dc
Add dedicated release notes section for Windows high contrast mode support (#7618) 2021-10-15 17:51:19 +01:00
Matt Westcott e827ec0246 Generate new source strings for translation 2021-10-15 17:43:55 +01:00
Matt Westcott 538780dd50 Fetch new translations from Transifex 2021-10-15 17:39:26 +01:00
Jacob Topp-Mugglestone 2f8de89a5c Feature/bulk actions move chooser fixes (#7617)
* [feat] Documents, images and users bulk actions now work with custom models as well

* [fix] Bulk move disables invalid parent pages in the page chooser modal

* [refactor] Make the code DRY

Co-authored-by: Shohan <shohanduttaroy99@gmail.com>
2021-10-15 16:51:18 +01:00
Jacob Topp-Mugglestone 412c26201a Add changelog and release notes for bulk actions (#7615)
* Add changelog and release notes for bulk actions
2021-10-15 16:51:18 +01:00
Shohan 0d8ad857bf Customize select all in listing feature (#7606)
* [feat] Add feature to customize behavior of select all objects in listing

* [feat] Select all in listing now works with search terms

* [refactor] Make the code DRY
2021-10-15 16:51:18 +01:00
Shohan 4624d2d540 Fix typos and remove unwanted code from bulk actions (#7613)
* [refactor] Fix typos and documentation

* [refactor] Remove unused attribute object_key

* [refactor] Remove filters from page explorer

* [refactor] Remove unused code of page filters
2021-10-15 16:51:18 +01:00
jacobtoppm 51f71709c6 Remove check preventing a user from bulk assigning themself a role 2021-10-15 16:51:18 +01:00
Shohan 8033078d6c [lint] Fix lint errors (#7608) 2021-10-15 16:51:18 +01:00