Wykres commitów

594 Commity (e39fb5646cc0302184ba190f2b6190c01ad48d8b)

Autor SHA1 Wiadomość Data
Matt Westcott bc34f312ad Formatting fixes to changelog 2016-03-08 15:51:56 +00:00
Matt Westcott 5410294836 Promote the redesigned userbar to a major feature 2016-03-08 15:48:24 +00:00
Matt Westcott 5e07bead42 Release note for #2170 2016-03-08 15:06:29 +00:00
Eirik Krogstad ac5d6e4945 Fix assumptions about user model fields, issue #1433 2016-03-07 20:42:39 +00:00
Matt Westcott a67c971f4f Make settings menu clickable again in Firefox 46.0a2
Fixes #2286. Thanks to @juhakujala for tracking down the fix, and @akx for passing it on!
2016-03-07 19:53:53 +00:00
Matt Westcott ef4aa3b54e Release note for #2031 2016-03-07 18:29:24 +00:00
Matt Westcott 7d22066da5 Release note for #2140 2016-03-07 14:40:09 +00:00
Matt Westcott a6647c33c8 Use specific page models on explorer page listing.
In particular, this ensures that any custom URL routes defined on the page model
are respected by the 'live' link:
https://groups.google.com/d/msg/wagtail/qAmI4HbJfCI/9fxvoCmMEQAJ
2016-03-07 10:00:45 +00:00
Mikalai Radchuk cd355b2fb7 Fixes release notes for #2253 2016-03-04 15:07:00 +03:00
Mikalai Radchuk 72d9ae81b5 Release notes for #2253 2016-03-04 00:02:09 +03:00
mr-winter c185e57347 output sass errors in terminal and prevent gulp watch from exiting 2016-03-03 10:07:45 +00:00
Nicolas Kuttler 7d90344dd6 Update home stats summary CSS
The construct_homepage_summary_items hook allows to add items, but if
you use exactly the same markup as wagtail you end up with a bad layout
because the items form rows with no whitespace between them.

This commit changes the padding-bottom of the section into a margin-bottom
of it's <li> items, meaning that they form rows with enough whitespace
in between them, and the whitespace at the bottom is preserved.
2016-03-03 09:57:46 +00:00
Dave Cranwell 98f02ed29b Release notes for #2303 2016-03-03 09:49:17 +00:00
Tim Heap 0ead79d286 Release notes for #2266 2016-03-03 02:03:34 +02:00
Josh Barr a1a2940495 fixed font size rounding issue in firefox, added contrib notes 2016-03-03 12:29:28 +13:00
Mikalay Radchuk 1e82450160 Fixes StreamValue unicode compatibility 2016-03-01 16:36:04 +00:00
Matt Westcott a2bc7341f2 Release note for #2269 2016-03-01 15:53:08 +00:00
Matt Westcott c6140a06f7 Release note / contributor entry for #2256 2016-03-01 15:26:53 +00:00
Karl Hobley dc3910a613 Changelog/release note/contributor for #2279 2016-03-01 12:32:09 +00:00
Karl Hobley 182d847b3f Changelog and release note for #2027 2016-03-01 12:14:49 +00:00
Matt Westcott c6548fea12 Release notes for #2278 / #2280 2016-02-29 18:16:50 +00:00
Matt Westcott fc3936a229 Release note for #2243 (Collections) 2016-02-29 14:16:35 +00:00
Tom Dyson 985a987436 Hook for adding CSS to all admin pages 2016-02-25 10:24:54 +02:00
Matt Westcott e131a9bcaf Release note for #1892 2016-02-18 16:28:19 +00:00
Karl Hobley 3f5586e1f8 Changelog/release note for #2219 2016-02-12 11:22:46 +00:00
Matt Westcott 395cecc642 Fixes to page ordering logic in explorer:
- keep ordering and pagination as two distinct operations
- only perform the 'annotate' hack when ordering by latest_revision_created_at
- entries with a null latest_revision_created_at should appear at the top when
  ordering oldest first
