| 2bcca88a | 07-Jul-2011 |
Andreas Gohr <andi@splitbrain.org> |
some initial refactoring of the linkwizard |
| 110749cc | 07-Jul-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed delay in qsearch
The ajax quicksearch sent a request on every keystroke instead of waiting for the user to stop typing. |
| 04105e5c | 04-Jul-2011 |
Andreas Gohr <andi@splitbrain.org> |
Upgraded to jQuery 1.6.2 and jQueryUI 1.8.14 |
| 5566338d | 04-Jul-2011 |
Andreas Gohr <andi@splitbrain.org> |
deprecated getElementsByClass |
| 0589eb71 | 04-Jul-2011 |
Andreas Gohr <andi@splitbrain.org> |
deprecated findPosX and findPosY |
| 98becf95 | 04-Jul-2011 |
Andreas Gohr <andi@splitbrain.org> |
deprecated drag.js |
| 7d7ab775 | 04-Jul-2011 |
Kate Arzamastseva <pshns@ukr.net> |
mediamanager ajax forms |
| ed69a2ae | 03-Jul-2011 |
Kate Arzamastseva <pshns@ukr.net> |
ajax mediamanager fix |
| 23846a98 | 03-Jul-2011 |
Kate Arzamastseva <pshns@ukr.net> |
ajax mediamanager |
| a4f16859 | 27-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
prefixed jQuery var with $ |
| 87acb57f | 27-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed two errors in media.js, still needs refactoring |
| c949174a | 22-Jun-2011 |
Adrian Lang <mail@adrianlang.de> |
Fix and refactor ajax.js
* 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 and refactor ajax.js
* 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
show more ...
|
| 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 ...
|