| Age | Commit message (Collapse) | Author |
|
|
|
I think I finally got this one working. The saving of the temporary variable has to happen *before* jQuery loads, or else jQuery has already stomped on the '$' variable that another library might have used. This patch moves the temporary saving of this variable the HTML template so it tucks it aside before jQuery loads and puts it back after we're done. Tested and works with jQuery, mootools, and prototype.
|
|
|
|
Merge branch 'sql_stacktrace'
* sql_stacktrace:
Tuple unpacking of stacktrace variables for niceness.
Add preliminary support for stacktraces to see where SQL queries are coming from.
|
|
* jQuery events changed slightly which caused the click event on '#djDebugPanelList li a' to fire when the hide link was clicked. The hide link has no class attribute and an error was occurring. This checks for the lack of a class attribute and returns false immediately if it doesn't exist. The other event should catch normally and hide the toolbar.
* Updating all click methods to return false.
* Close the opened panel when hide is clicked.
|
|
panels."
There were some issues with this commit that need to be resolved before it's added back in.
|
|
Any panels that would cause the toolbar to wrap to a new line are put into a
new final panel called "more..." and are accessible via a vertical list under
that panel.
Slight tweaks were made to the original to match a previous commit's Javascript
style.
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
|
|
from.
I'm wanting to test this a bit more before I merge it in fully. Feedback welcome.
|
|
|
|
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
scripts that depend on it.
|
|
|
|
From Simon Willison's branch: Use pformat for template contexts, which makes it
more readable
|
|
conflicting with other libraries
|
|
|
|
|
|
|
|
so I'm including the context with each template in the Template panel. This
should make the designers happy.
|
|
fixes a few issues with open/closing panels and adds a keybinding on the ESC
key to close any panels that are open.
|
|
|
|
|