Alexandre Silva
|
e8f969a87e
|
Merge branch 'master' into release/v0.6
|
2017-03-07 12:15:43 +00:00 |
|
Alexandre Silva
|
86bf5639e7
|
Updated documentation.
|
2017-03-07 11:48:28 +00:00 |
|
Alexandre Silva
|
c79a2be57c
|
Added package info.
|
2017-03-06 17:27:39 +00:00 |
|
Alexandre Silva
|
f331ac3643
|
Fixed related model field for inline panel patching in Django 1.8.
|
2017-03-06 14:56:24 +00:00 |
|
Alexandre Silva
|
abdaee8f7c
|
Fixed tox and travis for python 3.3 as the latest Django supported is 1.8.
|
2017-03-06 14:39:43 +00:00 |
|
Alexandre Silva
|
68a8dcd862
|
Compatibility with Python 3.
|
2017-03-06 14:16:20 +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 |
|
Alexandre Silva
|
87f303c35f
|
Another fix in travis.
|
2017-03-06 11:42:32 +00:00 |
|
Alexandre Silva
|
cd831e5886
|
Forced upgrade on pip in travis as the version available is old and causes problems.
|
2017-03-06 11:39:23 +00:00 |
|
Alexandre Silva
|
556d284460
|
Fixed travis.yml.
Lowered minimum Wagtail version to 1.4 as there seems to be no incompatibilities.
|
2017-03-06 11:35:11 +00:00 |
|
Alexandre Silva
|
31cc990aec
|
Changed travis.yml as tests need to run with multiple python versions.
|
2017-03-06 11:17:23 +00:00 |
|
Alexandre Silva
|
dff4720ef6
|
Added again tox and travis integration.
|
2017-03-06 11:00:02 +00:00 |
|
Alexandre Silva
|
f3396fbb5e
|
Fixed duplicate slug validation.
|
2017-03-06 09:49:48 +00:00 |
|
Alexandre Silva
|
c216ffdc7b
|
Fixed patched set_url_method to update the url_path for the page children.
|
2017-03-03 16:33:26 +00:00 |
|
Alexandre Silva
|
32d902b049
|
Code cleanup.
|
2017-03-03 11:10:27 +00:00 |
|
Alexandre Silva
|
b28e8d4781
|
Patching of panels when the model has a custom edit_handler.
|
2017-03-03 10:08:43 +00:00 |
|
Alexandre Silva
|
498e0d33f6
|
Simplified process to make a translated field required.
Removed unnecessary logic from __init__ in WagtailTranslationOptions.
|
2017-03-01 11:51:21 +00:00 |
|
Alexandre Silva
|
b21ebb0cf1
|
Added unit testing without the testcases of django-modeltranslation.
|
2017-02-23 15:58:51 +00:00 |
|
Alexandre Silva
|
564469266b
|
Fixed the search_fields patching for the new implementation.
Renamed PageTranslationOptions to WagtailTranslationOptions.
|
2017-02-23 15:55:26 +00:00 |
|
Alexandre Silva
|
f43d8a4bad
|
Refactoring of the panel patching functions.
|
2017-02-23 11:49:34 +00:00 |
|
Alexandre Silva
|
a65b559fe2
|
Removed fallback to older wagtail versions.
|
2017-02-21 15:16:10 +00:00 |
|
Alexandre Silva
|
07e87de952
|
Added packages and package_data to setup.py.
|
2017-02-21 14:54:15 +00:00 |
|
Alexandre Silva
|
08382f82b6
|
Refactored all existing code to use modeltranslation as a dependency.
|
2017-02-21 12:53:40 +00:00 |
|
Alexandre Silva
|
f8a49c493b
|
Changed original setup.py to add django-modeltranslation as a dependency. Automatic installation of project dependencies (wagtail and django-modeltranslation).
|
2017-02-20 14:24:29 +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 |
|
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 |
|