- 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.
-
Andreas Gohr authored
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.
-
- May 29, 2011
-
-
Michael Hamann authored
-
- May 25, 2011
-
-
Michael Hamann authored
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.
-
- May 24, 2011
-
-
Michael Hamann authored
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.
-
- May 02, 2011
-
-
Andreas Gohr authored
This works around a new "feature/bug" of Firefox 4.
-
- Apr 21, 2011
-
-
Adrian Lang authored
If no HTML element with the id wiki__text exists, locktimer.init led to a JavaScript error.
-
- Apr 18, 2011
-
-
Andreas Gohr authored
This reverts commit 342e58c8. The options code had already been fixed. My mistake.
-
- Apr 17, 2011
-
-
Andreas Gohr authored
We disabled the media options shortly before the last release because of an unfixed bug. The disabling was not complete which caused problems with templates not incorporating the needed CSS. Since the option dialog hasn't been fixed yet, this patch also disables the creation of the corresponding HTML to avoid the mentioned template problems.
-
Guy Brand authored
-
Andreas Gohr authored
-
- Apr 09, 2011
-
-
Michal Rezler authored
-
- Mar 30, 2011
-
-
Michal Rezler authored
-
Michal Rezler authored
-
Michal Rezler authored
-
- Mar 28, 2011
-
-
Michal Rezler authored
-
- Mar 27, 2011
-
-
Michal Rezler authored
-
- Mar 26, 2011
-
-
Michal Rezler authored
-
Michal Rezler authored
-
Michal Rezler authored
-
- Mar 24, 2011
-
-
Michal Rezler authored
-
Michal Rezler authored
-
- Mar 23, 2011
-
-
Michal Rezler authored
-
- Mar 06, 2011
-
-
Adrian Lang authored
-
- Feb 06, 2011
-
-
Michael Hamann authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
I also adjusted the coding style to match our other JS classes
-
- Jan 31, 2011
-
-
Andreas Gohr authored
When a <select> tag has the class "quickselect", this script will automatically submit its parent form when the select value changes. It also hides the submit button of the form.
-
- Jan 15, 2011
-
-
Andreas Gohr authored
This makes it possible for plugin and template authors to overwrite or extend the quicksearch JavaScript logic.
-