| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | 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-10 | Be resilient if not all middleware run. | Aymeric Augustin | |
| Fix #129. | |||
| 2013-11-09 | Remove unused method in panel API. | Aymeric Augustin | |
| 2013-10-26 | Eliminate almost all flake8 messages. | Aymeric Augustin | |
| 2013-10-17 | Enable unicode_literals in all non-empty modules. | Aymeric Augustin | |
| 2013-05-01 | Add javascript timing metrics to timing panel onLoad if available | Roger Barnes | |
| 2012-03-31 | Marked a few more strings for translation. | Jannis Leidel | |
| 2012-01-12 | pep8 | David Cramer | |
| 2011-11-15 | Only call _elapsed_ru() in TimerPanel when resource module is available. | Andi Albrecht | |
| 2011-09-15 | Edited all of the panels to use the stats API and not override the content ↵ | bkonkle | |
| method | |||
| 2011-09-12 | Tweaks to the version panel, and whitespace corrections for the timer panel | bkonkle | |
| 2011-09-12 | Tweaks to the timer panel, and a correction to the profiling panel | bkonkle | |
| 2011-09-10 | Also add the BSD specific value and comment them out | Yann Malet | |
| 2011-09-10 | Apply the same changes to the timer panel | Yann Malet | |
| 2010-04-07 | Revert "Start of splitting off data collection classes and panel classes." | Rob Hudson | |
| This reverts commit edf74beb6e26ed34779dff17240d2fb4c436d451. | |||
| 2010-03-03 | Start of splitting off data collection classes and panel classes. | 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> | |||
| 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-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-12-11 | Win32 systems don't have the resource module. This patch codes around it so ↵ | Rob Hudson | |
| only the basic timings are shown for those that don't have the resource module, and finer grained timings are shown for those that do. | |||
| 2008-12-09 | Minor cleanup and template change to previous commit. | Rob Hudson | |
| 2008-12-09 | Added more of the rusage stats in a drop-down panel | Martin Maney | |
| (some items were commented out after I was reminded that not all of the original BSD items are supported under Linux) | |||
| 2008-12-09 | Added fine-grained CPU usage to timer | Martin Maney | |
| 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-07 | updating to pass around the request object | 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 | Updating panels to include more info without action required | Rob Hudson | |
| 2008-08-28 | decided to change timer to display in milliseconds | Rob Hudson | |
| 2008-08-28 | adding a timing panel | Rob Hudson | |
