Wykres commitów

3931 Commity (eab32164fd801162c71b07b5538ac4c9a24fb195)

Autor SHA1 Wiadomość Data
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
Karl Hobley 611b7a52dd Update myst_parser to v0.17.2 (#8380)
To resolve issue with the removed `attrs` module.

See: https://github.com/executablebooks/MyST-Parser/pull/557
2022-05-16 14:38:48 +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
Cynthia Kiser 07b1b605c4 Make nested list render as a nested list (#8516) 2022-05-11 09:05:59 +01:00
LB Johnston 638e6167c7 Add Wagtail 3 classifier to documentation 2022-05-08 19:28:29 +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 646b1f80f2 API docs for Panel 2022-04-22 17:28:28 +01:00
Matt Westcott c04826c90e Add documentation for the panel rendering mechanism 2022-04-22 17:26:06 +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
Andy Babic 318967f8ee Add guidance on rendition prefetching to docs (#8363) 2022-04-16 10:18:42 +00: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
Andy Babic 2d5571f316 Include the new methods in the docs 2022-04-14 12:12:23 +01:00
Matt Westcott 6d2dcee4b9
Remove a stray reference to ChooserPanels (#8360)
These are no longer required in Wagtail 3
2022-04-14 11:09:31 +01:00
Matt Westcott cdeb1cf479
Add use_json_field=True to all StreamField examples (#8359)
This argument should be used on all new StreamFields created under Wagtail 3. It does add some clutter to the examples, but only using it in select cases would create more confusion...
2022-04-14 11:09:19 +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
Thibaud Colas a34e267b9d Add release notes for #8310 2022-04-08 11:51:09 -04:00
Thibaud Colas 4dc5f3c595 Remove legacy sidebar, refactoring slim sidebar implementation 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