Hugh Rawlinson
8e4a4fae5d
Add release dates to release notes ( #8692 )
...
Fixes #8691
* Add dates to markdown based release notes
* Add dates to rst based release notes
2022-06-16 14:04:18 +02:00
Storm Heg
24ef0e62e6
Fix documentation indentation
...
Fix code block indentation in tutorial.rst
Prevent it from being displayed as a quote.
Fix indentation in pages.rst
Fix indentation in indexing.rst
Fix indentation in searching.rst
Fix indentation in backends.rst
Fix indentation in renditions.rst
Fix indentation in custom_image_model.rst
Fix indentation in feature_detection.rst
Fix indentation in image_serve_view.rst
Fix indentation in custom_document_model.rst
Fix indentation in i18n.rst
Fix indentation in privacy.rst
Fix indentation in page_editing_interface.rst
Fix indentation in rich_text_internals.rst
Fix indentation in extending_hallo.rst
Fix indentation in configuration.rst
Fix indentation in usage.rst
Fix indentation in theory.rst
Fix indentation in model_reference.rst
Fix indentation in queryset_reference.rst
Configure editors to indent .rst files with 2 spaces
In order for the documentation to be styled correctly, the generator
depends on indentation. Too much indentation can result in the content
being wrapped in a quote block, which looks bad.
Fix indentation in sitemaps.rst
Fix indentation in frontendcache.rst
Fix indentation in routablepage.rst
Fix indentation in table_block.rst
Fix routablepage.rst autodocs disppearing
Fix indentation in table_block.rst
Fix indentation in redirects.rst
Fix indentation in table_documentation-modes.rst
Fix indentation in browser_issues.rst
Fix indentation in release_process.rst
Fix indentation of release notes
One more indent fix in the release notes
Fix indentation warnings
Fix warning about undefined label in docs
Error during `make html`:
wagtail/docs/releases/1.7.rst:25: WARNING: undefined label: jpeg_image_quality
2021-02-26 09:17:00 +00:00
Matt Westcott
7a47bfc9a7
Document the workaround for broken wagtailimages.Filter references in custom image migrations
2019-07-03 12:10:04 +01:00
Matt Westcott
9b24ca989f
Fill in release date for 2.4
2018-12-19 15:13:28 +00:00
Matt Westcott
4997d1e922
Revert release note for #4916
2018-12-19 12:27:28 +00:00
Matt Westcott
9db37023c4
Mark 2.4 as still in development
2018-12-06 16:54:02 +00:00
Karl Hobley
4abfbf89a0
Hide "delete snippets" button when no snippets selected
2018-11-30 16:57:47 +00:00
Dan Braghis
12ac86217a
Fix #4785 Wagtail Sitemaps does not allow for Django Sitemap instances
2018-11-30 16:35:52 +00:00
Matt Westcott
44c905bf69
Release note for #4884
2018-11-30 12:11:14 +00:00
Matt Westcott
23c02ecfa1
Release note for #4924
2018-11-30 11:27:35 +00:00
Thibaud Colas
a3dc9ed477
Bump draftjs_exporter version to fix entities export bug
...
This bumps the `draftjs_exporter` dependency requirement of Wagtail to [v2.1.5](https://github.com/springload/draftjs_exporter/blob/master/CHANGELOG.md#v215 ), which fixes an export bug when entities (say, links) are adjacent in the content.
See https://github.com/springload/draftjs_exporter/issues/106 .
2018-11-29 17:37:48 +00:00
Matt Westcott
ef3efdd185
Release note for #4917
2018-11-27 15:52:23 +00:00
Matt Westcott
76c7ef7262
Release note for #4916
2018-11-27 15:47:29 +00:00
Karl Hobley
cc25168917
Changelog/release notes for #4845 and #4781
2018-11-22 11:26:26 +00:00
Karl Hobley
87da49bbb1
Changelogs/release notes for #4894 , #4827 , and #4907
2018-11-21 23:08:36 +00:00
Matt Westcott
0ae5fe73c5
Documentation fixes don't go in the changelog (there are too many of them...)
2018-11-16 17:14:36 +00:00
Andy Chosak
17fc5cc913
add slovak character map for js slug generation
...
Porting of Django PR #9325 , which fixes Django ticket #28768 . These
changes were made in Django 2.1.
This adds support for certain Slovak characters when auto-generating
slugs for new pages. This logic is only triggered if
settings.WAGTAIL_ALLOW_UNICODE_SLUGS is set to False; see
http://docs.wagtail.io/en/v2.1.1/advanced_topics/settings.html#unicode-page-slugs
To test, create a new page and enter a title like "Vŕba". The
page's slug field will be automatically set to "vrba". In the
previous behavior, this would instead be automatically set to "vba".
https://github.com/django/django/pull/9325
https://code.djangoproject.com/ticket/28768
2018-11-16 17:13:37 +00:00
Alex Gleason
08ea980410
Fix missing comma in Draftail docs code
2018-11-14 17:11:49 -05:00
Janneke Janssen
b07b7a6e2a
Revamp the image editing page ( #4087 )
...
Removed commented out code in _forms.scss
2018-11-08 23:56:54 -05:00
Janneke Janssen
487f1f47b8
Define proper breakpoint definitions rather then typing @media ( #4860 )
2018-11-04 23:46:42 +02:00
Meteor0id
1efad238e1
Allow nav menu to take up all available space instead of scrolling ( #4746 )
2018-11-02 00:57:55 +02:00
Hillary Jeffrey
8fd54fd71c
Catch redirects that omit a destination link or point to a page with no routable URL ( #4836 )
...
Fixes #4815
2018-10-31 19:21:07 +00:00
Noah B Johnson
0dacda9133
Added handling for null last login on user list page
2018-10-31 17:46:23 +01:00
Karl Hobley
9a523dbf2e
Add file_hash field to Document
2018-10-31 15:13:53 +00:00
Seb
aa2a973382
Ordr collection listings by name ( #4874 )
2018-10-31 11:29:49 +00:00
Benjamin Bach
5b0f2e1a54
First positional argument for tox as test module/case path
2018-10-30 12:16:45 +00:00
Mikalai Radchuk
a0a58d8396
Adds release notes for #4850
2018-10-28 17:28:53 +03:00
Mikalai Radchuk
41321158a5
Adds credits to the release notes
2018-10-28 16:23:40 +03:00
Mikalai Radchuk
604bc6c4c7
Adds release notes for #4856
2018-10-28 16:21:46 +03:00
Meteor0id
49b280ab0a
Allow custom logos of any height in the admin menu ( #4747 )
2018-10-28 15:48:04 +03:00
Mikalai Radchuk
bfc41752e3
Adds release notes for #4859
2018-10-28 11:57:06 +03:00
Scott Cranfill
f1148e7f76
Address more feedback on new welcome page
2018-10-27 19:10:31 +03:00
Dzianis Sheka
70a9a5faf7
Fix help text positioning to avoid text cutting with narrow field ( #4855 , #3522 )
2018-10-27 18:43:46 +03:00
Matt Westcott
cea4cbc836
Release note for #4854
2018-10-27 16:44:14 +03:00
Matt Westcott
66a428f741
Release note for #4840
2018-10-27 15:58:13 +03:00
Dan Braghis
3b1dc5be86
Add Page max_count
2018-10-27 15:13:16 +03:00
Anselm Bradford
303ee0f95b
Add rel="noopener noreferrer"
to target blank links
2018-10-27 12:46:49 +03:00
Brady Moe
95333ba8ec
returns content_types as a list instead of dict_values
2018-10-27 12:34:29 +03:00
Matt Westcott
4bb8a5f420
Document Python 3.7 support
2018-10-17 18:23:35 +01:00
Matt Westcott
e844200f27
Remove Django 1.11 support from code and docs
2018-10-17 15:30:36 +01:00
Matt Westcott
771eb42d05
add 2.4 release notes page
2018-10-17 11:46:56 +01:00