Wykres commitów

36 Commity (f77229da2a0dc93520b9083552d312217382de1a)

Autor SHA1 Wiadomość Data
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
Loic Teixeira f92a890303 Update LTS imformation 2018-03-29 14:30:27 +02:00
Matt Westcott fd9d36d66b Mark 1.13 as no longer in development
Conflicts:
	CHANGELOG.txt
2017-10-16 19:03:47 +01:00
Matt Westcott d294e39884 Other features -> New features 2017-10-06 16:23:39 +01:00
Matt Westcott e93b21036e Allow navigation from page usage/search results
Remove the allow_navigation flag from the 'explore' page listing, and have navigation always enabled - there's no good reason to leave it out, and people have asked for it. Fixes #952
2017-10-06 14:17:41 +01:00
Matt Westcott be73f16e14 Make custom PageManagers return the correct PageQuerySet subclass
As reported in https://github.com/wagtail/wagtail/issues/3250#issuecomment-284988695, custom page managers created with PageManager.from_queryset(CustomPageQuerySet) fail to return instances of CustomPageQuerySet. This breaks the EventPageQuerySet example given at http://docs.wagtail.io/en/v1.9/topics/pages.html#custom-page-managers.
2017-10-06 13:06:18 +01:00
Matt Westcott 700864bb2a Release note for #3794 2017-10-06 00:37:47 +01:00
Matt Westcott de3f9550b4 Release note for #3824 2017-10-05 15:40:55 +01:00
Samir Shah 62b8caedd5 Remove SessionAuthenticationMiddleware from project template and docs.
The project template assumes Django 1.11, where SessionAuthenticationMiddleware is redundant (see https://docs.djangoproject.com/en/1.11/releases/1.10/#features-removed-in-1-10).

Also update the documentation to consistently refer to MIDDLEWARE instead of MIDDLEWARE_CLASSES.
2017-10-04 16:14:34 +01:00
Mikalai Radchuk ddb0665f79 Make last_published_at filterable 2017-10-02 21:39:31 +01:00
Matt Westcott ce0e88c3ae Release note for #3893 2017-10-02 21:15:36 +01:00
Mikalai Radchuk bcf3a8f364 Release notes for #3792 2017-10-02 10:20:17 +01:00
Janneke Janssen b3e126d6b9 Update React to 15.6.2 due to relicensing (#3884) 2017-09-29 18:18:16 +13:00
Matt Westcott 5d39033df0 Use globe instead of home icon for breadcrumb root 2017-09-27 14:19:24 +01:00
Matt Westcott c19bea67b9 Stop breadcrumb home icon from showing as ellipsis in Chrome 2017-09-26 16:18:22 +02:00
Matt Westcott f9de02b806 Release note for #3705 2017-09-21 15:00:10 +01:00
Matt Westcott 6570cf1a76 Release note for #3442 2017-09-20 20:48:03 +01:00
Matt Westcott 37be77143d Release note for #3822 2017-09-20 16:08:58 +01:00
Matt Westcott 65e833603a Release note for #3821 2017-09-20 15:59:57 +01:00
Matt Westcott 563b8e48ef Release notes for #3541 2017-09-13 21:41:35 +01:00
Matt Westcott ca589a56f3 Move release note for #3790 to 1.12.1 2017-08-30 16:55:54 +01:00
LB 0b90ee15fa add request.FILES to form 2017-08-29 10:55:28 +01:00
Janneke Janssen 3baf087979 Update changelog with correct contributors for #2189 2017-08-27 20:28:52 +02:00
Vincent Audebert a10e1f0761 Add CSS minification and source maps for Sass 2017-08-27 20:25:53 +02:00
Jack P 981108919a Fix avatar position in footer on mobile (#3781)
* Fix avatar unnecessarily shifting by 50px in the footer on mobile

* Update _formatters.scss

* Move mobile menu on homepage override to col1 on homepage instead of avatar

* Add release notes for #3781
2017-08-27 01:04:17 +03:00
kapito 8ff650a5b4 Fix form submission page header class 2017-08-25 16:20:15 +01:00
Lucas Moeskops f7024a4193 Fixed wrong argument for datetimechooser widget
The argument for specifying the language of the DateTimeChooser is wrong, which makes it impossible to customise the language. Compare for reference the argument specification for the DateChooser and the TimeChooser :-)
2017-08-25 16:12:35 +01:00
Mikalai Radchuk 2cba1b13bf Release notes for #3789 2017-08-25 09:34:50 +01:00
Bertrand Bordage 894887e7da [Postgres_search] Adds a default ordering when ranking of objects is the same. 2017-08-24 11:52:21 +01:00
Joe Cronyn d56f1069ef Updating to allow no limit max 2017-08-22 12:09:05 +01:00
Bertrand Bordage d53162957d Removes useless “Fix:” from 1.13 release notes. 2017-08-21 16:03:25 +02:00
Bertrand Bordage 31e025032c Adds changelog notes for 29360a4. 2017-08-21 14:06:39 +02:00
Bertrand Bordage 72f0a3a2fc Adds release notes for #3726. 2017-08-16 18:12:08 +02:00
Thibaud Colas b0b5e25e97 Release note for #3763, in 1.13 2017-08-16 00:40:49 +03:00
Thibaud Colas 6b605aaa0d Create new release note sections for Wagtail 1.13 2017-08-16 00:38:09 +03:00