Nicolas Ferrari
11e7936562
Add alwaysdata among Cloud providers in documentation ( #8070 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-03-15 12:29:59 +00:00
PaarthAgarwal
4b07e4214a
Remove most uppercased text styles from admin UI. Fix #7624 ( #8111 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-03-15 12:07:07 +00:00
PaarthAgarwal
6a84cf4583
Switch focus outlines implementation to :focus-visible
for cross-browser consistency. Fix #7994 ( #8113 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-03-15 11:33:12 +00:00
LB Johnston
7067c81604
update release notes for #8101
...
- As this is only a dev/testing dependency, and declaring the dependencies that you use directly is likely standard knowledge
- if anyone does overlook it, it'll presumably fail in an obvious and easily fixed way
- see 8ac683ef5c (r68486362)
2022-03-15 08:12:17 +10:00
LB Johnston
8ac683ef5c
add changelog entry for #8101
2022-03-11 15:21:47 +00:00
Thibaud Colas
fc0f76ea9d
Switch from jinjalint to curlylint
2022-03-11 15:21:47 +00:00
Thibaud Colas
4c2f160736
Remove docutils pin
2022-03-11 15:21:47 +00:00
Thibaud Colas
c5aa326565
Switch to Markdown tables for documentation
2022-03-11 15:21:47 +00:00
Thibaud Colas
a21490bb37
Improve spacing in new Sphinx output
2022-03-11 15:21:47 +00:00
LB Johnston
4db71de5a2
add release notes for #8084
2022-03-10 19:21:34 +10:00
LB (Ben Johnston)
e3b6e79a8e
Documentation - migrate form builder docs to markdown ( #8007 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-03-10 08:43:49 +00:00
LB (Ben Johnston)
6ed65f14c6
Move Markdown docs to MyST parser. Fix #8074 ( #8084 )
2022-03-09 11:48:19 +00:00
LB (Ben Johnston)
58a8a31dd6
docs - add third party tutorials Jan/Feb 2022 ( #8067 )
2022-03-09 09:19:43 +00:00
Steve Stein
5996c5dd29
Switch icons implementation to SVG, with checkbox improvements ( #8054 )
2022-03-07 17:06:19 +00:00
LB (Ben Johnston)
70aabb5d34
Refine documentation for show_in_menus
( #8072 )
...
- this appears to be a point of confusion, where developers are unsure what this field does
- this update makes it more explicit that this field does not do anything, except the queryset usage, by default
2022-03-04 14:34:21 +00:00
Matt Westcott
ef2fa2e394
Release note for #7684
2022-03-02 15:56:06 +00:00
Matt Westcott
92cc026694
Rename docs page to 'Using forms in admin views'
2022-03-02 15:55:25 +00:00
Matt Westcott
f619316003
Add upgrade consideration note for third-party packages implementing their own panels
2022-03-02 15:55:25 +00:00
Matt Westcott
31139e8b24
Remove references to StreamFieldPanel and ChooserPanels from docs
2022-03-02 15:55:25 +00:00
Matt Westcott
786a4a3384
Provide a documented register_form_field_override method for apps to register their own form fields with WagtailAdminModelForm
2022-03-02 15:55:25 +00:00
Matt Westcott
d6358836f2
Remove redundant render_as_field override from BaseChooserPanel
...
All built-in choosers use the standard field_panel_field.html template - it's probably been this way since Wagtail 1.0, when choosers got their own Widget classes rather than just being HTML decoration around a HiddenInput. As a result, the additional template context they pass (e.g. self.object_type_name) is redundant. If any third-party chooser panels exist that do need them (which is unlikely, if they just copy the existing ones), they should override render_as_field themselves to pass whatever context they need.
2022-03-02 15:55:25 +00:00
Matt Westcott
c6f3b9982c
Fix / remove broken documentation links
2022-03-02 11:48:06 +00:00
Matt Westcott
d4899f5a51
Fix heading level
2022-03-02 11:38:46 +00:00
LB Johnston
aaddf81b36
update release notes with Hallo removal
...
- resolves #6228
2022-03-02 20:15:33 +10:00
LB Johnston
6ecdc16bd4
remove Hallo references in the documentation
2022-03-02 20:15:33 +10:00
Sage Abdullah
bf8d5b3f94
Replace data_json
TextField
with data
JSONField
in BaseLogEntry
2022-02-28 10:27:07 +00:00
Steve Stein
3bf9b65c06
Tailwind package setup ( #8003 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2022-02-27 16:08:38 +00:00
Matt Westcott
e59c8bc644
Fix heading levels
2022-02-25 13:06:40 +00:00
Sage Abdullah
05812ce624
Remove replace_text
management command
2022-02-25 11:39:47 +00:00
Sage Abdullah
bae76a2af0
Replace content_json
TextField
with content
JSONField
in PageRevision
2022-02-25 11:39:47 +00:00
LB (Ben Johnston)
861a509b32
add make format
to cover most auto-fixable formatting ( #8022 )
2022-02-24 17:20:35 +00:00
Thibaud Colas
d149a27392
Upgrade Storybook setup, with latest release, less boilerplate
2022-02-24 21:22:45 +10:00
John-Scott Atlakson
4a7fb00d35
Always set the filename in Content-Disposition
...
Relates to original fix for #1158
2022-02-23 06:50:21 +10:00
Gianluca De Cola
aaee9b8c81
Remove IE11 warning message and related files
...
- resolves #7993
2022-02-22 17:22:39 +10:00
Joshua Munn
b8405e9ca8
Add unsaved fields to FormBuilder.formfields with clean name as key
...
fixes #6555 ,
Only the final unsaved FormField appears in the preview of a FormPage. As
FormBuilder adds fields to its formfields attribute using their
clean_name as the key, and FormField.clean_name isn't populated until
FormField.save is called, all unsaved fields are added to the
FormBuilder.formfields dict with the empty string as key. This solves
this by calling get_field_clean_name on the field before insertion
into formfields if clean_name hasn't been set yet.
2022-02-22 17:09:37 +10:00
LB Johnston
927358bf3c
add release note #7941
2022-02-22 16:35:42 +10:00
LB Johnston
e0f9e802de
add release notes #7977
2022-02-22 16:32:02 +10:00
LB Johnston
d2a11bc7bd
add release notes #7965
2022-02-22 16:30:25 +10:00
Andy Babic
963c739f03
Remove a reference to the recipe from redirects.rst
2022-02-22 16:18:46 +10:00
Andy Babic
2c33c98eb4
Remove redirect auto-creation recipe from docs, as wagtail has this covered.
2022-02-22 16:18:46 +10:00
John-Scott Atlakson
d8d01f5ed2
Fixed typo in StreamBlock example ( #8020 )
2022-02-21 17:37:42 +00:00
sage
d191504e15
Update development instructions to use Node.js 16 ( #8019 )
2022-02-21 11:53:08 +00:00
Thibaud Colas
0b37f6d024
Remove all style customisations for documentation, except banner. Fix #7987 ( #7990 )
...
All of those customisations predate #7956 , which fixed the loading of the CSS, so they were likely only intended for our previous Sphinx theme.
2022-02-18 13:41:18 +00:00
Matt Westcott
51e760810c
Release note for #7985 in 2.16.2
2022-02-18 10:58:57 +00:00
Serafeim Papastefanos
25ed1ba38e
Update django-treebeard dependency to 4.5.1 or above ( #7985 )
...
The django-treebeard 4.3.x is not compatible with Django 4.x because of the dreaded ugettext alias removal problem. This makes sure that a proper django-treebeard version will be installed.
*IMPORTANT*: Please notice that django treebeard *does not* officially support django 4.x. However from my tests I have concludeded that it works fine after you install the version 4.5.x.
2022-02-18 10:53:27 +00:00
Thibaud Colas
52048ba0e8
Release notes for #7916
2022-02-15 16:31:57 +00:00
Thibaud Colas
c5d2f98205
Remove redundant noopener from noreferrer rel attributes
2022-02-15 16:31:57 +00:00
Thibaud Colas
ae14fa6e76
Remove JS compatibility code for IE11
2022-02-15 16:31:57 +00:00
Thibaud Colas
9ecc105178
Remove legacy browser styles
2022-02-15 16:31:57 +00:00
Dan Braghis
716bf92c2d
Add changelog for #7967
2022-02-15 13:09:39 +00:00