0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00
Commit Graph

3701 Commits

Author SHA1 Message Date
Karl Hobley
bf8c690edc Update django-taggit in docs 2015-03-27 15:15:57 +00:00
Matt Westcott
52505fee21 release note for MySQL support 2015-03-27 15:13:15 +00:00
Matt Westcott
adc3d4b325 Merge pull request #1110 from gasman/fix/image-filter-cache
Look up Filter objects on first call to an image tag - fixes #865 / #1061
2015-03-27 15:09:54 +00:00
Matt Westcott
a712c79c6b Look up Filter objects on first call to an image tag, instead of on compilation.
This should make it possible to run ./manage.py compress without a database configured.
Also, the module-level cache of filter objects is removed, which was breaking tests on mysql - the filter objects were persisting beyond the teardown/recreation of the database.
2015-03-27 14:12:24 +00:00
Matt Westcott
3d2a9ce18f reinstate DATABASE_USER / DATABASE_PASS / DATABASE_HOST vars so that we can test on mysql with non-default settings 2015-03-27 12:40:23 +00:00
Karl Hobley
e207b962eb Add MySQL to tox/travis 2015-03-27 12:28:00 +00:00
Karl Hobley
a39c137ac4 Fixed output of fixtree on Python 2/MySQL
MySQL returns longs which end up in the output of fixtree as [1L, 2L, ...]. This commit makes sure that longs are always output without the 'L' suffix
2015-03-27 12:27:43 +00:00
Matt Westcott
40edbe8bbf Merge pull request #1086 from kaedroho/get-willow-image-context-manger
Make get_willow_image a context manager
2015-03-27 11:53:03 +00:00
Matt Westcott
6bf9d8440f StreamField release note 2015-03-27 11:06:52 +00:00
Karl Hobley
957e40ec36 Merge pull request #1105 from kaedroho/routablepage-dj18
Recommend defining subpage_urls as a property
2015-03-27 09:44:23 +00:00
Karl Hobley
4c0803ccc4 Recommend defining subpage_urls as a property
We previously recommended that users define their subpage_urls in a class attribute but this syntax will no longer work on Django 1.8.

