tg2
tg2 copied to clipboard
Python web framework with full-stack layer implemented on top of a microframework core with support for SQL DBMS, MongoDB and Pluggable Applications
Hello, the main website cert is expired, FYI: 
`ErrorPageApplicationWrapper` will (if enabled) catch application errors and (if `handle_exceptions` (which is default)) store them in `backlash.exc_environ` and `backlash.exc_info` where backlash `TraceErrorsMiddleware` can pick it up. It will catch and...
Currently when logging there is no way to know which request a log line belongs to, we might want to add a way to allow this. If this is not...
hello friends, and a big thank for turbogears. i've made and being maintaining a tg 2.1.5 app, that is currently in upgrading process to html5/kajiki. please allow me to give...
Fork from #32 which was related to custom templating but actually provided support for multiple messages in https://github.com/moschlar/tgext.flash
Hopefully, this link will work: https://groups.google.com/forum/?hl=en&fromgroups=#!topic/turbogears/J-LHtyjJh_0 A weak spot in TG is the lack of row-level permissions. We have URL based, but row level is non-existent. Having a method which...
This issue existed in Trac. The original can be viewed at http://trac.turbogears.org/ticket/2323 This issue existed on SourceForge. The original can be viewed at https://sourceforge.net/p/turbogears2/tickets/65
Turbogears 2,4,3 Scenario: in the oonfiguration file add the "localedir" configuration parameter with a path to a valid language folder launch a TurboGears project (project made by QuickStart) Result: Error...
Hi, it's not really an issue but I can't get how to activate lenient mode for Genshi in TG2, is there any receipt for that?
### Describe the bug Trying to figure out how long it takes to process a route and if it is successful or not. By creating dispatch controller wrapper to calculate...