- don't uselessly call order_by twice
- actually test that the 'ordering' parameter orders the results :-)
2016-02-11 10:42:01 +00:00
Karl Hobley 11b9ed6732 Make user confirm before navigating away from changed page editor 2016-02-10 14:17:45 +00:00
Matt Westcott 68657338e7 Fetch new translations from Transifex 2016-02-05 16:52:10 +00:00
nfletton 94ba1c40e4 Add handling for server errors when uploading images and documents via a modal dialog 2016-02-05 16:21:58 +00:00
Matt Westcott daba4aff84 release note for #2132 2016-02-04 17:35:59 +00:00
Matt 0845f1e1c1 Fix notification errors when there are multiple moderation groups
On SQLite, not all moderators would receive a notification.
On Postgres, a “more than one row returned by a subquery used as an
expression” error was thrown.
2016-01-29 10:50:16 +00:00
Mikalai Radchuk 3f2f5665b0 Allow specifying custom edit handlers for snippets 2016-01-28 13:03:27 +00:00
Karl Hobley 61593d38ad Changelog/release note/contributor for #2153 2016-01-27 11:16:02 +00:00
Karl Hobley 8ef846d214 Set on_delete action to SET_NULL on Document.uploaded_by_user
This prevents deletion of users from deleting any Documents they have uploaded.

This is already the behaviour on images.
2016-01-26 17:13:57 +00:00
Chris Rogers d754bac9bb Changed success message for when a page is published with go_live_at 2016-01-26 10:31:38 +00:00
Tim Heap 66da5ad5ad Remove double tagit initialisation
tagit was initialized from both the AdminTagWidget, and from the `done`
method in the image uploader. Initializing it twice led to strange
errors and ultimately the tags not being saved on the image model.

As the tag widget now contains its own initialisation <script>, tag
inputs do not need to be specially handled by AJAX code any more, so
this can simply be removed.

Fixes #2142
2016-01-25 18:56:11 +00:00
Matt Westcott 8afe69fd72 Release note for #1867 2016-01-25 15:30:18 +00:00
Matt e0a7a472e6 Clarify what the Administrator flag does 2016-01-21 12:48:34 +00:00
Karl Hobley ec59c33ce5 Changelog/release note/contributor for #2134 2016-01-21 11:26:19 +00:00
Peter Quade 5c0063f429 making datetimepicker aware of FIRST_DAY_OF_WEEK 2016-01-20 16:30:22 +00:00
alexpilot11 5270c14444 ChooserBlock should use pk instead of id 2016-01-20 12:12:27 +00:00
Karl Hobley 690255c2ee Changelog/release note/contributor for #2111 2016-01-19 13:15:43 +00:00
Karl Hobley 62b996622a Changelog/release note for #2107 2016-01-18 13:16:52 +00:00
Karl Hobley 078491b6e0 Prevent cascade deletion of pages when a ContentType is deleted
Fixes #2024
2016-01-07 10:18:38 +00:00
Matt Westcott bd0ad843fb Version bump to 1.3.1
Conflicts:
	CHANGELOG.txt
	docs/releases/index.rst
	wagtail/project_template/requirements.txt
	wagtail/wagtailcore/__init__.py
2016-01-05 17:19:08 +00:00
Karl Hobley 685592107a Changelog/release note/contributor for #2073 2016-01-04 12:19:19 +00:00
Karl Hobley b375f37d80 Revert #2073 2016-01-04 10:33:47 +00:00
Karl Hobley 3540f2b080 Changelog/release note/contributor for #2073 2016-01-04 09:26:47 +00:00
Karl Hobley d7a6e2d4ac Changelog/release note for #2069 2015-12-24 11:57:53 +00:00
Matt Westcott 4dfca33c9b Mark 1.3 as no longer in development / bump project template to require Wagtail 1.4a0 2015-12-23 17:49:30 +00:00
Karl Hobley d29cca5113 Changelog/release note for #2051 2015-12-21 11:51:25 +00:00
Karl Hobley 157a063b19 Start 1.4 changelog and release notes 2015-12-21 09:58:09 +00:00
Matt Westcott aedbb678a1 Pull translations from Transifex 2015-12-17 13:42:59 +00:00
shredding c6b2cef575 implemented filter chaining 2015-12-17 12:12:24 +00:00
Eugene MechanisM 039db5ed89 "Signing in..." for translation 2015-12-17 01:50:03 +00:00
Karl Hobley c3e62d1cb7 Changelog/release note for #2026 2015-12-16 16:29:15 +00:00
Karl Hobley ac2a6cac23 Changelog/release note for #2041 2015-12-16 16:18:50 +00:00
Tim Heap 44564ea76a Link to homepage from dashboard page link if single site
If the Wagtail install has only one site, link to the homepage of that
site from the dashboard page summary instead of the root page of the
hierarchy.

