Thibaud Colas
db894a6457
Update editor manual screenshots
2022-09-12 21:57:43 +10:00
Thibaud Colas
a1bff1bcbd
Update all documentation images except editor manual
2022-09-12 21:57:43 +10:00
Thibaud Colas
f7ae866b5c
Update screenshots for our tutorial
2022-09-12 21:57:43 +10:00
Thibaud Colas
ecb3aacf48
Remove unused documentation images
2022-09-12 21:57:43 +10:00
Thibaud Colas
79ae0a1061
Rename docs images only relevant for specific releases
2022-09-12 21:57:43 +10:00
Thibaud Colas
47401a6cc1
Remove unused image
2022-09-12 21:57:43 +10:00
Christophe Bastin
5dad39fb57
docs: APIField naming ( #9173 )
2022-09-09 13:47:46 +01:00
Matt Westcott
2804ebfec2
Release note for #9176 in 4.0.2
2022-09-09 13:46:01 +01:00
LB Johnston
c0ae976471
avoid usage of disabled class in expanding formset & update button usage
...
- remove check for disabled class on expanding formset - InlinePanel uses disabled attribute
- remove existing potentially disabled expanding formset usage of links instead of buttons
2022-09-09 09:06:07 +10:00
PaarthAgarwal
6906273609
applied new designs to disabled buttons
...
- add pointer-events: none; to disabled buttons (useful when using with links)
- added warnings about using disabled as a class instead of disabled as an attribute on elements
2022-09-09 09:06:07 +10:00
PaarthAgarwal
73f39c35d7
applied new designs to secondary buttons
...
* Added note in 4.1.md for .button-secondary not being compatible with .no/.serious
* Added comment for button-secondary class not being compatible with serious/no classes
* Fixed message button-secondary hover states
* Relates to #8790
2022-09-09 08:28:57 +10:00
PaarthAgarwal
3146a57c26
remove unused yes button styles
...
- relates to #8790
2022-09-09 06:47:32 +10:00
LB (Ben Johnston)
d2b9442e56
Documentation - clarify that preview_modes=[] will disable preview ( #9157 )
2022-09-07 20:32:23 +01:00
LB Johnston
535f6e574b
Add changelog entry for #9153 (delete buttons)
...
- fixes #3823
- relates to #8790
2022-09-07 22:11:43 +10:00
Matt Westcott
6170df83a1
Release note for #9149 in 4.0.2
2022-09-06 15:57:08 +01:00
Josh
27fbb9b5a0
Fix typo in ModelAdmin
Primer docs
2022-09-06 23:50:53 +10:00
Matt Westcott
7cd6e55310
Add 4.0.2 release notes with fix for #9146
2022-09-06 13:36:55 +01:00
LB Johnston
75b64f70b5
Remove unused note
title from page inline panel docs
...
- add clarity to the docs that `admonition` is also not to be used
- title for this note is not required
- fixes #9125
2022-09-06 19:28:47 +10:00
LB (Ben Johnston)
d1bd5c1006
Small documentation clean up items ( #9144 )
...
* docs clean up
- remove `important` call out - should all be replaced with `note` or `warning`
- remove unnecessary indent in code snippet for 3.0 release notes
* Update docs/releases/3.0.md
Co-authored-by: Dan Braghis <dan@zerolab.org>
2022-09-06 18:48:59 +10:00
LB Johnston
d671868161
changelog for #8954
2022-09-06 10:20:20 +10:00
Mehrdad Moradizadeh
9f37eb4d9d
Add unit tests for the classnames template tag
...
- adding a multiple arg test for classnames template
- adding a single arg test for classnames template
- adding a falsy arg test for classnames template
- adding args with extra whitespace test for classnames template
- resolves #9103
2022-09-06 08:59:50 +10:00
LB Johnston
4fdeaad18c
add changelog for #9135
2022-09-06 08:13:37 +10:00
LB Johnston
fdb55471ea
add changelog for #9108
...
- relates to #7712
2022-09-06 08:11:10 +10:00
Jake Howard
fbcdf89bc3
Add a security.txt file
...
https://securitytxt.org/
2022-09-06 08:09:30 +10:00
Matt Westcott
8823f03e23
Add release dates to 2.15.6 / 2.16.3 release notes
2022-09-05 13:25:50 +01:00
Matt Westcott
e1d0e7880d
fix formatting of 2.15.6 release notes
2022-09-05 13:25:44 +01:00
Matt Westcott
a3f5b28b76
Release notes for 2.16.3
2022-09-05 13:25:37 +01:00
Matt Westcott
93264704e5
Add release notes for 2.15.6
2022-09-05 13:25:31 +01:00
Matt Westcott
674956dbc9
Fill in release date for 4.0.1
2022-09-05 11:27:45 +01:00
Matt Westcott
0174019433
Fill in release date for 3.0.3
2022-09-05 11:26:45 +01:00
Matt Westcott
1829ed3dbe
Avoid importing document model class from wagtail.documents.permissions and wagtail.documents.views.chooser
...
Fixes #9118 . Permission policies can now be initialised by passing a model string rather than a class; wagtail.admin.widgets.chooser.BaseChooser had this capability already. Between these, we can adjust wagtail.documents.views.chooser so that no models need to be imported at module load time. As a result, definitions that depend on this module (such as DocumentChooserBlock) can now be included in the same models file as a custom document model, without causing a circular import.
2022-09-05 10:49:45 +01:00
PaarthAgarwal
6433aebe6b
refactored button styles
...
- relates to #9104
- Removed: .button-neutral, .button-strokeonhover and .hover-no.
- Replaced hardcoded font size, font weight values with theme variables.
- Removed overridden duplicate styles for .yes, .no and .bicolor.
- Merged a few styles under one class.
- Removed non-link button which was using span tag from styleguide, remove other unhelpful examples
2022-09-05 18:48:06 +10:00
Sage Abdullah
54597bb65d
Add <base> tag for preview panel in the default base.html template ( #9132 )
2022-09-02 17:19:36 +01:00
Matt Westcott
40c9d07b24
Add release notes for 3.0.3
2022-09-02 15:01:34 +01:00
Matt Westcott
6fa216883b
Release note for #9124 in 4.0.1
2022-09-02 15:01:27 +01:00
Matt Westcott
a29a405657
Release note for #9119 in 4.0.1
2022-09-01 17:56:34 +01:00
Adam Johnson
7630ca840e
Reverse version table on upgrading page
2022-09-01 17:01:57 +01:00
Matt Westcott
9e5250521f
Fill in release date for 4.0
2022-08-31 14:16:34 +01:00
Mehrdad Moradizadeh
a5794c50e7
Add docs & changelog for form builder FormMixin & EmailFormMixin
2022-08-31 23:12:27 +10:00
Mehrdad Moradizadeh
a0f038af14
move branding_title to the end of page title
...
Ensure the title of the Web page first identifies the topic of the page, then shows the group name followed by the name of the parent organisation.
* fixes #9054
* https://www.w3.org/WAI/WCAG21/Techniques/general/G88
* https://www.w3.org/WAI/WCAG21/Understanding/page-titled.html
2022-08-31 22:10:57 +10:00
LB Johnston
00f244f855
4.0 release notes - fix layout of UX Unification section
...
- also fix typo in instructions
2022-08-31 21:49:02 +10:00
PaarthAgarwal
849d4d71ca
added buttons to pattern library
...
- resolves #8661
2022-08-31 08:10:38 +10:00
PaarthAgarwal
1d5824dcc7
remove redundant unbutton styles
...
- relates to #8790
2022-08-31 08:03:27 +10:00
Matt Westcott
04a4cc6b95
Fill in release date for 3.0.2
2022-08-30 17:09:43 +01:00
Matt Westcott
0339f276fc
Release note for #9099 in 3.0.2
2022-08-30 16:54:51 +01:00
Matt Westcott
30d310d53f
Release note for #9099
2022-08-30 16:28:57 +01:00
Matt Westcott
2414e50eb1
Release note for snippet preview/revisions
...
Fixes #9071
2022-08-30 16:22:29 +01:00
LB Johnston
754fbb8d31
fix styling regression for pagination (search results) in dark mode
...
- fixes #9086
2022-08-26 06:59:26 +10:00
LB Johnston
9cf6d9b7e3
clean up spelling of multi-site
2022-08-25 22:06:31 +10:00
Jake Howard
8cf8b6fd59
Remove unnecessary queries from userbar
...
- This drops the number of queries from 9 to 5
- Add test for userbar with revisions
- The previous performance change dropped queries from 13 to 7
2022-08-25 18:46:25 +10:00
Jake Howard
efe8f17280
Adopt lazy image loading throughout admin
...
This improves page responsiveness on first load, especially on pages with many images (eg images list in Wagtail admin)
* Lazy load thumbnails on modeladmin lists
* Update oembed photos to use lazy loading
* Use lazy loading for `MediaBlock`, the avatar in the sidebar and comments
* Just decode chooser images async
2022-08-25 18:20:45 +10:00
Jake Howard
5108b5f82a
Add ability to set default configurable attributes to image tags
...
- Allow users to override the default attributes given to an image
- Update tests to account for new tags
- Add documentation for custom image attributes
- Recommend that loading=lazy & decoding=async be considered for performance in front-end sites
2022-08-25 18:20:45 +10:00
Stefan Hammer
36e4e9b93d
Add some missing translated labels to the bulk actions
2022-08-25 07:29:52 +10:00
LB Johnston
e5efa69aa2
add changelog for #9076
2022-08-25 07:00:49 +10:00
Mehrdad Moradizadeh
b92dcc11b4
Documentation - add WAGTAILADMIN_RICH_TEXT_EDITORS reference ( #9079 )
...
- Mention settings on admin customisation page
- fixes #9070
2022-08-25 06:31:04 +10:00
Mehrdad Moradizadeh
180d43a200
Fix Page queryset.not_public returning all pages when no page restrictions exist. ( #9067 )
...
Fixes #8952
2022-08-24 17:57:22 +01:00
Matt Westcott
86c3dbb961
Add release notes page for 4.1
2022-08-24 16:42:41 +01:00
LB Johnston
f072bffb74
4.0 release notes - pull out documentation updates
...
- include a relevant summary of the Wagtail Sphinx theme updates
- relates to #9013
2022-08-24 15:16:33 +10:00
Vince Salvino
d776b94556
Use correct dark color for docs search box override
2022-08-24 06:07:47 +10:00
Vince Salvino
b50da4c677
Fix RTD version selector overlay issue
2022-08-24 06:07:47 +10:00
LB Johnston
955ca7ad50
update Sphinx Wagtail Theme to 5.3.0
...
* https://pypi.org/project/sphinx-wagtail-theme/5.3.0/
* https://github.com/wagtail/sphinx_wagtail_theme/blob/main/CHANGELOG.md#530---2022-08-20
* https://github.com/wagtail/sphinx_wagtail_theme/blob/main/CHANGELOG.md#520---2022-08-17
Additional changes
- use the magnify icon on the search field like the sphinx theme
- ensure the algolia search inputs work correctly for dark mode (the JS initially grabs the colour on page load and put on the new input field)
- fix issue of overflow x hidden being required due to the hidden input field not wrapping
- remove custom.css overrides that are no longer needed (are in the theme)
2022-08-24 06:07:47 +10:00
PaarthAgarwal
4e747326fa
fix formatting issues with modal header
...
- formatting fix for the header on small devices
- ensure the padding left is not set so that the outside is fully clickable
- fixed close button colours
- fix alignment and heights of smaller breakpoint modal header
- fixes #9053
- fixes #9014
2022-08-22 16:52:16 +10:00
ariadi
4a6e744d34
Update admin_views.md
...
typo method from `format_month(current_year, current_month)` to `formatmonth(current_year, current_month)`
2022-08-22 12:52:04 +10:00
LB Johnston
4a9916721a
add changelog for #9049
2022-08-21 09:16:08 +10:00
Sage Abdullah
32b5b992b3
Clear existing preview data on initial load of the create/edit view
...
This prevents stale preview data from being initially shown after reloading the PreviewOnCreate view
- fixes #9058
2022-08-21 08:25:34 +10:00
LB Johnston
85b79dc532
add changelog for #9056
2022-08-21 07:34:58 +10:00
LB Johnston
ca9ded873e
update changelog for #9037
2022-08-21 07:20:01 +10:00
Sage Abdullah
d71a7ccdd4
Add links to topic guide from mixin reference docs
2022-08-21 07:18:27 +10:00
Sage Abdullah
4d27fd1f54
Add docs for saving draft changes of snippets
2022-08-21 07:18:27 +10:00
Sage Abdullah
9407be3d24
Add docs for saving revisions of snippets
2022-08-21 07:18:27 +10:00
Sage Abdullah
a3255c1ee9
Add docs for making snippets previewable
2022-08-21 07:18:27 +10:00
Sage Abdullah
cc0e14c38d
Improve snippets usage guide
...
- Use sentence case for headers in snippets usage guide
- Fix broken link to Django custom template tags
2022-08-21 07:18:27 +10:00
Matt Westcott
5ec55fd474
Release note for #8973 in 4.0
2022-08-19 11:29:56 +01:00
Matt Westcott
5713d57692
Release notes for #8940 and #8973 in 3.0.2
2022-08-19 11:29:49 +01:00
PaarthAgarwal
520dfa8005
Ensure screen readers are made aware of page level messages
...
- when added dynamically to the top of the page
- already added to the authentication pages via #8925
2022-08-19 17:48:18 +10:00
Matt Westcott
1504eb7812
Fix dead Transifex links
2022-08-19 17:28:31 +10:00
Thibaud Colas
1fcf4cacbb
Add more items to 4.0 release notes ( #9032 )
2022-08-18 08:47:30 +01:00
Matt Westcott
9aeb2e3e49
Ensure telepath adapter gets registered for document chooser widget
...
Fixes #9010 . `wagtail.documents.widgets` is no longer reliably imported on startup now that the chooser widget is constructed within wagtail.documents.views.chooser instead, so the telepath adapter wasn't getting register. This meant that DocumentChooserBlocks in StreamField were using the base chooser implementation, which didn't include customisations such as populating the title field from the file upload field. Fix this by making ChooserViewSet responsible for registering the telepath adapter.
2022-08-17 18:24:18 +01:00
Matt Westcott
cc4675aa5e
Use correct classnames for showing/hiding edit button on chooser widget
...
Fixes #9008
2022-08-17 07:50:29 +10:00
Stefan Hammer
3bf4a0693c
Fixed init method of legacy BaseSetting class
...
The "return" statement was only a minor improvement, the breaking code was the passed "self" argument.
- fixes #8996
- fixes #9006
2022-08-17 07:45:31 +10:00
Matt Westcott
b4bc681865
Fix DocumentChooserBlock deconstruction for custom document models
...
Fixes #8989 . The previous fix #9004 failed for custom document models because ChooserViewset assigns an internal name for the ChooserBlock class based on the model name, and if this is anything other than Document it won't match the name DocumentChooserBlock that it's exposed under in wagtail.documents.blocks. Fix this by replacing the `block_class` property with a `get_block_class` method that lets us specify the class name. As a bonus, user code that defines chooser blocks no longer has to directly hack the `__module__` attribute.
2022-08-16 20:50:04 +01:00
LB Johnston
666cc5e8e5
fix up legacy release note refs & use consistent format
...
- fix some broken refs that were lost in the migration to markdown files
- use lower_snake_case for all internal refs (most follow this convention)
- release process sub-section in docs should be named release schedule instead
2022-08-16 12:42:42 +01:00
LB Johnston
401e84dfd9
fix various typos and backtick usage in 4.0 changelog/release notes
...
- adds a ref to the new setting added for `WAGTAILADMIN_UNSAFE_PAGE_DELETION_LIMIT` - see #8703
2022-08-16 12:36:46 +01:00
LB Johnston
23ee3d8924
add changelog for #9000
2022-08-16 07:58:28 +10:00
Sage Abdullah
e4509f3432
Improve Revision model docs
2022-08-16 07:58:28 +10:00
Sage Abdullah
e864b9c4d1
Add docs for PreviewableMixin
2022-08-16 07:58:28 +10:00
Sage Abdullah
fb6ec3ad00
Add docs for DraftStateMixin
2022-08-16 07:58:28 +10:00
Sage Abdullah
cf3cea9a5b
Add docs for RevisionMixin
2022-08-16 07:58:28 +10:00
Sage Abdullah
3151200288
Improve Page model reference documentation
...
- Use inline code for `Locale` and `TranslatableMixin` headers to be consistent with other classes in the page
- Move `locale` and `translation_key` of `TranslatableMixin` to its own "Database fields" section
- Add missing periods in Page.update_aliases parameter description
2022-08-16 07:58:28 +10:00
LB Johnston
92204aa0bb
add changelog for #8993 & #9005
2022-08-16 07:37:30 +10:00
Matt Westcott
a6a94a9a04
Ensure DocumentChooserBlock can be deconstructed for migrations
...
Fixes #8989 . Now that DocumentChooserBlock is constructed dynamically via wagtail.documents.viewsets.chooser, we need to explicitly set its `__module__` attribute so that the result of calling `deconstruct()` for migrations points back to the wagtail.documents.blocks module.
Also update the documentation for defining custom choosers, and add tests for deconstructing the other chooser blocks.
2022-08-15 15:38:54 -04:00
Thibaud Colas
ca7f23d176
Update InlinePanel and StreamField styles for new designs ( #8983 )
2022-08-12 13:17:40 +01:00
Sage Abdullah
2d23aea9bd
Create new UnpublishView for reuse outside of pages
2022-08-12 14:00:59 +02:00
LB Johnston
51dfcd2fd9
changelog entry for #8873
2022-08-12 17:35:42 +10:00
LB Johnston
3e6e9eb618
update docs/test spelling of colour
2022-08-12 17:29:16 +10:00
LB Johnston
9321cd9404
documentation - extending generic views - fix typo
...
- closing ``` (backticks) were missing
2022-08-12 17:20:24 +10:00
Xabier Bello
e29bb7e062
Update images.md
...
BASE_URL no longer works.
2022-08-12 17:17:33 +10:00
Matt Westcott
e5dd080fce
Release note for #8917
2022-08-11 13:45:35 +01:00
LB Johnston
fd9a4a8745
add documentation for overriding the password reset form content
...
- relates to work done via #8925
- relates to request for override capacity in #2309
2022-08-10 20:32:35 +01:00
Matt Westcott
5de877967d
Reword static files docs to fix formatting error
2022-08-10 20:01:17 +01:00
Matt Westcott
61ed6caa57
Add upgrade consideration note for change to BaseSetting
2022-08-10 19:56:57 +01:00
Matt Westcott
29d564c238
Release note for #6411
2022-08-10 19:42:00 +01:00
LB Johnston
4151b8ae21
add changelog for #8964
2022-08-10 15:15:20 +10:00
LB Johnston
41db4c62c4
add changelog for #8934
2022-08-10 15:08:57 +10:00
Thibaud Colas
21b5ad5ce9
Update chooser styles across all types
2022-08-10 15:08:57 +10:00
LB Johnston
8068d6f233
add changelog for #8820
2022-08-10 14:53:41 +10:00
Matt Westcott
f9fe6d0ca8
Documentation for generating chooser blocks via ChooserViewSet
2022-08-10 14:53:41 +10:00
Matt Westcott
161dd69c8a
Implement generating a StreamField ChooserBlock from ChooserViewSet
2022-08-10 14:53:41 +10:00
Akash-Kumar-Sen
46bb760319
Ensure page explorer header item aligns with toggle on sm device
...
- fixes #8939
2022-08-09 21:29:20 +10:00
Akash Kumar Sen
71dfb4090b
fix overlapping of report filters/table & form submissions
...
- as of 3.0 - report filters would overflow the viewport in Wagtail
- fix layout issue with form submission lists introduced with filtering changes
- remove invalid css grid-column-start (unused)
- adopt theme variables for all main spacing instead of hard-coded em/rem/px values
- fixes #8929
2022-08-08 22:05:01 +10:00
tijani
61f6aeeb1a
Add path & re_path pattern types for RoutablePageMixin
...
* Modified route decorator so it adds new route to view depending on pattern type; default to path
* Made a separate decorator
* Renamed route to path and updated RoutablePage models
* Added a check to warn user when using regex with path decorator
* Made @route alias of @re_path, added tests for @re_path
* resolves #7031
2022-08-08 20:09:38 +10:00
anujaraj
3576e27ab0
added border to tooltip dropdown for high contrast & fix arrow
...
- fixes #8830
2022-08-06 23:07:01 +10:00
LB Johnston
c731369bfe
changelog - add additional fix mapped against #8925
2022-08-06 22:13:05 +10:00
LB Johnston
c9248725e2
add changelog for #8948
2022-08-06 21:56:48 +10:00
Akash-Kumar-Sen
827bcf3dbf
Documentation - improve organisation of settings reference #8950
...
- fixes #8863
2022-08-06 21:20:22 +10:00
LB Johnston
167b4c9302
changelog entry for #8925
2022-08-06 19:06:19 +10:00
PaarthAgarwal
d2529cad92
Restyling all log in & password reset flow pages
...
- add id=main to all login flow form templates for non-JS skip link usage
- remove inline script to focus on username field in login form
- adopt a consistent DOM layout for all log in & password reset flow forms
- ensure h1 is at the top of the DOM in all forms
- add wagtail logo to sign in form and document the ability to override it
- fixes #2309
2022-08-06 19:06:19 +10:00
Thibaud Colas
eac5e0bc2c
Finish re-implementing form styles based on design feedback & code review
...
Co-authored-by: LB Johnston <mail@lb.ee>
2022-08-05 10:36:52 +02:00
Thibaud Colas
3d96e7fbe7
Implement collapsible and linkable panels
...
Co-authored-by: LB Johnston <mail@lb.ee>
2022-08-05 10:36:52 +02:00
Thibaud Colas
af9b16e93d
Re-implement base form field styles based on new page editor designs
...
Co-authored-by: LB Johnston <mail@lb.ee>
2022-08-05 10:36:52 +02:00
Matt Westcott
5521e3b59f
Update panel templates for new designs (EditHandler rewrite)
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-08-05 10:36:52 +02:00
LB Johnston
3b84559b0f
add changelog for #8855
2022-08-05 08:34:14 +10:00
Matt Westcott
c4d6c7d6c5
Add docs for DRF-based choosers
2022-08-05 08:34:14 +10:00
Matt Westcott
02d836fe3e
Make per_page configurable on viewsets
2022-08-05 08:34:14 +10:00
LB Johnston
a40b82fc05
add changelog for #8625
2022-08-05 07:41:15 +10:00
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
sage
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
Paarth Agarwal
f73f54ffcf
Adopt shared header for menu settings editing view ( #8854 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 23:08:47 +01:00
Paarth Agarwal
d8c3d26de7
Adopt shared header template in workflows ( #8850 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 22:51:50 +01:00
Paarth Agarwal
d4b37357ab
Adopted shared header for redirects listing view ( #8849 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 22:35:11 +01:00
anujaraj
8daf1554ae
Display the correct color for icons in forced colors mode. Fix #8816 ( #8852 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 15:41:59 +01:00
Paarth Agarwal
e10648ffc2
Display data for Twitter embed blocks ( #8167 )
...
Co-authored-by: Iman Syed <52247241+imansyed000@users.noreply.github.com>
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 14:38:03 +01:00
Paarth Agarwal
1545417cc5
Add pagination to docs search results page ( #8178 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-15 13:35:26 +01:00
sage
5ee5acb7ce
Introduce a new auto-updating preview panel inside the page editor ( #8671 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-14 13:59:05 +01:00
Paarth Agarwal
1859e64275
Switch all report views to use Wagtail’s reusable header component ( #8839 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-13 07:14:12 +01:00
Thibaud Colas
27ff5bfeaf
Remove button-group from ModelAdmin InspectView footer actions ( #8832 )
2022-07-13 03:11:41 +01:00
Thibaud Colas
b070ce1cd3
Add new Draftail toolbars and command palette, with new styles ( #8806 )
2022-07-13 01:35:22 +01:00
Thibaud Colas
d30eec40a8
Update to Draftail v2 alpha
2022-07-11 20:35:27 +01:00
Shohan
7286c530e9
Snippets bulk actions ( #8574 )
2022-07-10 11:42:38 +01:00
anujaraj
3cb9b70d12
Make checkboxes visible in forced colors mode. Fix #8334 ( #8718 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-10 02:05:07 +01:00
anujaraj
3f0a648181
Make progress bars’ progress visible in forced colors mode ( #8719 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-07-10 00:18:39 +01:00
Jaap Roes
12ba7d8161
Fixed #8809 -- ExcelDateFormatter generates invalid format strings ( #8811 )
...
The format strings generated previously would not work correctly in macOs Preview and Numbers
2022-07-07 13:23:54 +01:00
Kyle
d967eccef2
Add generic settings to compliment site-specific settings ( #8327 )
2022-07-06 11:01:02 +01:00
LB Johnston
dbac4335c2
update changelog for eslint clean up items
...
- #8749
- #8764
- #8750
- #8748
- #8737
2022-07-06 19:28:25 +10:00
PaarthAgarwal
79a212b4b5
added prefix w- before header classes
...
- refine existing scss to use classes & remove unused scss
2022-07-06 19:13:19 +10:00
PaarthAgarwal
3b9c9fce5b
adopt the shared header include in the dashboard (home) view
2022-07-06 18:30:08 +10:00
PaarthAgarwal
e2d4cb7745
add classnames template tag for generating classnames
...
- use classnames template tag in shared header template
- add classname as documented variable for the shared header template
2022-07-06 18:30:08 +10:00
Thibaud Colas
524cab82e3
Introduce new template fragment composition tags
2022-07-06 18:18:21 +10:00
Sandeep M A
bc0f561240
documentation - migrate reference/pages/theory + index to markdown
2022-07-05 22:05:20 +10:00
Sævar Öfjörð Magnússon
4ef7323fdb
documentation - convert contributing files from rst to markdown
2022-07-05 21:45:28 +10:00
Sævar Öfjörð Magnússon
a33563b685
documentation - contributing - rename files to markdown
2022-07-05 21:45:28 +10:00
LB Johnston
77a8f76c97
documentation - add cross-reference to field panel permissions
...
- permissions page had no reference to the newly introduced permission kwarg on FieldPanel
- fix minor typo
2022-07-05 20:45:13 +10:00