| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-19 | Fix #565 -- Replace render with render_to_response. | Aymeric Augustin | |
| 2014-04-03 | Merge pull request #551 from GomZik/master | Aymeric Augustin | |
| Fix UnicodeDecodeError in SQL panel. | |||
| 2014-04-03 | Fix #571 -- Improve database engine detection. | Aymeric Augustin | |
| 2014-02-18 | Update forms.py | Alexey Homza | |
| Fix UnicodeDecodeError exception when sql params has unicode characters | |||
| 2014-02-13 | Make NormalCursorWrapper a context manager | Simon Meers | |
| -- like django.backends.utils.CursorWrapper since Django #17671 | |||
| 2014-02-11 | Color-code SQL: code review changes; fallback to black after 2**24 colors | David Wolfe | |
| 2014-02-10 | Color-code SQL: minor code style changes | David Wolfe | |
| 2014-02-08 | Color-code SQL query "Timeline" stripes according to stacktrace | David Wolfe | |
| 2014-01-26 | Fix stupid bug in previous commit. | Aymeric Augustin | |
| 2014-01-26 | Remove line endings to avoid issues with browser normalization. | Aymeric Augustin | |
| Fix #533. | |||
| 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 | Also record SQL from callproc. | Aymeric Augustin | |
| I'm not sure anyone is using that, but it's in the DB API. Fix #293. | |||
| 2013-11-29 | Record SQL from executemany. | Aymeric Augustin | |
| Fix #293. | |||
| 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-16 | Fix instrumentation of multiple database connections. | Aymeric Augustin | |
| Python requires a function call to create a new scope; lambdas don't create closures! Fix #457. | |||
| 2013-11-16 | Flat is better than nested. | Aymeric Augustin | |
| 2013-11-15 | Continue moving panel-specific code within panels. | Aymeric Augustin | |
| Structure the SQL and template panels as packages as they're growing. | |||
