| ea62f4ff | 21-Jun-2011 |
Adrian Lang <mail@adrianlang.de> |
Cleanup behaviour.js
* Add var statement for dw_behaviour * Use live instead of click for smb share warnings |
| 2e5fe8c3 | 21-Jun-2011 |
Adrian Lang <mail@adrianlang.de> |
Rework subscription.js
* Remove jQuery to $ wrapper function * Add $ prefix for jQuery variables * Make some jQuery calls faster * Use slide animation |
| cd06d16f | 21-Jun-2011 |
Adrian Lang <mail@adrianlang.de> |
Fix index Javascript, introduce compatibility.js
* 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)
Fix index Javascript, introduce compatibility.js
* 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
show more ...
|
| d7ead009 | 16-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
fix console check in Internet Explorer |
| 00162124 | 10-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
deprecated even functions
These now simply wrap around jQuery |
| 17e2e254 | 10-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Moved behavioural functions into it's own object and file
JavaScript functions adding behaviours based on IDs or class names where moved to their own object into behaviour.js and where jQueryized. |
| 782d0c09 | 09-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
marked sack library as deprecated |
| 43576758 | 05-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Updated jQuery-UI, added jQuery updater, load theme in CSS dispatcher
This patch adds a simple shell script to easily update the jQuery/jQuery-UI+theme bundle to the latest available version.
The j
Updated jQuery-UI, added jQuery updater, load theme in CSS dispatcher
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).
show more ...
|
| 1b06a5d8 | 05-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Updated JQuery to version 1.6.1 |
| d4be3f96 | 03-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Deprecation marker for JavaScript functions
This adds a DEPRECATED() JavaScript function. This function will print a warning to the Browser's debug console if available (Chrome and Firefox with Fire
Deprecation marker for JavaScript functions
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.
show more ...
|
| e91ea5c1 | 03-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Fixed quick search
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. |
| 61a2640a | 29-May-2011 |
Michael Hamann <michael@content-space.de> |
Undo whitespace changes in readded (old) js files |
| f7b6e27e | 25-May-2011 |
Michael Hamann <michael@content-space.de> |
Remove the security token from the ajax draft/lock calls again
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 d
Remove the security token from the ajax draft/lock calls again
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.
show more ...
|
| 31bc8f11 | 24-May-2011 |
Michael Hamann <michael@content-space.de> |
Check permissions + security token in lock + draft modification FS#2265
This disables lock and draft creation for pages the user can't edit. It additionally adds a security token to the draft creati
Check permissions + security token in lock + draft modification FS#2265
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.
show more ...
|
| 42c58e90 | 02-May-2011 |
Andreas Gohr <andi@splitbrain.org> |
set cursor to start of textbox when focusing FS#2243
This works around a new "feature/bug" of Firefox 4. |
| 4b1755bd | 21-Apr-2011 |
Adrian Lang <mail@adrianlang.de> |
Make locktimer more robust
If no HTML element with the id wiki__text exists, locktimer.init led to a JavaScript error. |
| 1f663d37 | 18-Apr-2011 |
Andreas Gohr <andi@splitbrain.org> |
Revert "correctly disable unfinished media options popup"
This reverts commit 342e58c8c048bfd5f57f10bd88cee95aa2732e96.
The options code had already been fixed. My mistake. |
| 342e58c8 | 17-Apr-2011 |
Andreas Gohr <andi@splitbrain.org> |
correctly disable unfinished media options popup
We disabled the media options shortly before the last release because of an unfixed bug. The disabling was not complete which caused problems with te
correctly disable unfinished media options popup
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.
show more ...
|
| 7d643c17 | 17-Apr-2011 |
Guy Brand <gb@unistra.fr> |
Trap onbeforeunload when event fired (attempt to fix FS#2196) |
| 02097e2a | 17-Apr-2011 |
Andreas Gohr <andi@splitbrain.org> |
attach textChanged property to window attempt to fix FS#2196 |
| 2ec63414 | 09-Apr-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
edit.js is jQueryfied |
| ff482cae | 30-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
fixed import for drag.js and started a rewrite of edit.js |
| 5ed44c0e | 30-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
Merge remote branch splitbrain/master and added back drag.js (for compatibility reason) |
| 5d3db6eb | 30-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
toolbar.js is jQueryfied |
| 2ed49e2a | 28-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
JS API is corrected to the original state |