summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* 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.
* 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
* fix console check in Internet ExplorerAndreas Gohr2011-06-16
|
* deprecated even functionsAndreas Gohr2011-06-13
| | | | These now simply wrap around jQuery
* 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.
* finished jQuery port of ACL managerAndreas Gohr2011-06-09
|
* marked sack library as deprecatedAndreas Gohr2011-06-09
|
* started jQuery port of ACL managerAndreas Gohr2011-06-09
|
* 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.
* Updated JQuery to version 1.6.1Andreas Gohr2011-06-05
|
* Estonian language updateRivo Zängov2011-06-05
|
* Merge pull request #46 from gturri/masterAnika Henke2011-06-04
|\ | | | | Fix display in popularity plugin
| * Fix display in popularity pluginGuillaume Turri2011-05-28
| |
* | Hungarian language updateSzabó Dávid2011-06-04
| |
* | Deprecation marker for JavaScript functionsAndreas Gohr2011-06-03
| | | | | | | | | | | | | | | | | | | | | | 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.
* | Fixed quick searchAndreas Gohr2011-06-03
| | | | | | | | | | | | 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.
* | Add missing Slovak language fileMartin Michalek2011-05-31
| |
* | Persian language updateSoroush Falahati2011-05-30
| |
* | Norwegian language updateRune Rasmussen2011-05-30
| |
* | Merge branch 'jquery'Michael Hamann2011-05-29
|\ \ | |/ |/| | | | | | | | | | | Conflicts: lib/scripts/edit.js lib/scripts/locktimer.js Some whitespace (at end of line) cleanup
| * Undo whitespace changes in readded (old) js filesMichael Hamann2011-05-29
| |
| * edit.js is jQueryfiedMichal Rezler2011-04-09
| |
| * Merge branch 'master' of git://github.com/splitbrain/dokuwikiMichal Rezler2011-04-08
| |\
| * | fixed import for drag.js and started a rewrite of edit.jsMichal Rezler2011-03-30
| | |
| * | Merge remote branch splitbrain/master and added back drag.js (for ↵Michal Rezler2011-03-30
| | | | | | | | | | | | compatibility reason)
| * | Merge branch 'master' of git://github.com/splitbrain/dokuwikiMichal Rezler2011-03-30
| |\ \
| * | | toolbar.js is jQueryfiedMichal 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
| | | |
| * | | using POST instead of GET in searching by ajaxMichal Rezler2011-03-26
| | | |
| * | | locktimer.js is jQueryfiedMichal Rezler2011-03-26
| | | |
| * | | ajax.js is jQueryfiedMichal Rezler2011-03-24
| | | |
| * | | cursors: a.select = pointer, linkwiz__header = crossMichal Rezler2011-03-24
| | | |
| * | | Added pointers cursors on a.selectMichal Rezler2011-03-23
| | | |
| * | | 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
| | | | |
| * | | | minimaly jQueryfied link wizardPierre Spring2010-10-10
| | | | |
| * | | | subscriptions.js jQueryfiedPierre Spring2010-10-10
| | | | |
| * | | | media.js is jQueryfied.Pierre Spring2010-10-10
| | | | |
| * | | | Merge remote branch 'origin/master'Pierre Spring2010-10-10
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/scripts/media.js
| | * | | | Worked on jQuery port of the media managerPierre Spring2010-10-01
| | | | | |
| | * | | | started jQueryfying media managerPierre Spring2010-09-27
| | | | | |