aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/metadata_display
Commit message (Collapse)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-2/+2
|
* metadata_display: Refine spacing.Ben Sturmfels2019-09-181-6/+1
|
* metadata_display: Improve default alignment/spacing of metadata.Ben Sturmfels2019-09-181-2/+7
|
* 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
* Fixed another error created by my last fixNatalie Foust-Pilcher2014-06-121-1/+1
|
* Fixed a fatal error causing mediagoblin to crash when certain types of mediaNatalie Foust-Pilcher2014-06-121-1/+5
| | | | were uploaded
* 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-126-5/+156
| | | | 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