Dan Braghis
c2f53f3af2
Add error message to doc/image edit view when source missing
2015-02-23 22:00:49 +00:00
Dan Braghis
33d1ac8796
Catch OSError on editing doc with missing source file
2015-02-23 22:00:28 +00:00
Dan Braghis
3bcb5961e3
Add failing test for deleted document source file
2015-02-23 21:59:46 +00:00
Matt Westcott
2e85f779e7
Merge branch 'kaedroho-image-form-fields'
2015-02-23 18:55:02 +00:00
Matt Westcott
81521838c7
Upgrade consideration note for #980
2015-02-23 18:54:44 +00:00
Matt Westcott
4e9712d23c
renumber test migration to 0010
2015-02-23 18:17:48 +00:00
Matt Westcott
277f27fdd1
Merge branch 'image-form-fields' of https://github.com/kaedroho/wagtail into kaedroho-image-form-fields
...
Conflicts:
wagtail/wagtailimages/tests/tests.py
2015-02-23 18:15:43 +00:00
Matt Westcott
a8ec3b1af7
specify DATABASE_USER
2015-02-23 16:06:40 +00:00
Matt Westcott
c46e97c9ce
pass DATABASE_HOST=localhost for mysql tests
2015-02-23 15:37:02 +00:00
Matt Westcott
0b31f9933f
enable tox tests for mysql
2015-02-23 15:33:36 +00:00
Matt Westcott
4948b18e29
Use -id as a secondary key when retrieving latest page revision.
...
This fixes various unit tests on MySQL, where multiple revisions are committed in the space of one second, and the resolution of the created_at timestamp is insufficient to distinguish them.
2015-02-23 15:33:36 +00:00
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