| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
Conflicts:
mediagoblin/gmg_commands/__init__.py
|
|
|
|
| |
removed all traces of it from core.
|
|
|
|
|
|
|
| |
into metadata
Conflicts:
mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html
|
|
|