| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-19 | Fix #549 -- Avoid breaking on mod_python. | Aymeric Augustin | |
| (Please don't use mod_python.) | |||
| 2014-01-08 | Test properly for django.contrib.staticfiles on Django 1.7. | Aymeric Augustin | |
| The test in the staticfiles panel was redundant since the debug toolbar now requires staticfiles. | |||
| 2013-12-15 | Fix #499 - Regression from 810a2fbc. | Aymeric Augustin | |
| 2013-12-14 | Merge pull request #494 from django-debug-toolbar/staticfiles | Aymeric Augustin | |
| Added staticfiles panel class. | |||
| 2013-12-09 | Use collections.OrderedDict if available. | Jannis Leidel | |
| 2013-12-09 | Be helpful when d.c.staticfiles isn't installed. | Aymeric Augustin | |
| 2013-11-30 | Reduce the risk of circular imports. | Aymeric Augustin | |
| 2013-11-29 | Stop sharing unsafely a context dict across threads. | Aymeric Augustin | |
| Panels that need to share data with other panels shall do it through the record_stats / get_stats API. Statistics are automatically pushed to the template context. Fix #450. | |||
| 2013-11-24 | Take advantage of django.contrib.staticfiles to serve static files. | Aymeric Augustin | |
| It is the de facto standard nowadays and there's no good reason not to use it. | |||
| 2013-11-24 | Rename some settings for clarity and consistency. | Aymeric Augustin | |
| Thanks Jannis for his help. | |||
| 2013-11-24 | Rename storage to store to avoid conflicting with Django terminology. | Aymeric Augustin | |
| 2013-11-24 | Rename all panels consistently. | Aymeric Augustin | |
| Enforce absolute imports to avoid clashing with built-in package names. Thanks Jannis for his feedback. | |||
| 2013-11-16 | Flat is better than nested. | Aymeric Augustin | |
| 2013-11-16 | Avoid providing the same information through multiple paths. | Aymeric Augustin | |
| 2013-11-16 | Clean up DebugToolbar class, especially panels handling. | Aymeric Augustin | |
| 2013-11-15 | Switch to random storage ids to avoid exposing information. | Aymeric Augustin | |
| 2013-11-15 | fixud | Aymeric Augustin | |
| 2013-11-15 | Make panels behave more like Django middleware. | Aymeric Augustin | |
| 2013-11-13 | Provide an option to force rendering panels in page. | Aymeric Augustin | |
| Requested by David who seems to runs the debug toolbar in production :-) | |||
| 2013-11-12 | Make it possible for panels to provide URLs and views. | Aymeric Augustin | |
| Fix #448. | |||
| 2013-11-12 | Move the logic to load panels inside the DebugToolbar class. | Aymeric Augustin | |
| This has the additional advantage of eliminating a side-effect that happened at import time unnecessarily. It justified refactoring the way we handle settings and defaults. | |||
| 2013-11-12 | Move store/fetch logic inside the DebugToolbar class. | Aymeric Augustin | |
| 2013-11-12 | Remove unnecessary nesting. | Aymeric Augustin | |
