summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* mediamanager resizableKate Arzamastseva2011-07-10
|
* media.js fixesKate Arzamastseva2011-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
| * deprecated prependChild()Andreas Gohr2011-07-08
| |
| * moved the TOC toggling to dw_behaviourAndreas Gohr2011-07-08
| |
| * jQueryized closePopups()Andreas 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
| * linkwiz: clear doesn't exist anymoreAndreas Gohr2011-07-08
| |
| * aliased some vars in linkwiz for brevityAndreas Gohr2011-07-08
| |
| * fixed linkwiz positionAndreas Gohr2011-07-08
| |
| * renamed linkwiz objectAndreas Gohr2011-07-08
| |
| * more robust deprecation messagesAndreas Gohr2011-07-08
| |
| * some initial refactoring of the linkwizardAndreas Gohr2011-07-08
| |
| * fixed delay in qsearchAndreas Gohr2011-07-07
| | | | | | | | | | The ajax quicksearch sent a request on every keystroke instead of waiting for the user to stop typing.
| * 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
| | |
| * | Upgraded to jQuery 1.6.2 and jQueryUI 1.8.14Andreas Gohr2011-07-04
| | |
| * | deprecated getElementsByClassAndreas Gohr2011-07-04
| | |
| * | deprecated findPosX and findPosYAndreas Gohr2011-07-04
| | |
| * | deprecated drag.jsAndreas Gohr2011-07-04
| | |
| * | 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
| * | Swedish language updateMikael Mallander2011-07-02
| | |
* | | media-manager fixesKate Arzamastseva2011-07-09
| | |
* | | media.js fixKate Arzamastseva2011-07-09
| | |
* | | 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
| | |
* | | media getting metadata fixKate Arzamastseva2011-06-29
| | |
* | | Merge branch 'master' of git://github.com/splitbrain/dokuwiki into ↵Kate Arzamastseva2011-06-28
|\| | | | | | | | | | | media-revisions
| * | prefixed jQuery var with $Andreas Gohr2011-06-27
| | |
| * | fixed two errors in media.js, still needs refactoringAndreas Gohr2011-06-27
| | |
| * | improved generic .clearer for IE6Anika Henke2011-06-26
| | |
| * | fixed typo causing PHP warning (FS#2282)Anika Henke2011-06-26
| | |
* | | css fixKate Arzamastseva2011-06-28
| | |
* | | 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
| * | Kazakh translation addedNurgozha Kaliaskarov2011-06-21
| | |
| * | Cleanup behaviour.jsAdrian Lang2011-06-21
| | | | | | | | | | | | | | | * Add var statement for dw_behaviour * Use live instead of click for smb share warnings
| * | Rework subscription.jsAdrian Lang2011-06-21
| | | | | | | | | | | | | | | | | | | | | * Remove jQuery to $ wrapper function * Add $ prefix for jQuery variables * Make some jQuery calls faster * Use slide animation
| * | 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
| * Image optimizations in default templateAndreas Gohr2011-06-17
| |
| * Optimized graphicsAndreas Gohr2011-06-17
| | | | | | | | | | | | This patch reduces the colorspace of GIF files and has optipng optimization run on PNGs. Changes shouldn't be visible except in filesizes.
| * Bulgarian language updateKiril Velikov2011-06-16
| |
| * config manager: always write back to the last fileAndreas Gohr2011-06-16
| | | | | | | | in the local config cascade tree