| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
appear.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
subclass grew a subtitle method to display informative text under the title.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Rob Hudson <rob@tastybrew.com>
|
|
|
|
|
|
|
|
|
|
I ran into this when I had a URL with a ? (%3F) mark in it.
Signed-off-by: Rob Hudson <rob@tastybrew.com>
|
|
Signed-off-by: Rob Hudson <rob@tastybrew.com>
|
|
|
|
you use the interactive Python shell.
|
|
and receivers. Thanks Alex Gaynor!
Signed-off-by: Rob Hudson <rob@cogit8.org>
|
|
|
|
broken at the moment.
|
|
|
|
This change allows a custom method to be used in place of the default 'show_toolbar' method on whether the toolbar should be displayed.
|
|
|
|
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.
|