| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-06-02 | Instantiate only one toolbar object on load.toolbar-refactor | Rob Hudson | |
| Start of work on having one toolbar object and its panels handle multiple requests, getting rid of the need to instantiate a toolbar and all panels per request. This will require much more work in panels to make sure everything is thread-safe. | |||
| 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-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 | 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-02 | Updated template source call to support Django 1.2 | Rob Hudson | |
| 2010-02-02 | Fixed a few panel title display issues. | Rob Hudson | |
| 2010-01-31 | Updated toolbar Javascript to use a closure. | Rob Hudson | |
| * Update jQuery to latest version, 1.4.1 * Pulled jquery.cookie.js into toolbar.js so it doesn't depend on jQuery being in the global namespace. * jQuery loading code based on Ben Alman's bookmarklet generator here: http://benalman.com/code/test/jquery-run-code-bookmarklet/ | |||
| 2010-01-22 | Escape invalid html in SQL queries. | Gabriel | |
| For example, a query containing a stray ampersand needs to be escaped. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-22 | Load jQuery from the DOM instead of document.write. | Gabriel | |
| document.write doesn't work with xhtml. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-22 | Updated to not display EXPLAIN/PROFILE links for non-SELECT queries. | Chris Lamb | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-20 | Fixed toolbar loading problem if page does not load jQuery. | Rob Hudson | |
| 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. | |||
| 2010-01-15 | Debug toolbar markup is now XHTML compliant. | Rob Hudson | |
| 2010-01-14 | Template panel context cleanup. | Chris Adams | |
| All panels get a copy of the template context when created and use an updated copy when rendering so they can have full access to context vars and avoid making changes to the shared context. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-14 | Views.py tweaked to use friendlier "EXPLAIN QUERY PLAN" with sqlite3 | Chris Adams | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-14 | Cleaned up cache panel slightly. | Chris Adams | |
| * Removed unused import * .delete() referenced an undefined variable Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-08 | Print non-iterable template context layers as-is | Mikhail Korobov | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-09 | Fix issue #33: ensure force_unicode doesn't convert non-strings. | Daniel Roseman | |
| 2009-11-27 | Replaced full repr of LANGUAGES to trim template context. | Rob Hudson | |
| 2009-11-18 | Updated mo files | Rob Hudson | |
| 2009-11-18 | Updated po files after new strings marked for translation. | Rob Hudson | |
| 2009-11-18 | Marked more strings for translation and updated 'fr' locale. | David Jean Louis | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-11-18 | Fixed old use of $, which has been replaced by $j | Chris Adams | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-11-18 | Fixed leaking middleware for non-200 requests. | Rob Hudson | |
| Thanks to Michael Elsdörfer for the report and patch. | |||
| 2009-11-06 | Updated view info to be horizontal tabular. | Rob Hudson | |
| 2009-11-06 | Show view name and arguments and keyword arguments in the request vars panel. | Alex Gaynor | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-11-06 | Removed general CSS class names. | Rob Hudson | |
| 2009-11-06 | Fixed incompatability with Python 2.4. | Rob Hudson | |
| 2009-11-03 | Updated version to 0.8.10.8.1 | Rob Hudson | |
| 2009-11-02 | Updated .po files | Rob Hudson | |
| 2009-11-02 | Merge branch 'master' of github.com:robhudson/django-debug-toolbar | Rob Hudson | |
| 2009-11-02 | Fixed and Updated .po files | Rob Hudson | |
| 2009-11-02 | Merge branch 'master' into tx-master | Rob Hudson | |
| Conflicts: debug_toolbar/locale/he/LC_MESSAGES/django.po debug_toolbar/templates/debug_toolbar/panels/versions.html | |||
| 2009-11-02 | Updated .po files | Rob Hudson | |
