Archives Oct. 10, 2004
Good day for productivity (But didn't touch the big, evil bug...)
Written by
on
in
Snaking.
After visiting grams (score: 2 all), I spent a solid 7 hours on Cinemon. Finished approximately 10 todo items. Since Bryan isn't too tense about finishing for Tuesday, I think I'll consider the day finished and try to relax a little (particularly, I need to give my hands some time to rest).
Biggest user stories ...!-->!-->
Not the most productive day in the world (Plus: Twisted, redirect with Nevow Guard to deep-linked page...)
Written by
on
in
Snaking.
Fixed 3 bugs today, 1 trivial, 1 cosmetic, but important, and 1 a "feature" that was annoying enough to get classified as a bug on Friday. Unfortunately, made 0 headway against the show-stopping bug (the database-failure-on-write one), and only implemented a single trivial todo item (ignoring failures in a particular import).
Need to write up ...!-->!-->
Adapting Nevow's IRequest for Zope Page Templates (TAL) (For those migrating this way...)
Written by
on
in
Snaking.
Today's little micro-recipe is how to adapt Nevow's IRequest interface to one which is compatible enough with Zope's TAL request objects that you can port templates from Zope into Twisted fairly quickly. Note, this doesn't include the TemplateAdapter class, nor the Cinemon Template class, which make a Template act like a Nevow resource and add ...