openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
statico's django-logging
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 19 hours
ago. based on code collected
about 19 hours
ago.
Jul 31, 2024 — Jul 31, 2025
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added setup.py
Ian Langworth
More...
over 15 years ago
Moved LICENSE file to root dir.
Ian Langworth
More...
over 15 years ago
Fixed issue 27 -- added SuppressLoggingOnAjaxRequestsMiddleware to help automatically suppress the output on AJAX requests. Thanks Marius Eriksen.
frasern
More...
over 16 years ago
Fixed issue 26 -- code introspection should now work with symlinks. Thanks Nowell Strite.
frasern
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.
frasern
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.
frasern
More...
over 16 years ago
Fixed issue 23 -- added support for LOGGING_REWRITE_CONTENT_TYPES; thanks nivlac.
frasern
More...
over 16 years ago
Fixed issue 21 by correcting the typo. Thanks Jeff.
frasern
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.
frasern
More...
almost 17 years ago
Reapplying r30, which got overwritten by r31.
frasern
More...
almost 17 years ago
Fixed issue 18 -- Added Pygments syntax highlighting and source code frame inspection. Thanks to donnex for the idea.
frasern
More...
almost 17 years ago
Fixed issue 17 by replacing the % with %
frasern
More...
almost 17 years ago
All English strings in the templates should now be translatable (refs issue 15).
frasern
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).
frasern
More...
almost 17 years ago
Fixed issue 12 -- SQL logging should now work in Python 2.3. Thanks drennalls.
frasern
More...
about 17 years ago
Fixed issue 11 -- added some extra comments and tidied up the code a bit. Thanks Steve Milner.
frasern
More...
about 17 years ago
Switched to Unix-style newlines throughout (see issue 11).
frasern
More...
about 17 years ago
Updated copyright year in the licence file.
frasern
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.
frasern
More...
over 17 years ago
Fixed minor indentation issue.
frasern
More...
over 17 years ago
Fixed issue 9 -- LOGGING_LOG_SQL now works in with Python 2.4.
frasern
More...
over 17 years ago
Fixed Issue 7 -- _admin_path couldn't be determined in some cases.
frasern
More...
over 17 years ago
Fixed problem that occured when CommonMiddleware performed a redirect.
frasern
More...
over 17 years ago
Fixed problem with intercepting redirects to relative URLs.
frasern
More...
over 17 years ago
Added optional logging of SQL queries and metrics including overall request time and number of database queries.
frasern
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.
frasern
More...
almost 18 years ago
Fixed a typo in redirect.html that was causing a validation issue.
frasern
More...
almost 18 years ago
Fixed Issue 5 -- Uses smart_str to ensure output is Unicode, if smart_str is available. Thanks kbussell.
frasern
More...
almost 18 years ago
Added HTTP headers to prevent caching.
frasern
More...
about 18 years ago
Added new configuration variable, LOGGING_OUTPUT_ENABLED, to allow output to be forcefully turned on or off.
frasern
More...
about 18 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree