Wykres commitów

617 Commity (i18n-poc)

Autor SHA1 Wiadomość Data
Karl Hobley db8edae280 Update a comment 2019-03-25 18:09:36 +00:00
Karl Hobley aba2927611 Update bakerydemo migrations 2019-03-25 18:07:08 +00:00
Karl Hobley 7a1a480990 Add method for bootstrapping with data migrations 2019-03-25 18:06:42 +00:00
Karl Hobley 8635b776e3 Create initial language/region using migration 2019-03-25 17:42:55 +00:00
Karl Hobley ec697e6940 Add new languages to default region automatically 2019-03-25 17:41:45 +00:00
Karl Hobley 4ec0bd5552 Admin interface for regions 2019-03-25 17:41:45 +00:00
Karl Hobley 6013a41164 Add Region model 2019-03-25 17:41:45 +00:00
Karl Hobley 295f9aa524 Fix a couple of mistakes 2019-03-25 14:36:58 +00:00
Karl Hobley 0c414ec852 Add ability to copy parents with copy_for_translation 2019-03-19 18:43:06 +00:00
Karl Hobley 2197218664 Change Page.translation_key on regular copies
Same for child objects. Also, update language field on child objects
when copying for translation.
2019-03-19 18:40:24 +00:00
Karl Hobley b1824cd64d Added has_translation method 2019-03-19 18:38:15 +00:00
Karl Hobley 012fd87bda Split out TranslatablePageMixin from TranslatableMixin 2019-03-19 18:36:41 +00:00
Karl Hobley e7dadc0e6f Make default() and get_active() return Language objects 2019-03-19 18:29:44 +00:00
Karl Hobley e611bfe425 Temporarily disable redirects
Tied in to Wagtail sites
2019-03-17 19:21:23 +00:00
Karl Hobley 837e2e7ab5 Remove default sites interface 2019-03-17 19:15:51 +00:00
Karl Hobley 80bcbfa5bc Custom site model 2019-03-17 19:13:51 +00:00
Karl Hobley 3a788eada3 Use route() method to add custom routing logic 2019-03-14 19:28:23 +00:00
Karl Hobley d303be9ade Set up routing 2019-03-14 18:41:16 +00:00
Karl Hobley 216ad0ddf2 Fixes to copy_for_translation 2019-03-14 18:28:35 +00:00
Karl Hobley f7e5bc3861 Initial integration with bakerydemo 2019-03-14 18:04:16 +00:00
Karl Hobley 9291ece40d Initial models 2019-03-14 18:04:01 +00: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