| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-18 | Ensure we honor request.urlconf. | Rob Hudson | |
| Previously, the debug toolbar would always bolt on URLs from ROOT_URLCONF, which would break another middleware if it inserts URLs onto request.urlconf. | |||
| 2009-11-18 | Fixed leaking middleware for non-200 requests. | Rob Hudson | |
| Thanks to Michael Elsdörfer for the report and patch. | |||
| 2009-11-02 | detect versions for other installed applications | Alex Gaynor | |
| 2009-11-02 | Mkae this threadsafe | Alex Gaynor | |
| 2009-09-15 | Fix so that the debug toolbar can be enabled/disabled safely on a ↵ | Augie Fackler | |
| per-request basis. | |||
| 2009-03-26 | New configuration option to provide your own 'show_toolbar' method. | Rob Hudson | |
| This change allows a custom method to be used in place of the default 'show_toolbar' method on whether the toolbar should be displayed. | |||
| 2009-03-26 | Minor cleanup of imports and long lines. | Rob Hudson | |
| 2009-03-21 | fixed bug when the string </body> matches more than once in the html | Loic Bistuer | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-01-17 | Fixing AJAX calls to detailed SQL views. | Reto Aebersold | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2008-12-17 | Fixes #19 -- Modified the middleware to only install the debug ROOT_URLCONF ↵ | Russell Keith-Magee | |
| if the debug toolbar is actually displayed. | |||
| 2008-10-02 | Merge branch 'urlfix' | Rob Hudson | |
| 2008-10-02 | Moving debug toolbar to the bottom of the HTML document and adjusting CSS to | Rob Hudson | |
| position toolbar at top. Injecting toolbar at the bottom has a few advantages, such as removing the regular expression substitution making it about 5x faster (depending on document size), JS and CSS have a lesser chance of conflicting with others on the page. | |||
| 2008-10-02 | A fix for URL patterns getting appended on each request growing indefinitely. | Rob Hudson | |
| This may break with other middleware patching urlpatterns, though. | |||
| 2008-09-30 | Adding toolbar config to override INTERCEPT_REDIRECTS and, in the future, other | Rob Hudson | |
| configurable pieces of the toolbar. | |||
| 2008-09-30 | Adding redirect interception to the middleware to be able to view debug info | Rob Hudson | |
| before being redirected to a new page. Thanks to [530] in IRC for the idea. Coming soon will be a way to optionally disable this. | |||
| 2008-09-30 | Removing unneeded check for toolbar that is taken care of a few lines up. | Rob Hudson | |
| 2008-09-28 | Updated to fail nicely when DEBUG=False. | Rob Hudson | |
| 2008-09-21 | Refactoring middleware and panels so panels have more explicit middleware-like | Rob Hudson | |
| methods to be more clear when panel processing happens. | |||
| 2008-09-20 | Patch from Alex Gaynor that fixes jQuery conflicts with Pinax and potentially | Rob Hudson | |
| other projects. | |||
| 2008-09-20 | Turn back on if request.is_ajax check but put the monkey patching of URLs in no | Rob Hudson | |
| matter what so our actual views (for ajax) can be run. | |||
| 2008-09-20 | partly done with ajax support and js | Rob Hudson | |
| 2008-09-15 | Added a mechanism for monkeypatching in debug views, and also added | Jacob Kaplan-Moss | |
| jquery as both a test case and a place to get started making some js improvements. I'm not totally thrilled with this approach -- it feels *very* hackish. The alternative might be to simply require installers to add a line to their ROOT_URLCONF, which wouldn't be *bad*, but I like the "load automatically" part of this thing. | |||
| 2008-09-09 | Adding more checkes to middleware. | Rob Hudson | |
| 2008-09-08 | Rewrite of toolbar HTML, CSS, and JS. Written by David Cramer with some | Rob Hudson | |
| tweaks. This also removes the jQuery dependency. | |||
| 2008-09-07 | Fixing a bug reported that was causing encoding errors. Thanks Chris Kelly for | Rob Hudson | |
| the patch | |||
| 2008-09-07 | Fixed a bug where the toolbar may have not been instantiated on request but | Rob Hudson | |
| tried to access it on response. | |||
| 2008-09-07 | adding a check to not display toolbar on ajax requests | Rob Hudson | |
| 2008-09-07 | updating to pass around the request object | Rob Hudson | |
| 2008-09-07 | Adding INTERNAL_IPS check to display toolbar — this may be a bit much but ↵ | Rob Hudson | |
| there will potentially be lots of things there you would not want to share to just anyone. | |||
| 2008-08-27 | Initial commit of basic working Debug Toolbar (that needs a lot of CSS and ↵ | Rob Hudson | |
| JS love) | |||
