Wykres commitów

54 Commity (ecd865752357b6a23ecfb535a4d432ef26d11f46)

Autor SHA1 Wiadomość Data
Matt Westcott e94f610241 changelog entry for child_relations bugfixes 2014-09-05 11:46:49 +01:00
Matt Westcott b0e97c954a release notes / changelog for #574 2014-09-01 10:44:42 +01:00
Karl Hobley 48401244ea Changelog, readme, docs and release notes for Django 1.7 support 2014-08-27 16:08:10 +01:00
Matt Westcott 68559e5cc1 release note for #506 2014-08-27 11:22:05 +01:00
Karl Hobley f45795ef4c Changelog and release notes for #562 2014-08-26 12:13:08 +01:00
Karl Hobley 8a19552033 Changelog and release notes for #560 2014-08-21 12:19:39 +01:00
Tim Heap 15419f4d0e Make RoutablePage a mixin
If a developer wanted to have a site-wide base page class, and also have
some pages be `RoutablePage`s, a conflict between the automatically
generated `page_ptr` fields would occur.

```python
from wagtail.wagtailcore.models import Page
from wagtail.contrib.wagtailroutablepage.models import RoutablePage

class SitePageBase(Page):
    # common functionality
    is_abstract = True
    class Meta:
        abstract = True

class MyPage(RoutablePage, SitePageBase):
    # This model is invalid
    pass
```

`RoutablePage` has been changed to be a mixin `RoutablePageMixin`. Page
classes can use this to gain the `RoutablePage` functionality while
still retaining the ability to subclass other models.

A `RoutablePage` class that derives from both `RoutablePageMixin` and
`Page` has been left in for backwards compatibility, so old code will
continue to function without any modifications.
2014-08-21 19:42:17 +10:00
Karl Hobley ba6ade482e Changelog and release notes for #538 2014-08-18 09:18:15 +01:00
Matt Westcott f2756ca439 Mention South 1.0 requirement in 0.5 release notes 2014-08-13 16:19:05 +01:00
Matt Westcott a926bf4fe3 changelog entry for #531 2014-08-12 17:17:21 +01:00
Matt Westcott 20e5be9e0e remove redundant Deprecated Features heading from 0.5 release notes 2014-08-01 17:25:49 +01:00
Matt Westcott 8edff405dd prepare for 0.5 release 2014-08-01 17:01:42 +01:00
Matt Westcott 381ec5179e Added Copy Page to release notes / changelog 2014-08-01 16:46:27 +01:00
Karl Hobley 722cc00385 Changelog and release notes for asset usage stats 2014-07-31 12:28:32 +01:00
Karl Hobley 07bc13006b Merge pull request #519 from gasman/feature/fail-on-wagtailimages-urlconf-clash
Check for URL path clashes caused by pre-Wagtail-0.3 urlconfs that try to import wagtail.wagtailimages.urls as /admin/images/
2014-07-31 09:28:42 +01:00
Karl Hobley 3a55ca17da Removed a couple of stray backticks 2014-07-31 09:17:52 +01:00
Matt Westcott 379d48e7a4 Check for URL path clashes in wagtailimages caused by a pre-wagtail-0.3 urlconf, and fail loudly if one is encountered 2014-07-30 22:24:22 +01:00
Matt Westcott 30142d6201 add release notes / changelog for using images outside wagtail 2014-07-30 19:12:51 +01:00
Matt Westcott 2158dd1fc0 Add upgrade considerations note about admin/images URLs 2014-07-30 19:12:51 +01:00
Matt Westcott 76491f5454 Add release notes for image feature detection 2014-07-29 17:19:50 +01:00
Tom Dyson ce71b7d010 Merge pull request #511 from kaedroho/docs_restructure
Docs restructure
2014-07-29 12:23:24 +01:00
Karl Hobley 90cec360ff Moved roadmap into releases section 2014-07-25 15:35:15 +01:00
Karl Hobley 118c3b0f33 Changelog/release notes for multiple image uploader 2014-07-24 12:33:47 +01:00
Matt Westcott e89505de1f changelog / release notes for #500 2014-07-24 11:33:58 +01:00
Matt Westcott 6a01b640f8 add changelog/release notes for page_published signal 2014-07-22 11:09:02 +01:00
Matt Westcott 00046639c7 Added routable page to release notes and changelog 2014-07-21 16:03:28 +01:00
Karl Hobley 133e0c8547 Fixed typo 2014-07-18 16:58:38 +01:00
Karl Hobley 5b99f38927 Added changelog and release notes for #429 2014-07-18 15:14:36 +01:00
Matt Westcott b700d6503c add html5lib item to changelog + release notes 2014-07-17 13:26:07 +01:00
Matt Westcott f91cc8d7d5 update docs to use decorator syntax for hooks 2014-07-14 18:25:14 +01:00
Matt Westcott 68c5e1dff8 Merge branch 'stable/0.4.x'
Conflicts:
	docs/releases/index.rst
2014-07-14 13:14:53 +01:00
Matt Westcott 0d5f0172eb add release notes / changelog entry for 0.4.1 2014-07-14 13:12:04 +01:00
Matt Westcott 51c6f251e2 Made contents a bit smaller 2014-07-14 11:30:54 +01:00
Dave Cranwell 812daf0662 Added contents 2014-07-14 11:27:04 +01:00
Tom Dyson 6b3693f355 Typos in 0.4 release notes 2014-07-14 11:26:39 +01:00
Karl Hobley ab8bb0e5c6 Removed redundant 'in development' notice 2014-07-10 17:27:38 +01:00
Karl Hobley f60dd67d86 Put 0.5 above 0.4 in menu 2014-07-10 17:26:01 +01:00
Karl Hobley 32be550ece Added 0.5 release notes to menu 2014-07-10 17:24:42 +01:00
Karl Hobley ce679fced3 Made contents a bit smaller 2014-07-10 17:23:01 +01:00
Dave Cranwell a7576faebd Added contents 2014-07-10 17:11:23 +01:00
Dave Cranwell 46d8f61659 Added contents 2014-07-10 17:11:03 +01:00
Karl Hobley 6c6cd98e1f Added 0.5 release notes 2014-07-10 17:08:54 +01:00
Tom Dyson 883d6534e9 Typos in 0.4 release notes 2014-07-10 16:44:08 +01:00
Matt Westcott ea7db7ba97 add note about fixing old migrations that break on the expired column 2014-07-10 16:28:51 +01:00
Matt Westcott a9b247b781 more explicit instructions for migrating away from deprecated things 2014-07-10 15:47:14 +01:00
Matt Westcott f939af74dc Fix more doc syntax errors 2014-07-10 13:33:20 +01:00
Karl Hobley 8aaff51b05 Minor tweak to 0.4 release notes 2014-07-09 09:52:40 +01:00
Karl Hobley 1d9f792415 Added search changes to changelog and 0.4 release notes 2014-07-09 09:50:58 +01:00
Karl Hobley ff72d70d37 Fixed typo 2014-07-08 14:55:12 +01:00
Karl Hobley 608b8ccc4f Added 'Miscellaneous' section to deprecated features 2014-07-08 14:54:26 +01:00