Wykres commitów

59 Commity (i18n-poc)

Autor SHA1 Wiadomość Data
Karl Hobley 411cfae687 Security settings 2020-07-04 11:10:14 +01:00
Karl Hobley 8c5416d8df Move Wagtail Localize above wagtail imports 2020-07-03 11:40:02 +01:00
Karl Hobley 6d77f9a084 Update base settings 2020-07-02 18:53:09 +01:00
Karl Hobley 0e0dcece00 Try boto3 2020-07-02 13:25:35 +01:00
Karl Hobley cd85e07858 Don't try and create buckets 2020-07-02 13:05:51 +01:00
Karl Hobley d08df43f47 Set AWS_DEFAULT_ACL 2020-07-02 12:59:54 +01:00
Karl Hobley c05fce3d00 Update settings 2020-06-30 12:44:13 +01:00
Karl Hobley 766fdf3db6 Install Sentry SDK 2020-06-29 21:30:03 +01:00
Karl Hobley 0e9f8a8eac Workflow Concept WIP 2020-06-29 21:10:44 +01:00
Karl Hobley f216f6fc94 Update for latest wagtail-localize 2020-06-25 18:44:02 +01:00
Tom Dyson f1d00d3922 fixes for latest version of wagtail-localize 2020-05-18 16:57:16 +01:00
Karl Hobley 82fb166d18 Update to wagtail-localize 0.4 2020-01-22 15:25:31 +00:00
Karl Hobley 38127cf2ff Initial translations (from Google Translator Toolkit) 2019-11-19 15:51:39 +00:00
Karl Hobley 5450004c84 Demo improvements 2019-11-13 15:25:37 +00:00
Karl Hobley 69af9cabeb Switch back to wagtail's builtin sites module 2019-09-30 09:30:56 +01:00
Karl Hobley e9bb454fb8 Update Wagtail localize 2019-07-25 12:19:07 +01:00
Karl Hobley 4429262f21 Switch to wagtail-localize 2019-07-23 17:24:12 +01:00
Karl Hobley 33c38997be Rename segmentizer to translation memory 2019-03-27 14:12:47 +00:00
Karl Hobley 7f6952987a Segmentizer module 2019-03-27 12:04:44 +00:00
Karl Hobley 60909d5521 Add workflow module to bakerydemo 2019-03-27 11:45:01 +00:00
Karl Hobley 4390f16ba4 Limit language choices to English and French 2019-03-25 21:47:25 +00:00
Karl Hobley 4ec0bd5552 Admin interface for regions 2019-03-25 17:41:45 +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 d303be9ade Set up routing 2019-03-14 18:41:16 +00:00
Karl Hobley f7e5bc3861 Initial integration with bakerydemo 2019-03-14 18:04:16 +00: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
J Rob Gant 51db5176b0 Standardize PROJECT_DIR and BASE_DIR with Django defaults. 2018-05-22 20:01:10 +01:00
Matt Westcott 9729468676 Use new Wagtail 2.0 module paths 2018-03-01 12:10:25 +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
Matt Westcott 4079bff981 Remove API v1
This is being removed in Wagtail 2.0.
2017-10-31 14:50:05 +00:00
Tobias McNulty 1f94861634 add support for CACHE_URL 2017-10-04 18:03:14 -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 f113974ade add (optional) support for Elasticsearch 2017-09-01 19:01:06 -04:00
Scot Hacker 4a666b44c9 Move Google Maps API key into settings
Resolves #101
2017-03-14 23:54:42 -07:00
David Ray fdc597aa18 Fixes #37, place sqlite file in PROJECT_ROOT 2017-02-23 04:37:19 -05:00
Tobias McNulty 6652c42d09 Add Dockerfile, docker-compose.yml, S3 uploaded media settings (configurable via the environment), Docker instructions, and a .travis.yml to build/test the Docker image. 2017-02-19 11:46:34 -05:00
David Ray 9d193368b7 resolve merge from master 2017-02-15 07:44:53 -05:00
David Ray 940ef04cb7 remove specific ALLOWED_HOSTS domain 2017-02-12 02:08:02 -05:00
David Ray 42d466ea89 Work on #17, move more toward common django/wagtail conventions WRT settings file; fix Vagrant issues, adjust readme accordingly 2017-02-11 19:42:48 -05:00
David Ray 4a73f34bce tweak settings/wsgi to use whitenoise for heroku 2017-02-10 11:03:13 -05:00
David Ray 0204545966 tweak db settings for heroku 2017-02-10 11:01:46 -05:00
David Ray 9fa96f61c2 tweak for heroku 2017-02-10 10:57:18 -05:00
David Ray 2d45e8add8 merging conflicting migrations, adding heroku bits 2017-02-10 10:51:50 -05:00
Arnar Tumi Þorsteinsson dba8b86421 Merge branch 'master' of github.com:wagtail/bakerydemo 2017-02-10 14:19:40 +00:00
Arnar Tumi Þorsteinsson 87766bffb8 api 2017-02-10 14:19:28 +00:00
David Ray 0c68d4320d readding as this is used in settings/__init__.py for local dev and Vagrant 2017-02-10 08:56:53 -05:00
David Ray c351ebbff7 Removing unused settings files 2017-02-10 08:31:59 -05:00