Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | translation update | Jussi Takala | 2014-12-12 |
| | |||
* | check for SSL support in the extension manager | Andreas Gohr | 2014-12-11 |
| | |||
* | add new behaviour: bounce | Andreas Gohr | 2014-12-11 |
| | | | | | | | Add the class .bounce to any element to let it bounce slightly for 2 seconds. This is useful to make the user aware of some element. Can be combined with #scroll__here when a long list auto scrolls to a certain item. | ||
* | offsets are not available for hidden elements | Andreas Gohr | 2014-12-11 |
| | |||
* | fade out search hit colorization | Andreas Gohr | 2014-12-11 |
| | |||
* | animate automatic scrolls and don't scroll to border | Andreas Gohr | 2014-12-11 |
| | | | | | | This adds a subtle animation effect when scrolling to the #scroll__here behaviour ID. It also adds a 100px offset to make the object not stick to the browser border. | ||
* | Merge pull request #954 from splitbrain/extendconfigcascade | Andreas Gohr | 2014-12-11 |
|\ | | | | | Extendable config cascade for userstyles and userscript | ||
| * | Extendable config cascade for userstyles and userscript | Gerrit Uitslag | 2014-12-10 |
| | | | | | | | | Added user*.less files to config | ||
* | | translation update | Søren Birk | 2014-12-11 |
| | | |||
* | | Merge pull request #946 from dokuwiki-translate/lang_update_60 | Andreas Gohr | 2014-12-10 |
|\ \ | |/ |/| | Translation update (it) | ||
| * | translation update | Torpedo | 2014-12-09 |
| | | |||
* | | Some PHPDocs media and admin plugin | Gerrit Uitslag | 2014-12-10 |
| | | |||
* | | translation update | Søren Birk | 2014-12-10 |
|/ | |||
* | Merge remote-tracking branch 'origin/master' into scrutinizerissues | Gerrit Uitslag | 2014-12-09 |
|\ | | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php | ||
| * | translation update | Omid Hezaveh | 2014-12-08 |
| | | |||
| * | warn about enabled, but not used auth plugins | Andreas Gohr | 2014-12-03 |
| | | |||
| * | Merge remote-tracking branch 'origin/master' | Gerrit Uitslag | 2014-12-03 |
| |\ | |||
| | * | translation update | Mohammad Sadegh | 2014-11-27 |
| | | | |||
| | * | Merge pull request #933 from dokuwiki-translate/lang_update_31 | Andreas Gohr | 2014-11-24 |
| | |\ | | | | | | | | | Translation update (no) | ||
| | | * | translation update | Patrick | 2014-11-19 |
| | | | | |||
| | * | | translation update | Jaroslav Lichtblau | 2014-11-21 |
| | |/ | |||
| * / | phpdocs syntax plugin base class | Gerrit Uitslag | 2014-12-03 |
| |/ | |||
| * | translation update | lioujheyu | 2014-10-27 |
| | | |||
| * | translation update | Jaroslav Lichtblau | 2014-10-22 |
| | | |||
| * | visibility from private to protected for DokuCssFile | Gerrit Uitslag | 2014-10-22 |
| | | |||
| * | translation update | Aleksandr Selivanov | 2014-10-18 |
| | | |||
| * | Merge pull request #903 from LarsGit223/master | Andreas Gohr | 2014-10-17 |
| |\ | | | | | | | Fixed unrecognized regular expressions behind '&&' or '||' operators in JavaScript compression. Finally fixes #897. | ||
| | * | Fixed JavaScript compression. The compressor did not recognize a regular ↵ | LarsDW223 | 2014-10-15 |
| | | | | | | | | | | | | expression after a '&&' ot '||' operator. So it could happen that code had been cut off if the regular expression included '\//' (which was treated as a single line comment because of the regular expression not being recognized). Finally fixes #897. | ||
| * | | translation update | Yadav Gowda | 2014-10-15 |
| | | | |||
| * | | Merge pull request #880 from Dr-Yukon/patch-3 | Andreas Gohr | 2014-10-14 |
| |\ \ | | | | | | | | | Update index.php | ||
| | * | | Update index.php | Rainbow Spike | 2014-10-01 |
| | | | | | | | | | | | | 1 typo | ||
| * | | | Merge pull request #879 from Dr-Yukon/patch-2 | Andreas Gohr | 2014-10-14 |
| |\ \ \ | | | | | | | | | | | Update lang.php | ||
| | * | | | Update lang.php | Rainbow Spike | 2014-10-01 |
| | |/ / | | | | | | | | | Microfix | ||
| * | | | Merge pull request #876 from dokuwiki-translate/lang_update_53 | Andreas Gohr | 2014-10-14 |
| |\ \ \ | | | | | | | | | | | Translation update (hr) | ||
| | * | | | translation update | Davor Turkalj | 2014-09-30 |
| | |/ / | |||
| * | | | Merge pull request #898 from Werkov/master | Andreas Gohr | 2014-10-14 |
| |\ \ \ | | | | | | | | | | | AUTH_USER_CHANGE handler can modify passed data | ||
| | * | | | AUTH_USER_CHANGE handler can modify passed data | Michal Koutný | 2014-10-13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally AUTH_USER_CHANGE handler could modify the user data, however, auth plugin consequently worked with different copy of the array thus effectively preventing any changes by the AUTH_USER_CHANGE implementer. | ||
| * | | | | Merge pull request #901 from LarsGit223/master | Andreas Gohr | 2014-10-14 |
| |\ \ \ \ | | | |_|/ | | |/| | | Corrected compression for ++ and -- operator. Partially fixes #897. | ||
| | * | | | Corrected compression for ++ and -- operator. Partially fixes #897. | LarsDW223 | 2014-10-14 |
| | |/ / | |||
| * | | | Merge pull request #896 from splitbrain/lessmorecomments | Andreas Gohr | 2014-10-14 |
| |\ \ \ | | |/ / | |/| | | preserve comments in less if 'compress' config disabled | ||
| | * | | preserve comments in less if 'compress' config disabled | Gerrit Uitslag | 2014-10-11 |
| | | | | | | | | | | | | | | | | Otherwise comments are never visible in css.php | ||
| * | | | escaping backslash should be included in split items | Christopher Smith | 2014-10-04 |
| | | | | |||
| * | | | Fix for issues 877 & 885 related to a bug in PCRE 6.6 | Christopher Smith | 2014-10-03 |
| | |/ | |/| | |||
| * | | Merge pull request #624 from lisps/revisions | Andreas Gohr | 2014-09-29 |
| |\ \ | | | | | | | | | date_at support | ||
| | * | | parse AT parameter: first strtotime then timestamp | lisps | 2014-09-29 |
| | | | | | | | | | | | | | | | | remove config option | ||
| | * | | Merge remote-tracking branch master into revisions | lisps | 2014-09-26 |
| | |\ \ | |||
| | * | | | fix config option | lisps | 2014-03-19 |
| | | | | | |||
| | * | | | Merge remote-tracking branch 'remotes/origin/master' into revisions_local | lisps | 2014-03-19 |
| | |\ \ \ | |||
| | * \ \ \ | Merge remote-tracking branch 'origin/diff_navigation' into revisions | lisps | 2014-02-17 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/xhtml.php | ||
| | * \ \ \ \ | Merge remote-tracking branch 'remotes/splitbrain/diff_navigation' into revisions | lisps | 2013-11-22 |
| | |\ \ \ \ \ |