aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/processing_info/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-2/+2
|
* Do not calculate processing info for anonymous userBoris Bobrov2016-02-051-6/+7
|
* Change `uploader` to `actor`Boris Bobrov2016-02-011-3/+3
| | | | | Class User doesn't have field `uploader` any more, instead there `actor`. Fix several uses of `uploader` to `actor`.
* added a plugin to display information about entries in processingBoris Bobrov2016-02-011-0/+50
Conflicts: mediagoblin/templates/mediagoblin/base.html -- resolved by using the original file and manually adding pieces from my commit