Wykres commitów

1827 Commity (a3443867d835398c86498378f916ab294a8f25c2)

Autor SHA1 Wiadomość Data
Matt Westcott a3443867d8 Release note for #7893 in 2.15.3 2022-01-26 11:26:05 +00:00
Matt Westcott ab406b1a93 Add release notes for 2.11.9 2022-01-24 16:10:01 +00:00
Matt Westcott f56426c551 Fill in release date for 2.15.2 2022-01-18 11:12:10 +00:00
Matt Westcott bbafc97af9 Release note for CVE-2022-21683 2022-01-18 11:10:24 +00:00
Matt Westcott eac906e7ed Increase Pillow dependency range to include 9.x (#7831)
Fixes #7817
2022-01-14 11:26:31 +00:00
Matt Westcott bd08770a5a Release note for non-fts sqlite support 2022-01-14 10:22:35 +00:00
Matt Westcott 15095f589d Release note for #7726 in 2.15.2 2022-01-10 19:41:26 +00:00
Vu Pham cf96285671 Fix misspelled checkbox_aria_label in template
- fixes #7768
2022-01-08 21:21:11 +10:00
Matt Westcott 48c49567d7 Release note for #7821 2022-01-05 14:03:57 +00:00
Matt Westcott 27f91b87d2 Release note for #7762 in 2.15.2 2021-12-08 17:08:07 +00:00
Matt Westcott 432b5b2e30 Release note for #7704 in 2.15.2 2021-12-08 16:28:08 +00:00
Matt Westcott 3a05b9f55f get the date right... 2021-11-11 13:36:59 +00:00
Matt Westcott cdc3a8fd35 Fill in release date for 2.15.1 2021-11-11 13:34:43 +00:00
Matt Westcott 9c708f51a0 Changelog note for #7703 2021-11-11 12:35:22 +00:00
Matt Westcott 75aef224c2 Release note for #7702 2021-11-10 21:08:01 +00:00
Matt Westcott 6118600532 Release note for #7701 in 2.15.1 2021-11-10 16:06:20 +00:00
Matt Westcott 131b429f31 Release note for #7695 in 2.15.1 2021-11-10 12:05:03 +00:00
Matt Westcott 6933a9212d Changelog note for #7694 in 2.15.1 2021-11-09 20:57:39 +00:00
Matt Westcott a8e1a90e74 Fill in release date for 2.15 2021-11-04 11:25:49 +00:00
LB Johnston cd06795c70 Revert "Upgrade modernizr" back to v2.6.2
This partially reverts commit 50f55507d8.
Fixes #7625
2021-10-18 12:29:58 +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
Jérôme Lebleu 025a28f238 Set the bound field label with the heading argument
When a FielPanel is rendered as a field, the label is outputted with the
`bound_field.label_tag()` method. Thus, the field's label is not
overridden with the `heading` argument.

This attempts to fix that by set the `bound_field.label` property with
the `heading` argument.

Fix s#6855.
2021-10-15 23:43:17 +10:00
Matt Westcott 20ed834132 Release note for typed table block #7470 2021-10-15 14:33:00 +01:00
Shariq Jamil c4422b2bec add border to comments dropdown
- for windows high contrast mode
- fixes #7458
2021-10-15 23:25:09 +10:00
Karl Hobley ff76931aa4 Change log and release note for new database search backend 2021-10-15 11:15:03 +01:00
LB Johnston b3366749d9 update release notes 2021-10-15 19:12:17 +10:00
Noah Hall 300163b845 replace hard-coded colors for admin filters with variables
- fixes #7584
2021-10-15 17:49:20 +10:00
Matt Westcott f7fcae0a1d Release note for #6945 2021-10-15 01:16:33 +01:00
LB Johnston 5a7ae4280d add release notes for #7605 2021-10-15 07:07:00 +10:00
Matt Westcott b57448eeef Fill in release date for 2.14.2 2021-10-14 17:14:14 +01:00
Matt Westcott 6197ada10d Fill in release date for 2.13.5 2021-10-14 17:13:44 +01:00
Matt Westcott 871da88a7f Release note for #7524 backport in 2.13.5 2021-10-14 17:02:09 +01:00
Matt Westcott bf14954d80 Release note for #7524 in 2.14.2 2021-10-14 17:02:02 +01:00
Matt Westcott 7eab06de10 Release note for translation fixes in 2.14.2 2021-10-14 17:01:53 +01:00
Matt Westcott b5e7af9ebc Release note for translation fixes in 2.13.5 2021-10-14 17:01:45 +01:00
Matt Westcott 740451c351 Release note for #7591 in 2.14.2 2021-10-14 17:01:05 +01:00
Matt Westcott 80d2f2bc36 Release note for #7591 in 2.13.5 2021-10-14 16:59:34 +01:00
Andy Chosak 5a65cb7554 Expose preview mode to page and template rendering
Currently Wagtail defines `request.is_preview` as a way for both page
rendering and template rendering to modify logic based on whether the
page is being previewed.

If a page supports multiple preview modes, though, the information about
which mode is being previewed isn't made available. So, for example,
it's not possible to customize `Page.serve` or `Page.get_context` based
on a different preview mode. Or, consider customizing
`Page.get_template` so that it uses a different page template depending
on the mode being previewed.

This commit adds `request.preview_mode` so that the mode is available
downstream of previews, both in the page rendering logic and also in the
template itself.

A minor documentation change mentions this new property.
2021-10-14 06:47:26 +10:00
Matt Westcott ba3a527230 Release note for #7591 2021-10-13 19:10:56 +01:00
LB Johnston 196a368cdc add contributors for #7588 2021-10-13 17:54:04 +10:00
indreshp135 6e90c877ec fix issue with __prefix__ in nested inline panel
changed following:
change only first __prefix__ when multiple __prefix__ are present in
same name when orderable and blocks are nested

Co-authored-by: anirudhvs <54744932+anirudhvs@users.noreply.github.com>
Co-authored-by: CaptainIRS <36656347+CaptainIRS@users.noreply.github.com>

- fixes #7587
- fixes #5770
2021-10-13 07:37:27 +10:00
Jérôme Lebleu a714de8038 Use SVG icon instead of font icon in modeladmin index view
- This uses the same classes and tags than 'wagtailadmin/shared/header.html'
- constructs the <header> element and its children and blocks to that convention
2021-10-10 13:12:51 +10:00
Fabien Le Frapper 50f55507d8 Upgrade modernizr and jquery
- https://blog.jquery.com/2021/03/02/jquery-3-6-0-released/
- https://github.com/Modernizr/Modernizr/compare/v2.6.2...v2.8.3
2021-10-10 13:01:53 +10:00
Sakshi Uppoor da1e4d9a99
Fix toggle switch bug in high-contrast mode (#7561)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2021-10-08 22:32:55 +01:00
LB Johnston 9c191c255f add tags to existing Django registered checks
PR: #7569

- see https://docs.djangoproject.com/en/3.2/topics/checks/#registering-and-labeling-checks
2021-10-08 11:02:30 -04:00
Jérôme Lebleu 5522992c29 Use SVG icons in StreamField buttons and headers
- Simplify rendering of .c-sf-button and its elements
- replaces the rendering of `.c-sf-button` as a flexbox by a simple
- block element - as it is enough here - and moves text related rules to the <button> element.
- Use SVG icon in StreamField's action buttons
2021-10-07 17:04:13 +10:00
Dmitrii F 932762c9f1 windows high contrast mode - multiple fixes
- fix search header field border in Windows High Contrast mode
- fix tab-nav active in Windows High Contrast mode
- add border for c-sf-button. This fix view in WHC mode.
- add justify-content - center for better view on mobile devices.
2021-10-07 15:59:14 +10:00
LB Johnston 02d6d27a9c add release notes
- autocomplete API - #4937 & #5960 & #4938
- Python 3.10 #7577
- unit tests #7578
2021-10-07 15:42:32 +10:00
LB Johnston e03c86f3f8 add ability to customise the pre-filled Image title
- leveraging a custom DOM event provides the ability to update the title before being added to the form
- multiple image upload (view) needs to be able to read the title POST data
- add documentation
2021-10-06 19:53:30 +10:00
Matt Westcott 9aa2f68dfa Release note for model audit logging 2021-10-04 14:01:25 +01:00