Matt Westcott
086997c14a
add missing backticks
2015-12-15 15:59:57 +00:00
Matt Westcott
e3269463d3
typo: 'attriutes' -> 'attributes'
2015-12-15 15:58:33 +00:00
Matt Westcott
0fe3572566
Release note for #1796
2015-12-15 15:57:24 +00:00
Karl Hobley
d160ea3ccf
Release note for #2036 (and #2025 )
2015-12-15 15:06:49 +00:00
Matt Westcott
9e5ba4bd3e
Add system check to validate parent_page_types / subpage_types - fixes #1128
2015-12-15 14:32:39 +00:00
shredding
6422c7f618
added success message after image update
2015-12-15 00:21:34 +00:00
Matt Westcott
c65b155f2f
Release note for #1814
2015-12-15 00:03:06 +00:00
Tim Heap
9e8c2c2d5f
Allow custom Page Managers
...
Previously, if a developer wanted to use a custom Manager on their Page
subclass, some fairly hacky hacks were required. Now, the `objects`
attribute is only overridden if it is a plain `Manager`. If it is
anything else, it is left alone. A system check has been added to ensure
that all `Page` managers inherit from `PageManager`
2015-12-14 23:09:45 +00:00
Matt Westcott
da4f091466
Release note for #1800
2015-12-14 21:21:46 +00:00
Matt Westcott
2c765a7462
Release note for #1491
2015-12-11 12:46:01 +00:00
Matthew Downey
e18f877286
send individual notification emails per user
2015-12-11 11:02:48 +00:00
Matt Westcott
0ce27f2f3d
Release note for #1816
2015-12-09 11:40:36 +00:00
Matt Westcott
65f97bba6f
docs(django 1.9): Add upgrade consideration note for Jinja2 template tag location change
2015-12-09 11:40:35 +00:00
Matt Westcott
2f4018c0ae
Import translations from Transifex
2015-12-09 11:03:14 +00:00
Maris Serzans
32b4124767
Changed verbose names to start with lowercase when necessary
2015-12-08 17:33:19 +00:00
Ben Emery
beb2b927d7
Allow for overriding image upload path
2015-12-07 19:18:17 +00:00
Karl Hobley
8d91e72407
Changelog/release note for #1934
2015-12-04 11:07:43 +00:00
Karl Hobley
e09a56f51c
Changelog/release note/contributor for #1981
2015-12-04 11:02:08 +00:00
Matt Westcott
8a22c977a2
Release note for #1970
2015-12-03 19:43:31 +00:00
Matt Westcott
9f3ae3c51d
Release note for #1572
2015-12-03 13:19:44 +00:00
Dave Cranwell
eb4c5a7ce2
nav-submenu required translate3d due to its fixed position in the presence of animation, apparently. Also animation vendor prefixing removed since autoprefixer handles this already
2015-12-02 17:39:26 +00:00
Matt Westcott
e671a83be5
Release note for #1978
2015-12-01 13:17:31 +00:00
Matt Westcott
60ea0427fb
Formally deprecate ContentType-returning methods in wagtailcore
2015-12-01 10:22:48 +00:00
Tim Heap
1d4a276f49
Use SiteManager for Sites, add tests
...
The SiteManager class was not used on the Site model, or anywhere else.
This was not caught by the tests, because nothing tested the relevant
attributes on the Site model, nor were they used in the code base. Tests
have been added now.
2015-11-30 14:35:25 +00:00
Matt Westcott
e5abe8df96
Release note for #1969
2015-11-27 16:15:21 +00:00
alx
88e477098f
Ensure that locked pages can't be unpublished.
...
Fixes #1615
2015-11-24 12:58:02 +00:00
Tim Heap
f4968de0f9
Allow overriding attributes in {% image %} tag
...
The `alt` attribute that was automatically generated as part of the
`{% image %}` tag could not be overridden. If template authors passed
their own `alt="..."` attribute in, two would be printed out instead
of the default one being overridden.
The relevant code has been refactored to build a dict of attributes,
allowing the default set to be overridden, and then printing them using
`flatatt`.
Fixes #1933
2015-11-24 11:38:10 +00:00
Karl Hobley
8edfcc168f
Changelog/release note for #1865
2015-11-19 15:30:23 +00:00
Matt Westcott
e08e35d470
Release note for #1447
2015-11-18 17:04:39 +00:00
Matt Westcott
4f59b215d8
Release note for #468
2015-11-18 13:04:50 +00:00
Karl Hobley
a36744ddea
Release note for #1925
2015-11-17 11:36:57 +00:00
Matt Westcott
6c8adaf0f7
Prepare for 1.2 release
...
Conflicts:
CHANGELOG.txt
wagtail/wagtailcore/__init__.py
2015-11-12 16:55:14 +00:00
Matt Westcott
204aa53ff4
Add Python 3.5 support to release notes
2015-11-12 16:43:49 +00:00
Karl Hobley
3bfd9fca9f
Created 1.3 changelog and release notes
2015-11-04 12:20:07 +00:00
Matt Westcott
257baedb5d
Release notes for #1837 and #1888
2015-11-02 16:10:18 +00:00
Matt Westcott
7c6d309682
Reword get_latest_revision_as_page release note to clarify who/what it affects
2015-11-02 16:04:46 +00:00
Karl Hobley
0eb3aee752
Fix typos in release note
2015-11-02 12:18:11 +00:00
Karl Hobley
43a2e901f8
Changelog/release notes for #1873 , #1879 and #1881
2015-11-02 12:16:05 +00:00
Matt Westcott
8d96a24e49
Update translator list and add release note for new translations.
...
The translator list now only includes translators specifically identified in the .po files, so that we're not listing dormant Transifex accounts that didn't actually do anything :-)
2015-11-02 11:52:51 +00:00
Matt Westcott
0e7b92971a
Release note for #1718
2015-10-29 00:12:02 +00:00
Matt Westcott
6dd69acd86
Release note for #1746
2015-10-27 11:51:07 +00:00
Matt Westcott
e68d66a744
Release note for #1869
2015-10-27 11:19:44 +00:00
Karl Hobley
19d476b42a
Changelog/release notes for #1857 and #1866
2015-10-27 10:22:40 +00:00
Matt Westcott
566fa3a26f
Release note for #1670 / #1850 / #1854
2015-10-26 12:58:36 +00:00
Matt Westcott
d06c5070cc
Release note for #1725
2015-10-23 12:31:07 +01:00
Matt Westcott
a51fdf1279
Release note for #1754
2015-10-23 11:54:27 +01:00
Matt Westcott
94ee586276
Merge branch 'master' of https://github.com/torchbox/wagtail
...
Conflicts:
CHANGELOG.txt
docs/releases/1.2.rst
2015-10-23 10:00:52 +01:00
Matt Westcott
4d4cced717
Release note for #1596
2015-10-23 09:59:41 +01:00
Karl Hobley
ad4007f406
Release note for #1856
2015-10-23 09:57:01 +01:00
Karl Hobley
101726b76e
Fixed capitalisation of REST
2015-10-22 17:32:57 +01:00