Ticket #3559 (closed task: fixed)

Opened 21 months ago

Last modified 21 months ago

remove woven usage from twisted.web.distrib

Reported by: exarkun Owned by: exarkun
Priority: highest Milestone: Twisted-9.0
Component: web Keywords:
Cc: thijs Branch: branches/non-woven-distrib-3559
Author: exarkun Launchpad Bug:

Description

twisted.web.woven is deprecated, nothing in twisted should use it anymore.

Change History

Changed 21 months ago by exarkun

  • milestone set to Twisted-8.2+1

Changed 21 months ago by exarkun

  • branch set to branches/non-woven-distrib-3559
  • branch_author set to exarkun

(In [25582]) Branching to 'non-woven-distrib-3559'

Changed 21 months ago by exarkun

  • owner jknight deleted
  • keywords review added

Changed 21 months ago by thijs

  • cc thijs added

Changed 21 months ago by therve

  • keywords review removed
  • owner set to exarkun

Only one nit: + return self.template % {'users' :listing.toxml()}

Please move the space before ':'.

+1.

Changed 21 months ago by exarkun

(In [25668]) fix dict literal whitespace

refs #3559

Changed 21 months ago by exarkun

  • status changed from new to closed
  • resolution set to fixed

(In [25670]) Merge non-woven-distrib-3559

Author: exarkun Reviewer: therve Fixes: #3559

Rewrite the distributed user directory resource to do its own HTML generation instead of using the long-deprecated twisted.web.woven HTML generation features.

Note: See TracTickets for help on using tickets.