Wykres commitów

470 Commity (32509ac6036c41e7471c44f82194b7dd0cdfa31d)

Autor SHA1 Wiadomość Data
Karl Hobley 32509ac603
Make it possible to use dj/djrun in any directory 2019-11-01 09:50:14 +00:00
Karl Hobley d37c2e9eb1
Vagrant: Run pip install from $PROJECT_DIR
Makes it easy to install submodules and packages that are checked in to git
2019-11-01 09:28:37 +00:00
Matt Westcott fecf702b65 Update Pillow to 6.2.x 2019-10-23 15:04:28 +01:00
Tobias McNulty d5d81129a1
fix class path for S3Boto3Storage (#260) 2019-10-19 18:58:09 -04:00
Tobias McNulty 02737b411b
add support for Google Cloud Storage (#256) 2019-10-19 18:57:43 -04:00
Matt Westcott 973d7522dc Version bump psycopg2 and uwsgi to try to prevent segfault on heroku 2019-10-15 00:40:37 +01:00
Tobias McNulty e1106a1fa8 ensure media/images/ directory exists so Docker volume will inherit its permissions 2019-10-04 17:33:17 -04:00
Tobias McNulty 278530294f
include procps in RUN_DEPS (#254) 2019-10-04 15:46:28 -04:00
Tobias McNulty d425275af6
push built images to Docker Hub (#250) 2019-09-17 19:11:11 -04:00
Tobias McNulty 7ee23ded4c add flake8 and fix a few formatting bugs 2019-09-12 16:04:38 +01:00
Tobias McNulty cab9e25474 add missing migration and check for them via Travis in the future 2019-09-12 16:02:59 +01:00
Matt Westcott 55db9f3e15 Remove redundant head-extra block from head.html
Fixes #248 - thanks to @linuxsoftware for the report.
2019-09-12 13:10:39 +01:00
Tobias McNulty 273d42eb3d
switch to python:3.7-slim (Debian-based) image (#251) 2019-09-12 07:43:27 -04:00
Rupa Lahiri 47b883a4a4 Move demo app features from about page to readme. Fix #247 (#249) 2019-09-10 10:29:40 +01:00
Matt Westcott e618c4139f Upgrade to Django 2.2.x 2019-08-19 14:30:42 +01:00
Matt Westcott c18b690b3e Version bump to Wagtail 2.6 2019-08-12 12:15:31 +01:00
NeolithEra c858ad7b85 Fix dependency conflict for issue 2019-08-06 15:19:59 +01:00
Kalob Taulien 0af5ba02eb
Keep the year set to the current year
Keep the year set to the current year
2019-07-28 11:12:20 -04:00
Dan Swain 8e6dde3f03
Keep the year set to the current year 2019-07-27 13:32:16 -04:00
Karl Hobley 70ea9b1fae Update to boto3
This fixes S3 support
2019-07-25 12:22:46 +01:00
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