#1963: Pages of quickstarted TG 1.1 app do not validate
-------------------------+--------------------------------------------------
Reporter: chrisz | Owner: Chris Arndt
Type: defect | Status: assigned
Priority: high | Milestone: 1.1
Component: TurboGears | Version: 1.1 HEAD
Severity: major | Resolution:
Keywords: needs tests |
-------------------------+--------------------------------------------------
Comment (by Chris Arndt):
Oh my, what a deja vu!
I think it's clear now, that we should go for choice 1), i.e. passing
additional options to `TemplateEngine.render()` either via an `options`
argument or kwargs.
The remaining decisions are:
1. Should we change `view.render`, `controllers._process_output` and
`...@expose` too? (I think yes.)
2. Should we rename `mapping` to `options` in those functions?
3. If yes, should we keep `mappings` and issue a deprecation warning if
used in TG 1.1?
4. Or should we use optional kwargs in all those functions? (This might
make it difficult to add
anything else later on, should the need arise.)
--
Ticket URL: <http://trac.turbogears.org/ticket/1963#comment:27>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---