This commit changes the docs to recommend users define their subpage_urls as a property so new code will be written in a forwards-compatible way.
2015-03-26 16:56:22 +00:00
Karl Hobley
c7f860f17a Merge pull request #1107 from kaedroho/docs-restructure-2
Docs restructure
2015-03-26 14:18:04 +00:00
Karl Hobley
8929850d43 Customising => Setting up 2015-03-26 14:17:35 +00:00
Karl Hobley
8d95b64b4a Renamed "Displaying fields with the Editing API" to "Customising the page editor interface" 2015-03-26 14:17:35 +00:00
Karl Hobley
05e55a3abb Removed a couple of under construction messages 2015-03-26 14:17:35 +00:00
Karl Hobley
8ea5054a1b Moved hooks into their own file 2015-03-26 14:17:35 +00:00
Karl Hobley
9439a57e9b Renamed a couple of contrib docs 2015-03-26 14:17:35 +00:00
Karl Hobley
5e07f9f476 Moved routablepage docs to contrib 2015-03-26 14:17:35 +00:00
Karl Hobley
f636087460 Renamed "For frontend developers" to "Writing templates" 2015-03-26 14:17:35 +00:00
Karl Hobley
8aca6ff8ac Moved sites into pages section 2015-03-26 14:17:35 +00:00
Matt Westcott
532f7581be Merge pull request #1104 from gasman/streamfield-docs
StreamField developer docs
2015-03-26 14:12:46 +00:00
Karl Hobley
f05eccefe7 Elasticsearch < 1.0 no longer supported 2015-03-26 13:58:15 +00:00
Matt Westcott
fb48c0a5d7 move streamfield documentation page to new location post-#1090 2015-03-26 13:08:25 +00:00
Matt Westcott
33def64870 snappier intro and link to StreamField blog post 2015-03-26 13:02:31 +00:00
Matt Westcott
a3379dfbe5 consistent spacing / use of code-block around code snippets 2015-03-26 13:02:31 +00:00
Matt Westcott
81c51e2b13 StreamField developer docs 2015-03-26 13:02:30 +00:00
Matt Westcott
9d68d5f392 Merge branch 'kaedroho-docs-restructure' 2015-03-26 13:01:42 +00:00
Matt Westcott
441c274f22 Merge branch 'docs-restructure' of https://github.com/kaedroho/wagtail into kaedroho-docs-restructure 2015-03-26 12:59:14 +00:00
Matt Westcott
b953d9583b Merge pull request #1106 from kaedroho/issue-1074
Fixed typo in wagtailsites/wagtail_hooks.py
2015-03-26 12:41:45 +00:00
Karl Hobley
e6ef56e911 Fixed typo in wagtailsites/wagtail_hooks.py
Fixes #1074
2015-03-26 12:26:31 +00:00
Karl Hobley
f7d123fa7c Install Django 1.8 from tar archive 2015-03-26 11:15:32 +00:00
Karl Hobley
3e9a81280b Use django-redis in project template 2015-03-25 14:24:57 +00:00
Matt Westcott
3ff98a14c0 StructBlock.value_from_datadict should return a StructValue, not dict - fixes #1100 2015-03-25 11:48:05 +00:00
Karl Hobley
8106e884cb Fixed RuntimeWarning in a test 2015-03-25 10:19:59 +00:00
Matt Westcott
d47f608f35 No. 2015-03-24 16:29:30 +00:00
Karl Hobley
e4f5229508 Merge pull request #1097 from gasman/revert-985
Revert #985
2015-03-24 14:11:11 +00:00
Matt Westcott
40d514964d Update docs to reflect the fact that django-libsass / Pillow are not being installed separately 2015-03-24 13:56:16 +00:00
Matt Westcott
e520a2816a reinstate Pillow and django-libsass as setup.py requirements
as per https://github.com/torchbox/wagtail/pull/985#issuecomment-84048363
2015-03-24 13:17:44 +00:00
Matt Westcott
2977f46a86 Release note for #1093 2015-03-24 12:57:09 +00:00
Matt Westcott
d140bff2f0 rename TestDocumentLinkHandler as suggested https://github.com/torchbox/wagtail/pull/1093/files#r26976807 2015-03-24 12:53:30 +00:00
Dave Cranwell
8b70405c3e Merge pull request #1096 from lauantai/chrome-frame-link-removal
Remove link to now-defunct Google Chrome Frame in warning for <IE9 browsers
2015-03-24 11:55:59 +00:00
lauantai
59f47411c7 Remove link to now-defunct Google Chrome Frame in warning for <IE9 browsers. 2015-03-24 12:15:57 +01:00
Karl Hobley
ee3115298a Fix a couple of spacing issues 2015-03-24 10:54:16 +00:00
Karl Hobley
391e3825f0 Merge pull request #1093 from gasman/feature/richtext-hooks
Register rich text handlers for docs / images / media through hooks
2015-03-24 10:28:19 +00:00
Dave Cranwell
d0128f2195 Update README.rst 2015-03-24 09:41:06 +00:00
Karl Hobley
832fb62324 Import FileWrapper from wsgiref.util
Not actually implemented in Django.

See: bbe28496d3
2015-03-23 20:10:41 +00:00
Matt Westcott
24fb80d4a9 Register document/image/embed rich text handlers via hooks 2015-03-23 19:55:59 +00:00
Karl Hobley
aa11d45ece Renamed contrib_components to contrib 2015-03-23 17:39:18 +00:00
Karl Hobley
e809176173 Moved core components on level up 2015-03-23 17:39:18 +00:00
Matt Westcott
00c1b573f4 implement hooks for defining your own embed / link handlers for the rich text editor 2015-03-23 15:40:23 +00:00