Commit graph

174 commits

Author SHA1 Message Date
Alexandre Silva
2b9fcc4fe2 Updated version in setup.py 2017-05-08 16:54:06 +01:00
Alexandre Silva
c7f9369155 Updated docs for v0.6.0rc2 2017-05-08 16:52:52 +01:00
Alexandre Silva
024a407cf3 Added RichTextFieldPanel to the default simple panel classes 2017-05-08 15:08:26 +01:00
Alexandre Silva
fe77adfd42 Merge pull request #117 from dwasyl/fix-extra-tabs-children
Remove extraneous .children reference
2017-05-08 12:19:36 +01:00
David
ce969d8581 Remove extraneous children 2017-04-27 23:21:16 -06:00
Alexandre Silva
e830a104b2 Merge pull request #113 from albertoconnor/patch-1
Update docs
2017-04-19 11:12:33 +01:00
albertoconnor
45bd7e2cbd Update docs
Based on 0.6.0rc1
2017-04-18 16:36:36 -04:00
Alexandre Silva
f2a9b647d9 Added setting to define custom simple and composed panels to be patched. 2017-03-10 16:43:19 +00:00
Alexandre Silva
8a8ce5051c Added code from PR #80. 2017-03-08 15:01:05 +00:00
Alexandre Silva
240933c531 Auto-population for slug is made using the same behaviour as wagtail (only auto-populated in non-live pages and slug only follows the title field if its value matched the title's value at the time of focus). Fixes #54. 2017-03-08 12:45:25 +00:00
Alexandre Silva
bb6b266fcf Added custom handler for page links in RichTextField. 2017-03-08 11:39:25 +00:00
Alexandre Silva
f21bf5a3ad Fixed version number for pypi. 2017-03-07 14:35:57 +00:00
Alexandre Silva
cb217cd18e Fixed docs. 2017-03-07 14:20:05 +00:00
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