Commit graph

128 commits

Author SHA1 Message Date
Benjamin Bach
87e2201b64 Fix travis config and add tox
(cherry picked from commit 3126b4e146)
2016-09-22 13:52:14 +02:00
Benjamin Bach
13b561aad3 Fix tests
(cherry picked from commit 10bb675d4d)
2016-09-22 13:52:13 +02:00
Dennis Pratter
b84b2cd6b3 Use POST requests to copy StreamFields, Fixes #74 2016-07-04 16:30:45 +02:00
Dennis Pratter
4309b1071b Print error response in requestCopyField() js function 2016-07-04 16:05:10 +02:00
Rui Martins
82d05f59f6 Added first version of travis.yml file 2016-06-13 11:36:18 +01:00
Alexandre Silva
63bda25e11 Preparing version 0.5.0 alpha. 2016-04-05 12:03:13 +01:00
Alexandre Silva
64d78b2995 The patching of Page and Snippet models is now done on autodiscover after all models being registered - ref #69
Patching of the search_fields to allow the indexation of translated fields on elasticsearch - closes #66
2016-03-15 17:00:24 +00:00
Alexandre Silva
9baf8427d8 Fixed incompatibilities with Wagtail 1.4rc1 (thanks @hmartiniano) and updated the tests to support the new version - ref #67. 2016-03-15 10:04:06 +00:00
Alexandre Silva
deaa90b6e5 Patched the clean method of the Page model to ensure that there are no duplicated slugs - closes #37. 2016-03-14 16:15:14 +00:00
Alexandre Silva
57ecc10b70 The patching of the wagtail models is now made during the init of the said models so there is no need to inherit from TranslationMixin and SnippetsMixin - ref #69
The panels of the related models within an inline panel are now being patched - ref #70
Included unit tests for both issues.
2016-03-14 15:50:39 +00:00
Alexandre Silva
75eee9a0d7 Added test to evaluate the Page subclasses field creation. Changed the a way a subclass Page is detected (translator.py). 2016-02-29 09:52:26 +00:00
Alexandre Silva
95b860f3a4 Tests for the Page model (failing). 2016-02-26 10:37:22 +00:00
Alexandre Silva
0e5b658e3e Pep8 modification in the tests files. 2016-02-25 10:58:13 +00:00
Alexandre Silva
7d376b6172 Adapted the django-modeltranslation tests to wagtail-modeltranslation. 2016-02-25 10:49:43 +00:00
Rui Martins
e59aa99f4b Preparing version 0.4.4 2016-01-07 15:04:19 +00:00
Diogo Marques
eef660747e Merge pull request #51 from DiogoMarques29/master
Preparing v0.4.3
2016-01-05 10:54:11 +00:00
DiogoMarques
8b67c6af36 Preparing v0.4.3 2016-01-05 10:53:20 +00:00
Diogo Marques
341e928980 Merge pull request #50 from DiogoMarques29/patch-1
Update models.py
2016-01-05 10:48:36 +00:00
Diogo Marques
97762e3a1f Update models.py
Fixed bug when editing a page and parent url path of some language is None.
2016-01-05 10:46:07 +00:00
Rui Martins
ce6a948d9c Preparing version v0.4.2 2015-12-23 12:21:09 +00:00
Rui Martins
92cf10aa68 Merge branch 'master' of https://github.com/EduardoNogueira/wagtail-modeltranslation into EduardoNogueira-master
# Conflicts:
#	CHANGELOG.txt
2015-12-23 12:19:42 +00:00
Eduardo Nogueira
682ff49b84 Fixes #39
Fixed issue copying stream field's content.
2015-12-23 12:12:37 +00:00
Rui Martins
5db855e3c0 Fixed issue related to displaying wrong panels on model creation 2015-12-22 18:12:34 +00:00
Rui Martins
851e10609d Fixed issue related to set_url_path override on parent page; preparing version 0.4 2015-12-22 16:36:49 +00:00
Rui Martins
f0728b1aad preparing version 0.3.6 2015-12-22 14:26:04 +00:00
Rui Martins
3125af2cc2 Merge pull request #47 from DiogoMarques29/master
Fix move page, fix data migrations and add support for django 1.9 (#44)
2015-12-22 15:24:33 +01:00
DiogoMarques
2a3fbcb7fd Fix move page, fix data migrations and add support for django 1.9 2015-12-22 13:04:32 +00:00
Rui Martins
af9429edd3 Merge pull request #46 from agelinas/master
update documentation
2015-12-21 18:03:37 +01:00
Alain Gelinas
7e1d12629f Update Usage.rst 2015-12-21 11:30:13 -05:00
Alain Gelinas
7419d9e79b Update Registering Models.rst 2015-12-21 11:27:06 -05:00
Alain Gelinas
15493e9024 Update CHANGELOG.rst 2015-12-21 11:15:46 -05:00
Alain Gelinas
059efb282d Update Installation.rst 2015-12-21 11:12:07 -05:00
Alain Gelinas
f473deeabf Update README.rst 2015-12-21 11:07:07 -05:00
Rui Martins
e5fa170f35 Preparing version 0.3.5 2015-12-21 15:14:25 +00:00
Rui Martins
3d00260e18 Merge pull request #43 from tuerlefl/master
#36 Fixed URL property return None
2015-12-21 16:00:51 +01:00
floriantuerler
723be204d4 Error "unsupported operand type(s) for %: 'function' and 'tuple'" .. when adding streamfieldpanel 2015-12-16 21:37:12 +01:00
floriantuerler
31ed4efce2 ISSUE URL property return None #36 2015-12-03 21:01:53 +01:00
Rui Martins
1c00c9b842 new version 0.3.4 2015-12-03 14:42:28 +00:00
Rui Martins
20f70ba4e1 Merge pull request #42 from DiogoMarques29/master
Fixed update_translation_fields: added support to foreign keys
2015-12-03 15:40:08 +01:00
DiogoMarques
2708b8d1cc Fixed update_translation_fields: added support to foreign keys 2015-12-03 14:36:14 +00:00
Rui Martins
940b516b34 Merge pull request #38 from tiagofmc/feature/#34
#34 Added ImageChooserPanel compability
2015-11-27 18:19:16 +01:00
Rui Martins
053f79a46c Merge pull request #41 from timtan/master
use build_localized_fieldname insetead using "%s_%s" only
2015-11-27 18:18:33 +01:00
tim
d137509d7a use build_localized_fieldname insetead using "%s_%s" only 2015-11-16 19:10:45 +08:00
Tiago Costa
c47a28dbfd #34 Added ImageChooserPanels translated to MultiFieldPanel 2015-11-10 12:49:58 +00:00
Tiago Costa
ac64c8beda #34 Added ImageChooserPanel compability 2015-11-10 12:16:09 +00:00
Rui Martins
9b03f80bcf Merge branches 'master' and 'master' of https://github.com/infoportugal/wagtail-modeltranslation
* 'master' of https://github.com/infoportugal/wagtail-modeltranslation:
  Update README.rst
  Update README.rst

* 'master' of https://github.com/infoportugal/wagtail-modeltranslation:
  Update README.rst
  Update README.rst
2015-10-30 15:47:51 +00:00
Rui Martins
c347fdb50c Fixed route() method issue causing invalid field lookup;
Preparing v0.3.2
2015-10-30 15:47:28 +00:00
Rui Martins
ab19b4a84a Update README.rst 2015-10-30 12:13:49 +00:00
Rui Martins
360d1c84a2 Update README.rst 2015-10-30 12:08:33 +00:00
Rui Martins
bd00d9e004 prepre v0.3.1 2015-10-30 12:05:43 +00:00