Opened at 2019-08-27T01:45:36Z
Closed at 2020-07-20T15:28:25Z
#3254 closed defect (fixed)
port allmydata.web.status to twisted.web.template
Reported by: | meejah | Owned by: | sajith |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | code-frontend-web | Version: | 1.13.0 |
Keywords: | Cc: | ||
Launchpad Bug: | nevow python3 |
Description
Child of #3244
Change History (5)
comment:1 Changed at 2019-08-27T01:46:17Z by meejah
- Milestone changed from soon to Support Python 3
- Owner set to meejah
comment:2 Changed at 2020-03-26T22:43:37Z by sajith
comment:3 Changed at 2020-07-14T14:28:19Z by sajith
- Keywords review-needed added
comment:4 Changed at 2020-07-20T15:10:40Z by exarkun
- Keywords review-needed removed
- Owner changed from meejah to sajith
Approved on GitHub?.
comment:5 Changed at 2020-07-20T15:28:25Z by GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
In e145c7b/trunk:
Note: See
TracTickets for help on using
tickets.
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:
In Addition, allmydata.web.status.UploadResultsRendererMixin is used by allmydata.web.unlinked.UploadResultsPage; so #3287 should handle that too.