Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix double-decoding in XMLRPC putAttachment | Adrian Lang | 2011-10-30 |
| | |||
* | Use JSON wrapper in image upload (FS#2345) | schplurtz le déboulonné | 2011-10-27 |
| | |||
* | FS#2317 fix CSS compress for generic pseudo classes/pseudo elements | Christopher Smith | 2011-10-15 |
| | |||
* | Fix XML-RPC login method FS#2324 | Andreas Gohr | 2011-10-15 |
| | | | | | | | | The login wasn't able to modify the session as it was already closed earlier. This patch also executes the correct event when logins via XMLRPC are done. | ||
* | Only send 401 if user is not logged in in XML-RPC FS#2133 | Michael Hamann | 2011-10-15 |
| | | | | If the user is already logged in, a 403 is sent instead now. | ||
* | Send a 401 Unauthorized header in XML-RPC when access is denied | Michael Hamann | 2011-10-15 |
| | | | | | | | This is far from perfect but should solve most issues in the recommended configuration where only authorized users have access. Sending proper status codes should be implemented when the API implementation refactoring is done. | ||
* | removed remnants of old flash uploader (FS#2335) | Anika Henke | 2011-10-15 |
| | |||
* | 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. |