Wykres commitów

2553 Commity (fb543589b7e8cc7eb0cf6f7ece05ab451dbf7f47)

Autor SHA1 Wiadomość Data
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
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
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 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
Matt Westcott 8ab9a4ff6c Merge branch 'master' of github.com:torchbox/wagtail 2014-10-04 11:51:39 +02:00
Matt Westcott a481132798 Merge branch 'kaedroho-docs-changes' 2014-10-04 11:50:56 +02:00
Matt Westcott f1f01f8394 fix more dead links to wagtailsearch_for_python_developers 2014-10-04 11:50:46 +02:00
Matt Westcott 963051e311 minor copyediting 2014-10-04 11:46:06 +02:00
Matt Westcott d495ad493a Merge branch 'docs-changes' of https://github.com/kaedroho/wagtail into kaedroho-docs-changes 2014-10-04 11:30:36 +02:00
Karl Hobley 691dc7c795 Don't display hidden fields in upload form on image chooser 2014-10-03 17:26:24 +01:00
Karl Hobley e21c54e7d0 Translation setup for wagtailsites 2014-10-03 17:11:35 +01:00
Karl Hobley 0b544bfb0a Changelog for #665 2014-10-03 16:14:07 +01:00
Dave Cranwell 48324eab72 removed conflicting state for open submenus 2014-10-03 16:04:38 +01:00
Karl Hobley f8bc358594 Merge pull request #665 from mope/661-fix-page-reordering
Fix page reordering in Wagtail Admin
2014-10-03 14:46:56 +01:00
Karl Hobley 5a48af83fd Python 3 support for migration 2014-10-03 14:23:44 +01:00
Karl Hobley e4449b3d79 Made focal_point_key not nullable 2014-10-03 14:22:36 +01:00
Karl Hobley af436e9026 Added Django 1.7 migration for focal point blank=True. Fixes #664 2014-10-03 14:11:45 +01:00
Matt Westcott 7c00f23e6e Release note for has_unpublished_changes fixes in #566 2014-10-03 07:53:15 +01:00
Matt Westcott 814b99628f Add unit test for page go-live when a newer revision exists 2014-10-03 07:19:06 +01:00
Matt Westcott e38f72e922 Add unit test for approving moderation when a newer revision exists 2014-10-03 07:12:58 +01:00
Matt Westcott 907c76d717 set has_unpublished_changes=True when making unpublished page copies 2014-10-02 17:17:42 +01:00
Matt Westcott 77d5b7d532 Set has_unpublished_changes=True on unpublish 2014-10-02 17:13:11 +01:00
Matt Westcott 5a64063e1c Set has_unpublished_changes correctly on publish 2014-10-02 17:10:58 +01:00
Matt Westcott 9176c8f647 add failing tests for has_published_changes flag on go-live / expiry 2014-10-02 16:52:02 +01:00
Matt Westcott 25cbbb4778 add failing tests for has_unpublished_changes on copy page actions 2014-10-02 16:44:43 +01:00
Matt Westcott 24bd384e0f add test for has_unpublished_changes being set when a page is scheduled for future publishing 2014-10-02 16:35:05 +01:00
Matt Westcott e4545878ae Add failing test for has_unpublished_changes not being reset when publishing from the edit page 2014-10-02 16:19:12 +01:00
Matt Westcott 74c0bff556 Merge branch 'master' into kaedroho-page-publish-refactor 2014-10-02 16:17:32 +01:00
Matt Westcott 620e442bb5 add failing unit test for has_unpublished_changes flag after approving moderation 2014-10-02 16:06:45 +01:00
Tom Talbot 065a912b37 Fix page reordering in Wagtail Admin 2014-10-02 11:26:33 +01:00
Matt Westcott c62d037c11 Merge branch 'page-publish-refactor' of https://github.com/kaedroho/wagtail into kaedroho-page-publish-refactor
Conflicts:
	wagtail/wagtailcore/models.py
2014-10-02 11:05:23 +01:00
Matt Westcott c3b4bb29c1 release note for #557 2014-10-01 17:41:20 +01:00
Matt Westcott 82ce4fd861 document the PageQuerySet.type method 2014-10-01 17:37:38 +01:00
Matt Westcott 85607665e5 Merge branch 'pagequeryset-type-method-improvement' of https://github.com/kaedroho/wagtail into kaedroho-pagequeryset-type-method-improvement 2014-10-01 17:22:36 +01:00
Matt Westcott 2c01c27455 add failing test for #557 2014-10-01 17:22:14 +01:00
Matt Westcott 21d3809d01 python3 fix for ElasticSearch backend error message 2014-10-01 17:14:15 +01:00
Matt Westcott c21f148071 fix undefined variable when raising the 'unrecognised lookup' error 2014-10-01 16:48:45 +01:00