Commit graph

4112 commits

Author SHA1 Message Date
Karl Hobley
8dc8e9ca99 Merge pull request #1024 from gasman/fix/drone-settings-cleanup
Clean up drone settings a bit more from #1021
2015-02-23 15:28:17 +00:00
Matt Westcott
8e671dfeaa remove outdated comment re Drone 2015-02-23 15:25:02 +00:00
Matt Westcott
fc12d86279 Drone should pass in relevant settings instead of a RUNNING_IN_DRONE flag 2015-02-23 15:10:22 +00:00
Matt Westcott
5cc0e3fd62 Allow specifying custom edit handlers for pages - fixes #210 2015-02-23 14:47:29 +00:00
Karl Hobley
cde56af073 Merge pull request #1021 from kaedroho/drone-cleanup
Cleaned up drone settings
2015-02-23 14:44:49 +00:00
Karl Hobley
f2f57fba73 Cleaned up drone settings 2015-02-23 14:38:11 +00:00
Tom Dyson
4e7b9bfd98 Merge pull request #1019 from zerolab/remove-build-dependencies
Remove build dependencies. Fixes #985 and #958
2015-02-23 11:20:29 +00:00
Dan Braghis
352281a1e0 Separate dependencies in two subsections 2015-02-23 11:13:37 +00:00
Dan Braghis
423dcb28b0 Replace dependency list with link to setup.py
And separate dependencies into 'barebones' and 'admin ui'
2015-02-23 11:11:50 +00:00
Dan Braghis
99f94baa4a Add changelog/release notes for #935/#1013 2015-02-23 10:01:38 +00:00
Dan Braghis
f680588b7d Merge pull request #1013 from kaedroho/issue-935
Catch OSErrors when getting image file size. Fixes #935
2015-02-23 09:56:55 +00:00
Dan Braghis
69836e5970 Minor docs cleanup 2015-02-22 11:29:24 +00:00
Dan Braghis
318ba87117 Add dependencies subsection with notes on libsass and Pillow 2015-02-22 11:27:12 +00:00
Karl Hobley
55c8a0712f Merge pull request #1017 from mattbrailsford/add-parent_page_types-docs
Update page.rst - parent_page_types/subpage_types docs
2015-02-22 11:11:49 +00:00
Karl Hobley
4d3f262b98 Remove built dependencies
This commit removes libsass and Pillow from the setup.py dependency list. This greatly improves install performance and also means that the basic Wagtail installation is pure-python (so no build tools need to be on the end users host machine).

