| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-26 | Account for the signal changes in Django 1.7. | Aymeric Augustin | |
| 2013-12-01 | Review translated strings. | Aymeric Augustin | |
| - Include trailing colons inside translated strings because some languages (eg. French) need a space before the colon. - Normalize capitalization (title-style didn't seem warranted and looked weird in some cases). - Normalize quotes (not very useful, but we had a random mixture of single and double quotes). - Remove msgstr from the English po file because they're identical to msgid by definition. | |||
| 2013-11-24 | Update all panels to follow the public API. | 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-22 | connection_created is available since Django 1.1. | Aymeric Augustin | |
| 2013-11-16 | Avoid providing the same information through multiple paths. | Aymeric Augustin | |
| 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-09 | Remove unused method in panel API. | Aymeric Augustin | |
| 2013-10-27 | Centralize access to config and default values. | Aymeric Augustin | |
| 2013-10-26 | Eliminate almost all flake8 messages. | Aymeric Augustin | |
| 2013-10-17 | Update introspection code. | Aymeric Augustin | |
| 2013-10-17 | Enable unicode_literals in all non-empty modules. | Aymeric Augustin | |
| 2012-05-13 | Minor cosmetic cleanup, switching out __import__ calls with the proper use ↵ | Jannis Leidel | |
| of Django's import_module. | |||
| 2012-03-05 | Added i18n to the Signals panel. | Jannis Leidel | |
| 2012-01-12 | pep8 | David Cramer | |
| 2012-01-12 | Improve signals panel | David Cramer | |
| 2012-01-12 | Gracefully handle __name__ not being a valid attribute on signals0.9.2 | David Cramer | |
| 2012-01-04 | Fix bug: (AttributeError: class MpttMeta has no attribute '__class__') ↵ | Venelin Stoykov | |
| caused by old style classes not extending object | |||
| 2011-09-15 | Edited all of the panels to use the stats API and not override the content ↵ | bkonkle | |
| method | |||
| 2011-09-12 | Updated the signals panel | 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-11-18 | Marked more strings for translation and updated 'fr' locale. | David Jean Louis | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-08-25 | added spanish translation of the panels nav title | Percy Perez-Pinedo | |
| 2009-08-12 | added in-panel title | Idan Gazit | |
| 2009-08-12 | renamed title/subtitle -> nav_title/nav_subtitle | Idan Gazit | |
| 2009-06-16 | only conditionally include the Django 1.1 signal for backwards compatibility | Alex Gaynor | |
| Signed-off-by: Rob Hudson <rob@tastybrew.com> | |||
| 2009-05-27 | Adding a signals panel to display list of signals and their providing arguments | Alex Gaynor | |
| and receivers. Thanks Alex Gaynor! Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
