| #
ddf8a04f |
| 08-Jul-2011 |
Andreas Gohr <andi@splitbrain.org> |
moved some editor functions to a new dw_editor object
There are probably more functions that should go in here
|
| #
6619f42e |
| 01-Jul-2011 |
Adrian Lang <mail@adrianlang.de> |
Refactor CSS and JS caching
* Increase HTTP cache time since the resources are timestamped on request anyway * Check userscript.js only once for JS cache validation * Use cache class
|
| #
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 ...
|
| #
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 ...
|
| #
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.
|
| #
6992ea08 |
| 05-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed JavaScript compressor for certain regexes
This fixes a problem with running the minified jQuery through the compressor.
|
| #
303d4f14 |
| 05-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed typo
|
| #
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 ...
|
| #
17582ec6 |
| 05-Jun-2011 |
Andreas Gohr <andi@splitbrain.org> |
Add a newline when loading JavaScript files
This avoids problems when the files are concatenated later.
|
| #
79344f5b |
| 29-May-2011 |
Michael Hamann <michael@content-space.de> |
Merge branch 'jquery'
Conflicts: lib/scripts/edit.js lib/scripts/locktimer.js
Some whitespace (at end of line) cleanup
|
| #
defb7d57 |
| 07-May-2011 |
Anika Henke <anika@selfthinker.org> |
fixed some missing config_cascade occurrences (FS#2235)
|
| #
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.
|
| #
ff482cae |
| 30-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
fixed import for drag.js and started a rewrite of edit.js
|
| #
2ed49e2a |
| 28-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
JS API is corrected to the original state
|
| #
11bf24d8 |
| 27-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
helpers.js was removed - it basically contained functions they are implemented in jQuery library
|
| #
fdfb9c6a |
| 26-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
cookie.js is jQueryfied, added jQuery-cookie-plugin
|
| #
80997d21 |
| 26-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
locktimer.js is jQueryfied
|
| #
35838d22 |
| 23-Mar-2011 |
Michal Rezler <rezlemic@fel.cvut.cz> |
jQuery rewrite branch merged into master branch of whole project
|
| #
55f92d7e |
| 06-Feb-2011 |
Andreas Gohr <andi@splitbrain.org> |
moved locktimer class to its own file
I also adjusted the coding style to match our other JS classes
|
| #
e3776c06 |
| 29-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is o
Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
show more ...
|
| #
de32b03e |
| 26-Oct-2010 |
Michael Hamann <michael@content-space.de> |
Fix JS error due to disabled JS based hotkeys because of FS#1958
|
| #
87e7175e |
| 22-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
disabled JS based hotkeys for next stable release FS#1958
|
| #
c4bb7947 |
| 10-Oct-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
Got rid of drag.js and added jQuery UI instead.
|
| #
2d6262c1 |
| 17-Sep-2010 |
Pierre Spring <pierre.spring@caillou.ch> |
loading jQuery and putting it into noConflict mode
|
| #
09edb711 |
| 27-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
use config cascade for userscripts and styles FS#1678
|