summaryrefslogtreecommitdiff
path: root/lib/exe
Commit message (Collapse)AuthorAge
* Various JavaScript improvements, JSLint, jQueryAdrian Lang2011-09-13
|
* issue #61 security fixKate Arzamastseva2011-09-06
|
* issue #47 Changes to old media manager popup: removing edit and delete ↵Kate Arzamastseva2011-09-02
| | | | functionality
* 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 #57, function names, params, html fixesKate Arzamastseva2011-08-24
| |
* | issue #44 uploader fixes, #45 browser testingKate Arzamastseva2011-08-21
| |
* | issue #44 new uploader in the media popupKate Arzamastseva2011-08-19
| |
* | issue #50 styling the new uploaderKate Arzamastseva2011-08-15
| |
* | issue #44, #52 media_upload reused, error handlingKate Arzamastseva2011-08-12
| |
* | issue #44 overwrite checkbox added to uploaderKate Arzamastseva2011-08-08
| |
* | issue #44 fileuploader specific changes made in inheriting classKate Arzamastseva2011-08-07
| |
* | issue #44 multi file uploaderKate Arzamastseva2011-08-04
| |
* | issue #38 diff links only if diff available; deleted filesKate Arzamastseva2011-08-03
| |
* | issue #9 config option to disable media revisions, authKate Arzamastseva2011-08-02
| |
* | image diffs fixesKate Arzamastseva2011-07-26
| |
* | Merge branch 'master' of git://github.com/splitbrain/dokuwiki into ↵Kate Arzamastseva2011-07-15
|\| | | | | | | media-revisions
| * Fix some bugs and glitches in (mediamanager) treeAdrian Lang2011-07-11
| | | | | | | | | | | | * Fix selector in subtree loading callback * Remove HTML inconsistencies between AJAX and plain PHP lists * Unify icon and CSS class switching in dw_tree and dw_mediamanager
* | Merge branch 'master' of git://github.com/splitbrain/dokuwiki into ↵Kate Arzamastseva2011-07-11
|\| | | | | | | media-revisions
| * make use of auth_isMember() in XMLRPC authentication check FS#2287Andreas Gohr2011-07-10
| |
* | mergingKate Arzamastseva2011-07-10
|\|
| * 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
| * Merge branch 'datauris'Andreas Gohr2011-07-07
| |\ | | | | | | | | | | | | Conflicts: lib/exe/css.php
| | * Made the maximum embed size for datauris configurableAndreas Gohr2011-06-18
| | | | | | | | | | | | | | | The feature is now disabled by default. Metadata for config manager was added.
| | * Use data uris for small image files in CSSAndreas Gohr2011-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds a new config option 'cssdatauri'. When enabled, the CSS patcher will automatically convert all occurances of small (<600 byte) PNG and GIF images in the CSS to embedded, base64 encoded data uris. This reduces the number of needed HTTP requests and avoids the HTTP header overhead.
| * | another fix for the jQuery-UI themeAndreas Gohr2011-07-05
| | |
| * | fixed loading of the jQuery-UI style sheetAndreas Gohr2011-07-05
| | |
| * | 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
* | | mediamanager fixKate Arzamastseva2011-07-08
| | |
* | | mediamanager ajax formsKate Arzamastseva2011-07-04
| | |
* | | ajax mediamanager fixKate Arzamastseva2011-07-03
| | |
* | | ajax mediamanagerKate Arzamastseva2011-07-03
| | |
* | | restoring old media revisionsKate Arzamastseva2011-06-30
| | |
* | | Merge branch 'master' of git://github.com/splitbrain/dokuwiki into ↵Kate Arzamastseva2011-06-24
|\| | | | | | | | | | | media-revisions
| * | 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.
* | media manager auth fixKate Arzamastseva2011-06-23
| |
* | fullscreen media managerKate Arzamastseva2011-06-09
| |
* | fetch.php with rev parameterKate Arzamastseva2011-06-04
|/
* Merge branch 'jquery'Michael Hamann2011-05-29
|\ | | | | | | | | | | | | | | Conflicts: lib/scripts/edit.js lib/scripts/locktimer.js Some whitespace (at end of line) cleanup