#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

Since allmydata.web.status is responsible for rendering several pages, it makes sense to port this in smaller pieces for easier review:

  • $GATEWAY/status (this ticket) and friends, namely:
    • $GATEWAY/status/up-%d (#3287)
    • $GATEWAY/status/down-%d (#3288)
    • $GATEWAY/status/publish-%d (#3289)
    • $GATEWAY/status/retrieve-%d (#3290)
    • $GATEWAY/status/mapupdate-%d (#3291)
  • $GATEWAY/statistics (#3292)
  • $GATEWAY/helper_status (#3293)
Version 0, edited at 2020-03-26T22:43:37Z by sajith (next)

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:

Merge pull request #722 from sajith/3254.status-status-nevow-to-twisted-web

Replace nevow with twisted.web.template in status.Status

Fixes: ticket:3254

Note: See TracTickets for help on using tickets.