Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | moved more stuff out from script.js | Andreas Gohr | 2011-08-19 |
| | | | | the file is nearly empty now | ||
* | jqueryized diff checkbox script | Andreas Gohr | 2011-08-19 |
| | |||
* | jQuerify edit section highlighting | Adrian Lang | 2011-08-19 |
| | |||
* | Fix popup DOM element sharing, simplify event handling | Adrian Lang | 2011-08-19 |
| | |||
* | jqueryized locktimer | Andreas Gohr | 2011-08-19 |
| | |||
* | added missing file | Andreas Gohr | 2011-08-19 |
| | | | | yeah, yeah I know... | ||
* | French localization of 69b3d ("added link to popularity page in intro FS#2305") | Guillaume Turri | 2011-08-19 |
| | |||
* | added link to popularity page in intro FS#2305 | Andreas Gohr | 2011-08-18 |
| | |||
* | moved footnotes and section highlighting to ne file | Andreas Gohr | 2011-08-18 |
| | | | | jquerized | ||
* | Merge pull request #19 from gbirke/master | Dominik Eckelmann | 2011-08-18 |
|\ | | | | | Make cookie path configurable | ||
| * | Modified config and lang files for new option | Gabriel Birke | 2010-12-30 |
| | | |||
* | | moved subscription javascript into behaviour | Andreas Gohr | 2011-08-18 |
| | | |||
* | | added some function comments | Andreas Gohr | 2011-08-18 |
| | | |||
* | | jqueryized usermanager script | Andreas Gohr | 2011-08-18 |
| | | |||
* | | popularity plugin: send info on autosend | Andreas Gohr | 2011-08-18 |
| | | | | | | | | | | Added information about the autosubmitting feature of the popularity plugin itself. | ||
* | | removed events.js | Andreas Gohr | 2011-08-18 |
| | | |||
* | | don't remove msg() errors on click | Andreas Gohr | 2011-08-14 |
| | | | | | | | | this interferred with copy'n'pasting error messages | ||
* | | fixed media insertion FS#2298 | Andreas Gohr | 2011-08-01 |
| | | |||
* | | added apple-touch-icon (aka 'mobile favicon') | Anika Henke | 2011-07-31 |
| | | |||
* | | French language update | Christophe Martin | 2011-07-30 |
| | | |||
* | | Portuguese language update | André Neves | 2011-07-30 |
| | | |||
* | | made TOC toggle faster to avoid clunky text flow around it | Anika Henke | 2011-07-30 |
| | | |||
* | | Croatian language update | Dejan Igrec | 2011-07-25 |
| | | |||
* | | Finish language update | Sami Olmari | 2011-07-25 |
| | | |||
* | | Make getElementsByClass() work without given tag | Michael Hamann | 2011-07-19 |
| | | | | | | | | | | This fixes the hiding of the highlighting of the current section when the mouse leaves the edit section button. | ||
* | | Merge branch 'master' of github.com:splitbrain/dokuwiki | Guy Brand | 2011-07-12 |
|\ \ | |||
| * | | 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 | ||
| * | | Fix If-Statement | Chris | 2011-07-10 |
| | | | |||
* | | | Skipping plural form in plugin installed message (commit forgotten file) | Guy Brand | 2011-07-12 |
|/ / | |||
* | | Update french string (plugins installation) | Guy Brand | 2011-07-10 |
| | | |||
* | | Skipping plural form in plugin installed message | Guy Brand | 2011-07-10 |
| | | |||
* | | make use of auth_isMember() in XMLRPC authentication check FS#2287 | Andreas Gohr | 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 | ||
* | | deprecated prependChild() | Andreas Gohr | 2011-07-08 |
| | | |||
* | | moved the TOC toggling to dw_behaviour | Andreas Gohr | 2011-07-08 |
| | | |||
* | | jQueryized closePopups() | 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 | ||
* | | linkwiz: clear doesn't exist anymore | Andreas Gohr | 2011-07-08 |
| | | |||
* | | aliased some vars in linkwiz for brevity | Andreas Gohr | 2011-07-08 |
| | | |||
* | | fixed linkwiz position | Andreas Gohr | 2011-07-08 |
| | | |||
* | | renamed linkwiz object | Andreas Gohr | 2011-07-08 |
| | | |||
* | | more robust deprecation messages | Andreas Gohr | 2011-07-08 |
| | | |||
* | | some initial refactoring of the linkwizard | Andreas Gohr | 2011-07-08 |
| | | |||
* | | fixed delay in qsearch | Andreas Gohr | 2011-07-07 |
| | | | | | | | | | | The ajax quicksearch sent a request on every keystroke instead of waiting for the user to stop typing. | ||
* | | 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 |
| | | | |||
* | | | Upgraded to jQuery 1.6.2 and jQueryUI 1.8.14 | Andreas Gohr | 2011-07-04 |
| | | |