Wykres commitów

2994 Commity (c6f126c8d21a12ecaa0e8247c92ed94a9b73e033)

Autor SHA1 Wiadomość Data
Timo Rieber c6f126c8d2 Fixed admin submenus not working correctly when more than one registered 2014-12-11 16:32:49 +01:00
Karl Hobley 0dd0044dc8 Merge pull request #868 from kaedroho/issuu-oembed-provider
Added ISSUU oembed provider
2014-12-11 10:25:17 +00:00
Karl Hobley baf2454d6c Added ISSUU oembed provider
http://developers.issuu.com/api/oembed.html
2014-12-11 10:10:17 +00:00
Karl Hobley a7946ddd71 Merge pull request #864 from coredumperror/pullrequests
Bugfixes for Model recipe docs
2014-12-10 09:11:54 +00:00
Robert Rollins 3eb640495d Bugfixes for Model recipe docs 2014-12-09 17:12:28 -08:00
Matt Westcott d8ac5bf839 copy 0.8.4 doc updates into master 2014-12-04 15:46:28 +00:00
Karl Hobley 6aa4f9c995 Update 0.8.4.rst 2014-12-04 15:43:15 +00:00
Karl Hobley 7d8e4b1e47 Bump version to 0.9.dev0 2014-12-04 15:36:13 +00:00
Matt Westcott 1a37db2ef7 Document the necessary fix to custom image migrations - fixes #832 2014-12-04 13:18:19 +00:00
Karl Hobley 1637c7ba33 Spacing consistency in CHANGELOG.txt 2014-12-03 17:15:54 +00:00
Karl Hobley 3511ce23ee Release note for #844 2014-12-03 14:20:25 +00:00
Matt Westcott bf19446cbd TEST_NAME must differ from database name 2014-12-03 14:18:04 +00:00
Matt Westcott a8eacc2f22 Specify TEST_NAME in test settings to make concurrency tests work on sqlite.
Django 1.6 checks for this setting and defaults to None, which creates an in-memory database
when using sqlite. This causes our race condition test in wagtailimages to fail, since it's
not possible for multiple threads to share the same in-memory database.
2014-12-03 14:18:04 +00:00
Matt Westcott e977ae5aec use Python3 compatible syntax for 'except' 2014-12-03 14:18:04 +00:00
Matt Westcott 0db38791ae accommodate custom user models in migration 2014-12-03 14:18:04 +00:00
Matt Westcott b73f4eb8a0 Add unique constraint to filter spec so that Filter.get_or_create avoids race condition as intended - fixes #312 2014-12-03 14:18:03 +00:00
Matt Westcott 8e7015b9c7 Add failing test for race condition in Filter.get_or_create 2014-12-03 14:18:03 +00:00
Matt Westcott f39a95ab4f Release notes for #842 2014-12-03 13:53:51 +00:00
Matt Westcott f606df9012 Merge branch 'master' of github.com:torchbox/wagtail 2014-12-03 13:19:10 +00:00
Matt Westcott 23fd73486a Merge branch 'kaedroho-issue/837' 2014-12-03 13:18:54 +00:00
Matt Westcott 44ab7589ae Merge branch 'issue/837' of https://github.com/kaedroho/wagtail into kaedroho-issue/837 2014-12-03 13:16:07 +00:00
Matt Westcott 631bec3395 Merge pull request #845 from kaedroho/unpinned-requirements
Unpinned some requirements
2014-12-03 09:46:32 +00:00
Karl Hobley c4e58a7ca5 Unpinned some requirements
To make requires.io happy
2014-12-03 09:25:37 +00:00
Karl Hobley 52581222e8 Changed test to use eventmoderator user 2014-12-02 17:14:22 +00:00
Karl Hobley 13e5221746 Update 0.9.rst 2014-12-02 16:52:41 +00:00
Karl Hobley 1fcb94c0b9 Order by created_at when getting first revision 2014-12-02 16:30:48 +00:00
Karl Hobley ca7e285353 Added user attribute to Page.copy
This is used for setting the owner of the new pages and the user for the
new revision that gets created
2014-12-02 16:30:47 +00:00
Karl Hobley 7235c61fb7 Create new revision when copying pages
This serves two purposes:
 * It makes sure update_attrs gets applied to the latest revision so the
   changes are reflected in the editor
 * It bumps the last_revision_created_at value so the new page gets
   ordered as if it was just created
