aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/url.py
Commit message (Collapse)AuthorAgeFilesLines
* Disallow ":" as part of a media slugSebastian Spaeth2013-01-151-1/+1
| | | | | | | We might want to use "id:IDN" as a special case slug to point to a media's id. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Make translitcodec optional, and work nicely without it.Christopher Allan Webber2013-01-061-3/+12
|
* Add comments explaining how translitcodec *is* usedChristopher Allan Webber2012-12-141-0/+2
|
* Fix copyright statements; add LICENSE for EXIF.pyWill Kahn-Greene2012-02-081-1/+1
|
* We were using translitcodec and I didn't understand how it worked ;)Christopher Allan Webber2012-01-281-0/+1
| | | | My bad!
* We aren't using translitcodec anymore. Kill it!Christopher Allan Webber2012-01-281-1/+0
|
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-0/+2
| | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/db/models.py mediagoblin/user_pages/views.py mediagoblin/util.py
* Moved common, translation, template, and url code out of util.py and into ↵Aaron Williamson2011-10-011-0/+31
tools/[file].py