summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
Commit message (Collapse)AuthorAge
* mergingKate Arzamastseva2011-08-25
|\
| * jqueryized locktimerAndreas Gohr2011-08-19
| |
| * moved footnotes and section highlighting to ne fileAndreas Gohr2011-08-18
| | | | | | | | jquerized
| * moved subscription javascript into behaviourAndreas Gohr2011-08-18
| |
| * removed events.jsAndreas Gohr2011-08-18
| |
* | issue #44 fileuploader specific changes made in inheriting classKate Arzamastseva2011-08-07
| |
* | issue #44 multi file uploaderKate Arzamastseva2011-08-04
|/
* Rewrite mediamanager JavaScriptAdrian Lang2011-07-10
| | | | | Make it faster, prettier, less wrong, add UI effects, use jQuery UI Dialog, Abstract tree view stuff away into jQuery.dw_tree
* moved the TOC toggling to dw_behaviourAndreas Gohr2011-07-08
|
* moved some editor functions to a new dw_editor objectAndreas Gohr2011-07-08
| | | | There are probably more functions that should go in here
* Refactor CSS and JS cachingAdrian Lang2011-07-02
| | | | | | | * Increase HTTP cache time since the resources are timestamped on request anyway * Check userscript.js only once for JS cache validation * Use cache class
* Fix and refactor ajax.jsAdrian Lang2011-06-23
| | | | | | | | | * 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
* Fix index Javascript, introduce compatibility.jsAdrian Lang2011-06-21
| | | | | | | | | | | | * 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
* Moved behavioural functions into it's own object and fileAndreas Gohr2011-06-13
| | | | | JavaScript functions adding behaviours based on IDs or class names where moved to their own object into behaviour.js and where jQueryized.
* fixed JavaScript compressor for certain regexesAndreas Gohr2011-06-05
| | | | | This fixes a problem with running the minified jQuery through the compressor.
* fixed typoAndreas Gohr2011-06-05
|
* Updated jQuery-UI, added jQuery updater, load theme in CSS dispatcherAndreas Gohr2011-06-05
| | | | | | | | 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).
* Add a newline when loading JavaScript filesAndreas Gohr2011-06-05
| | | | This avoids problems when the files are concatenated later.
* Merge branch 'jquery'Michael Hamann2011-05-29
|\ | | | | | | | | | | | | | | Conflicts: lib/scripts/edit.js lib/scripts/locktimer.js Some whitespace (at end of line) cleanup
| * fixed import for drag.js and started a rewrite of edit.jsMichal Rezler2011-03-30
| |
| * JS API is corrected to the original stateMichal Rezler2011-03-28
| |
| * helpers.js was removed - it basically contained functions they are ↵Michal Rezler2011-03-27
| | | | | | | | implemented in jQuery library
| * cookie.js is jQueryfied, added jQuery-cookie-pluginMichal Rezler2011-03-26
| |
| * locktimer.js is jQueryfiedMichal Rezler2011-03-26
| |
| * jQuery rewrite branch merged into master branch of whole projectMichal Rezler2011-03-23
| |\
| * | Got rid of drag.js and added jQuery UI instead.Pierre Spring2010-10-10
| | |
| * | loading jQuery and putting it into noConflict modePierre Spring2010-10-10
| | |
* | | fixed some missing config_cascade occurrences (FS#2235)Anika Henke2011-05-07
| | |
* | | Make locktimer more robustAdrian Lang2011-04-21
| |/ |/| | | | | | | If no HTML element with the id wiki__text exists, locktimer.init led to a JavaScript error.
* | moved locktimer class to its own fileAndreas Gohr2011-02-06
| | | | | | | | I also adjusted the coding style to match our other JS classes
* | Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
| | | | | | | | | | | | 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.
* | Fix JS error due to disabled JS based hotkeys because of FS#1958Michael Hamann2010-10-26
| |
* | disabled JS based hotkeys for next stable release FS#1958Andreas Gohr2010-10-22
|/
* use config cascade for userscripts and styles FS#1678Andreas Gohr2010-06-27
|
* Hotkey trigger is now CTRL-ALT FS#1958Andreas Gohr2010-06-26
| | | | Tests and feedbacks please!
* temporary disable hotkey JS for FS#1958Andreas Gohr2010-06-22
|
* Reimplementation of Accesskeys in javascript (FS#1809), toolbar accesskyes fix.Marek Sacha2010-05-08
|
* Reimplementation of Accesskeys in JavaScript (FS#1809)Marek Sacha2010-05-08
|
* Rewrite JavaScript change checkAdrian Lang2010-03-26
|
* Merge branch 'requireall'Andreas Gohr2010-03-12
|\ | | | | | | | | Conflicts: inc/fulltext.php
| * removed require's in lib/exe/*Andreas Gohr2010-02-01
| |
* | Disable locking when locktime is zeroDaniel Calviño Sánchez2010-02-15
|/
* New mail subscription with digestAdrian Lang2010-01-20
|
* Factor out timer and delay managementAdrian Lang2010-01-12
| | | | darcs-hash:20091201115019-e4919-fe83e3d69eb997d0c04064b46117690824fe4daf.gz
* Allow hyphens and underscores in javascript include filenamesAdrian Lang2010-01-12
| | | | darcs-hash:20091119142845-e4919-5394617fd83d4de22673491b868f7040c25fb290.gz
* Fix js_compress regexp detectionPierre Paysant-Le Roux2009-11-05
| | | | | | Ignore-this: ffb20375a09483502d61241d76877a8d darcs-hash:20091105213452-533a7-f09aca121cf24a8b6ad2d3448d058a846cb52182.gz
* Emit less E_NOTICEs and E_STRICTsAdrian Lang2009-11-04
| | | | | | | | | | | | | Changes of behaviour are: * Allow the user name, title & description \e2\80\9c0\e2\80\9d * Default to Port 443 if using HTTPS * Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is logged in * Do not pass empty fragment field in the event data for event ACTION_SHOW_REDIRECT * Handle chunked encoding in HTTPClient darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz
* LinkWizard: don't add a title when useheading is used for content FS#1745Andreas Gohr2009-11-02
| | | | | | Ignore-this: 48f0da3ab0bf0178197b16e63143e1ca darcs-hash:20091102130115-6e07b-d10e1c076791cdeb08b87ec76d6be8730228c8fb.gz
* save compressed css/js caches with io_saveFile and check for gzip supportAndreas Gohr2009-10-18
| | | | | | Ignore-this: 77e61d0082fe6eb8f43059fb5da67eee darcs-hash:20091018203240-7ad00-4530a8b64af79bc844f50e3c0988e466fb09351c.gz
* Whitespace cleanup FS#1709furun2009-10-16
| | | | | | Ignore-this: 27ea52110bce929b2c61ed8faba67cfc darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz