| Commit message (Collapse) | Author | Age |
|
|
|
| |
There are probably more functions that should go in here
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The ajax quicksearch sent a request on every keystroke instead of
waiting for the user to stop typing.
|
|\
| |
| |
| |
| | |
Conflicts:
lib/exe/css.php
|
| |
| |
| |
| |
| | |
The feature is now disabled by default.
Metadata for config manager was added.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This patch adds a new config option 'cssdatauri'. When enabled, the CSS
patcher will automatically convert all occurances of small (<600 byte)
PNG and GIF images in the CSS to embedded, base64 encoded data uris.
This reduces the number of needed HTTP requests and avoids the HTTP header
overhead.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* Increase HTTP cache time since the resources are timestamped on request
anyway
* Check userscript.js only once for JS cache validation
* Use cache class
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| | |
|
| |
| |
| |
| |
| | |
* Add var statement for dw_behaviour
* Use live instead of click for smb share warnings
|
| |
| |
| |
| |
| |
| |
| | |
* Remove jQuery to $ wrapper function
* Add $ prefix for jQuery variables
* Make some jQuery calls faster
* Use slide animation
|
|/
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
| |
This patch reduces the colorspace of GIF files and has optipng
optimization run on PNGs. Changes shouldn't be visible except in
filesizes.
|
| |
|
|
|
|
| |
in the local config cascade tree
|
| |
|
|
|
|
| |
These now simply wrap around jQuery
|
|
|
|
|
| |
JavaScript functions adding behaviours based on IDs or class names where
moved to their own object into behaviour.js and where jQueryized.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This fixes a problem with running the minified jQuery through the
compressor.
|
| |
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
This avoids problems when the files are concatenated later.
|
| |
|
| |
|
|\
| |
| | |
Fix display in popularity plugin
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
This was broken by the JQuery port. This patch makes the page search
work again and also removes the anonymous wrapper function around
ajax_quicksearch again.
|
| | |
|