Matt Westcott
d394bde6d1
Add readthedocs config
2018-08-10 16:25:18 +01:00
Matt Westcott
912adfd275
Fill in release date for 1.12.4
2018-07-04 15:29:25 +01:00
Matt Westcott
3d6d09d188
Release note for #4496 in 1.12.4
2018-07-03 17:20:36 +01:00
Matt Westcott
51ee04db42
Release note for #4553 in 1.12.4
2018-07-03 16:03:55 +01:00
Matt Westcott
b6bd954130
Release note for #4480 in 1.12.4
2018-06-29 14:36:59 +01:00
Loic Teixeira
77e562aaf2
Update LTS imformation
2018-03-29 14:38:20 +02:00
Karl Hobley
a5bf40381c
[1.12.x] Changelog/release notes for #4128
2017-12-14 11:46:03 +00:00
Matt Westcott
46891f3596
Fill in release date for 1.12.3
2017-11-17 11:12:27 +00:00
Matt Westcott
c7f311a002
Release notes for #4027
2017-11-17 10:55:43 +00:00
Matt Westcott
9931ca5f15
Release note for #4018
2017-11-16 17:04:46 +00:00
Martin Sandström
857e397870
Fix syntax error in ImageRenditionField example
2017-11-12 18:09:14 +00:00
Matt Westcott
50f50d77f3
Update warning re ATOMIC_REBUILD on Elasticsearch >= 5.4
...
It appears that the bug may have reappeared in 5.5 final. Fixes #3985
2017-11-03 15:55:32 +00:00
Matt Westcott
58e8765116
Release note for #3974 backport to 1.12.x
2017-11-03 15:23:49 +00:00
Matt Westcott
8d421fd84f
Release note for #3912 backported to 1.12.x
2017-11-03 15:01:39 +00:00
Matt Westcott
d5964b3bfa
Add release note for #3973 backported to 1.12.x
2017-11-03 14:47:06 +00:00
Matt Westcott
976d915dd5
Fill in release date for 1.12.2
2017-09-18 21:43:44 +01:00
Matt Westcott
64f8e23f31
Change StreamField examples to use explicit required=False instead of required=True
2017-09-18 21:35:09 +01:00
Matt Westcott
b1b9775e52
Explicitly state that required defaults to true on StreamField blocks
2017-09-18 21:35:09 +01:00
Matt Westcott
06ea3fb301
Clarify interaction between StreamField's blank property and StreamBlock's required property
2017-09-18 21:35:08 +01:00
Matt Westcott
7cf38f115c
Set preview dropdown button to 250px (desktop) / 100% (mobile)
...
Re-fixes #3784 , without breaking non-dropdown save buttons as a side effect (#3836 ).
2017-09-13 15:48:36 +01:00
Mitchel Cabuloy
bdeb104804
Fix OEmbed endpoints
2017-09-08 17:56:15 +01:00
Matt Westcott
28907c14db
Don't call static() when constructing HalloPlugins
...
This isn't necessary, since Django form media fills in static paths itself - and doing it at module level will break on startup with certain staticfiles configurations if collectstatic hasn't run yet. Fixes #3829
2017-09-07 16:22:13 +01:00
Venelin Stoykov
f0e9258af9
Make it possible to reverse migrations
2017-09-06 16:35:54 +01:00
Matt Westcott
d17caef271
Add release note sections for 1.12.2
2017-09-06 16:28:37 +01:00
Matt Westcott
c122279852
fill in release date for 1.12.1
2017-08-30 17:22:39 +01:00
Lucas Moeskops
9d14d4ad74
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-30 16:44:59 +01:00
Ben Sturmfels
95f41fd90c
Remove unused import in docs snippet.
2017-08-30 16:26:52 +01:00
Ben Sturmfels
b26d711e56
Update docs for Amazon ElasticSearch service as backend.
...
This change moves the "connection_class" key into "OPTIONS", resolving error
``AttributeError: 'AWS4Auth' object has no attribute 'encode'``.
2017-08-30 16:25:41 +01:00
Timothy Allen
9959d65d5a
Minor documentation example fix; bold and italic should be spelled out explicitly. ( #3779 )
2017-08-30 16:25:05 +01:00
Matt Westcott
e902d3bdf3
Release note for #3799/#3820
2017-08-30 16:18:25 +01:00
Matt Westcott
f0c7d5dc08
Release note for #3785
2017-08-29 11:48:00 +01:00
Matt Westcott
f8654625f0
Fill in release date for 1.12 final
2017-08-21 14:02:19 +01:00
Tomasz Knapik
80c846a0cf
Add help_text to DecimalBlock and RegexBlock
2017-08-11 11:48:51 +01:00
Jeffrey Chau
c26e019ed1
Followup to #3640 . Fix hidden field rendering in other document forms
2017-08-11 11:25:04 +01:00
Karl Hobley
2e81c30ca5
Changelog/release note for #3344
2017-08-11 10:18:21 +01:00
Matt Westcott
b376da022f
Grammar nitpick ('By default' sounds more natural than 'Per default')
2017-08-11 09:58:44 +01:00
Andreas Nüßlein
39bca11283
added default index_route for RoutablePageMixin
...
RoutablePageMixin has a default index_route method that is decorated
with `@route(r'^$')`. This way, including RoutablePageMixin doesn't
force you to re-enable the default functionality you would expect from a
Page anyways.
index_route behaves exactly like a standard Wagtail Page.
To override the default behaviour, one can simply override the route by
decorating another function with r'^$'.
(as disussed in issue #2866 )
2017-08-11 09:58:44 +01:00
kapito
e008838d53
Non-obstructive navbar toggle icon
...
Changes the design of the navbar toggle slightly so that it no longer obstructs page headers.
Currently: https://cdn.pbrd.co/images/GAruhHC.png , https://cdn.pbrd.co/images/GArxXtn.png
With fix: https://cdn.pbrd.co/images/GArvF7ec.png , https://cdn.pbrd.co/images/GArwp3o.png
2017-08-11 03:41:51 +03:00
kapito
aed6791088
Optimise caudal oscillation parameters on logo ( #3740 )
2017-08-10 15:31:29 +01:00
Matt Westcott
f9824236a8
Fix Christine Ho's credit
2017-08-10 14:31:23 +01:00
Matt Westcott
9942822fca
Make paragraph elements an always-on plugin rather than configurable with plugins
2017-08-10 14:19:34 +01:00
Matt Westcott
c1b9204615
Release notes for rich text features
2017-08-10 14:19:34 +01:00
Matt Westcott
7c99cad62b
Documentation for rich text features
2017-08-10 14:19:34 +01:00
Matt Westcott
0f5db96364
Add WAGTAILUSERS_PASSWORD_ENABLED and WAGTAILUSERS_PASSWORD_REQUIRED settings
...
Fixes #3706 . These options restore the ability to create users with no password set on the Django side, for setups where authentication is managed externally (e.g. LDAP) - this was inadvertently dropped in Wagtail 1.10 when the form validation was tightened up (#3007 ). Additionally, the password fields can now be removed entirely, to enforce the use of an external auth setup.
2017-08-10 10:11:47 +01:00
Jack P
f9aebb77d7
Fix inconsistent footer width ( #3723 )
2017-08-08 21:55:08 +03:00
Thibaud Colas
85286699d2
Release notes for #3748
2017-08-08 21:41:37 +03:00
Karl Hobley
3163f77d2a
Changelog/contributor/release note for #3701
2017-08-04 14:32:57 +01:00
kapito
b6e01515cb
fix deprecated load() function
2017-08-03 19:47:16 +01:00
Matt Westcott
8ba95cb664
Add release note about the need to specify draft_title in fixtures
2017-08-03 13:24:24 +01:00
Matt Westcott
70aa876e55
Extra documentation / release note re the relationship between draft_title and get_admin_display_title
2017-08-03 12:05:52 +01:00