Wykres commitów

550 Commity (wagtail-2.x)

Autor SHA1 Wiadomość Data
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
David Ray 1ebac78a1e Merge pull request #143 from azza-bazoo/master
Fix media files in Docker image
2017-05-01 05:53:04 -04:00
Scot Hacker cd3e4b27c7 Update json dump - one blog page was missing a required image and wouldn't validate on publish 2017-04-23 13:15:53 -07:00
Scot Hacker 8366ec6d79 Fix preview functionality on BlogIndex when route methods are present
Resolves #142
2017-04-23 13:12:27 -07:00
Scot Hacker fbacf21fc7 Security updates for Django and Wagtail 2017-04-23 12:56:02 -07:00
Hourann Bosci dd76c7fb11 change owner of static files to user 1000, so Wagtail code (in uWSGI) has write access 2017-04-15 22:26:46 +08:00
Hourann Bosci c79355e17b pass /media/ static file path to uWSGI, per 9740909755 2017-04-15 20:56:07 +08:00
Scot Hacker fc8c0102fa Readme typos 2017-04-03 23:34:27 -07:00
Scot Hacker 473e38c070 Merge pull request #141 from wagtail/140-readme-flow
Amend readme to improve flow of the document
2017-04-03 23:29:48 -07:00
Edd Baldry 474e74031f Merge pull request #136 from wagtail/134-images-heroku
Have images on initial Heroku deployment
2017-04-03 21:08:52 +01:00
Scot Hacker 8818449b6b Merge pull request #137 from wagtail/135-homepage-list-regression
Fix li regression on homepage
2017-04-02 23:30:23 -07:00
Scot Hacker 9b08364f4b Merge pull request #138 from wagtail/133-favicon
Add favicon and remove unused images from static img folder
2017-04-02 23:29:54 -07:00
Scot Hacker 33038553a2 Misc documentation tweaks 2017-04-02 23:13:10 -07:00
Edd Baldry d7a2f94e87 Amend readme to improve flow of the document 2017-04-02 22:33:32 +01:00
Edd Baldry 8f9783ab2b Add favicon and remove unused images from static img folder 2017-04-02 17:09:09 +01:00
Edd Baldry 7a37542323 Add linebreak at end of procfile 2017-04-02 16:16:21 +01:00
Edd Baldry 58852c4f70 Separate declarations for homepage featured-child list items to remove styling regression 2017-04-02 16:12:50 +01:00
Edd Baldry 9740909755 Amend procfile to have images on initial Heroku deployment Closes #134 2017-04-02 16:07:55 +01:00
Edd Baldry 14b3ad27d2 Merge pull request #131 from wagtail/10_prep_for_distro
Prep for distro
2017-04-01 18:46:09 +01:00
Scot Hacker f5a86c29a9 Data loader removes auto-generated Site and Page 2017-04-01 10:30:59 -07:00
Scot Hacker edc224e14b Readme tweaks 2017-04-01 10:11:42 -07:00