summaryrefslogtreecommitdiff
path: root/lib/plugins
Commit message (Collapse)AuthorAge
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-01-07
| | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* fixed search'and'replace fuckup in config pluginAndreas Gohr2015-01-07
|
* Remove error supression for file_exists()Andreas Gohr2015-01-07
| | | | | | | In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
* translation updateSchplurtz le Déboulonné2015-01-05
|
* Merge pull request #989 from dokuwiki-translate/lang_update_136Andreas Gohr2015-01-05
|\ | | | | Translation update (cs)
| * translation updateJaroslav Lichtblau2014-12-31
| |
* | translation updateMaciej Helt2015-01-05
|/
* translation updateMarian Banica2014-12-30
|
* Merge pull request #975 from dokuwiki-translate/lang_update_122Andreas Gohr2014-12-27
|\ | | | | Translation update (pt)
| * translation updateGuido Salatino2014-12-18
| |
* | Merge pull request #979 from dokuwiki-translate/lang_update_129Andreas Gohr2014-12-27
|\ \ | | | | | | Translation update (fr)
| * | translation updateYves Grandvalet2014-12-20
| |/
* / translation updateType-kun2014-12-21
|/
* 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
|
* 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
| |
| * translation updateAleksandr Selivanov2014-10-18
| |
| * translation updateYadav Gowda2014-10-15
| |
| * 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
| | |/
| * | 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.