Commit graph

2604 commits

Author SHA1 Message Date
Karl Hobley
2fca6e682e Update frontendcache.rst 2014-10-08 13:27:51 +01:00
Matt Westcott
318c4503f8 add release note for #505 2014-10-08 13:11:58 +01:00
Matt Westcott
f42f92a201 Fix heading levels in frontend cache docs 2014-10-08 13:08:48 +01:00
Karl Hobley
0e6f815ed9 Merge pull request #681 from tomdyson/master
Link to new image uploader
2014-10-08 13:03:08 +01:00
Matt Westcott
5bf5b49343 Merge pull request #505 from kaedroho/cloudflare-cache-invalidation
Added cloudflare cache invalidation
2014-10-08 13:01:41 +01:00
Karl Hobley
340d038847 Frontendcache backend logging changes 2014-10-08 12:23:22 +01:00
Karl Hobley
bbdbab0c70 Fixed broken tests 2014-10-08 12:21:12 +01:00
Tom Dyson
ed8a5aefcf Link to new image uploader
from zero image results page
2014-10-08 12:21:05 +01:00
Karl Hobley
51a30bfb54 Merge remote-tracking branch 'torchbox/master' into cloudflare-cache-invalidation 2014-10-08 12:08:32 +01:00
Matt Westcott
a973bfd2d9 Merge pull request #679 from takeflight/bug/missing-migration
Add missing migrations
2014-10-08 11:39:14 +01:00
Karl Hobley
b6c755400b Docs for cloudflare cache invalidation 2014-10-08 11:32:44 +01:00
Karl Hobley
d97a0510e8 Readded purge_url_from_cache. Logging improvements 2014-10-08 11:32:02 +01:00
Matt Westcott
9de19b4d44 set 'titlesonly' in sphinx menus to prevent subheadings from the Search intro page from appearing 2014-10-08 11:14:36 +01:00
Matt Westcott
ad80554558 fix warning about code-block directive 2014-10-08 10:57:10 +01:00
Karl Hobley
703ddbbb94 WAGTAILFRONTENDCACHE_LOCATION compatibility 2014-10-08 10:45:13 +01:00
Tim Heap
3701e7d8e4 Add missing migrations 2014-10-08 20:21:09 +11:00
Karl Hobley
f5d37db916 Update images/index.rst 2014-10-07 17:39:45 +01:00
Matt Westcott
3f934d026d Add 'fields' to modelform definitions to silence warnings, as per #674 2014-10-07 16:18:35 +01:00
Matt Westcott
dedaead8a0 release note / upgrade consideration note for #576 2014-10-07 16:08:39 +01:00
Matt Westcott
994d0bba3e Merge branch 'page-locking-2' of https://github.com/kaedroho/wagtail into kaedroho-page-locking-2 2014-10-07 12:06:13 +01:00
Matt Westcott
03b1e289b9 Merge branch 'master' of github.com:torchbox/wagtail 2014-10-07 11:51:51 +01:00
Matt Westcott
aa669bb46a Merge branch 'kaedroho-feature/crop-closeness' 2014-10-07 11:51:30 +01:00
Matt Westcott
4d99250406 release note for #610 2014-10-07 11:51:13 +01:00
Matt Westcott
c696318d92 here, have an apostrophe 2014-10-07 11:47:17 +01:00
Matt Westcott
fb543589b7 Merge branch 'feature/crop-closeness' of https://github.com/kaedroho/wagtail into kaedroho-feature/crop-closeness 2014-10-07 11:41:11 +01:00
Karl Hobley
d9355c6b38 Block editing of locked pages at the view level 2014-10-07 09:43:34 +01:00
Karl Hobley
38d856a2ef Added try-except block into page lock permission migrations 2014-10-07 09:43:04 +01:00
Dave Cranwell
0de10c110a renaming more of editors picks to promoted search results 2014-10-06 16:30:22 +01:00
Dave Cranwell
b4699d2b2e minor style tweaks to main menu 2014-10-06 16:19:13 +01:00
Karl Hobley
98437e8721 Fixed missing import 2014-10-06 12:48:41 +01:00
Matt Westcott
4d1cf64cb0 Merge branch 'kaedroho-searchchanges/updateindex-multi-backend' 2014-10-06 13:23:32 +02:00
Matt Westcott
39ce3ce5ca Release note for #556 2014-10-06 13:23:18 +02:00
Matt Westcott
ebb6223f63 Fix option handling in update_index and refactor to avoid unnecessary backend/backend_name juggling 2014-10-06 13:15:03 +02:00
Karl Hobley
7879b01d1f Added permission for page locking
Also created migrations to give this permission to moderators
2014-10-06 12:09:30 +01:00
Matt Westcott
bdf92d45ea Merge branch 'searchchanges/updateindex-multi-backend' of https://github.com/kaedroho/wagtail into kaedroho-searchchanges/updateindex-multi-backend 2014-10-06 12:43:28 +02:00
Karl Hobley
17dfe16215 Fixed Python 3 incompatible migration 2014-10-06 09:18:20 +01:00
Karl Hobley
65d0846c4a Fixed migration conflicts 2014-10-06 09:15:31 +01:00
Karl Hobley
3c7e617f64 Merge remote-tracking branch 'torchbox/master' into page-locking-2 2014-10-06 09:13:20 +01:00
Karl Hobley
9a752a2210 Pass backend name to update_index command in tests 2014-10-05 14:24:37 +01:00
Matt Westcott
9b26fe1a78 Merge branch 'kaedroho-page-publish-refactor' 2014-10-04 18:46:08 +02:00
Matt Westcott
bfa4a806ed document PageQuerySet.unpublish 2014-10-04 18:45:50 +02:00
Matt Westcott
d5c3452dd3 Use if request.method == 'POST' rather than if request.POST so that tests don't have to post dummy data 2014-10-04 18:28:34 +02:00
Matt Westcott
223dcbc14d make unpublish() a method on PageQuerySet as suggested by @kaedroho in https://github.com/torchbox/wagtail/pull/566#commitcomment-8037361 2014-10-04 18:11:30 +02:00
Karl Hobley
e49f64aea3 Merge branch 'master' into page-publish-refactor
Conflicts:
	CHANGELOG.txt
	docs/releases/0.7.rst
2014-10-04 14:02:54 +01:00
Karl Hobley
4d954df20f Merge branch 'master' into feature/crop-closeness
Conflicts:
	docs/core_components/pages/writing_templates.rst
2014-10-04 13:50:45 +01:00
Matt Westcott
29e86a3416 Merge branch 'kaedroho-image-upload-hidden-fields' 2014-10-04 12:20:00 +02:00
Matt Westcott
ad0e70ac73 Merge branch 'image-upload-hidden-fields' of https://github.com/kaedroho/wagtail into kaedroho-image-upload-hidden-fields 2014-10-04 12:18:26 +02:00
Matt Westcott
bee18185f4 Update changelog - release note for #667 2014-10-04 12:15:16 +02:00
Matt Westcott
9837292ad1 Update 0.7.rst - release note for #667 2014-10-04 12:14:39 +02:00
Matt Westcott
bddf049e28 Merge pull request #667 from kaedroho/issue/312
Various wagtailimages database fixes
2014-10-04 12:04:46 +02:00