Changes between Initial Version and Version 1 of Ticket #3254, comment 2


Ignore:
Timestamp:
2020-03-26T22:56:47Z (4 years ago)
Author:
sajith
Comment:

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:
     1Since `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:
    22
    33 * `$GATEWAY/status` (this ticket) and friends, namely:
     
    88   * `$GATEWAY/status/mapupdate-%d` (#3291)
    99 * `$GATEWAY/statistics` (#3292)
    10  * `$GATEWAY/helper_status` (#3293)
     10 * `$GATEWAY/helper_status` (#3293)
     11
     12In Addition, `allmydata.web.status.UploadResultsRendererMixin` is used by `allmydata.web.unlinked.UploadResultsPage`; so #3287 should handle that too.