Ticket #3559 (closed task: fixed )

Opened 7 months ago

Last modified 7 months ago

remove woven usage from twisted.web.distrib

Reported by: exarkun Assigned to: exarkun
Type: task Priority: highest
Milestone: Twisted-8.2+1 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.

Attachments

Change History

  2008-12-01 17:38:10+00:00 changed by exarkun

  • milestone set to Twisted-8.2+1

  2008-12-06 23:35:58+00:00 changed by exarkun

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

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

  2008-12-07 18:37:28+00:00 changed by exarkun

  • keywords set to review
  • owner deleted

  2008-12-12 11:30:07+00:00 changed by thijs

  • cc set to thijs

  2008-12-15 14:36:36+00:00 changed by therve

  • keywords deleted
  • owner set to exarkun

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

Please move the space before ':'.

+1.

  2008-12-15 15:00:35+00:00 changed by exarkun

(In [25668]) fix dict literal whitespace

refs #3559

  2008-12-15 16:15:30+00:00 changed 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.