Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -6/+6 |
| | |||||
* | .iteritems() doesn't exist in Python 3, converted to .items() | Christopher Allan Webber | 2016-02-11 | 1 | -1/+1 |
| | |||||
* | Fix #5079 - tags unicity is on the slug, not the name | Loic Dachary | 2016-02-06 | 1 | -6/+6 |
| | | | | | Signed-off-by: Loic Dachary <loic@dachary.org> Signed-off-by: Andrew Browning <ayleph@thisshitistemp.com> | ||||
* | No need to strip the tag 4 times | Sebastian Spaeth | 2012-11-16 | 1 | -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 function | Sebastian Spaeth | 2012-11-14 | 1 | -5/+3 |
| | | | | Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> | ||||
* | Remove tag delimiter configurability (#390), fixed pep-8 compliance | dunkyp | 2012-11-14 | 1 | -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 HTML | Jakob Kramer | 2012-08-07 | 1 | -1/+2 |
| | |||||
* | renamed MARKDOWN_INSTANCE to UNSAFE_... | Jakob Kramer | 2012-08-07 | 1 | -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 here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | * Bug #671: Tags list on Edit page is not seperated by spaces and hard to ↵ | Manuel Urbano Santos | 2011-11-27 | 1 | -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 Webber | 2011-11-13 | 1 | -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 Williamson | 2011-10-01 | 1 | -0/+117 |