Hopefully this will prevent some of the confusion causing people to
create pages under the root page, where they are inaccessible. See #1612
for more information around this issue.

Wagtail installs with multiple (or zero) sites retain the old behaviour
of linking to the root page.
2015-12-16 14:53:56 +00:00
shredding 2dd3f42e25 catch errors on non existing images 2015-12-16 13:14:11 +00:00
Denis Voskvitsov ab45915a90 Set `request.is_preview` flag to show whether page is served as preview 2015-12-16 11:28:53 +00:00
Matt Westcott a6c2100362 add changelog item for #2030 2015-12-16 09:21:31 +00:00
Matt Westcott d6715f80a1 Revert fix for Hallo toolbar button hover state from #1746 - fixes #2040 2015-12-16 09:19:51 +00:00
Rich Atkinson aaed92f301 do not delete uploaded images or page revisions when a user is deleted. fixes #1918 2015-12-15 17:06:37 +00:00
Karl Hobley f436bc5c09 Changelog/release note/contributor for #1906 and #1998 2015-12-15 16:30:36 +00:00
Karl Hobley c01a0952a2 Changelog/release note for #1864 2015-12-15 16:00:18 +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 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
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 fb063dea26 Add browsable API to changelog 2015-11-02 16:30:49 +00:00
Matt Westcott 257baedb5d Release notes for #1837 and #1888 2015-11-02 16:10:18 +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
Matt Westcott 2eb4b4c2c1 Release notes for #1810, #1835, #1812 2015-10-20 11:16:09 +01:00
Matt Westcott 6994f7b7b5 Release note for #1843 2015-10-20 10:37:04 +01:00
Matt Westcott bce6fba24f Release note for #1741 2015-10-16 12:12:07 +01:00
Matt Westcott da42620089 Release note for #1791 2015-10-14 17:26:03 +01:00
Matt Westcott 7e7ba37639 Release note for #1770 2015-10-14 17:16:21 +01:00
Matt Westcott bb8894aa6c Release note for #1821 2015-10-14 17:07:26 +01:00
Karl Hobley ed1a0f9bb1 Merge pull request #1823 from gasman/fix/page-manager-from-queryset
Eliminate duplicated PageQuerySet methods / make `sibling_of` behaviour consistent
2015-10-14 14:35:14 +01:00
Matt Westcott 5bac77a648 Release note for #1822 2015-10-13 22:46:02 +01:00
Matt Westcott 0bb4bac2bc Release note for #1815 2015-10-13 19:32:29 +01:00
Matt Westcott dafbdaf20f Use `Manager.from_queryset` to construct PageManager, to avoid duplication of queryset methods.
This exposes an inconsistency between the old `PageManager.(not_)sibling_of` method (which was
exclusive by default) and `PageQuerySet.(not_)sibling_of)` (which is inclusive). We therefore
standardise on the inclusive behaviour (in line with treebeard's own sibling methods), and note
this change of behaviour in the release notes.
2015-10-13 19:15:12 +01:00
Matt Westcott 5b029cbfc4 Release note for #1702 2015-10-13 00:19:51 +01:00
Matt Westcott cb7dc8fd38 Release note for #1696 2015-10-13 00:15:50 +01:00
Matt Westcott 5b8fd66909 Release note for #1682 2015-10-12 22:13:34 +01:00
Matt Westcott 6612f0adf3 Release note for #1529 2015-10-09 16:41:32 +01:00
Karl Hobley ea436e51cc Changelog/release note/contributor for #1688 2015-10-09 09:57:33 +01:00
Karl Hobley 6495bb6736 Merge pull request #1799 from anurag-ks/master 2015-10-08 09:35:48 +01:00
Karl Hobley 8a0f6eab30 Changelog/release note and contributor for #1799 2015-10-08 09:35:21 +01:00
Matt Westcott 94d0d7bda2 Release / upgrade consideration note for #1478 2015-10-07 20:02:25 +01:00
Karl Hobley 5caa1f0f1f Release note for #1755 2015-10-06 22:21:25 +01:00
Karl Hobley 490ecff007 Changelog for #1709 2015-10-06 11:06:44 +01:00
Matt Westcott cf9758138a Release note for #1075 2015-10-05 22:54:37 +01:00
Matt Westcott deee02e4d7 Release note for #1391 2015-10-05 18:41:48 +01:00
Karl Hobley 00a1402925 Changelog/release notes for #1783 and #1784 2015-10-05 17:03:25 +01:00
Matt Westcott a02cc3e67c Release note for #1744 2015-09-30 17:16:48 +01:00
Matt Westcott c17583b8d1 Release note for #1704 2015-09-18 16:25:27 +01:00
Matt Westcott 31db84a216 Changelog for #1692 2015-09-18 11:29:50 +01:00
Matt Westcott 8ffe4578a3 Merge branch 'master' of https://github.com/torchbox/wagtail 2015-09-16 17:37:43 +01:00
Matt Westcott 8d123e29e9 version bump to 0.8.10 due to packaging issues (grr)
Conflicts:
	CHANGELOG.txt
	docs/releases/index.rst
	wagtail/project_template/requirements.txt
	wagtail/wagtailcore/__init__.py
2015-09-16 17:36:21 +01:00
Matt Westcott 307b12da52 Prepare for 0.8.9 release
Conflicts:
	CHANGELOG.txt
	wagtail/project_template/requirements.txt
	wagtail/wagtailcore/__init__.py
2015-09-16 17:34:30 +01:00
Matt Westcott d9103f48ec Release note for 5a63a0b 2015-09-16 17:31:51 +01:00
Matt Westcott 9d386cf777 Release note for #1641 (backport to 0.8.x)
Conflicts:
	CONTRIBUTORS.rst
2015-09-16 17:31:37 +01:00
Matt Westcott 76a653e5a6 Release note for #1660 (backport to 0.8.x)
Conflicts:
	CHANGELOG.txt
	docs/releases/index.rst
2015-09-16 17:28:57 +01:00
Karl Hobley 5e8df2624e Changelog for #1677 and #1679 2015-09-16 09:35:23 +01:00
Matt Westcott 57d37b1154 prepare for 1.1 release
Conflicts:
	CHANGELOG.txt
	wagtail/wagtailcore/__init__.py
2015-09-15 12:45:54 +01:00
Matt Westcott 9ea7cd9f99 Release note for #1620 2015-09-09 15:23:29 +01:00
Matt Westcott 5ecc69c7a0 Release note for #1666 2015-09-04 14:50:04 +01:00
Matt Westcott dc655192fe Release notes for new translations 2015-09-04 14:21:55 +01:00
Matt Westcott c17c7b1b87 Release note and upgrade consideration for #1631 2015-09-04 12:42:36 +01:00
Matt Westcott 87e4864729 Release note for #1445 2015-09-03 17:05:03 +01:00
Matt Westcott e5a5761d5a Release note for #1475 2015-09-03 16:30:18 +01:00
Matt Westcott 5fa6371fa1 Release note for #1660 2015-09-03 15:30:36 +01:00
Karl Hobley da96a6758e Changelog for #1589 2015-09-03 12:16:35 +01:00
Matt Westcott 3d1f83755b Release note for #1612 2015-09-03 12:06:29 +01:00
Matt Westcott 1f5dc4c024 Release note for #1571 2015-09-03 10:38:13 +01:00
Matt Westcott cfaed7faba Release note for #1541 2015-09-02 16:34:27 +01:00
Karl Hobley 3062835918 Changelog for #1544 2015-09-02 14:54:58 +01:00
Matt Westcott 1ced5f0d6d Release note for #1633 2015-08-28 23:07:49 +01:00
Matt Westcott e25464eee9 Release note for #1626 2015-08-28 14:55:54 +01:00
Matt Westcott 1e4618935d Release note for #1375 2015-08-28 10:59:19 +01:00
Matt Westcott 4353759018 Merge branch 'kaedroho-snippets-search'
Conflicts:
	CHANGELOG.txt
2015-08-27 15:42:45 +01:00
Matt Westcott 7751a8439a Release note for #1610 2015-08-27 15:41:32 +01:00
Karl Hobley c33ec77150 Changelog for fill operation fix 2015-08-27 11:24:29 +01:00
Matt Westcott c2421246a8 Release note for #1494 2015-08-26 16:38:08 +01:00
Karl Hobley 695099f958 Changelog for #1528 2015-08-26 14:08:20 +01:00
Karl Hobley 53e8285ae1 Changelog for #1641 2015-08-26 13:50:09 +01:00
Matt Westcott d01421d2d6 Release note for #1605 2015-08-26 12:04:53 +01:00
Matt Westcott f65d91ad01 Merge branch 'kaedroho-multiple-page-types-in-page-chooser3'
Conflicts:
	CHANGELOG.txt
	docs/releases/1.1.rst
	wagtail/wagtailadmin/views/chooser.py
2015-08-25 16:20:32 +01:00
Matt Westcott e39653c69b Release note for #1621 2015-08-25 16:17:35 +01:00
Matt Westcott 314389f5ef Release note for #1476 2015-08-25 10:06:17 +01:00
Matt Westcott 4657c62326 Release note for #1623 2015-08-20 16:53:56 +01:00
Karl Hobley 0ba28e5ca9 Changelog for #1587 2015-08-17 12:43:52 +01:00
Karl Hobley cebe5249d0 Changelog/release notes for #1606 2015-08-17 12:16:32 +01:00
Karl Hobley 30408252ff Contributor/changelog/release note for #1538 2015-08-03 14:35:58 +01:00
Matt Westcott ea2cabca98 Release note for #1492 2015-08-01 11:22:59 +02:00
Matt Westcott 943310d097 add forgotten changelog items 2015-08-01 11:20:21 +02:00
Karl Hobley 488fcfc8d2 Changelog/release note for #1540 2015-07-28 11:26:49 +01:00
Karl Hobley 624c0511c5 Changelog/release note for #1537 2015-07-21 10:21:31 +01:00
Karl Hobley eb9733610f Changelog/release note for #1489 and #1520 2015-07-21 09:52:14 +01:00
Matt Westcott 1a7bde76d6 Release note for #1508 2015-07-20 20:09:15 +01:00
Matt Westcott 0921bdec6d Release note for #1426 2015-07-20 14:49:55 +01:00
Karl Hobley d1897f9c14 Changelog/release note for #1527 2015-07-19 16:19:14 +01:00
Matt Westcott 0ea3a73ae5 version 1.0 (for real this time)
Conflicts:
	CHANGELOG.txt
2015-07-16 11:20:36 +01:00
Karl Hobley 449fdab7d8 Changelog and release note for API descendant_of filter 2015-07-15 10:00:46 +01:00
Matt Westcott 41ea332a74 release note for #1274 2015-07-09 19:29:07 +01:00
Karl Hobley adc44cfa1a Changelog/release note for #1444 2015-07-08 16:25:34 +01:00
Matt Westcott f82f0ddab4 release note for #1251 2015-06-29 16:59:31 +01:00
Matt Westcott 16c8540771 release note for #1255 2015-06-26 16:37:48 +01:00
Matt Westcott cc276dfe53 release note for #1212 2015-06-25 12:19:22 +01:00
Matt Westcott 90d4f322fd Add 1.1 release notes page to docs + release note for #1434 2015-06-24 10:28:08 +01:00
Matt Westcott d8f481ce2c remove 'in development' from 0.8.8
Conflicts:
	CHANGELOG.txt
2015-06-18 16:38:21 +01:00
Matt Westcott 63c52679b4 Add translations for Croatian and Finnish 2015-06-16 17:07:11 +01:00
Karl Hobley 78c1c79f10 Changelog/release note for #1412 2015-06-16 16:04:43 +01:00
Matt Westcott 7e89a8e4a2 changelog entry for #1406 2015-06-15 16:26:08 +01:00
Karl Hobley 5538b73e9e Changelog/release note for #1388 2015-06-15 09:20:20 +01:00
Karl Hobley 36c124475c Changelog/release note for #1400 2015-06-12 15:25:18 +01:00
Matt Westcott c3c92ebb10 Release note for #1381 2015-06-10 13:43:03 +01:00
Karl Hobley 1ce5a441e5 Changelog/release note/contributor for #1266 2015-06-05 13:43:50 +01:00
Matt Westcott 15c6d027b4 release note for #1270 2015-06-03 12:17:02 +01:00
Karl Hobley eb6f25bc66 Changelog/release note for #1365 2015-06-03 09:50:59 +01:00
Matt Westcott 992f4cafbe Release note for #1272 2015-06-02 16:48:33 +01:00