- Aug 19, 2011
-
-
Andreas Gohr authored
yeah, yeah I know...
-
- Aug 18, 2011
-
-
Andreas Gohr authored
jquerized
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Aug 14, 2011
-
-
Andreas Gohr authored
this interferred with copy'n'pasting error messages
-
- Jul 31, 2011
-
-
Andreas Gohr authored
-
- Jul 30, 2011
-
-
Anika Henke authored
-
- Jul 19, 2011
-
-
Michael Hamann authored
This fixes the hiding of the highlighting of the current section when the mouse leaves the edit section button.
-
- Jul 11, 2011
-
-
Adrian Lang authored
* Fix selector in subtree loading callback * Remove HTML inconsistencies between AJAX and plain PHP lists * Unify icon and CSS class switching in dw_tree and dw_mediamanager
-
Chris authored
-
- Jul 10, 2011
-
-
Adrian Lang authored
Make it faster, prettier, less wrong, add UI effects, use jQuery UI Dialog, Abstract tree view stuff away into jQuery.dw_tree
-
- Jul 08, 2011
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
There are probably more functions that should go in here
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jul 07, 2011
-
-
Andreas Gohr authored
-
Andreas Gohr authored
The ajax quicksearch sent a request on every keystroke instead of waiting for the user to stop typing.
-
- Jul 04, 2011
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jun 27, 2011
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Jun 23, 2011
-
-
Adrian Lang authored
* Move file to qsearch.js * Rename object to dw_qsearch * Remove unnecessary usage of Delay * Use $ prefix for jQuery objects * Fix result list hiding on click * Fix namespace shorting
-
- Jun 21, 2011
-
-
Adrian Lang authored
* Add var statement for dw_behaviour * Use live instead of click for smb share warnings
-
Adrian Lang authored
* Remove jQuery to $ wrapper function * Add $ prefix for jQuery variables * Make some jQuery calls faster * Use slide animation
-
Adrian Lang authored
* Removed "use strict" statement, since it does not work with our script file joining (the statement has to be the first in a file or function) * Make index a global object again to allow overriding and enhancing * Use prefix dw_ for index object * Reintroduce index.treeattach * Support deprecated index.toggle calling convention * Add $ prefix for jQuery variables * Use slide animation for freshly loaded sublists as well * Fix various errors
-
- Jun 16, 2011
-
-
Andreas Gohr authored
-
- Jun 13, 2011
-
-
Andreas Gohr authored
These now simply wrap around jQuery
-
Andreas Gohr authored
JavaScript functions adding behaviours based on IDs or class names where moved to their own object into behaviour.js and where jQueryized.
-
- Jun 09, 2011
-
-
Andreas Gohr authored
-
- Jun 05, 2011
-
-
Andreas Gohr authored
This patch adds a simple shell script to easily update the jQuery/jQuery-UI+theme bundle to the latest available version. The jQuery-UI CSS theme is now loaded in lib/exe/css.php (before plugin and template styles - 3rd party authors can override the styles).
-
Andreas Gohr authored
-
- Jun 03, 2011
-
-
Andreas Gohr authored
This adds a DEPRECATED() JavaScript function. This function will print a warning to the Browser's debug console if available (Chrome and Firefox with Firebug extension) when ever it is called. The DEPRECATED() function was also added to the $() function which should no longer be used and be replaced with JQuery calls. Other deprecated functions need to be identified and marked.
-