0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00
Commit Graph

4355 Commits

Author SHA1 Message Date
Karl Hobley
e2a9ed3924 Fix python 2 2015-06-04 10:32:42 +01:00
Olivier Harris
aa6f049e82 Update broken link 2015-06-04 10:15:30 +01:00
Matt Westcott
094fda9f3f Merge pull request #1371 from benemery/fix/dev-requirements
Add missing requiresment to requirements-dev
2015-06-04 09:35:01 +01:00
Ben Emery
b6a2d0648c Add missing requiresment to requirements-dev
Sendfile is required for running the tests, it's present in the
tox.ini but not for normal development.
2015-06-04 09:29:35 +01:00
Karl Hobley
8a55446d64 Fixed bad formatted string. Fixes #1334 2015-06-03 14:52:45 +01:00
Karl Hobley
2fc58033b7 Failing test for #1334 2015-06-03 14:52:04 +01:00
Karl Hobley
3b8f30d223 Moved image field help text/error message generation into __init__
This allows us to override the WAGTAILIMAGES_MAX_UPLOAD_SIZE setting for testing
2015-06-03 14:23:58 +01:00
Matt Westcott
15c6d027b4 release note for #1270 2015-06-03 12:17:02 +01:00
Matt Westcott
03e681dea8 Add Brett Grace to contributors 2015-06-03 11:08:32 +01:00
Karl Hobley
7a0b51c2d6 Use universal wheel files 2015-06-03 10:08:21 +01:00
Karl Hobley
eb6f25bc66 Changelog/release note for #1365 2015-06-03 09:50:59 +01:00
Karl Hobley
aeb05d14aa Merge pull request #1365 from kaedroho/remove-unicodecsv
Remove unicodecsv
2015-06-03 09:39:29 +01:00
Karl Hobley
08ca89bb7a Merge pull request #1361 from zerolab/docs-tutorial
Add the Wagtail tutorial to docs
2015-06-03 09:39:03 +01:00
Karl Hobley
1df5bb08fb Merge pull request #1357 from gasman/fix/embedblock-render
Make EmbedBlock use a custom type that knows its own rendering - fixes #1098
2015-06-03 09:31:54 +01:00
Karl Hobley
d51fb9c4ba Merge pull request #1364 from gasman/fix/rawhtmlblock-render
Make RawHTMLBlock consistently use SafeText as its native value
2015-06-03 09:23:08 +01:00
Matt Westcott
992f4cafbe Release note for #1272 2015-06-02 16:48:33 +01:00
Matt Westcott
9ef1e6a1df Merge branch 'master' of https://github.com/torchbox/wagtail 2015-06-02 16:35:43 +01:00
Matt Westcott
4f378c6ba5 Merge branch 'kaedroho-searchresults-tests' 2015-06-02 16:35:32 +01:00
Matt Westcott
e3f6c17758 Merge branch 'searchresults-tests' of https://github.com/kaedroho/wagtail into kaedroho-searchresults-tests 2015-06-02 16:31:18 +01:00
Dan Braghis
04ddfc0b3c Merge pull request #1363 from kaedroho/remove-sendfile-dependency
Removed sendfile dependency
2015-06-02 16:12:55 +01:00
Dan Braghis
d830e07eca Replace missed slugify example 2015-06-02 16:06:03 +01:00
Dan Braghis
8d3b79f8fc Further tweaks and cleanup 2015-06-02 16:03:57 +01:00
Matt Westcott
60bafb3d2b Use six.text_type with RawHTMLBlock to fix unicode on Py2 2015-06-02 12:42:28 +01:00
Chris Rogers
5f1e9faa4f Merge pull request #1356 from davecranwell/fixes-for-ie10and11
fixing #1342, #1343, #1344 - issues with IE10/11
2015-06-02 12:16:40 +01:00
Karl Hobley
5f012c8ca8 Merge pull request #1360 from gasman/fix/richtext-block-rendering
Add a 'RichText' value type, and use it as the native value of RichTextBlock
2015-06-02 11:21:35 +01:00
Karl Hobley
0cecb61862 Moved form builder to contrib
It will soon be contrib
2015-06-02 09:14:56 +01:00
Karl Hobley
201164ccb5 Moved page privacy to advanced topics 2015-06-02 09:14:55 +01:00
Karl Hobley
98692f9bfa Moved snippets to topics 2015-06-02 09:14:20 +01:00
Karl Hobley
4990f2780f Removed dependency on unicodecsv 2015-06-02 00:18:48 +01:00
Karl Hobley
5ea9e8a7eb Removed usage of unicodecsv 2015-06-02 00:18:30 +01:00
Matt Westcott
8f1f4ad82a Use assertIsInstance instead of assertTrue(isinstance) 2015-06-01 19:10:00 +01:00
Matt Westcott
18e3a215f0 Use assertIsInstance instead of assertTrue(isinstance) 2015-06-01 19:07:17 +01:00
Matt Westcott
fb2850403f Test that serialized value of RawHTMLBlock is not SafeData 2015-06-01 18:45:35 +01:00
Matt Westcott
db59fb5bc6 test SafeData rather than SafeText for py2 compatibility (and use assertIsInstance) 2015-06-01 18:45:35 +01:00
Matt Westcott
ce590531be Make RawHTMLBlock consistently use SafeText as its native value 2015-06-01 18:24:53 +01:00
Matt Westcott
c685fdd905 python2 unicode fix 2015-06-01 17:40:39 +01:00
Matt Westcott
f6b8e13a0c python2 unicode fix 2015-06-01 17:31:27 +01:00
Karl Hobley
7fafc63ce0 Fix typo 2015-06-01 16:55:55 +01:00
Karl Hobley
8c75baa271 Removed sendfile dependency
Not actually needed unless you're setting a SENDFILE_BACKEND and in that case, you'll know you need it.
2015-06-01 16:49:12 +01:00
Dan Braghis
8c0acb9f6c Tweaks based on feedback 2015-06-01 16:23:13 +01:00
Karl Hobley
3b26ddc162 Fixed module names for a few classes 2015-06-01 16:03:59 +01:00
Dan Braghis
39ca18263a Add the Wagtail tutorial to docs 2015-06-01 15:30:07 +01:00
Matt Westcott
9a864ff6c9 split up tests for RichText() and RichTextBlock.get_default() 2015-06-01 14:46:24 +01:00
Matt Westcott
1c510a04c8 RichText should not be imported from wagtailcore.blocks 2015-06-01 14:40:51 +01:00
Dan Braghis
be3be40389 Release/changelog notes for #1109 2015-06-01 14:30:07 +01:00
Dan Braghis
b13951b5cf Merge pull request #1109 from kaedroho/vanilla-project-template
Vanilla project template
2015-06-01 14:17:36 +01:00
Karl Hobley
9df9261f4f Fixed a couple of links in editor manual
This should fix PDF builds as well
2015-06-01 14:12:48 +01:00
Matt Westcott
4da28acb2a Add a 'RichText' value type, and use it as the native value of RichTextBlock
This means that they consistently render as rich text regardless of how they are output onto the template (as a child of StreamBlock or StructBlock; with or without a |richtext filter).
2015-06-01 13:59:32 +01:00
Karl Hobley
a6f28826bd Merge pull request #1358 from kaedroho/customisation-docs
Added customisation section to the docs
2015-06-01 12:36:42 +01:00
Karl Hobley
eec194f154 Added missing "versionadded" 2015-06-01 09:54:17 +01:00