aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/text.py
Commit message (Expand)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-6/+6
* .iteritems() doesn't exist in Python 3, converted to .items()Christopher Allan Webber2016-02-111-1/+1
* Fix #5079 - tags unicity is on the slug, not the nameLoic Dachary2016-02-061-6/+6
* No need to strip the tag 4 timesSebastian Spaeth2012-11-161-5/+4
* Slightly shorten the media_tags_as_string functionSebastian Spaeth2012-11-141-5/+3
* Remove tag delimiter configurability (#390), fixed pep-8 compliancedunkyp2012-11-141-8/+7
* allow pre+code tags in rendered HTMLJakob Kramer2012-08-071-1/+2
* renamed MARKDOWN_INSTANCE to UNSAFE_...Jakob Kramer2012-08-071-2/+4
* It's 2012 all up in hereChristopher Allan Webber2012-02-021-1/+1
* * Bug #671: Tags list on Edit page is not seperated by spaces and hard to rea...Manuel Urbano Santos2011-11-271-2/+3
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-0/+7
* Finished splitting util.py into separate files.Aaron Williamson2011-10-011-0/+117