0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
Commit Graph

4149 Commits

Author SHA1 Message Date
Paarth Agarwal
01ba3d3c44 Fixed empty variable issue in header template
- fixes #8942
2022-08-05 07:30:06 +10:00
LB (Ben Johnston)
535bc3111f
4.0 release notes - add GSoC UX Unification section (#8943)
* pull out the main UX unification work done by Paarth under Torchbox internship done alongside Google Summer of Code 2022
2022-08-05 07:21:41 +10:00
anujaraj
2d8aa123c0
Added a forced-color media query to disabled buttons in high contrast (#8909)
* added a forced-color media query to allow distinct visibiity of disabled buttons

* Also set disabled button border color to GrayText in forced-colors mode

The `button` element was not correctly picking up the same border color as the text, for some reason. This commit fixes that.
2022-08-04 12:55:00 -04:00
Thibaud Colas
8a7e0884d7 Finish implementing rich text max length with identical client & server count 2022-08-04 16:59:31 +02:00
Matt Westcott
d4837edef9 Formalise support for Django 4.1 2022-08-04 13:52:33 +02:00
LB Johnston
416a0b5100 refine changelog entry for documentation updates 2022-08-04 21:51:06 +10:00
Matt Westcott
f255135772 Release note for #8940 2022-08-04 13:35:50 +02:00
Jacob Topp-Mugglestone
0cdb9d8915
Implement combined rich text split and block insertion (#8923)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-08-02 18:31:32 +01:00
Matt Westcott
ae0495fa44 Add release note for changes to image chooser URL route names 2022-08-02 19:28:49 +02:00
Matt Westcott
9667088e98 Move setting metadata / reindexing into form.save() 2022-08-02 18:53:56 +02:00
Matt Westcott
d1f21993dc Deprecate createPageChooser 2022-08-02 16:38:28 +02:00
LB (Ben Johnston)
8cda62471d
Add third party tutorials (#8924) 2022-08-01 09:25:41 -04:00
Paritosh Kabra
63e0181f93 Fix query search in filtered image admin listing
- fixes #8029
- Fix Search Images within a Collection and an empty search query param - `admin/images/?collection_id=1&q=1`
2022-08-01 20:20:46 +10:00
LB Johnston
65f2512b87 changelog for #8903 2022-08-01 08:22:27 +10:00
LB Johnston
18ad15a18f changelog entry for #8922
- resolves #8818
2022-07-31 04:11:07 +10:00
Jaap Roes
649a8623a0 Correctly validate from/to column index in redirect import
- fixes #8813
- relates to #6913 #8814
- add file hash check to ensure that no content can be tampered with mid-request after form submis
2022-07-30 17:54:02 +10:00
Scott Cranfill
f72aec9b61 Ensure consistent sidebar icon position whether expanded or collapsed
Adding vertical margin gives them same height when collapsed as the text with line-height when expanded.
2022-07-30 17:22:49 +10:00
PaarthAgarwal
887a259723 added translate button to header actions dropdown, removed all the instances of is_parent
- Fixed failing tests, added check for simple_translations enabled
- resolves #8866
2022-07-26 22:36:35 +10:00
PaarthAgarwal
2a751e9b00 updated help block colours & link styles
- resolves #8896
2022-07-26 22:01:12 +10:00
LB Johnston
dc61036614 changelog for #8777 & #8778 2022-07-23 11:33:01 +10:00
Matt Westcott
dec7cdd9bf Deprecate createImageChooser 2022-07-23 11:33:01 +10:00
Matt Westcott
61d45e3150 Deprecate createDocumentChooser 2022-07-23 11:11:08 +10:00
LB Johnston
1849122e5f documentation - update reference/contrib content to markdown 2022-07-23 10:42:06 +10:00
LB Johnston
4169d959fc documentation - rename reference/contrib files to .md 2022-07-23 10:42:06 +10:00
Thibaud Colas
4a7892a9b5 Add release notes for #8874 and rework existing WHCM release notes 2022-07-20 21:55:09 +01:00
anujaraj
df50d8a1a4
Add bottom border to messages. Fixes #8836 (#8875)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-20 21:34:23 +01:00
LB (Ben Johnston)
aa55457c82
Convert reference pages documentation section to Markdown (#8881)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-20 16:49:25 +01:00
Matt Westcott
3b99d2026e Release note for #8822 2022-07-20 13:59:03 +01:00
Matt Westcott
8f34e47b68 Note that paragraph / line breaks are not counted toward the limit 2022-07-20 13:59:03 +01:00
Matt Westcott
3fa5eb125c Implement max_length validation on RichTextBlock 2022-07-20 13:59:03 +01:00
Thibaud Colas
598071b7a2 Release notes for #8824. Fix #8424 2022-07-20 12:08:47 +01:00
Thibaud Colas
624ca4b7cc Add missing grey-150 and teal-75 2022-07-20 12:08:47 +01:00
Thibaud Colas
c87628758c Update documentation for custom admin colours, with live example
Co-authored-by: Scott Cranfill <scott@scottcranfill.com>
2022-07-20 12:08:47 +01:00
Thibaud Colas
5c362bf831 Refactor all stylesheets to use CSS variables
Co-authored-by: Scott Cranfill <scott@scottcranfill.com>
2022-07-20 12:08:47 +01:00
LB Johnston
f9648349d6 contributor - use Tidiane (preferred name) instead of Tidjani 2022-07-20 20:32:26 +10:00
LB Johnston
c8d1a6b00a documentation - fix a few internal references 2022-07-20 17:30:08 +10:00
tijani
8cdb3f3a60 Added blocks_by_name, first_block_by_name methods to StreamValue
- A shortcut for accessing StreamField blocks by name
2022-07-20 17:13:20 +10:00
LB Johnston
0c9d72669c documentation - fix table of contents issue for pages reference 2022-07-20 17:11:23 +10:00
LB Johnston
2bb18d7703 remove duplicate custom bulk actions docs
- introduced in #8574
- move snippets bulk actions docs to existing markdown docs variant
2022-07-20 17:10:45 +10:00
Dolidodzik
b131b4813e replace latin abbreviations with english phrases & updated docs guidelines
- added sub-section to language part of general_guidelines.md
- fixes #8860
2022-07-20 16:11:38 +10:00
anujaraj
b3768a1145 Contrast themes – Update help-block styles
- Ensure help blocks show more appropriately in Windows High Contrast Mode with less reliance on communication via colour alone
- fixes #8817
- added dashed-dotted borders styles and removed forced-colors-adjust:none properties to/from help boxes
2022-07-20 15:47:11 +10:00
Coen van der Kamp
1b9628f06c Add styling for Django 4 div-based radio select markup
- fixes #8869
2022-07-20 15:41:45 +10:00
PaarthAgarwal
0ed07c66db adopted shared header for form submission page
- relates to #8539
- fixes #3759
- fixes #3236
- rename index_submissions to submissions_index (aligns with naming of all other index views)
2022-07-19 22:00:54 +10:00
Paarth Agarwal
35b5ed350a
Adopt slim header in page listing views (#8792)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-18 18:28:51 +01:00
Matt Westcott
d07ff422d8 Documentation and release note for #8703 2022-07-18 15:53:32 +01:00
vupham04
53e2bdbd0d Add option to set name to MenuItems generated by modeladmin (#8553)
Co-authored-by: Alexander Rogovskyy <A.rogovskyy@intershop.de>
2022-07-18 14:44:58 +01:00
Sage Abdullah
0d78f8eb56 Add initial upgrade considerations for PreviewableMixin methods 2022-07-18 13:46:58 +01:00
Frantisek Holop
c79f584371 30 characters user names is an outdated requirement (#8848)
django does not have this limitation anymore.
2022-07-18 13:19:36 +01:00
Karl Hobley
ed239157fd
Release note for #8327 (#8825)
* Delete unused settings.rst

* Release note for #8327

* Use single backticks in changelog/release notes
2022-07-18 13:01:29 +01:00
sag᠎e
0693eed245
Use new modal dialog component for privacy settings modal. Fix #8478 (#8847)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-18 10:39:50 +01:00