2014-12-02 16:29:02 +00:00
Karl Hobley 107767e97a Update page IDs in revision JSON when copying
Fixes #837

When copying a page, all of its revisions are also copied. The revisions
are JSON encoded and include ID fields which point back to the original
page object. These IDs weren't being updated when the revision was
copied to a new page causing the editor to break when that new page is
edited.
2014-12-02 16:29:02 +00:00
Karl Hobley 3f83eb898f Fixes to 0.8.4 release notes 2014-12-02 15:17:34 +00:00
Karl Hobley 46d0d98706 Added changelog/release notes for 0.8.4 2014-12-02 15:14:27 +00:00
Karl Hobley 1fc4302f3a Merge branch 'pr-838'
Conflicts:
	CHANGELOG.txt
	CONTRIBUTORS.rst
	docs/releases/0.9.rst
2014-12-02 14:56:49 +00:00
Karl Hobley 9edd3332a2 Added Timo Rieber to contributors 2014-12-02 14:55:04 +00:00
Karl Hobley 13814fba62 Changelog and release note for #838 2014-12-02 14:54:21 +00:00
Karl Hobley c50b79f8ee Added another test for #838
This tests that the page is copied to the different parent when a
different parent is selected.
2014-12-02 14:50:29 +00:00
Matt Westcott 7d66cd6a60 Merge branch 'master' of github.com:torchbox/wagtail 2014-12-02 12:49:37 +00:00
Matt Westcott 0a98c9eb10 Merge branch 'takeflight-feature/migration-tests' 2014-12-02 12:49:19 +00:00
Matt Westcott 645621ef02 reorganise migrations to remove duplicate, and add migration for RegisterFunction which was previously masked due to duplicate test name 2014-12-02 12:47:16 +00:00
Dave Cranwell 74915c4cca Help develp me link included closed items 2014-12-02 11:52:02 +00:00
Matt Westcott 3535b5ca21 Merge branch 'feature/migration-tests' of https://github.com/takeflight/wagtail into takeflight-feature/migration-tests
Conflicts:
	wagtail/wagtailsnippets/tests.py
2014-12-02 11:45:29 +00:00
Karl Hobley 0e61e9a0c4 Updated deprecation warnings 2014-12-02 09:27:46 +00:00
Karl Hobley 2049f0ed1a Update 0.9.rst 2014-12-02 09:22:52 +00:00
Dave Cranwell 467332c7b6 Update CHANGELOG.txt 2014-12-01 11:58:59 +00:00
Karl Hobley b8b079a28c Changelog and release note for #791 2014-12-01 11:50:26 +00:00
Karl Hobley 2175e9102b Views cleanup 2014-12-01 11:50:26 +00:00
Dave Cranwell 58f9f68fe4 converted uses of django.contrib.messages to wagtail.wagtailadmin.messages to allow better styling and interactivity in notifications 2014-12-01 11:50:26 +00:00
Karl Hobley 513129fb5e Added @linibou to contributors 2014-12-01 11:21:16 +00:00
Karl Hobley 89eaf5a00c Merge pull request #827 from Scopart/master
[fix] mysql support #541
2014-12-01 11:19:31 +00:00
Karl Hobley 3de931fcf6 Changelog and release note for #812 2014-12-01 10:42:50 +00:00
Karl Hobley cd9712b04a Merge pull request #812 from davecranwell/fix/submenu-explorer-interaction
Fixed submenu and explorer interaction to address #678
2014-12-01 10:40:39 +00:00