Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code. | Ben Sturmfels | 2021-03-05 | 1 | -2/+2 |
| | |||||
* | metadata_display: Refine spacing. | Ben Sturmfels | 2019-09-18 | 1 | -6/+1 |
| | |||||
* | metadata_display: Improve default alignment/spacing of metadata. | Ben Sturmfels | 2019-09-18 | 1 | -2/+7 |
| | |||||
* | Update metadata_display plugin for Python 3. | Ben Sturmfels | 2019-09-18 | 1 | -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 b5dd245 | Andrew Browning | 2018-04-04 | 1 | -60/+0 |
| | |||||
* | Collection changes and migration for federation | Jessica Tallon | 2015-10-07 | 1 | -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 fix | Natalie Foust-Pilcher | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Fixed a fatal error causing mediagoblin to crash when certain types of media | Natalie Foust-Pilcher | 2014-06-12 | 1 | -1/+5 |
| | | | | were uploaded | ||||
* | Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadata | tilly-Q | 2014-05-13 | 1 | -1/+1 |
| | | | | | Conflicts: mediagoblin/gmg_commands/__init__.py | ||||
* | Made the metadata table functional within the new metadata_display plugin and | tilly-Q | 2014-05-12 | 6 | -5/+156 |
| | | | | removed all traces of it from core. | ||||
* | Merge branch 'metadata' of gitorious.org:mediagoblin/cwebbers-mediagoblin ↵ | tilly-Q | 2014-05-12 | 1 | -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 plugin | Christopher Allan Webber | 2014-05-12 | 1 | -0/+34 |