Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallow ":" as part of a media slug | Sebastian Spaeth | 2013-01-15 | 1 | -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 Webber | 2013-01-06 | 1 | -3/+12 |
| | |||||
* | Add comments explaining how translitcodec *is* used | Christopher Allan Webber | 2012-12-14 | 1 | -0/+2 |
| | |||||
* | Fix copyright statements; add LICENSE for EXIF.py | Will Kahn-Greene | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | We were using translitcodec and I didn't understand how it worked ;) | Christopher Allan Webber | 2012-01-28 | 1 | -0/+1 |
| | | | | My bad! | ||||
* | We aren't using translitcodec anymore. Kill it! | Christopher Allan Webber | 2012-01-28 | 1 | -1/+0 |
| | |||||
* | Merge remote-tracking branch 'remotes/nyergler/pep8-ification' | Christopher Allan Webber | 2011-11-13 | 1 | -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 Williamson | 2011-10-01 | 1 | -0/+31 |
tools/[file].py |