Opened 11 years ago
Last modified 10 years ago
#5152 enhancement new
— at A new and improved IResourceInitial Version
Reported by: | lvh | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | web | Keywords: | |
Cc: | jknight, Itamar Turner-Trauring | Branch: | |
Author: | lvh |
Description
There are a number of problems with IResource. A (possibly non-exhaustive) list:
- #3711 (returning deferreds from render methods)
- #3621 (returning deferreds from getChild and friends)
- #288 (accessing uploaded data while in progress)
None of these problems can be fixed without breaking IResource, which is something we don't want to do. As a result, we need a new IResource interface.
The goal of this ticket is to produce that interface, and to introduce fixes for each individual ticket into an integration branch related to this interface. That way, once all the tickets have been addressed, we can just merge this into trunk.
Note: See
TracTickets for help on using
tickets.