Changes between Initial Version and Version 1 of Ticket #3254, comment 2
- Timestamp:
- 2020-03-26T22:56:47Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3254, comment 2
initial v1 1 Since `allmydata.web.status` is responsible for rendering several pages, it makes sense to port this in smaller pieces for easier review:1 Since `allmydata.web.status` is responsible for rendering several pages, and since making all the changes in one go results in a rather big set of changes, it makes sense to port this in smaller pieces for easier review: 2 2 3 3 * `$GATEWAY/status` (this ticket) and friends, namely: … … 8 8 * `$GATEWAY/status/mapupdate-%d` (#3291) 9 9 * `$GATEWAY/statistics` (#3292) 10 * `$GATEWAY/helper_status` (#3293) 10 * `$GATEWAY/helper_status` (#3293) 11 12 In Addition, `allmydata.web.status.UploadResultsRendererMixin` is used by `allmydata.web.unlinked.UploadResultsPage`; so #3287 should handle that too.