#2111: Add hooks for TG-specific packages for pylons traceback.
------------------------+---------------------------------------------------
Reporter: percious | Owner: mramm
Type: defect | Status: new
Priority: low | Milestone: 2.0b2
Component: TurboGears | Version: trunk
Severity: trivial | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Old description:
> We need to add something like the following:
>
> import pylons.middleware;
> pylons.middleware.report_libs.extend(['repoze.who',
> 'tg2',
> 'repoze.what'])
>
> so that when people submit their tracebacks, we get the versions of the
> tg-specific projects. This probably belongs in the template code,
> because it's sort of configurable.
New description:
We need to add something like the following:
{{{
import pylons.middleware;
pylons.middleware.report_libs.extend(['repoze.who','tg2','repoze.what'])
}}}
so that when people submit their tracebacks, we get the versions of the
tg-specific projects. This probably belongs in the template code, because
it's sort of configurable.
Comment (by jorge.vargas):
I assume you are talking about pylons beta site functionality?
--
Ticket URL: <http://trac.turbogears.org/ticket/2111#comment:2>
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
-~----------~----~----~----~------~----~------~--~---