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
Diogo Marques
293d518f8a
v0.10b1, wagtail support 1.12+
2019-02-01 14:15:14 +00:00
Tomaz
46059f791b
Add migrate module to INSTALLED_APPS setting list
2019-02-01 09:48:22 +01:00
Alexandre Silva
d9a8c2c06d
Merge pull request #224 from OndrejSodek/patch-2
...
Fix diacritics downcoding in slugs
2018-12-13 17:21:48 +00:00
Ondřej Šodek
4614b5faa4
Fix diacritics downcoding in slugs
...
This change correctly downcodes diacritics to ASCII if user has WAGTAIL_ALLOW_UNICODE_SLUGS = False (e.g. abčďéfg -> abcdefg)
Without this change, the slug simply strips all diacritics which is not ideal (e.g. abčďěfg -> abfg)
2018-12-12 19:09:56 +01:00
Sempiternal02
dcf2651ee7
Update translation.py
2018-10-16 23:42:50 +03:00
Diogo Marques
e7adf51d2a
Merge pull request #214 from infoportugal/210_hide_old_fields
...
Hide old fields for snippets without panels defenition
2018-08-21 17:18:49 +01:00
Diogo Marques
060491a75e
Merge pull request #215 from infoportugal/213_slug_translation_optional
...
Adds setting to translate slugs (default True)
2018-08-21 17:17:48 +01:00
DiogoMarques
7658d2e8d8
Merge branch 'master' into 213_slug_translation_optional
2018-08-21 15:33:07 +01:00
Diogo Marques
cd8a9ad5f0
Merge pull request #220 from infoportugal/python_accepted_version_cleanup
...
Droped python version 3.3 and added 3.6
2018-08-21 15:31:39 +01:00
DiogoMarques
54a2729283
Droped python version 3.3 and added 3.6
2018-08-21 15:08:23 +01:00
DiogoMarques
f7d748b7ee
Moving translatable Page fields definition to the class
2018-08-21 14:20:10 +01:00
Diogo Marques
d5ecd24d70
Merge pull request #217 from infoportugal/document-migrations
...
Update README.rst
2018-06-26 12:55:55 +01:00
nulopes
e84cdc6acb
Update README.rst
...
Fixes #193
2018-06-26 11:46:46 +00:00
DiogoMarques
531a7494c2
Adds setting to translate slugs (default True)
2018-06-21 12:10:17 +01:00
DiogoMarques
7929589e7a
Hotfix: import for wagtail >= 2.0
2018-06-14 11:27:06 +01:00
DiogoMarques
49246457cb
Hide old fields for snippets without panels defenition
2018-06-14 11:20:12 +01:00
Dario Marcelino
11cbedfe13
#191 , drop support for Wagtail < 1.8
...
And inherently Django < 1.8
2018-04-24 16:52:15 +01:00
Dario Marcelino
7d69a7135d
#191 , Django 2 compatibility
2018-04-24 16:42:07 +01:00
Dario Marcelino
adeb645a69
#191 , update django-modeltranslation to 0.13b1 and update version to 0.10b1
2018-04-24 15:40:17 +01:00
DiogoMarques
0be5939cdc
Bump version: 0.8.1 → 0.9.0
2018-04-24 11:39:45 +01:00
Diogo Marques
f795622109
Merge pull request #200 from kakulukia/master
...
added Makefile for easy releases
2018-04-24 11:36:12 +01:00
Diogo Marques
77a86fb894
Merge pull request #201 from akmiller01/master
...
Patch wagtail hooks to account for unpredictable dict internal table
2018-04-17 16:20:46 +01:00
Alex Miller
50d78a1826
Patch wagtail hooks to account for unpredictable dict internal table
2018-04-16 15:10:57 -04:00
Andy Grabow
e40c776da3
new option to skip the version bump
2018-04-16 13:37:26 +02:00
Andy Grabow
5d42d99430
not needed either
2018-04-13 23:51:49 +02:00
Andy Grabow
eac95ec38a
the import is not needed - bad PyCharm!
2018-04-13 23:50:45 +02:00
Andy Grabow
be57e57077
added Makefile for easy releases
...
Bump version: 0.8.1 → 0.8.2
Bump version: 0.8.2 → 0.8.3
included version in package
DRY version from package
revert the version to the current value
remove the breakpoint
change version in the new location
typo
activate compilation and uploading
2018-04-13 12:16:01 +02:00
Diogo Marques
a91a158612
Merge pull request #199 from kakulukia/master
...
lets be pep compliant
2018-04-10 10:05:14 +01:00
kakulukia
7613c7bd0f
lets be pep compliant
...
https://www.python.org/dev/peps/pep-0508/
otherwise pipenv cant install this package correctly
2018-04-09 16:20:36 +02:00
Diogo Marques
3f1882bad0
Merge pull request #197 from dmarcelino/root_page_slug
...
_get_site_root_paths: clear cache when changing languages
2018-04-09 11:42:25 +01:00
Dario Marcelino
a92cf200a3
#195 : cache each language's site root paths individually
...
instead of evicting the cache when language changes.
Patch `Page._get_site_root_paths()` and `Page.get_url_parts()` on Wagtail<1.11
Update `test_root_page_slug` to cover more scenarios
2018-04-03 09:04:02 +01:00
Dario Marcelino
2621e6e407
#195 : replace _new_get_site_root_paths with decorator
...
While not as robust, this allows greater flexibility as we can re-use the decorator to decorate Model.get_url_parts() on wagtail<1.11
2018-04-02 19:24:54 +01:00
Dario Marcelino
c63eee4506
#195 : if cached site_root_paths has different language clear cache and refetch them
2018-04-02 18:32:36 +01:00
Dario Marcelino
5648c0b164
#195 : failing test for translated root_page.slug
2018-04-02 17:15:15 +01:00
Dario Marcelino
c78cac792b
#195 , PageFactory.create_page_tree: add a top root node to mimic Wagtail's behaviour
2018-04-02 17:13:06 +01:00
Dario Marcelino
16e08c30fc
chore(gitignore): PyCharm
2018-04-02 16:41:36 +01:00
Diogo Marques
a61136e028
Merge pull request #188 from dmarcelino/wt2_dj111
...
Force django<2 while allowing Wagtail 2
2018-03-27 12:16:48 +01:00
Dario Marcelino
52e0c5aba5
Setup.py: force django<2 while allowing Wagtail 2
2018-03-21 03:29:19 +00:00
Tiago Costa
7591c015c9
Updated package information
2018-03-15 10:45:41 +00:00