0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 11:10:43 +01:00
Commit Graph

2746 Commits

Author SHA1 Message Date
Karl Hobley
f50ed21156 Merge pull request #561 from kaedroho/bad-imports-cleanup
Cleaned up bad imports. Fixes #544
2014-09-18 12:38:55 +01:00
Karl Hobley
078d4fadde No need to run syncdb in project template vagrantfile anymore 2014-09-18 10:57:33 +01:00
Karl Hobley
31b8a14b62 Docs update for project template django 1.7 support 2014-09-18 10:57:10 +01:00
Karl Hobley
f56a234e28 Removed south from base settings in project template 2014-09-18 10:56:47 +01:00
Karl Hobley
2574cfad9d Added Django 1.7 support into project template 2014-09-18 10:43:41 +01:00
Karl Hobley
2ffc5828ff Merge remote-tracking branch 'torchbox/master' into bad-imports-cleanup
Conflicts:
	wagtail/wagtailembeds/__init__.py
	wagtail/wagtailsearch/__init__.py
2014-09-18 10:40:32 +01:00
Karl Hobley
1bce98795e Docs for update_index --backend option 2014-09-18 10:37:09 +01:00
Matt Westcott
7c8b1c4adb Merge branch 'master' of github.com:torchbox/wagtail 2014-09-18 09:50:57 +01:00
Matt Westcott
a4cf05f1bc Merge branch 'takeflight-feature/register-snippet-decorator' 2014-09-18 09:49:15 +01:00
Matt Westcott
f11c34e059 release note for #641 2014-09-18 09:49:08 +01:00
Karl Hobley
007b8249e1 Added contributor entry for #639 2014-09-18 09:19:14 +01:00
Karl Hobley
174e9d6de4 Merge pull request #639 from jalourenco/master
wagtail 0.6.0 pt_PT localization
2014-09-18 09:16:11 +01:00
Karl Hobley
60ed50b75b Merge pull request #642 from takeflight/bug/failing-tests-613
Fix failing tests when WAGTAILSEARCH_BACKENDS not filled out
2014-09-18 09:15:05 +01:00
Tim Heap
cb3094a4a7 Fix failing tests when WAGTAILSEARCH_BACKENDS not filled out
The tests attempted to skip themselves when WAGTAILSEARCH_BACKENDS was
not filled out, but the skip code was throwing an error, causing the
test to fail.
2014-09-18 15:46:49 +10:00
Tim Heap
a1d3a32dd6 Make register_snippet usable as a decorator 2014-09-18 15:35:39 +10:00
Jose Lourenco
344df1d414 add 0.6.0 localized files 2014-09-17 17:44:58 +01:00
Dan Braghis
23bbc1bcf9 Fix typo and slight PEP8 cleanup. 2014-09-17 16:17:02 +01:00
Jose Lourenco
f414cf2660 Merge pull request #2 from torchbox/master
Update from  torchbox:master on 2014-09-16;
Wagtail 0.6.0
2014-09-17 16:07:10 +01:00
Tom Dyson
22b32d767e Update installation docs
wagtail start command needs pip install requirements.txt in 0.6
2014-09-17 11:17:02 +01:00
Dave Cranwell
c6b61e1cd0 font size tweaks 2014-09-16 17:11:36 +01:00
Dave Cranwell
e8f6ed4409 updated font again 2014-09-16 17:08:27 +01:00
Dave Cranwell
d8afd1899d tweaks to icon sizes 2014-09-16 17:06:10 +01:00
Dave Cranwell
a6f4f5e5a5 replaced eye icon and updated usage of the icon in UI 2014-09-16 16:50:36 +01:00
Dave Cranwell
72e6d46eff updated to add better eye icons 2014-09-16 16:40:20 +01:00
Matt Westcott
354e4930f1 use absolute imports to wagtailadmin SCSS files from wagtailimages 2014-09-16 16:38:36 +01:00
Matt Westcott
abf2173e0d Merge branch 'takeflight-feature/parent_page_types' 2014-09-16 15:49:25 +01:00
Matt Westcott
4ed76af781 release note for #491 2014-09-16 15:47:40 +01:00
Dave Cranwell
04c4e380ba Update README.rst 2014-09-16 15:45:22 +01:00
Matt Westcott
fa558b149d Fix ability to pass a class object in subpage_types / parent_page_types 2014-09-16 15:44:42 +01:00
Matt Westcott
b4097dce1d add unit tests for allowed_subpage_types and allowed_parent_page_types 2014-09-16 15:38:28 +01:00
Karl Hobley
cd3431a57e Fixed some accidentally committed code 2014-09-16 15:29:38 +01:00
Karl Hobley
9e3bec0d5f Don't use crop closeness if it's out of range 2014-09-16 15:27:01 +01:00
Karl Hobley
4757c1633c Make sure the entire focal point is in the crop 2014-09-16 15:10:40 +01:00
Dave Cranwell
7c69dd2616 Merge pull request #583 from kaedroho/elasticsearch-asciifolding
Enabled ASCIIFolding in Elasticsearch backend
2014-09-16 12:35:13 +01:00
Matt Westcott
4398b64282 remove allowed_parent_pages / allowed_subpages.
allowed_parent_pages was a (broken) relic of the aborted no-tree add-page interface where you selected page type first and then specify where to put it. In that context, allowed_subpages doesn't make sense because the page you're about to add doesn't have subpages...
2014-09-16 11:57:03 +01:00
Matt Westcott
f28f7f92c2 in to -> into 2014-09-16 11:55:40 +01:00
Matt Westcott
c68dcff7bc copyediting on parent_page_types documentation 2014-09-16 11:55:05 +01:00
Matt Westcott
3eaf1076ab Merge branch 'feature/parent_page_types' of https://github.com/takeflight/wagtail into takeflight-feature/parent_page_types 2014-09-16 11:53:12 +01:00
Matt Westcott
6b2b3ca43e release note for #568 2014-09-16 10:20:18 +01:00
Matt Westcott
99761cdcdc Merge pull request #568 from kaedroho/page-copy-revisions
Make Page.copy also copy revisions
2014-09-16 10:18:18 +01:00
Karl Hobley
28b0f29d18 Clear submitted_for_moderation and approved_go_live_at of copied revisions 2014-09-16 09:18:49 +01:00
Karl Hobley
3857576f90 Make Page.copy also copy revisions 2014-09-16 09:05:57 +01:00
Karl Hobley
b68c845a66 Set initial closeness value to 0 2014-09-16 08:53:02 +01:00
Matt Westcott
9f8a5f2379 Remove content_type template filter from the project template - fixes #626 2014-09-15 19:36:07 +01:00
Matt Westcott
27a3fd50d5 Merge branch 'stable/0.6.x' 2014-09-15 18:07:27 +01:00
Matt Westcott
45a20a6f14 Additions to the 'getting started' documentation so that we're not under-selling the demo site as a way to get started 2014-09-15 18:06:09 +01:00
Karl Hobley
7b4e8ca530 Removed a bunch of no longer used code 2014-09-15 17:37:55 +01:00
Karl Hobley
c974975590 Improved method for calculating the crop box on images with focal points 2014-09-15 17:33:34 +01:00
Karl Hobley
b7ac3042c4 Added closeness box to URL generator 2014-09-12 15:39:44 +01:00
Karl Hobley
f5af116f66 Merge remote-tracking branch 'torchbox/master' into feature/crop-closeness 2014-09-12 15:14:10 +01:00