Wykres commitów

470 Commity (32509ac6036c41e7471c44f82194b7dd0cdfa31d)

Autor SHA1 Wiadomość Data
Tom Dyson 0fa08dd5ce Update Heroku Python runtime
from 3.6.2 to 3.6.4, following Heroku recommendations
2018-03-28 13:04:38 +01:00
Matt Westcott 2d43a7120a Upgrade to Django 2.0, Wagtail 2.0 final and current wagtailfontawesome 2018-03-01 12:13:57 +00:00
Matt Westcott 73dc6c52d1 use master branch of wagtail, now that module renames are in place there 2018-03-01 12:10:26 +00:00
Matt Westcott ed415f877e install git on travis 2018-03-01 12:10:26 +00:00
Matt Westcott 9da9b2ca13 use temporary prebuilt wagtailfontawesome package with Wagtail 2.0 fixes added 2018-03-01 12:10:25 +00:00
Matt Westcott 9729468676 Use new Wagtail 2.0 module paths 2018-03-01 12:10:25 +00:00
blgo 1d89b7ab76 Fix broken link to 'Getting started' page in sample about page 2018-02-27 10:40:10 +00:00
Ethan 06847df7ac Upgrade vm.box_version to 2 and beyond 2018-02-22 14:12:28 +00:00
Simon Willison a86242f6ef Fixed broken link
The "searching" link was 404ing
2018-02-22 10:12:02 +00:00
Matt Westcott 0565aaeeba
Add routablepage to INSTALLED_APPS
As per discussion on https://github.com/wagtail/wagtail/issues/4258
2018-02-10 21:42:39 +00:00
LB (Ben Johnston) 02710075ae Add support for tags with multiple words
Fixes issue where `my-blog/tags/multi-word-tag` would result in a 404, even if there was a valid tag slug for `mult-word-tag`
2018-02-06 14:28:09 +00:00
Matt Westcott 45665ab74d Gracefully handle missing hero_cta_link 2018-01-30 20:08:20 +00:00
Matt Westcott f5ee393957 Set site name to Wagtail Bakery
'Main' isn't really suitable as a site name, because it results in a limited-permission user (e.g. an editor with edit permission on the Blog section only) receiving the welcome message "Welcome to the Main Wagtail CMS".
2018-01-17 16:50:56 +00:00
Matt Westcott 6bfecb456f Django 2.0 compatibility fixes 2018-01-17 16:50:23 +00:00
Matt Westcott c60a6129ee Delete default homepage/site records _before_ loading fixture
Deleting them after loading means that the 'numchild' field of the root node (which the fixture correctly gives as 1, corresponding to the bakerydemo homepage) is wrongly decremented to zero, causing the page chooser modal to break (because it thinks root is a leaf node).
2017-11-13 20:15:25 +00:00
Matt Westcott af6c4953bc Remove erroneous index.SearchField('title') entries from search_fields
title is already included in Page.search_fields, so adding it again A) is redundant and B) makes it fail when run against Elasticsearch, due to the two occurrences having different indexing parameters.
2017-11-13 20:15:13 +00:00
Matt Westcott e6ca08bd18 Allow 'vagrant' username to be configured by passing DEV_USER variable
This allows the script to work on official Ubuntu images, which use the username 'ubuntu' instead.
2017-11-07 12:28:33 +00:00
Tom Dyson 176e86fe40 upgrade Django Storages 2017-10-31 14:50:44 +00:00
Tom Dyson c9bc31a58d upgrade to current postgres client library 2017-10-31 14:50:28 +00:00
Matt Westcott 4079bff981 Remove API v1
This is being removed in Wagtail 2.0.
2017-10-31 14:50:05 +00:00
Matt Westcott 57eb6485f6 Upgrade to Wagtail 1.13
Specify with a range rather than a fixed version, so that we don't have to do this on every point release...
2017-10-31 14:49:51 +00:00
Tobias McNulty 78825efe4b Merge pull request #158 from tobiasmcnulty/heroku-fixes
Add instructions & requirements for populating S3 bucket with demo data
2017-10-14 06:24:52 -04:00
Matt Westcott 0afd24a0e5 Fix numchild value on root page
When set to 0, the homepage fails to appear in the explorer listing when viewing the root (because Treebeard thinks root is a leaf node and so doesn't bother querying the database for get_children).
2017-10-11 14:26:31 +01:00
Matt Westcott 9fd0fff6e6 Add PostgreSQL configuration to Vagrant provision script
The script now accepts a USE_POSTGRESQL environment variable; if defined, it configures the demo to run under PostgreSQL (by patching settings/local.py).
2017-10-11 14:26:14 +01:00
Matt Westcott 1078c32001 Allow PROJECT_DIR to be overridden 2017-10-11 14:25:54 +01:00
Tobias McNulty 15e3083769 add awscli to requirements and instructions for copying initial media to S3 bucket 2017-10-05 23:07:58 -04:00
Tobias McNulty 797dc90b55 Merge pull request #159 from tobiasmcnulty/cache
add support for CACHE_URL
2017-10-05 12:13:48 -04:00
Tobias McNulty 1f94861634 add support for CACHE_URL 2017-10-04 18:03:14 -04:00
Tobias McNulty 1468fb163f Merge pull request #157 from tobiasmcnulty/aws-elasticsearch
Fix Elasticsearch authentication when using temporary AWS credentials
2017-09-15 08:13:38 -04:00
Tobias McNulty 0133a5a125 switch to the now-released aws-requests-auth==0.4.0 for authenticating requests to Elasticsearch, and upgrade to latest 2.x.x release of elasticsearch-py per https://elasticsearch-py.readthedocs.io/en/master/#compatibility 2017-09-14 18:21:49 -04:00
Tobias McNulty 401359312e Merge pull request #155 from tobiasmcnulty/dj-wag-updates
upgrade Django==1.11.5 and wagtail==1.12.1
2017-09-14 18:20:21 -04:00
Tobias McNulty c46442d991 another day, another Django version (1.11.5) 2017-09-14 17:45:14 -04:00
Tobias McNulty 42836f1d15 upgrade Django==1.11.4 and wagtail==1.12.1 2017-09-14 17:44:10 -04:00
Tobias McNulty 9e4f69f95f Merge pull request #154 from tobiasmcnulty/search-results
correct "You search for..." text and formatting on search results page
2017-09-14 17:42:44 -04:00
Tobias McNulty 9f40a97b08 Merge pull request #156 from tobiasmcnulty/master
add missing botocore dependency (needed for Elasticsearch on AWS)
2017-09-03 15:58:02 -04:00
Tobias McNulty c3ed76d08a add missing botocore dependency and move production settings dependencies to production.txt 2017-09-03 08:22:24 -04:00
Tobias McNulty 6e89be1e0b correct "You search for..." text and formatting on search results page 2017-09-01 20:15:48 -04:00
Tobias McNulty 47a266ae1b Merge pull request #153 from tobiasmcnulty/elasticsearch
Add (optional) support for Elasticsearch
2017-09-01 20:12:01 -04:00
Tobias McNulty f113974ade add (optional) support for Elasticsearch 2017-09-01 19:01:06 -04:00
David Ray 7f94ccd4c7 Update runtime to supported version of Python, work on #152 2017-08-25 09:27:56 -04:00
David Ray 81131317bc Merge pull request #151 from m1kola/upgrade_wagtail
Upgrade Wagtail to 1.12
2017-08-25 08:45:48 -04:00
Mikalai Radchuk 226cfcfbb2 Generate a migration after upgrade to Wagtail 1.12 2017-08-23 13:22:14 +01:00
Mikalai Radchuk e44cf67a8e Upgrade Wagtail to 1.12 2017-08-23 11:28:45 +01:00
Mikalai Radchuk 8ae3506110 Set DJANGO_SETTINGS_MODULE to match wsgi.py 2017-08-23 11:28:35 +01:00
David Ray 82b745cd3e Merge pull request #149 from wagtail/144-upgrade-django-wagtail
[144] Upgrade Django and Wagtail
2017-07-10 13:39:06 -04:00
David Ray 5a024f72d5 remove bad ref to test app 2017-07-03 09:55:35 -04:00
David Ray 1ee30cdfe7 Replace docker-engine with docker-ce for Travis 2017-07-03 09:38:11 -04:00
David Ray 3ba8d72355 Update Django and Wagtail to latest release 2017-07-03 09:18:22 -04:00
David Ray 7dd892a674 Fixes #144, upgrade Django and Wagtail 2017-06-07 09:10:25 -04:00
David Ray a273f28422 Merge pull request #145 from wagtail/142_routable
Fix preview functionality on BlogIndex when route methods are present
2017-05-01 05:53:58 -04:00