Wykres commitów

4076 Commity (8b3bc775d7ab7dd2132897613b73b241d728c19c)

Autor SHA1 Wiadomość Data
Karl Hobley c7cfa7afe7 Make wagtaildemo available in tests 2015-03-30 16:13:04 +01:00
Karl Hobley f9924fa015 Merge pull request #1116 from kaedroho/tests-cleanup
Tests cleanup
2015-03-30 15:39:22 +01:00
Dave Cranwell d665a59c4e merged 2015-03-30 15:31:10 +01:00
Karl Hobley 3d48ba0cd8 Test for wagtailadmin.utils.send_mail 2015-03-30 14:55:37 +01:00
Karl Hobley 378b2c546e Rename send_email_task => send_mail
Also make send_notification use send_mail
2015-03-30 14:54:59 +01:00
Karl Hobley 2c50926785 No longer use celery for sending notifications 2015-03-30 14:41:41 +01:00
Karl Hobley 440aa0742a Recreated testapp migrations 2015-03-30 13:48:10 +01:00
Karl Hobley 1f8dc4bcfc Moved search test models into their own app 2015-03-30 13:44:04 +01:00
Karl Hobley 5c3b0b5da2 Moved routablepage test model into its own app 2015-03-30 13:24:18 +01:00
Karl Hobley 89f540f823 Moved snippets test models into separate app 2015-03-30 13:13:11 +01:00
Karl Hobley 83c7e242df Moved custom user model into its own app 2015-03-30 12:57:37 +01:00
Karl Hobley 682232ca5b Moved test app into subdirectory
- Gives a nice separation between test app and test configuration
- Allows us to cleanly add separate test apps
2015-03-30 12:48:27 +01:00
Matt Westcott a83a16de5c release note for #1114 2015-03-30 12:41:01 +01:00
Matt Westcott 24c04ee709 documentation for the construct_homepage_summary_items hook 2015-03-30 11:37:06 +01:00
Matt Westcott 78c164524d Move homepage site summary items into their respective apps 2015-03-30 11:37:06 +01:00
Matt Westcott 0a6550d1bd register summary items with hooks 2015-03-30 11:37:06 +01:00
Matt Westcott cf1a5dfe6e move items within SiteSummaryPanel into their own rendering objects 2015-03-30 11:37:06 +01:00
Matt Westcott 86861d233a remove search_form from SiteSummaryPanel - never used 2015-03-30 11:37:06 +01:00
Karl Hobley 8b9f2b5b30 Remove redis from Travis services
We've never actually used it in tests.
2015-03-30 10:27:23 +01:00
Karl Hobley f3812f5930 Try to fix "MySQL has gone away" errors 2015-03-30 10:26:25 +01:00
Karl Hobley 51a0306fd5 Merge pull request #1113 from timorieber/bugfix/import-pageurl-in-docs
pageurl tag library was renamed to wagtailcore since 0.4
2015-03-29 17:34:27 +01:00
Timo Rieber 16120404c6 Fixed import for pageurl tag which has moved from pageurl to wagtailcore_tags library 2015-03-29 16:22:33 +02:00
Matt Westcott dbb4e763ee version 0.9 shall now be known as version 1.0 2015-03-27 15:36:18 +00:00
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