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 |
| | |||||
* | Do not calculate processing info for anonymous user | Boris Bobrov | 2016-02-05 | 1 | -6/+7 |
| | |||||
* | Change `uploader` to `actor` | Boris Bobrov | 2016-02-01 | 1 | -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 processing | Boris Bobrov | 2016-02-01 | 1 | -0/+50 |
Conflicts: mediagoblin/templates/mediagoblin/base.html -- resolved by using the original file and manually adding pieces from my commit |