Wykres commitów

2003 Commity (stable/3.0.x)

Autor SHA1 Wiadomość Data
Matt Westcott b1e62bc4f4 Release notes for 2.16.3 2022-09-05 13:21:58 +01:00
Matt Westcott 0b0844cc7a Add release notes for 2.15.6 2022-09-05 13:21:03 +01:00
Matt Westcott 2b3da3582e Fill in release date for 3.0.3 2022-09-05 11:19:30 +01:00
Matt Westcott 9e8c0e75e2 Add release notes for 3.0.3 2022-09-02 14:57:20 +01:00
Matt Westcott 3f984f6074 Fill in release date for 3.0.2 2022-08-30 17:02:02 +01:00
Matt Westcott 3851608095 Release note for #9099 in 3.0.2 2022-08-30 16:53:10 +01:00
jacobtoppm f57f0d5aaf Fix FieldBlocks ending up with a null annotationTemplateNode and making commenting impossible if they initialise pre-CommentPanel
- fixes #9035
- cherry pick of #9076
2022-08-25 07:04:06 +10:00
Matt Westcott 0e2f8f2fdd Release notes for #8940 and #8973 in 3.0.2 2022-08-19 11:25:52 +01:00
Matt Westcott af44f1ef0e Fill in release date for 3.0.1 2022-06-16 10:46:49 +02:00
LB Johnston fda10b0211 add changelog for #8676 2022-06-16 06:45:12 +10:00
Matt Westcott 627a013caf Release note for #8680 2022-06-14 15:58:46 +02:00
Matt Westcott 294e0b605f Release note for #8668 2022-06-13 17:00:15 +01:00
Matt Westcott e125bd6578 Make radio buttons / checkboxes display vertically under Django 4.0
Fixes #8190
Django 4 changed the rendering of radio button / checkbox lists to nested divs rather than ul/li - see 5942ab5eb1. This change simply applies the existing li styles to second-level divs.
2022-06-13 15:45:10 +01:00
Matt Westcott 8882181536 Use original wording for changelog notes 2022-06-13 15:34:01 +01:00
Matt Westcott a8732d643e Release notes for 3.0.1 2022-06-13 15:28:26 +01:00
Matt Westcott 4e524c7972 Fill in release date for 3.0 2022-05-16 14:19:42 +01:00
Stefan Hammer 5f38ddd8f7 Added handling for lazily evaluated page_description, fixes #8523 (#8527) 2022-05-12 10:55:49 +01:00
jacobtoppm 9b659cb187 Disable webpack css url rewriting (#8518)
This was causing relative urls to be rewritten to use the publicPath.
This meant that the icon font would be referenced at the wrong location
if sites had changed STATIC_URL
fixes #8517
2022-05-11 19:28:57 +10:00
Thibaud Colas 87d3888701 Re-add Pages explorer focus trap. Fixes #8035 (#8447) 2022-04-29 11:33:58 +01:00
Matt Westcott 26ca4783f8 Ensure `wagtail updatemodulepaths` works when system locale is not UTF-8 (#8450)
Prompted by https://github.com/wagtail/wagtail/discussions/8362#discussioncomment-2647505 - Python files are expected to be in UTF-8, but `open()` will use the system default encoding, which is likely to be Windows-1252 on Windows. Unfortunately [fileinput](https://docs.python.org/3/library/fileinput.html) doesn't provide an encoding argument until Python 3.10, so we have to over-engineer things a bit to keep things consistent across the rewrite / list / diff modes - opening files in binary mode and explicitly decoding each line as utf-8 (with graceful fallback behaviour on UnicodeDecodeError, so that we don't end up clobbering a file mid-write).
2022-04-29 09:39:20 +01:00
Matt Westcott f5919513d5 Cut down release note for image prefetching and add changelog entry 2022-04-14 12:56:04 +01:00
Rishank 7861014316 add Monospace system UI font stack
resolves #8043

ui-monospace, Menlo, Monaco, ... "Courier New", monospace

Operating Systems and their fonts:
ui-monospace -> MacOS (Menlo, Monaco fallback)
Cascadia  ->Windows (since Vista)
Roboto -> Android (since 4.0)
Fira -> Firefox OS
Droid -> Android (<4.0)
Oxygen -> KDE
Ubuntu -> Ubuntu
In addition, ui-monospace is supported for Safari/MacOS (only way to access SF Mono in Mac);

Cascadia is a new Microsoft font-face, and Segue is the fallback.
2022-04-14 19:44:29 +10:00
jacobtoppm d9aaf8e581 Changelog and release notes for image deduplication 2022-04-13 17:59:51 +01:00
Matt Westcott 7223fd2b4e Release note for #8317 2022-04-13 15:40:07 +01:00
Jake Howard 59f901fb82 Use `JSONField` to store form submissions 2022-04-13 23:40:56 +10:00
Abdul 1822d7eee2 display help text message for tag field
- resolves #1874
- ensure message is dynamic based on the setting TAG_SPACES_ALLOWED
- Update wagtail/admin/templates/wagtailadmin/widgets/tag_widget.html
2022-04-13 13:37:30 +10:00
Steve Stein f323d88765
Move page meta information from the header to a new status side panel component inside of the page editing UI (#8285)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-04-13 03:21:51 +01:00
Steve Stein 629ced01ca
Page editor underline tabs (#8266)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-04-12 16:11:08 +01:00
Matt Westcott be6526e95d Release note for #8271 2022-04-12 13:09:59 +01:00
Matt Westcott 8f3fdc5365 Fill in release date for 2.16.2 2022-04-11 15:59:07 +01:00
Matt Westcott 31fc598b2f Release note for #8298 in 2.16.2 2022-04-11 15:58:40 +01:00
Matt Westcott 999e745de5 Fill in release date for 2.15.5 2022-04-11 14:39:59 +01:00
Matt Westcott 93e92c1528 Release note for #8328 in 2.16.2 2022-04-11 13:12:16 +01:00
Matt Westcott d42eb4ed01 Release note for #8302 in 2.16.2 2022-04-11 10:28:49 +01:00
Dan Braghis 13b60a2688 Update changelog/release notes for 2.15.5 and 2.16.2 backports 2022-04-10 10:10:08 +01:00
AndresMRM 483b7d27b3 Add internationalisation UI to modeladmin
Includes changes from #6230

Co-Authored-By: Dan Braghis <dan@zerolab.org>
2022-04-10 09:17:41 +01:00
John-Scott Atlakson e7758d58cb Automatically ignore `GenericRelation` when copying pages 2022-04-10 09:00:06 +01:00
Abdul 134bd19bef add ability for form builder to split choices by newline
- fixes #3001
- keep support for comma separated lists if supplied
2022-04-09 22:30:10 +10:00
Dan Braghis 54e9d09421 Release notes for #8161 2022-04-08 17:47:10 +01:00
Steve Stein 8bbf41627b
Implement new slim page editor header with breadcrumb (#8231)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
Co-authored-by: Dan Braghis <dan@zerolab.org>
Co-authored-by: Karl Hobley <karl@kaed.uk>
2022-04-08 17:36:47 +01:00
Thibaud Colas a34e267b9d Add release notes for #8310 2022-04-08 11:51:09 -04:00
John-Scott Atlakson 38f2e0b5b5 Fix page copy in Wagtail admin ignores `exclude_fields_in_copy` 2022-04-08 10:01:17 +01:00
Kyle J. Roux 844efa696a Ensure thumb_col_header_text is used by ThumbnailMixin correctly
- fixes #8269
because you cannot dynamically set attributes on bound methods, we need to update the current classes version of admin_thumb so it can be accessed in sub classes
2022-04-08 00:23:45 +10:00
Hitansh Shah 0b8a8c2024 Added image management command to purge and regenerate renditions
- resolves #8107
2022-04-07 23:57:44 +10:00
eevel 1c7c5cfc0b Allow specifying an alternative storage backend for image renditions
- add setting `WAGTAILIMAGES_RENDITION_STORAGE`
- add AbstractRendition file storage to use new setting
- resolves #3183
2022-04-07 23:33:46 +10:00
Jake Howard 5522769a9c Validate to and from addresses on email form
This will result in a migration, but the migration from a `CharField` to an `EmailField` won't hit the database, as `EmailField` is just a `CharField` with extra default validation.
2022-04-07 22:52:12 +10:00
Matt Westcott 096ab2a8b4 Release note for #8059 in 2.16.2 2022-04-06 19:26:39 +01:00
Matt Westcott ad64ac3e91 Release note for #8292 2022-04-06 17:39:50 +01:00
Matt Westcott d65d10d3de Release note for #8293 2022-04-06 17:38:44 +01:00
Matt Westcott 84605d8b88 Add 2.15.5 release notes 2022-04-06 13:21:33 +01:00