| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-03-16 | Added error trapping to AJAX sub-panels. | Rob Hudson | |
| Previous the user saw nothing happen if there was an error on the backend. This at least display a basic error status to the user. | |||
| 2011-03-03 | As it turns out, view_func is not always available | Mathijs de Bruin | |
| as a request attribute. This is especially true for 'fallback' type of views that are rendered from within middleware, such as the one used in Django's own flatpages. | |||
| 2011-02-03 | Merge pull request #135 from acdha/django-debug-toolbar | Rob Hudson | |
| --- This is mostly just because my in-browser validation badges fail if debug-toolbar is active. | |||
| 2011-02-03 | HTML validation: avoid injecting <style> in <body> | Chris Adams | |
| This avoids causing otherwise valid HTML to fail validation because <style> is only allowed in <head> | |||
| 2011-01-22 | pt_BR updated | eduardocereto | |
| 2011-01-22 | Compiled pt_BR po file | eduardocereto | |
| 2011-01-22 | pt_BR .po file added | Eduardo Cereto | |
| 2011-01-09 | Added support for executemany. Fixes issue #120 | postal2600 | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2011-01-09 | Updated NEWS file. | Rob Hudson | |
| 2011-01-09 | Added support for LogBook. Thanks to Vincent Driessen for the idea and | Vincent Driessen | |
| patch. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2011-01-03 | Merge branch 'master' of http://github.com/robhudson/django-debug-toolbar | David Cramer | |
| 2010-12-08 | Added clean_params method to DatabaseStatTracker to scrub non-unicode | Matthew J Morrison | |
| data for displaying on the sql panel Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-11-08 | Merge branch 'release/0.8.4' into develop | Rob Hudson | |
| 2010-11-08 | Merge branch 'release/0.8.4'0.8.4 | Rob Hudson | |
| 2010-11-08 | Bumped version to 0.8.4 | Rob Hudson | |
| 2010-11-08 | Added print style to hide toolbar, fixing issue #90. | Rob Hudson | |
| 2010-10-20 | HTML Validation fixes | Chris Adams | |
| It turns out that <script … charset="utf-8">inline script</script> is not valid (charset is valid with script src). This avoids debug_toolbar causing HTML validation errors simply by being active. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-10-18 | Caught up with the NEWS file. | Rob Hudson | |
| 2010-10-18 | Updated SQL explain panel to keep white space for indention, clarifying the ↵ | Rob Hudson | |
| output. | |||
| 2010-10-18 | Added CSS classes to the SQL panel tables. | Rob Hudson | |
| 2010-09-22 | Fixed issue 85, SQL not selectable due to line chart. | Rob Hudson | |
| Thanks to Hynek Cernoch for the report and patch. | |||
| 2010-09-15 | Fixed issue 6: Redirect page does not set cookie. | Rob Hudson | |
| Thanks to ziz for the patch, and offbyone for testing. | |||
| 2010-09-07 | Fixed template block inheritance bug (issues 77 and 97) | Rob Hudson | |
| 2010-09-07 | Fixed issue 83, unstyled toolbar flash. | Rob Hudson | |
| 2010-09-07 | Started a NEWS file | Rob Hudson | |
| 2010-09-07 | Fixed issue 81. | Rob Hudson | |
| Updated to work with old TEMPLATE_LOADERS settings from < 1.2. | |||
| 2010-09-03 | Fix for "View template links get "Template Does Not Exist" for django >= ↵ | Tom V | |
| 1.2" bug. http://github.com/robhudson/django-debug-toolbar/issues/issue/95 Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-08-13 | Support magical TEST global setting to disable toolbar | David Cramer | |
| 2010-04-07 | Revert "Start of splitting off data collection classes and panel classes." | Rob Hudson | |
| This reverts commit edf74beb6e26ed34779dff17240d2fb4c436d451. | |||
| 2010-04-07 | Revert "Factor headers data out of HeaderDebugPanel." | Rob Hudson | |
| This reverts commit 4326cbbec13f44e6d8c757f1d07fd6100596bfb6. | |||
| 2010-04-07 | Revert "Factor settings data out of SettingsVarsDebugPanel." | Rob Hudson | |
| This reverts commit 7e8a4e195d4b0e3cabf0742b31e087a81712d12f. | |||
| 2010-04-07 | Revert "Factor versions data out of VersionDebugPanel." | Rob Hudson | |
| This reverts commit d05dcbb4aa93b1ce9d097ed8d537f06eb2491f5e. | |||
| 2010-03-03 | Factor versions data out of VersionDebugPanel. | Bryan Chow | |
| 2010-03-03 | Factor settings data out of SettingsVarsDebugPanel. | Bryan Chow | |
| 2010-03-03 | Factor headers data out of HeaderDebugPanel. | Bryan Chow | |
| 2010-03-03 | Start of splitting off data collection classes and panel classes. | Rob Hudson | |
| 2010-03-03 | Bumped version number for bugfix0.8.30.8.x | Rob Hudson | |
| 2010-03-03 | Fixed #68 - Make sure to only bail because of AJAX requests coming from apps ↵ | Jannis Leidel | |
| other than ddt. | |||
| 2010-03-02 | Updated version for 0.8.2 release0.8.2 | Rob Hudson | |
| 2010-03-02 | Added note about middleware ordering and flat pages. | Rob Hudson | |
| 2010-02-26 | Fixed to maintain Django 1.0 compatibility. | Rob Hudson | |
| 2010-02-26 | Adjusted Content-Length if we modify the response. | Rob Hudson | |
| 2010-02-26 | Fixed typo looking for `setting.DEBUG` | Rob Hudson | |
| 2010-02-26 | Also check for HTTP_X_FORWARDED_FOR in case a proxy like Nginx is used | Jannis Leidel | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-02-21 | Added configurable HTML tag to attach toolbar to | Davide Callegari | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-02-16 | Added egg-info dir to gitignore. | Jannis Leidel | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-02-16 | Fixed #60 - Added MEDIA_URL config option to be able to override the URL to ↵ | Jannis Leidel | |
| the static files (good with django-staticfiles). Also moved media files to subdirectories like other apps. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-02-16 | Don't show the toolbar at all for ajax requests | Jannis Leidel | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-02-11 | Merge branch 'master' into js_closure | Rob Hudson | |
| 2010-02-11 | Added example project directory. | Rob Hudson | |
| Currently this allows for easy manual testing a few other Javascript libraries and whether the debug toolbar javascript conflicts with them. | |||
