Commit graph

844 commits

Author SHA1 Message Date
Dave Cranwell
8bacb807cc added better examples 2014-05-22 17:38:43 +01:00
Dave Cranwell
755faa6dd6 Merge remote-tracking branch 'upstream/master' 2014-05-22 17:33:01 +01:00
Dave Cranwell
0c92a0009f updated note about origianl version of image 2014-05-22 17:32:26 +01:00
Dave Cranwell
3a42a0eb46 adding incomplete front end developer documentation 2014-05-22 17:27:01 +01:00
Dave Cranwell
b9c7c871dd adding incomplete front end developer documentation 2014-05-22 17:19:40 +01:00
Matt Westcott
3d23bc2b25 user_can_edit_snippets should return False for administrators if no snippet models exist, and thus hide the Snippets menu option - fixes #204 2014-05-22 16:37:08 +01:00
Matt Westcott
dd31552e23 Merge branch 'form-builder' 2014-05-22 15:20:04 +01:00
Matt Westcott
c5f8ddfa7f Add changelog entry for wagtailforms 2014-05-22 15:14:47 +01:00
Matt Westcott
b3c34d96cb Add form builder documentation 2014-05-22 15:11:30 +01:00
Dave Cranwell
18df9e094c tweaked font size of userbar icons, it got reduced accidentally during previous changes accidentally 2014-05-22 14:26:09 +01:00
Neal Todd
0ad412c343 Although the ubuntu/debian install scripts are not meant to produce a generic, secure production environment, nevertheless make Elasticsearch to only listen on localhost rather than the default 0.0.0.0 address. 2014-05-21 17:49:04 +01:00
Matt Westcott
4c4b05689a Merge branch 'master' into form-builder 2014-05-21 17:35:29 +01:00
Matt Westcott
9f045e3924 merge branch 'form-builder' of github.com:torchbox/wagtail into form-builder 2014-05-21 14:48:51 +01:00
Matt Westcott
07fdcc0216 Replace wagtailforms.backends model with a simple inheritance model 2014-05-21 14:17:47 +01:00
Matt Westcott
7445335f04 no point in making form a property of the form page, since its scope is entirely within the 'serve' method 2014-05-21 13:58:08 +01:00
Matt Westcott
ddcd750b7a Remove validate_usage from the wagtailforms.backends API. Since non-expert users are likely to be inheriting from AbstractEmailForm rather than hooking up backends to their own custom form models, it is of marginal usefulness and not worth the added complexity of the metaclass setup 2014-05-21 13:51:27 +01:00
Karl Hobley
1f8e8a062b Removed stray print statement 2014-05-21 13:44:21 +01:00
Matt Westcott
d6910e3db8 Rewrite get_form_types() to not require fiddling with metaclasses to populate FORM_MODEL_CLASSES 2014-05-21 13:35:07 +01:00
Dave Cranwell
e0438a8117 updates to allow better formatting of fields 2014-05-21 09:22:06 +01:00
Tom Dyson
431931b6a9 Include static site generation docs in doc index 2014-05-20 17:24:16 +01:00
Tom Dyson
c349f06d6a Missing underline for new static generation docs 2014-05-20 17:22:19 +01:00
Dave Cranwell
77da201964 Merge remote-tracking branch 'upstream/form-builder' into form-builder 2014-05-20 16:33:44 +01:00
Matt Westcott
d096b14132 Remove label_suffix from form builder forms by default, but make that preference overrideable in the FormPage class 2014-05-20 16:16:26 +01:00
Matt Westcott
3e152e0386 fix unit tests to handle form_pages being a paginator.Page instance 2014-05-20 14:53:02 +01:00
Matt Westcott
725a79f593 Merge pull request #249 from kaedroho/medusa-integration
Django-medusa
2014-05-20 14:39:02 +01:00
Dave Cranwell
2aaec7c332 reordered fields 2014-05-20 14:38:22 +01:00
Karl Hobley
9d65cf8f12 Added changelog entry 2014-05-20 13:48:02 +01:00
Dave Cranwell
7b98664cd0 unrelated fix for IE 2014-05-20 13:22:32 +01:00
Dave Cranwell
27333b1ea1 updated formbulider fields with identifyable class names, although not output yet 2014-05-20 13:22:19 +01:00
Karl Hobley
61779be5c9 Added unit tests for get_static_site_paths 2014-05-20 13:04:47 +01:00
Karl Hobley
c194a55304 Renamed get_staticsite_paths to get_static_site_paths 2014-05-20 12:39:23 +01:00
Karl Hobley
9564cbf39f Added document describing how to generate a static website 2014-05-20 11:17:49 +01:00
Matt Westcott
26183e608b mention some more optional/required dependencies in 'getting started' docs 2014-05-20 11:05:19 +01:00
Dave Cranwell
7d88d285cd updated login styles to match new 'iconfield' implementation 2014-05-20 10:41:08 +01:00
Dave Cranwell
05cbcd7546 merging master 2014-05-20 10:28:03 +01:00
Dave Cranwell
4111baf933 font size fix for login form icons 2014-05-20 10:25:14 +01:00
Dave Cranwell
3a0285fae4 Merge remote-tracking branch 'upstream/master' 2014-05-20 10:16:36 +01:00
Dave Cranwell
eb704fc5a9 added scrollable form submissions tables 2014-05-20 10:11:03 +01:00
Karl Hobley
b5d4c0e78a Renamed get_medusa_paths to get_staticsite_paths 2014-05-19 17:10:19 +01:00
Karl Hobley
f4040a648d Added medusa renderer for documents 2014-05-19 16:55:48 +01:00
Karl Hobley
4207a0b3b8 Moved medusa renders into their own app in contrib 2014-05-19 16:51:08 +01:00
Karl Hobley
e2930ab6bc Added contrib folder 2014-05-19 16:45:56 +01:00
Karl Hobley
d364f95413 Fixed typo 2014-05-19 14:03:11 +01:00
Karl Hobley
7c99fa664c Don't check internal file formatl if image is closed 2014-05-19 11:38:22 +01:00
Karl Hobley
e4401ba44a Revert "Reopen images for validation if they are closed"
This reverts commit 7d43b1cf6e.
2014-05-19 11:37:13 +01:00
Karl Hobley
7159d246d8 Merge branch 'image-validation-fix' 2014-05-19 10:53:07 +01:00
Karl Hobley
7d43b1cf6e Reopen images for validation if they are closed 2014-05-19 10:52:49 +01:00
Karl Hobley
e00bf58914 Merge pull request #252 from kaedroho/image-validation-fix
More robust image file validation
2014-05-19 09:59:13 +01:00
Karl Hobley
b0c069d446 More robust image file validation
Previously, it was possible to upload PSD files by simply renaming them to have a '.jpg' extension.

This causes issues as wagtailimages cannot resize PSD files causing crashes.

This commit fixes this by validating that the internal format of the file matches the extension.
2014-05-19 09:56:49 +01:00
Matt Westcott
7a9e214fb5 Remove dead code for creating pages by type and then location; it's been unused since wagtail 0.1, hasn't been updated for the page permission model, and needs further spec / discussion (including a working subpage_types implementation) before it can return 2014-05-17 16:00:19 +02:00