Wykres commitów

772 Commity (0ad412c343be6fba5c81e7f014bc4355afed5aa6)

Autor SHA1 Wiadomość Data
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
Karl Hobley 1f8e8a062b Removed stray print statement 2014-05-21 13:44:21 +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
Matt Westcott 725a79f593 Merge pull request #249 from kaedroho/medusa-integration
Django-medusa
2014-05-20 14:39:02 +01:00
Karl Hobley 9d65cf8f12 Added changelog entry 2014-05-20 13:48:02 +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 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
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
Matt Westcott f2b6b01838 Merge branch 'sixpearls-fix/remove_raw_sql' 2014-05-17 15:12:43 +02:00
Matt Westcott ed36f25bff Add Ben Margolis to contributors 2014-05-17 15:12:18 +02:00
Matt Westcott ac5e903c5e Merge branch 'fix/remove_raw_sql' of https://github.com/sixpearls/wagtail into sixpearls-fix/remove_raw_sql 2014-05-17 15:00:13 +02:00
Matt Westcott 9c5a88e581 Merge branch 'kaedroho-tests-changes' 2014-05-17 12:11:23 +02:00
Matt Westcott 398a208066 Merge branch 'tests-changes' of https://github.com/kaedroho/wagtail into kaedroho-tests-changes 2014-05-17 11:49:22 +02:00
Karl Hobley d180ad8f08 Added medusa renderer for pages 2014-05-16 12:27:05 +01:00
Karl Hobley 6092791b86 Added get_medusa_paths method to Page
This is used to find a list of URLs for the entire site to feed into django-medusa
If your page requires extra views, you can override this like so:
def get_medusa_paths(self):
    yield '/myextraview/'
    super(MyPageType, self).get_medusa_paths()
2014-05-16 12:17:17 +01:00
Ben Margolis 09f185b3aa Remove all (3) raw SQL statements. This will allow Django to generate the statements, so there aren't any backend issues 2014-05-15 15:29:23 -07:00
Karl Hobley 5474f7ef39 Embeds: Catch TypeErrors when casting width and height to integers 2014-05-13 17:18:33 +01:00
Matt Westcott 1ecc215759 Add mechanism for apps to register their own hallo.js plugins 2014-05-10 23:54:32 +01:00
Matt Westcott 4785a41c38 Move chooserUrls definitions into their respective apps 2014-05-10 23:42:49 +01:00
Matt Westcott fd737f0ab0 Have wagtaildocs, wagtailembeds, wagtailimages and wagtailsnippets register their page editor JS components through the insert_editor_js hook, rather than hard-coding them into _editor_js.html 2014-05-10 19:35:51 +01:00
Karl Hobley 4786e34a46 Import unittest2 from Django 2014-05-10 13:21:21 +01:00
Karl Hobley 27debc3289 Fixed crash when an invalid width is send by oembed provider 2014-05-09 12:59:25 +01:00
Dave Cranwell af20a61b6b reducing shadow on menu. looked amateurish 2014-05-08 12:31:49 +01:00
Dave Cranwell 280d960829 fixing save button on page creation 2014-05-08 12:10:06 +01:00
Dave Cranwell 6acb81dc78 Merge branch 'feature/pagemodes' 2014-05-08 11:56:46 +01:00
Dave Cranwell 96b6845e72 updated drop-ups for new preview button. improved icon rendering on windows generally. 2014-05-08 11:52:39 +01:00
Matt Westcott 541c4b37ff use url_info.hostname rather than url_info.netloc when building dummy request headers - netloc includes port number for non-standard ports, which we don't want 2014-05-08 10:55:47 +01:00
Dave Cranwell 532309d9eb Merge remote-tracking branch 'upstream/feature/pagemodes' into feature/pagemodes 2014-05-08 09:39:28 +01:00
Karl Hobley 13d546e835 Merge pull request #226 from kaedroho/embeds_author-and-provider-fields
Add author_name and provider_name to Embed
2014-05-02 13:58:54 +01:00
Karl Hobley ebd063ad15 Merge pull request #227 from kaedroho/issue/7-and-157
Clear 'wagtail_site_root_paths' when a site root page is saved fixes #7 #157
2014-05-02 13:50:34 +01:00
Karl Hobley 012a78b0de Added changelog entry 2014-05-02 13:49:44 +01:00
Karl Hobley c50532a5fc Added docstrings to issue 7 and 157 testcases 2014-05-02 13:30:09 +01:00
Karl Hobley d6cce69a39 Clear 'wagtail_site_root_paths' when a site root page is saved fixes #7 fixes #157 2014-05-02 13:10:55 +01:00
Karl Hobley 913f21d09b Test for issue 7 now fails consistantly 2014-05-02 13:02:25 +01:00