Alexandre Silva
|
1f2b31fa11
|
Merge branch 'release/v0.5'
|
2017-03-07 12:05:32 +00:00 |
|
Alexandre Silva
|
80e5feae4c
|
Merge pull request #77 from sopelj/master
[FIX] Compatibility Fixes for Python3
|
2017-03-06 11:58:09 +00:00 |
|
Diogo Marques
|
67060d1c45
|
Update README.rst
|
2017-02-08 17:01:46 +00:00 |
|
Ashley Camba
|
79ca8fdf00
|
Merge pull request #80 from dpratter/master
Copy content of streamfield fails with 414 Request-URI Too Long
|
2016-11-17 17:41:39 +01:00 |
|
Ashley Camba
|
d5b492d74e
|
Merge pull request #88 from benjaoming/slug-validation-fix
Do not check translated slugs on non-translated models + add Tox+Travis support
|
2016-11-17 17:41:12 +01:00 |
|
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 |
|
Benjamin Bach
|
3126b4e146
|
Fix travis config and add tox
|
2016-09-21 23:16:16 +02:00 |
|
Benjamin Bach
|
10bb675d4d
|
Fix tests
|
2016-09-21 22:17:26 +02:00 |
|
Benjamin Bach
|
6b0b24463d
|
Do not check translated slugs on non-translated models
|
2016-09-21 21:43:30 +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 |
|
Alexandre Silva
|
0685e9da9f
|
Preparing version v0.5.0 alpha 1.
|
2016-06-15 11:50:33 +01:00 |
|
Alexandre Silva
|
fa3fa07922
|
Added panel patching for settings subclasses.
|
2016-06-15 11:47:42 +01:00 |
|
Rui Martins
|
82d05f59f6
|
Added first version of travis.yml file
|
2016-06-13 11:36:18 +01:00 |
|
Jesse Sopel
|
bdacd60188
|
[FIX] Fixed more usages of iteritems
|
2016-05-05 13:50:05 -04:00 |
|
Jesse Sopel
|
d8b3a1d7cf
|
[FIX] Import reduce from functools for > Python 3.2
|
2016-05-03 10:27:28 -04:00 |
|
Jesse Sopel
|
df5e59be34
|
[FIX] Compatibility Fixes for Python3
|
2016-05-03 10:07:45 -04: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 |
|