summaryrefslogtreecommitdiff
path: root/lib/plugins
Commit message (Collapse)AuthorAge
* translation updateMyeongjin2013-08-12
|
* translation updateAleksandr Selivanov2013-08-11
|
* Merge pull request #279 from splitbrain/FS#2833Andreas Gohr2013-08-11
|\ | | | | Revert "add html5 attributes to email fields of the config manager"
| * Revert "add html5 attributes to email fields of the config manager"Christopher Smith2013-08-08
| | | | | | | | This reverts commit 0d21c87f31bb8931973f720c04346bf5f8612470.
* | improved bundled plugin descriptionsAndreas Gohr2013-08-11
| |
* | Merge pull request #282 from dokuwiki-translate/lang_update_111Andreas Gohr2013-08-11
|\ \ | | | | | | Translation update (nl)
| * | translation updateGerrit Uitslag2013-08-10
| | |
* | | translation updater0sk2013-08-11
|/ /
* | Merge pull request #280 from dokuwiki-translate/lang_update_99Andreas Gohr2013-08-09
|\ \ | | | | | | Translation update (fr)
| * | translation updateEmmanuel2013-08-08
| | |
* | | translation updateEgor Smkv2013-08-08
|/ /
* / translation updateEdmondo Di Tucci2013-08-08
|/
* translation updateRachel2013-08-06
|
* translation updateEdmondo Di Tucci2013-08-05
|
* translation updatetsangho2013-08-05
|
* Merge pull request #271 from dokuwiki-translate/lang_update_40Andreas Gohr2013-08-05
|\ | | | | Translation update (el)
| * translation updateConstantinos Xanthopoulos2013-08-04
| |
* | Merge pull request #273 from dokuwiki-translate/lang_update_47Dominik Eckelmann2013-08-05
|\ \ | | | | | | Translation update (ru)
| * | translation updatePavel2013-08-05
| |/
* / translation updateTor Härnqvist2013-08-04
|/
* translation updateSven2013-08-04
|
* Merge pull request #264 from splitbrain/authconfigdangerAndreas Gohr2013-08-04
|\ | | | | Authconfigdanger
| * change 'debug' setting to 'security' (rather than 'danger')Christopher Smith2013-08-03
| |
| * add 'danger' alert to authpgsql config settingsChristopher Smith2013-08-03
| |
| * add 'danger' alert to authmysql config settingsChristopher Smith2013-08-03
| |
| * add 'danger' alert to authldap config settingsChristopher Smith2013-08-03
| |
| * add 'danger' alert to authad config settingsChristopher Smith2013-08-03
| |
* | Merge pull request #254 from splitbrain/user_importexportAndreas Gohr2013-08-04
|\ \ | | | | | | User importexport
| * | convert from iso-8859-1 if not utf8Christopher Smith2013-08-03
| | |
| * | style improvementsChristopher Smith2013-08-02
| | |
| * | enable email notifications & alert messages for imported usersChristopher Smith2013-08-02
| | |
| * | add csv import functionality to the user managerChristopher Smith2013-08-02
| | |
| * | add csv export functionality to the user managerChristopher Smith2013-08-01
| | |
* | | Merge pull request #268 from splitbrain/FS#2806Andreas Gohr2013-08-04
|\ \ \ | | | | | | | | FS#2806 - fix auth capability listing in html_debug()
| * | | FS#2806 - fix auth capability listing in html_debug()Christopher Smith2013-08-04
| | | |
* | | | translation updatemprins2013-08-04
|/ / /
* | / fix a bug in acl manager where it attempted to correct too high page ↵Christopher Smith2013-08-03
| |/ |/| | | | | permission levels using the wrong var
* | Merge pull request #186 from splitbrain/configmgr_improvementsAndreas Gohr2013-08-03
|\ \ | | | | | | Configmgr improvements
| * \ Merge branch 'master' into configmgr_improvementsChristopher Smith2013-08-03
| |\ \
| * \ \ Merge branch 'master' into configmgr_improvementsChristopher Smith2013-07-30
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/auth.php inc/template.php lib/plugins/authad/lang/zh/settings.php lib/plugins/authldap/lang/en/settings.php lib/plugins/authldap/lang/zh/settings.php lib/plugins/authmysql/lang/zh/settings.php lib/plugins/config/settings/config.class.php lib/plugins/usermanager/admin.php
| * | | | fixed typosAndreas Gohr2013-02-24
| | | | |
| * | | | Simplified Chinese language updatelainme2013-02-24
| | | | |
| * | | | Italian language updateLorenzo Radaelli2013-02-24
| | | | |
| * | | | Fix remaining missing $INPUT uses FS#2577Michael Hamann2013-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to make the code consistent.
| * | | | replace preset _cautionList property with _caution config metadata ↵Christopher Smith2013-02-18
| | | | | | | | | | | | | | | | | | | | parameter, plugins can now easily set cautions on their settings
| * | | | fix security caution for 'remote' setting (was 'xmlrpc')Christopher Smith2013-02-18
| | | | |
| * | | | FS#2722 add settings_regex class, use it for hidepagesChristopher Smith2013-02-18
| | | | |
| * | | | remove no longer used email pattern, validation is done by mail_* functionsChristopher Smith2013-02-18
| | | | |
| * | | | remove php_strip_whitespace() alternate, no longer required as php min req't ↵Christopher Smith2013-02-18
| | | | | | | | | | | | | | | | | | | | ensures its always present
| * | | | add comments for recent settings class additions to extra.class.phpChristopher Smith2013-02-18
| | | | |