| Commit message (Collapse) | Author | Age |
|\
| |
| |
| | |
media-revisions
|
| |
| |
| |
| |
| |
| | |
* 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
|
|\|
| |
| |
| | |
media-revisions
|
| | |
|
|\| |
|
| |
| |
| |
| |
| | |
Make it faster, prettier, less wrong, add UI effects, use jQuery UI Dialog,
Abstract tree view stuff away into jQuery.dw_tree
|
| | |
|
| |
| |
| |
| | |
There are probably more functions that should go in here
|
| |\
| | |
| | |
| | |
| | | |
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
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\| |
| | |
| | |
| | | |
media-revisions
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| |
| | |
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.
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
lib/scripts/edit.js
lib/scripts/locktimer.js
Some whitespace (at end of line) cleanup
|
| | |
|
| | |
|
| |
| |
| |
| | |
implemented in jQuery library
|
| | |
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The security token here doesn't improve the security as the other
requests that allow you to do the same thing aren't protected and I
don't see why locking or draft creation should be subject of XSRF
attacks.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This disables lock and draft creation for pages the user can't edit. It
additionally adds a security token to the draft creation and deletion
request so - at least for logged in users - drafts can't be created,
modified or deleted so easily anymore.
|
| | | |
|
| |/
|/|
| |
| |
| | |
If no HTML element with the id wiki__text exists, locktimer.init led to a
JavaScript error.
|
| |
| |
| |
| | |
bottom padding or else the icons' top and bottom pixel rows get cut off.
|
|\ \ |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
inc/fulltext.php
inc/indexer.php
lib/exe/indexer.php
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts:
inc/fulltext.php
inc/indexer.php
lib/exe/indexer.php
|
| | | | | |
|
| | | | | |
|
| | | | | |
|