aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tools/text.py
Commit message (Collapse)AuthorAgeFilesLines
* No need to strip the tag 4 timesSebastian Spaeth2012-11-161-5/+4
| | | | | | spaetz' rule: Don't do sth 4 times when once suffices. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Slightly shorten the media_tags_as_string functionSebastian Spaeth2012-11-141-5/+3
| | | | Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* Remove tag delimiter configurability (#390), fixed pep-8 compliancedunkyp2012-11-141-8/+7
| | | | | | | | Hardcode commas as tag delimiters per discussion in issue 390. Also improved PEP-8'ness of the file while touching. Includes some improvements suggested by gandaro. Reviewed-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* allow pre+code tags in rendered HTMLJakob Kramer2012-08-071-1/+2
|
* renamed MARKDOWN_INSTANCE to UNSAFE_...Jakob Kramer2012-08-071-2/+4
| | | | | | | | | as proposed by Elrond. Conflicts: mediagoblin/tools/text.py Signed-off-by: Joar Wandborg <git@wandborg.com>
* 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 ↵Manuel Urbano Santos2011-11-271-2/+3
| | | | | | read : Make 'media_tags_as_string' function put a space after each comma. * Feature #678: Drop custom delimiters in tags : I declare a constant in the begining of text.py file.
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-131-0/+7
| | | | | | | | Conflicts: mediagoblin/db/migrations.py mediagoblin/db/models.py mediagoblin/user_pages/views.py mediagoblin/util.py
* Finished splitting util.py into separate files.Aaron Williamson2011-10-011-0/+117