None of these dependencies are directly called from within Wagtail so the start project command continues to work correctly.
2015-02-22 10:25:53 +00:00
Matt Westcott
474db433f9 implement DateBlock, TimeBlock, DateTimeBlock 2015-02-21 16:51:56 +00:00
Matt Brailsford
08a5ac9b36 Update page.rst
Added parent_page_types docs and updated subpage_types docs to include instructions on blocking child page creation altogether.
2015-02-21 10:05:41 +00:00
Matt Westcott
e342ad5580 Merge branch 'davecranwell-feature/chooser-panel-edit-links-2' 2015-02-20 15:46:01 +00:00
Matt Westcott
d7e1fd497e release note for #1014 2015-02-20 15:45:38 +00:00
Matt Westcott
c6865e6f5e test for #1014 2015-02-20 15:43:20 +00:00
Matt Westcott
6040b3ada4 refactor to avoid passing to AdminChooser 2015-02-20 15:43:09 +00:00
Matt Westcott
32e78d5920 Merge branch 'feature/chooser-panel-edit-links-2' of https://github.com/davecranwell/wagtail into davecranwell-feature/chooser-panel-edit-links-2 2015-02-20 14:57:29 +00:00
Karl Hobley
c447ca344a Release notes formatting tweaks 2015-02-20 13:49:12 +00:00
Karl Hobley
e5d5032317 Restructured 0.9 release notes 2015-02-20 13:44:33 +00:00
Karl Hobley
c7f7146055 Changelog and release note for #1003 2015-02-20 13:34:35 +00:00
Karl Hobley
b2872d2f93 Merge pull request #1003 from m-sanders/feature/snippet-pagination
Added pagination to snippets.
2015-02-20 13:14:45 +00:00
Karl Hobley
55575e622c Merge pull request #1011 from kaedroho/docs-pages
Pages docs changes
2015-02-20 11:42:34 +00:00
Karl Hobley
764bca95b0 Removed incomplete sections 2015-02-20 11:41:32 +00:00
Karl Hobley
85e9e1a1dc Merge pull request #810 from davecranwell/hide-view-live-no-reachable-url
Disabling "view live" button in listings when page is unreachable. Addresses #16
2015-02-20 11:17:20 +00:00
Karl Hobley
1374b3dc17 Merge pull request #1009 from gasman/feature/pagechooser-autodetect-page-type
Make PageChooserPanel autodetect page type from the foreign key - fixes #509
2015-02-20 10:49:39 +00:00
Dave Cranwell
0a6d7ee44c added snippets 2015-02-20 10:09:12 +00:00
Karl Hobley
652866cf68 Update static_site_generation.rst 2015-02-19 23:46:52 +00:00
Karl Hobley
f383e0a670 Merge pull request #1010 from kaedroho/docs-contrib
Contrib docs changes
2015-02-19 23:44:01 +00:00
Matt Westcott
d6c5b1ed79 py3 fix - do not pass args/kwargs to object.__new__ 2015-02-19 20:45:23 +00:00
Matt Westcott
76acbc5470 Merge branch 'feature/streamfield' of github.com:torchbox/wagtail into feature/streamfield 2015-02-19 19:40:15 +00:00
Matt Westcott
42d45e008a move the rest of wagtailcore.blocks to wagtailcore.blocks.base 2015-02-19 19:37:10 +00:00
Matt Westcott
76656e4735 move StructBlock into wagtailcore.blocks.struct_block 2015-02-19 19:37:10 +00:00
Matt Westcott
162f430b35 rename the 'field' and 'stream' submodules to 'field_block' and 'stream_block'.
We can't use the name 'list' as a submodule, so we might as well make the others consistent.
2015-02-19 19:22:35 +00:00
Matt Westcott
5936326726 move ListBlock into wagtailcore.blocks.list_block 2015-02-19 19:21:04 +00:00
Matt Westcott
ad76273b54 move StreamBlock into wagtailcore.blocks.stream 2015-02-19 19:21:04 +00:00
Matt Westcott
8df5f8a200 move FieldBlock and its subclasses into wagtailcore.blocks.field 2015-02-19 18:47:18 +00:00
Matt Westcott
bd1a6699b4 allow modules to define aliases on their classes for deconstruct to use 2015-02-19 18:29:24 +00:00
Karl Hobley
ae8c95eef8 Catch OSErrors when getting image file size
Fixes #935
2015-02-19 17:51:40 +00:00
Dave Cranwell
c496c31945 added documents 2015-02-19 17:44:03 +00:00
Matt Westcott
b6d2182c3d move the django.utils.deconstruct.deconstructible logic into Block so that we can customise it 2015-02-19 17:43:38 +00:00
Karl Hobley
a6f1764a5c Failing test for #935 2015-02-19 17:39:39 +00:00
Dave Cranwell
d6180418c2 added ability to link user to chosen image 2015-02-19 17:33:08 +00:00
Dave Cranwell
82dc0ab2f6 adding ability to link user to chosen page 2015-02-19 17:25:33 +00:00
Karl Hobley
d655e3542c Use routablepage instead of route override 2015-02-19 17:25:24 +00:00
Matt Westcott
1e7728524c make wagtailcore/blocks.py into a submodule (because it's too big) 2015-02-19 17:18:50 +00:00