Wykres commitów

550 Commity (wagtail-2.x)

Autor SHA1 Wiadomość Data
Jonathan Liuti 4eb8f41e7a Update Python to 3.7 in Dockerfile (#233) 2019-07-24 12:08:21 +01:00
Jonathan Liuti 89261ce5d5 Add expat-dev to Dockerfile packages install. Fix #234 (#235) 2019-07-20 23:29:11 +01:00
Karl Hobley ffb89f7444 Update vagrant base box 2019-05-23 14:32:02 +01:00
Matt Westcott 7d7238b940 Version bump to Wagtail 2.5 2019-04-24 17:30:11 +01:00
Tom Dyson 4f7f5c37bd
Update Python runtime 2019-03-13 14:09:02 +01:00
Fred Jhang 7b9a3f0aa0 Add required libraries for Pillow 2019-03-01 11:41:22 +00:00
Chris 31c610316d Correct the html element main
Correct the HTML5 element 'content' to 'main'. 'content' is obsolete and wasn't meant to be used in ordinary HTML. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/content
2018-11-29 15:52:45 +00:00
Mikalai Saskavets 428092df6d Move elasticsearch requirements to an appropriate place
- elasticsearch is used only on production settings by default
- for development purposes elasticsearch is installed by a `provision.sh` script in a separate repo: https://github.com/wagtail/vagrant-wagtail-develop
2018-10-28 17:40:14 +03:00
Matt Westcott 70e4ff5429 Improve virtualenv setup instructions
* Mention that Python 3.x is required
* Ensure that the virtualenv is using the correct Python version before continuing
* Use requirements/base.txt, which skips troublesome-to-install packages that are only required for heroku
2018-10-27 09:45:51 +02:00
Stas Rudakou 5bc0988a3b Bump awscli to be compatible with Py37
`awscli` version we used to pin depends on `pyyaml` that doesn't support py37

The issue got fixed in https://github.com/aws/aws-cli/pull/3430

`botocore` is also updated as `awscli` and `botocore` should usually
be synchronized.
2018-10-27 09:43:10 +02:00
Matt Westcott 563d580233 Upgrade to Wagtail 2.3 and Django 2.1 2018-10-23 16:50:29 +01:00
blgo 5c15c3d1fd Add missing Docker Compose dependency to readme file 2018-10-16 14:18:17 +01:00
Matt Westcott fa0610fa9f Upgrade uwsgi to 2.0.17.1 to (hopefully) fix compilation errors on Heroku
ref: #220, https://github.com/unbit/uwsgi/issues/1468
2018-10-16 12:50:46 +01:00
Matt Westcott 19ed297a5d Use the psycopg2-binary package to silence warnings 2018-07-31 12:43:17 +01:00
David Ray de9cddd1fe Fixes #214 2018-07-23 18:32:51 +02:00
Matt Westcott 1fdf3411db Fix overlapping panels on Person name fields. Fixes #209 2018-07-15 10:17:30 +02:00
Tom Dyson 99b65a5e24
Use HTTP for git clone installation instructions
Fixes #208
2018-06-22 10:35:20 +01:00
Karl Hobley cdc93cec49
zlib -> zlib1g 2018-06-04 09:08:06 +01:00
Karl Hobley a8b6ed6d9a
Install zlib-dev on Travis
As per https://github.com/wagtail/bakerydemo/pull/204#issuecomment-394120772
2018-06-04 09:02:07 +01:00
Jorrit 29e13a725a Docker: add zlib-dev
Pillow requires for compilation (when we don't get a precompiled wheel)
2018-06-04 09:01:15 +01:00
Paolo Dina 742448dcdd Fix search in People snippet. Fixes #205 2018-06-04 09:00:47 +01:00
Matt Westcott 0f11e0f208 Enable API 2018-05-29 09:44:04 +01:00
Matt Westcott 568588591a Enable sitemap 2018-05-29 09:44:04 +01:00
Matt Westcott 1aea7bca75 Fix image dimensions / file sizes in fixtures. Fixes #195 2018-05-22 20:44:48 +01:00
Matt Westcott df1257ef2b Use url_path to check for descendant pages in navigation tags
This ensures that they continue working on pages that have no routable URL. Fixes #180
2018-05-22 20:18:36 +01:00
J Rob Gant fd37ac9310 Remove _lpchecked and empty id attributes 2018-05-22 20:07:05 +01:00
J Rob Gant 51db5176b0 Standardize PROJECT_DIR and BASE_DIR with Django defaults. 2018-05-22 20:01:10 +01:00
Matt Westcott 261c1ee23f Upgrade to Wagtail 2.1 2018-05-22 20:01:10 +01:00
Nigel Fletton ea11cb853d Allow override of Vagrant settings 2018-05-08 14:41:12 +01:00
Eva Barabas 69f6fe3266 📝 extra docker command 2018-05-01 14:39:55 +01:00
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