| Age | Commit message (Collapse) | Author |
|
|
|
Also simplify the implementation.
|
|
Fix #466.
|
|
Fix #258.
|
|
Fix #228.
|
|
Python requires a function call to create a new scope; lambdas don't
create closures!
Fix #457.
|
|
|
|
|
|
|
|
|
|
|
|
For the same reasons we stopped compressing JS.
|
|
|
|
|
|
|
|
Structure the SQL and template panels as packages as they're growing.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #278.
|
|
Fix #129.
|
|
|
|
Fix #389.
|
|
|
|
This eliminates the performance overhead when a panel is disabled.
|
|
|
|
|
|
Fix #439.
|