aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/metadata_display/templates
Commit message (Collapse)AuthorAgeFilesLines
* Update metadata_display plugin for Python 3.Ben Sturmfels2019-09-181-1/+1
| | | | | | | Switching from iteritems() to items() is technically less memory efficient on Python 2, but this appeared be a significantly cleaner approach than adding six to the template context. It's also the right choice assuming the project will at some point go Python 3 only.
* Remove backup file added in b5dd245Andrew Browning2018-04-041-60/+0
|
* Collection changes and migration for federationJessica Tallon2015-10-071-1/+1
| | | | | | | - Adds a "type" column to the Collection object and allows the CollectionItem model to contain any object. - Changes "items" to "num_items" as per TODO - Renames "uploader", "creator" and "user" to a common "actor" in most places
* Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadatatilly-Q2014-05-131-1/+1
| | | | | Conflicts: mediagoblin/gmg_commands/__init__.py
* Made the metadata table functional within the new metadata_display plugin andtilly-Q2014-05-123-5/+70
| | | | removed all traces of it from core.
* Merge branch 'metadata' of gitorious.org:mediagoblin/cwebbers-mediagoblin ↵tilly-Q2014-05-121-0/+6
| | | | | | | into metadata Conflicts: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html
* Move the metadata display table over to being contained in a pluginChristopher Allan Webber2014-05-121-0/+34