0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added setup.py More... over 15 years ago
Moved LICENSE file to root dir. More... over 15 years ago
Fixed issue 27 -- added SuppressLoggingOnAjaxRequestsMiddleware to help automatically suppress the output on AJAX requests. Thanks Marius Eriksen. More... over 16 years ago
Fixed issue 26 -- code introspection should now work with symlinks. Thanks Nowell Strite. More... over 16 years ago
Fixed issue 25 -- improved the text wrapping of SQL and removed the sqlite lexer as it didn't work very well. More... over 16 years ago
Fixed issue 24 -- frame inspection of SQL messages now work as expected, plus some refactoring of the "meaningful" frame code; thanks Nowell Strite. More... over 16 years ago
Fixed issue 23 -- added support for LOGGING_REWRITE_CONTENT_TYPES; thanks nivlac. More... over 16 years ago
Fixed issue 21 by correcting the typo. Thanks Jeff. More... over 16 years ago
Removed escape filter which was causing problems in Django 0.96. This is OK as the variable is escaped within the Python code. More... almost 17 years ago
Reapplying r30, which got overwritten by r31. More... almost 17 years ago
Fixed issue 18 -- Added Pygments syntax highlighting and source code frame inspection. Thanks to donnex for the idea. More... almost 17 years ago
Fixed issue 17 by replacing the % with % More... almost 17 years ago
All English strings in the templates should now be translatable (refs issue 15). More... almost 17 years ago
Fixed issue 16 -- The response content is no longer passed through re.sub so any back reference like substrings it contains don't cause problems. Thanks Shihan (mnis4web). More... almost 17 years ago
Fixed issue 12 -- SQL logging should now work in Python 2.3. Thanks drennalls. More... about 17 years ago
Fixed issue 11 -- added some extra comments and tidied up the code a bit. Thanks Steve Milner. More... about 17 years ago
Switched to Unix-style newlines throughout (see issue 11). More... about 17 years ago
Updated copyright year in the licence file. More... over 17 years ago
Added the ability to suppress logging output on particular views by using a decorator. Thanks to erikwickstrom for the idea. More... over 17 years ago
Fixed minor indentation issue. More... over 17 years ago
Fixed issue 9 -- LOGGING_LOG_SQL now works in with Python 2.4. More... over 17 years ago
Fixed Issue 7 -- _admin_path couldn't be determined in some cases. More... over 17 years ago
Fixed problem that occured when CommonMiddleware performed a redirect. More... over 17 years ago
Fixed problem with intercepting redirects to relative URLs. More... over 17 years ago
Added optional logging of SQL queries and metrics including overall request time and number of database queries. More... over 17 years ago
Fixed Issue 6 -- The calculated template path is now added to TEMPLATE_DIRS so that the normal template loaders can be used. A new setting, LOGGING_TEMPLATE_DIR, was also introduced to allow an alternative template directory to be specified. Thanks dschein. More... almost 18 years ago
Fixed a typo in redirect.html that was causing a validation issue. More... almost 18 years ago
Fixed Issue 5 -- Uses smart_str to ensure output is Unicode, if smart_str is available. Thanks kbussell. More... almost 18 years ago
Added HTTP headers to prevent caching. More... about 18 years ago
Added new configuration variable, LOGGING_OUTPUT_ENABLED, to allow output to be forcefully turned on or off. More... about 18 years ago