summaryrefslogtreecommitdiff
path: root/lib/scripts/index.js
Commit message (Collapse)AuthorAge
* Various JavaScript improvements, JSLint, jQueryAdrian Lang2011-09-13
|
* Revert tmp commitsAdrian Lang2011-09-04
| | | | | This reverts commit ba6c070edd92ca0fc8a6ee85d51769d64a19ee7c. This reverts commit 923510088dda99cb2790b15308593e47369d4f01.
* tmpAdrian Lang2011-09-04
|
* Rewrite mediamanager JavaScriptAdrian Lang2011-07-10
| | | | | Make it faster, prettier, less wrong, add UI effects, use jQuery UI Dialog, Abstract tree view stuff away into jQuery.dw_tree
* Fix index Javascript, introduce compatibility.jsAdrian Lang2011-06-21
| | | | | | | | | | | | * 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
* index.js has been jQueryfiedPierre Spring2010-10-10
|
* using POST instead of GET, as the DW API behaves in a wierd way when using POSTPierre Spring2010-10-10
|
* starting to replace SACK by jQueryPierre Spring2010-10-10
|
* added var in index.jsAndreas Gohr2009-12-16
| | | | | | Ignore-this: 8912201740e23f9daaf96a0a3ce0c11a darcs-hash:20091216101534-6e07b-a6bb350029865813d5daf742c4311e31cf5c6a80.gz
* Fixed doubleclick-behaviour of links, fixes FS#1389michael2008-10-12
| | | | | | There is a new open-attribute of listitems that represents the state that should be achieved or the current state. This makes it possible that clicks that occur when the opening of the listitem has already been triggered close it again and the listitem won't be reopened when the ajax-call is finished. darcs-hash:20081012141018-074e0-f9be8bbe89083df761d71f665b409bc95e450bf3.gz
* fixed AJAX in index for IE FS#1367Andreas Gohr2008-04-09
| | | | darcs-hash:20080409171637-7ad00-1a76786332c0b44ae6ff1d1b93007afb02fac97e.gz
* Optimize loading the index with AJAXBen Coburn2007-08-10
| | | | | | | | | | | | | | Improves the perceptual latency of the AJAX based index view. - Only show the throbber for AJAX calls that are slow. Currently this applies to calls that take more than 500 ms. - Reuse the results of AJAX calls. This makes a namespace open, close, open, cycle much faster. Also reduces the number of AJAX calls to the server. (To reload the index, just reload the page as usual.) darcs-hash:20070810040430-05dcb-1a4bcdb19c599ea74d1a3d2cc758753d19ef6eee.gz
* JavaScript fixAndreas Gohr2007-07-25
| | | | darcs-hash:20070725184035-7ad00-ed079411e612045107680940d8e0570df48bdb7d.gz
* small javascript fixAndreas Gohr2007-07-16
| | | | darcs-hash:20070716185356-7ad00-041a32374cd1d2878296161a5cc1bc7e09e58b27.gz
* AJAX for the index viewAndreas Gohr2007-07-16
This makes the index view much more responsive by loading sub namespaces through AJAX if JavaScript is available. The used throbber image probably looks bad on dark backgrounds. If someone could provide a better one it would be greatly appreciated. darcs-hash:20070716184605-7ad00-adf298ee3303d50f2b4b6b66e5ea3ff8d8c2bf9a.gz