| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Test settings already have this value.
|
|
For the same reasons we stopped compressing JS.
|
|
|
|
|
|
|
|
Structure the SQL and template panels as packages as they're growing.
|
|
|
|
Quoting Rob:
> I'm +1 on removing AUTHORS and pointing to the github contributors.
> I like that solution.
|
|
|
|
|
|
|
|
Fix #122.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requested by David who seems to runs the debug toolbar in production :-)
|
|
.empty() wasn't working like I expected.
|
|
|
|
Fix #448.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Simplify installation and provide more control.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #278.
|
|
Fix #129.
|
|
|
|
Fix #389.
|
|
aaugustin/disable-instrumentation-for-disabled-panels
Disable instrumentation for disabled panels
|
|
|
|
|
|
This eliminates the performance overhead when a panel is disabled.
|