Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Various JavaScript improvements, JSLint, jQuery | Adrian Lang | 2011-09-13 |
| | |||
* | issue #61 security fix | Kate Arzamastseva | 2011-09-06 |
| | |||
* | issue #47 Changes to old media manager popup: removing edit and delete ↵ | Kate Arzamastseva | 2011-09-02 |
| | | | | functionality | ||
* | merging | Kate Arzamastseva | 2011-08-25 |
|\ | |||
| * | jqueryized locktimer | Andreas Gohr | 2011-08-19 |
| | | |||
| * | moved footnotes and section highlighting to ne file | Andreas Gohr | 2011-08-18 |
| | | | | | | | | jquerized | ||
| * | moved subscription javascript into behaviour | Andreas Gohr | 2011-08-18 |
| | | |||
| * | removed events.js | Andreas Gohr | 2011-08-18 |
| | | |||
* | | issue #57, function names, params, html fixes | Kate Arzamastseva | 2011-08-24 |
| | | |||
* | | issue #44 uploader fixes, #45 browser testing | Kate Arzamastseva | 2011-08-21 |
| | | |||
* | | issue #44 new uploader in the media popup | Kate Arzamastseva | 2011-08-19 |
| | | |||
* | | issue #50 styling the new uploader | Kate Arzamastseva | 2011-08-15 |
| | | |||
* | | issue #44, #52 media_upload reused, error handling | Kate Arzamastseva | 2011-08-12 |
| | | |||
* | | issue #44 overwrite checkbox added to uploader | Kate Arzamastseva | 2011-08-08 |
| | | |||
* | | issue #44 fileuploader specific changes made in inheriting class | Kate Arzamastseva | 2011-08-07 |
| | | |||
* | | issue #44 multi file uploader | Kate Arzamastseva | 2011-08-04 |
| | | |||
* | | issue #38 diff links only if diff available; deleted files | Kate Arzamastseva | 2011-08-03 |
| | | |||
* | | issue #9 config option to disable media revisions, auth | Kate Arzamastseva | 2011-08-02 |
| | | |||
* | | image diffs fixes | Kate Arzamastseva | 2011-07-26 |
| | | |||
* | | Merge branch 'master' of git://github.com/splitbrain/dokuwiki into ↵ | Kate Arzamastseva | 2011-07-15 |
|\| | | | | | | | media-revisions | ||
| * | Fix some bugs and glitches in (mediamanager) tree | Adrian Lang | 2011-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 Arzamastseva | 2011-07-11 |
|\| | | | | | | | media-revisions | ||
| * | make use of auth_isMember() in XMLRPC authentication check FS#2287 | Andreas Gohr | 2011-07-10 |
| | | |||
* | | merging | Kate Arzamastseva | 2011-07-10 |
|\| | |||
| * | Rewrite mediamanager JavaScript | Adrian Lang | 2011-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_behaviour | Andreas Gohr | 2011-07-08 |
| | | |||
| * | moved some editor functions to a new dw_editor object | Andreas Gohr | 2011-07-08 |
| | | | | | | | | There are probably more functions that should go in here | ||
| * | Merge branch 'datauris' | Andreas Gohr | 2011-07-07 |
| |\ | | | | | | | | | | | | | Conflicts: lib/exe/css.php | ||
| | * | Made the maximum embed size for datauris configurable | Andreas Gohr | 2011-06-18 |
| | | | | | | | | | | | | | | | The feature is now disabled by default. Metadata for config manager was added. | ||
| | * | Use data uris for small image files in CSS | Andreas Gohr | 2011-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 theme | Andreas Gohr | 2011-07-05 |
| | | | |||
| * | | fixed loading of the jQuery-UI style sheet | Andreas Gohr | 2011-07-05 |
| | | | |||
| * | | Refactor CSS and JS caching | Adrian Lang | 2011-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 fix | Kate Arzamastseva | 2011-07-08 |
| | | | |||
* | | | mediamanager ajax forms | Kate Arzamastseva | 2011-07-04 |
| | | | |||
* | | | ajax mediamanager fix | Kate Arzamastseva | 2011-07-03 |
| | | | |||
* | | | ajax mediamanager | Kate Arzamastseva | 2011-07-03 |
| | | | |||
* | | | restoring old media revisions | Kate Arzamastseva | 2011-06-30 |
| | | | |||
* | | | Merge branch 'master' of git://github.com/splitbrain/dokuwiki into ↵ | Kate Arzamastseva | 2011-06-24 |
|\| | | | | | | | | | | | media-revisions | ||
| * | | Fix and refactor ajax.js | Adrian Lang | 2011-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.js | Adrian Lang | 2011-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 file | Andreas Gohr | 2011-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 regexes | Andreas Gohr | 2011-06-05 |
| | | | | | | | | | | This fixes a problem with running the minified jQuery through the compressor. | ||
| * | fixed typo | Andreas Gohr | 2011-06-05 |
| | | |||
| * | Updated jQuery-UI, added jQuery updater, load theme in CSS dispatcher | Andreas Gohr | 2011-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 files | Andreas Gohr | 2011-06-05 |
| | | | | | | | | This avoids problems when the files are concatenated later. | ||
* | | media manager auth fix | Kate Arzamastseva | 2011-06-23 |
| | | |||
* | | fullscreen media manager | Kate Arzamastseva | 2011-06-09 |
| | | |||
* | | fetch.php with rev parameter | Kate Arzamastseva | 2011-06-04 |
|/ | |||
* | Merge branch 'jquery' | Michael Hamann | 2011-05-29 |
|\ | | | | | | | | | | | | | | | Conflicts: lib/scripts/edit.js lib/scripts/locktimer.js Some whitespace (at end of line) cleanup |