summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Merge branch 'master' into new_css.phpGerry Weißbach2014-12-22
|\
| * translation updateSatoshi Sahara2014-12-17
| |
| * translation updateVitaly Filatenko2014-12-15
| |
| * Merge pull request #964 from dokuwiki-translate/lang_update_94Andreas Gohr2014-12-15
| |\ | | | | | | Translation update (cs)
| | * translation updateJaroslav Lichtblau2014-12-13
| | |
| * | Merge pull request #965 from dokuwiki-translate/lang_update_98Andreas Gohr2014-12-15
| |\ \ | | | | | | | | Translation update (ru)
| | * | translation updateType-kun2014-12-13
| | |/
| * / translation updateMyeongjin2014-12-14
| |/
| * translation updateType-kun2014-12-12
| |
| * Merge pull request #957 from dokuwiki-translate/lang_update_83Andreas Gohr2014-12-12
| |\ | | | | | | Translation update (ja)
| | * translation updateSatoshi Sahara2014-12-12
| | |
| * | Merge pull request #959 from dokuwiki-translate/lang_update_87Andreas Gohr2014-12-12
| |\ \ | | | | | | | | Translation update (fi)
| | * | translation updateJussi Takala2014-12-12
| | |/
| * / translation updateJaroslav Lichtblau2014-12-12
| |/
| * check for SSL support in the extension managerAndreas Gohr2014-12-11
| |
| * add new behaviour: bounceAndreas Gohr2014-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 elementsAndreas Gohr2014-12-11
| |
| * fade out search hit colorizationAndreas Gohr2014-12-11
| |
| * animate automatic scrolls and don't scroll to borderAndreas Gohr2014-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/extendconfigcascadeAndreas Gohr2014-12-11
| |\ | | | | | | Extendable config cascade for userstyles and userscript
| | * Extendable config cascade for userstyles and userscriptGerrit Uitslag2014-12-10
| | | | | | | | | | | | Added user*.less files to config
| * | translation updateSøren Birk2014-12-11
| | |
| * | Merge pull request #946 from dokuwiki-translate/lang_update_60Andreas Gohr2014-12-10
| |\ \ | | |/ | |/| Translation update (it)
| | * translation updateTorpedo2014-12-09
| | |
| * | Some PHPDocs media and admin pluginGerrit Uitslag2014-12-10
| | |
| * | translation updateSøren Birk2014-12-10
| |/
| * Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
| | * translation updateOmid Hezaveh2014-12-08
| | |
| | * warn about enabled, but not used auth pluginsAndreas Gohr2014-12-03
| | |
| | * Merge remote-tracking branch 'origin/master'Gerrit Uitslag2014-12-03
| | |\
| | | * translation updateMohammad Sadegh2014-11-27
| | | |
| | | * Merge pull request #933 from dokuwiki-translate/lang_update_31Andreas Gohr2014-11-24
| | | |\ | | | | | | | | | | Translation update (no)
| | | | * translation updatePatrick2014-11-19
| | | | |
| | | * | translation updateJaroslav Lichtblau2014-11-21
| | | |/
| | * / phpdocs syntax plugin base classGerrit Uitslag2014-12-03
| | |/
| | * translation updatelioujheyu2014-10-27
| | |
| | * translation updateJaroslav Lichtblau2014-10-22
| | |
| | * visibility from private to protected for DokuCssFileGerrit Uitslag2014-10-22
| | |
| | * translation updateAleksandr Selivanov2014-10-18
| | |
| | * Merge pull request #903 from LarsGit223/masterAndreas Gohr2014-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 ↵LarsDW2232014-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 updateYadav Gowda2014-10-15
| | | |
| | * | Merge pull request #880 from Dr-Yukon/patch-3Andreas Gohr2014-10-14
| | |\ \ | | | | | | | | | | Update index.php
| | | * | Update index.phpRainbow Spike2014-10-01
| | | | | | | | | | | | | | | 1 typo
| | * | | Merge pull request #879 from Dr-Yukon/patch-2Andreas Gohr2014-10-14
| | |\ \ \ | | | | | | | | | | | | Update lang.php
| | | * | | Update lang.phpRainbow Spike2014-10-01
| | | |/ / | | | | | | | | | | Microfix
| | * | | Merge pull request #876 from dokuwiki-translate/lang_update_53Andreas Gohr2014-10-14
| | |\ \ \ | | | | | | | | | | | | Translation update (hr)
| | | * | | translation updateDavor Turkalj2014-09-30
| | | |/ /
| | * | | Merge pull request #898 from Werkov/masterAndreas Gohr2014-10-14
| | |\ \ \ | | | | | | | | | | | | AUTH_USER_CHANGE handler can modify passed data
| | | * | | AUTH_USER_CHANGE handler can modify passed dataMichal 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.