summaryrefslogtreecommitdiffstats
path: root/askbot/utils/slug.py
Commit message (Expand)AuthorAgeFilesLines
* tweak slugify code to avoid double-unidecodeRobert Martin2013-05-241-2/+5
* updated documentation for the ALLOW_UNICODE_SLUGS settingEvgeny Fadeev2012-07-221-19/+52
* added extra user name validation to make it slugification safeEvgeny Fadeev2011-12-291-2/+3
* added basic slugification to titles when ALLOW_UNICODE_SLUGS = TrueEvgeny Fadeev2011-12-281-2/+2
* questions page works on jinja, without translations yetEvgeny Fadeev2010-09-261-2/+2
* finished merge with Omat's change and added setting to enable/disable slugsEvgeny Fadeev2010-09-111-15/+30
* implemented unicode aware `slugify` with unidecode libraryonur mat2010-09-111-0/+18