| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-09 | Document DISABLE_PANELS. | Aymeric Augustin | |
| 2014-02-15 | Changing the collection to be fully qualified names and for it to be a set ↵ | tschilling | |
| not a tuple. | |||
| 2014-02-14 | Deprecating INTERCEPT_REDIRECTS in favor of DEFAULT_DISABLED_PANELS. | tschilling | |
| 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 | Degrade docs because I can't put a flake8 ignore :'( | Aymeric Augustin | |
| 2013-11-24 | Clean up and document the Panel API. | Aymeric Augustin | |
| 2013-11-24 | Remove unused import.t | Aymeric Augustin | |
| 2013-11-24 | Removed unneeded Panel.slug attribute. | 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 | Clean up DebugToolbar class, especially panels handling. | Aymeric Augustin | |
| 2013-11-15 | Make panels behave more like Django middleware. | Aymeric Augustin | |
| 2013-11-12 | Make it possible for panels to provide URLs and views. | Aymeric Augustin | |
| Fix #448. | |||
| 2013-11-10 | Made enable/disable_instrumentation idempotent. | Aymeric Augustin | |
| 2013-11-10 | Disable instrumentation for disabled panels. | Aymeric Augustin | |
| This eliminates the performance overhead when a panel is disabled. | |||
| 2013-11-10 | Remove Panel.disabled, always use Panel.enabled. | Aymeric Augustin | |
| 2013-11-10 | Fix PEP 8 violations. | Aymeric Augustin | |
| 2013-11-10 | Load the content of panels dynamically. | Aymeric Augustin | |
| This should drastically reduce the overhead of the browser toolbar when a page has a complex template structure or many SQL queries. This change is backwards-incompatible for third-party panels because it changes the signature of __init__. The JavaScript could probably be improved; I'm outside my comfort zone. | |||
| 2013-11-10 | Avoid some implicit global lookups. | Aymeric Augustin | |
| They made it impossible to preserve panel data after the end of a request. | |||
| 2013-11-09 | Remove unused method in panel API. | Aymeric Augustin | |
| 2013-10-17 | Enable unicode_literals in all non-empty modules. | Aymeric Augustin | |
| 2012-01-12 | pep8 | David Cramer | |
| 2011-09-15 | The toolbar can't be assigned at init - so grab it each time the method is ↵ | bkonkle | |
| called | |||
| 2011-09-15 | Add a default 'content' method, since the method is now identical on every panel | bkonkle | |
| 2011-09-15 | Correct some issues with the stats methods | bkonkle | |
| 2011-09-15 | Added convenience methods to make it easier to work with panel stats | bkonkle | |
| 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> | |||
| 2009-08-12 | added in-panel title | Idan Gazit | |
| 2009-08-12 | renamed title/subtitle -> nav_title/nav_subtitle | Idan Gazit | |
| 2009-08-11 | Refactored the UI to be a right hand side vertical toolbar. DebugPanel ↵ | Rob Hudson | |
| subclass grew a subtitle method to display informative text under the title. | |||
| 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-09 | Adding a `has_content` boolean to panels to avoid issues with checking if | Rob Hudson | |
| content exists and displaying it in the templates. | |||
| 2008-09-07 | updating to pass around the request object | Rob Hudson | |
| 2008-09-07 | adding a comment to note that panel subclasses should declare a name | Rob Hudson | |
| 2008-09-07 | adding a name attribute to base panel since we are likely to put more stuff ↵ | Rob Hudson | |
| in titles | |||
| 2008-09-06 | The last commit missed an added method to the Panel base class | Rob Hudson | |
| 2008-08-27 | Initial commit of basic working Debug Toolbar (that needs a lot of CSS and ↵ | Rob Hudson | |
| JS love) | |||
