Commit graph

2944 commits

Author SHA1 Message Date
Karl Hobley
98f3b2ad03 Fixed spelling mistake 2015-02-12 13:55:43 +00:00
Karl Hobley
d73b82748b Added tests for docs serve view
Conflicts:
	wagtail/wagtaildocs/tests.py
2015-02-12 13:55:25 +00:00
Dan Braghis
969737da03 Use StreamingHttpResponse to server documents 2015-02-12 13:54:22 +00:00
Dan Braghis
c3c6f1cb1d Change FileWrapper import location 2015-02-12 13:54:14 +00:00
Karl Hobley
af64f7ce72 Changelog, release notes and contributor entry for #620 2015-02-09 12:41:47 +00:00
Karl Hobley
dc70e2ac77 Improvements to #620
As per https://github.com/torchbox/wagtail/pull/620#issuecomment-59203932

Also improved the tests a little bit
2015-02-09 12:41:37 +00:00
Alejandro Varas
ec341d76ab Fixed TypeError raised by richtext template tag
Conflicts:
	wagtail/wagtailcore/tests/tests.py
2015-02-09 12:41:19 +00:00
Tom Talbot
72e74bbb3d Added Sebastian Spiegel to contributors
Conflicts:
	CONTRIBUTORS.rst
2015-02-04 16:37:24 +00:00
Tom Talbot
1c950fff76 Release notes for #825 2015-02-04 16:36:09 +00:00
Tom Talbot
2644bd50ac Changelog for #825 2015-02-04 16:35:57 +00:00
Tom Talbot
95f0f156a4 Merge pull request #825 from Tivix/fix-multiword-tags-save
Fix saving a single tag with multiple words in it, fixes #824
2015-02-04 16:34:37 +00:00
Matt Westcott
5c433a2f07 Ignore middleware responses when building dummy request, so that middlewares that enforce HTTPS / basic auth etc don't block the preview mechanism 2015-02-03 14:04:29 +00:00
Matt Westcott
7fd6436dba release note for #939 2015-01-28 20:14:28 +00:00
Karl Hobley
9d379638be Don't normalise query strings on search Fixes #937 2015-01-28 20:14:18 +00:00
Karl Hobley
26b0a827cd Added failing test for #937 2015-01-28 20:14:10 +00:00
Robert Rollins
0af862438c Added MySQL support to 0004_auto__chg_field_rendition_focal_point_key 2015-01-27 11:26:39 +00:00
Matt Westcott
d43264b93c Update non-Vagrant instructions to include 'createsuperuser', now that there's no syncdb step to do that 2015-01-19 13:11:01 +00:00
Karl Hobley
9c039ca8d0 Added @georgewhewell to contributors 2015-01-18 14:49:12 +00:00
Karl Hobley
43dcd80d1d Changelog/release note for #898 2015-01-18 14:48:55 +00:00
georgewhewell
5bc010d593 Support storage backends that return raw ContentFile without name 2015-01-18 14:48:41 +00:00
Karl Hobley
a1175a0bd5 Update CHANGELOG.txt 2015-01-18 14:25:21 +00:00
Karl Hobley
9a2d32e466 Changelog/release note for #878 2015-01-18 14:24:05 +00:00
Karl Hobley
8537124e80 Minor coding style fix 2015-01-18 14:23:57 +00:00
Dave Cranwell
8bbc831f6d falling back to just closing the window and re-opening it. 2015-01-18 14:23:29 +00:00
Dave Cranwell
f02d81c021 tweaks for firefox 2015-01-18 14:23:18 +00:00
Karl Hobley
1d9d508180 Changelog/release notes for #854 2015-01-15 14:02:51 +00:00
Karl Hobley
bd541a9858 Added @jerel to contributors 2015-01-15 14:02:51 +00:00
Karl Hobley
2f1421ffb7 Added test for #854 2015-01-15 14:02:22 +00:00
Jerel Unruh
fca5b702fd Fixed a bug that prevented sitemap url generation override in a Page subclass
If a developer wants to turn off urls for a specific page as documented in http://docs.wagtail.io/en/latest/contrib_components/sitemap_generation.html#customising they should be able to add:

    def get_sitemap_urls(self):
        return []

but get_urls() calls only the parent class rather than the specific child class. This bug is also mentioned in issue #833
2015-01-15 14:02:22 +00:00
Matt Westcott
d59ebdaed2 release note for #869 2014-12-16 16:59:32 +00:00
Matt Westcott
5b4463e0b6 #872 should be in 0.8.5, not 0.8.4 2014-12-16 16:48:32 +00:00
Matt Westcott
0fab9411bb release note for #872 2014-12-16 16:41:00 +00:00
Robert Rollins
bb26106ba4 add_subpage view now sorts content types by their verbose names. 2014-12-16 16:38:26 +00:00
Timo Rieber
02916e4a7a Exclude clicked item itself if already active 2014-12-15 16:53:59 +00:00
Timo Rieber
eecf62ff6d Fixed admin submenus not working correctly when more than one registered 2014-12-15 16:53:47 +00:00
Karl Hobley
154ce33c7e Added ISSUU oembed provider
http://developers.issuu.com/api/oembed.html
2014-12-11 10:53:33 +00:00
Matt Westcott
f0cecf2066 prepare for 0.8.4 release 2014-12-04 14:48:41 +00:00
Matt Westcott
ae1150cfd9 Document the necessary fix to custom image migrations - fixes #832 2014-12-04 13:18:31 +00:00
Karl Hobley
a74891a0a4 Release note for #844 2014-12-03 14:21:31 +00:00
Matt Westcott
faf20a4ebc TEST_NAME must differ from database name 2014-12-03 14:21:31 +00:00
Matt Westcott
f75887ddc4 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:21:30 +00:00
Matt Westcott
92b890ab3f use Python3 compatible syntax for 'except' 2014-12-03 14:21:30 +00:00
Matt Westcott
275a5e19b2 accommodate custom user models in migration 2014-12-03 14:21:30 +00:00
Matt Westcott
d1d64c3a7d Add unique constraint to filter spec so that Filter.get_or_create avoids race condition as intended - fixes #312 2014-12-03 14:21:30 +00:00
Matt Westcott
67b9bd0d59 Add failing test for race condition in Filter.get_or_create 2014-12-03 14:21:30 +00:00
Matt Westcott
d3e4094464 Release notes for #842 2014-12-03 13:53:29 +00:00
Karl Hobley
555f09a60d Changed test to use eventmoderator user 2014-12-03 13:27:40 +00:00
Karl Hobley
2c010b07b6 Order by created_at when getting first revision 2014-12-03 13:27:21 +00:00
Karl Hobley
5d718cd818 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

Conflicts:
	wagtail/wagtailadmin/views/pages.py
2014-12-03 13:26:50 +00:00
Karl Hobley
9083330536 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-03 13:21:30 +00:00