Commit graph

391 commits

Author SHA1 Message Date
Diogo Marques
40b2b01648 Bumped version 0.10.5 2019-09-09 15:20:50 +01:00
Diogo Marques
a170f7a213 Hotfix: include templates in instalation 2019-09-09 15:16:14 +01:00
Diogo Marques
4456f6f902 Bumped version 0.10.4 2019-09-09 14:42:06 +01:00
Diogo Marques
80def8ecde
Merge pull request #253 from floese/master
fixed import statement to match wagtails reorganised wagtail.admin.fo…
2019-09-09 14:21:55 +01:00
Floroni
29404348cb fixed import statement to match wagtails reorganised wagtail.admin.forms module 2019-09-09 11:40:44 +02:00
Miguel Silva
1495f7278a Added the templates directory to the installation 2019-09-09 10:19:27 +01:00
Miguel Silva
6fb4725f65 Merge remote-tracking branch 'upstream/master' 2019-09-06 15:39:38 +01:00
Miguel Silva
3191abde46 Merge branch 'ghost-pull_request-fix_page_copy' 2019-09-06 15:32:35 +01:00
Miguel Silva
86c4711e48 Raise ValidationError if save has errors 2019-09-06 15:15:41 +01:00
Miguel Silva
6cbd98ee54 Fixed imports 2019-09-06 14:19:57 +01:00
Erwhann-Rouge Guilhem MAS-PAITRAULT
3034d5807c Corrected template rendering "can publish" field twice 2019-09-06 12:43:40 +01:00
Erwhann-Rouge Guilhem MAS-PAITRAULT
07e0e98b47 Use SlugField and old slug to fill new page slugs 2019-09-06 12:43:40 +01:00
Erwhann-Rouge Guilhem MAS-PAITRAULT
88e5895c5b Removed hardcoded language codes, replaced by settings.LANGUAGES 2019-09-06 12:43:40 +01:00
Erwhann-Rouge Guilhem MAS-PAITRAULT
55fff643d3 Patched copy view from wagtail in before_page_copy hook 2019-09-06 12:43:40 +01:00
Erwhann-Rouge Guilhem MAS-PAITRAULT
d630f9c988 Created new form to override Wagtail's CopyForm 2019-09-06 12:42:24 +01:00
Erwhann-Rouge Guilhem MAS-PAITRAULT
fe0cd4c0b6 Template now load titles and slugs fields in all languages 2019-09-06 12:42:24 +01:00
Erwhann-Rouge Guilhem MAS-PAITRAULT
8a1a9eb94b Added copy form template to override the Wagtail one 2019-09-06 12:42:24 +01:00
Erwhann-Rouge Guilhem MAS-PAITRAULT
425438acd1 Added primitive hook to before_page_copy 2019-09-06 12:42:24 +01:00
Diogo Marques
34e67bd0ed
Merge pull request #251 from Hopiu/master
Updated travis-ci configuration
2019-09-05 14:48:50 +01:00
Benedikt Willi
da68dd1e40 Updated travis-ci configuration 2019-09-05 14:54:47 +02:00
Miguel Silva
eb5eee8092
Merge pull request #248 from onkruid/static-tag
Replace direct use of STATIC_URL with static templatetag
2019-07-23 15:59:15 +01:00
Thomas Lagae
5ec163b020 Replace direct use of STATIC_URL with static templatetag 2019-07-20 17:53:39 +02:00
Alexandre Silva
75facc5f22 Bump version: 0.10.1 → 0.10.2 2019-06-06 17:22:18 +01:00
Alexandre Silva
f9afc8dd17 Adds dependencies for release process 2019-06-06 17:18:27 +01:00
Diogo Marques
f52993d73c
Merge pull request #239 from lucasmoeskops/fix-edit-handler-iterator
Fix invalid iterator
2019-06-06 16:29:31 +01:00
Diogo Marques
58fdc7148b
Merge pull request #246 from msilvapor/master
Allows patching admin interface for all models registered for translation
2019-06-06 16:23:29 +01:00
Miguel Silva
f1b04f9202 Hotfix: fixes psycopg2 binary installation 2019-06-06 16:14:48 +01:00
Miguel Silva
30a6ada4de Fixes psycopg2 bug 2019-06-06 16:06:43 +01:00
Miguel Silva
bbe19792c9 Allows patching admin interface for all models registered for translation 2019-06-06 15:59:25 +01:00
Miguel Silva
640d5202c9 Linter fix 2019-06-06 15:58:12 +01:00
Diogo Marques
5ef04f30f2 Fixes #242
Set a default url_path for old instances
2019-05-09 11:41:34 +01:00
Lucas Moeskops
b883f051f3 Fix invalid iterator 2019-04-01 15:46:37 +02:00
Diogo Marques
8deb0424f1 Updated docs;
bump bersion 0.10.1
2019-03-21 17:10:58 +00:00
Diogo Marques
7d9b42f542
Merge pull request #235 from Pomax/patch-1
Fixes #234
2019-03-21 12:04:09 +00:00
Diogo Marques
4f0b07789c Fixes error on apps.py: TypeError: can only concatenate list (not "tuple") to list 2019-03-21 10:47:32 +00:00
Pomax
372a2f31df
Update apps.py 2019-03-19 11:36:42 -07:00
Pomax
304554f405 Update apps.py
From https://github.com/infoportugal/wagtail-modeltranslation/issues/234#issuecomment-474096604, the timing between django-modeltranslation and wagtail-modeltranslation leads to wmt updating the settings variable for dmt too late (namely, after dmt already read it out). This PR ensures that the `CUSTOM_FIELDS` value is set directly on dmt's settings. This fixes the (original) issue reported in https://github.com/infoportugal/wagtail-modeltranslation/issues/234
2019-03-19 11:18:48 -07:00
Diogo Marques
d0034364d2
Merge pull request #229 from infoportugal/populate_slug_not_translated
Populate slug not translated
2019-03-12 17:18:36 +00:00
Diogo Marques
89d285555e .gitignore updated 2019-02-05 11:00:01 +00:00
Diogo Marques
1db9f3947c Auto populate slug when not translated 2019-02-05 10:59:51 +00:00
Diogo Marques
1193528e75 Merge branch 'django2' 2019-02-01 17:00:32 +00:00
Diogo Marques
466d88fdf2 Version 0.10b1 2019-02-01 16:59:31 +00:00
Diogo Marques
2b09b06eb3
Merge pull request #223 from Sempiternal02/patch-1
Update translation.py
2019-02-01 16:17:05 +00:00
Diogo Marques
b0a4e61d4a
Merge pull request #227 from tomazursic/fix-doc-setup
Add migrate module to INSTALLED_APPS setting list
2019-02-01 15:14:46 +00:00
Diogo Marques
3f9ac92bc8
Merge pull request #228 from infoportugal/django2
Django2
2019-02-01 15:14:19 +00:00
Diogo Marques
24df39a0d8 Hotfix: django 2.1 only supports postgres 9.4+, so we need to override
version 9.2 of travis
2019-02-01 14:53:56 +00:00
Diogo Marques
2c10234f80 Hotfix: travis does not have python 3.7 2019-02-01 14:38:06 +00:00
Diogo Marques
3d84c4a78f Hotfix: missing import 2019-02-01 14:36:48 +00:00
Diogo Marques
1cb2a41a08 Hotfix: missing import 2019-02-01 14:28:41 +00:00
Diogo Marques
8b8f64a7cc
Merge branch 'master' into django2 2019-02-01 14:22:48 +00:00