Matt Westcott
24fdc703fd
fix formatting of 2.15.6 release notes
2022-09-05 13:22:06 +01:00
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
173a726ec3
Fix bullet point formatting
2022-09-02 15:02:02 +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
f3e10a8f35
Use original wording for 3.0.1 release notes
2022-06-13 15:34:47 +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
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
Matt Westcott
27c5d4b64b
Fix typo in BoundPanel subclassing example
2022-05-03 11:26:46 +01: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
LB (Ben Johnston)
7b0413ae29
3.0 - add JSON1 SQLite compatibility requirements ( #8433 )
2022-04-26 13:22:27 +01:00
Matt Westcott
e3321db477
Fix release notes and updatemodulepaths to cover coreutils module rename ( #8396 )
...
Fixes #8376
2022-04-20 17:43:07 +01:00
Dan Swain
8101484861
Change 2.17 reference to 3.0 ( #8389 )
...
There will not be a 2.17 release
2022-04-19 16:57:51 +01:00
Matt Westcott
f5919513d5
Cut down release note for image prefetching and add changelog entry
2022-04-14 12:56:04 +01:00
Andy Babic
7838e58095
Update release notes
2022-04-14 12:12:23 +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
90307f9deb
Add upgrade note for removal of panel types
2022-04-13 15:44:26 +01:00
Matt Westcott
7223fd2b4e
Release note for #8317
2022-04-13 15:40:07 +01:00
Matt Westcott
d63801b533
Update release note for page editor redesign
2022-04-13 14:46:05 +01:00
LB Johnston
edf881e4ea
3.0 release notes - move 'fix' to fix section
2022-04-13 23:41:54 +10: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
Matt Westcott
bd3efa40cb
Reorganise 3.0 upgrade consideration notes
2022-04-13 08:36:08 +10: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