wagtail/wagtail
Serafeim Papastefanos 24b0712fc1 Use unidecode to improve image filenames (fix#136)
Image filenames containing non ascii characters would be translated to a
series of underscores (____.png). To fix this, we use the unidecoe library
(which we also add to the required packages for Wagtail) which translates
each unicode character to an ascii equivalent.

For more info on how unidecode works please check @Evgeny's answer at this
question:

http://stackoverflow.com/questions/702337/how-to-make-django-slugify-work-properly-with-unicode-strings
2014-03-10 17:17:57 +02:00
..
tests Add page permission tests (and fix the ever-so-subtle bug in preventing moves into a descendant page) 2014-03-04 15:47:16 +00:00
vendor/django-treebeard Merge commit '4cce28b1f58bee3a2e698ef110fd855571704667' as 'wagtail/vendor/django-treebeard' 2014-02-06 14:27:23 +00:00
wagtailadmin Add new translations 2014-03-10 12:33:09 +02:00
wagtailcore Add new translations 2014-03-10 12:33:09 +02:00
wagtaildocs replaced coffeescript js with compiled, vanilla js 2014-03-04 16:45:13 +00:00
wagtailembeds Add new translations 2014-03-10 12:33:09 +02:00
wagtailimages Use unidecode to improve image filenames (fix#136) 2014-03-10 17:17:57 +02:00
wagtailredirects Added some redirects view tests 2014-03-02 17:53:47 +00:00
wagtailsearch Refactor wagtailsearch tests so that WAGTAILSEARCH_BACKENDS in runtests.py is the definitive list of which backends should be tested 2014-03-03 12:33:14 +00:00
wagtailsnippets Add new translations 2014-03-10 12:33:09 +02:00
wagtailusers Added tests for wagtailusers 2014-03-02 21:05:06 +00:00
__init__.py Add an initially empty django-wagtail package 2014-01-22 12:27:23 +00:00