Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | translation update | tsangho | 2013-08-05 |
| | |||
* | Merge pull request #271 from dokuwiki-translate/lang_update_40 | Andreas Gohr | 2013-08-05 |
|\ | | | | | Translation update (el) | ||
| * | translation update | Constantinos Xanthopoulos | 2013-08-04 |
| | | |||
* | | Merge pull request #273 from dokuwiki-translate/lang_update_47 | Dominik Eckelmann | 2013-08-05 |
|\ \ | | | | | | | Translation update (ru) | ||
| * | | translation update | Pavel | 2013-08-05 |
| |/ | |||
* / | translation update | Tor Härnqvist | 2013-08-04 |
|/ | |||
* | translation update | Sven | 2013-08-04 |
| | |||
* | Merge pull request #264 from splitbrain/authconfigdanger | Andreas Gohr | 2013-08-04 |
|\ | | | | | Authconfigdanger | ||
| * | change 'debug' setting to 'security' (rather than 'danger') | Christopher Smith | 2013-08-03 |
| | | |||
| * | add 'danger' alert to authpgsql config settings | Christopher Smith | 2013-08-03 |
| | | |||
| * | add 'danger' alert to authmysql config settings | Christopher Smith | 2013-08-03 |
| | | |||
| * | add 'danger' alert to authldap config settings | Christopher Smith | 2013-08-03 |
| | | |||
| * | add 'danger' alert to authad config settings | Christopher Smith | 2013-08-03 |
| | | |||
* | | Merge pull request #254 from splitbrain/user_importexport | Andreas Gohr | 2013-08-04 |
|\ \ | | | | | | | User importexport | ||
| * | | convert from iso-8859-1 if not utf8 | Christopher Smith | 2013-08-03 |
| | | | |||
| * | | style improvements | Christopher Smith | 2013-08-02 |
| | | | |||
| * | | enable email notifications & alert messages for imported users | Christopher Smith | 2013-08-02 |
| | | | |||
| * | | add csv import functionality to the user manager | Christopher Smith | 2013-08-02 |
| | | | |||
| * | | add csv export functionality to the user manager | Christopher Smith | 2013-08-01 |
| | | | |||
* | | | Merge pull request #268 from splitbrain/FS#2806 | Andreas Gohr | 2013-08-04 |
|\ \ \ | | | | | | | | | FS#2806 - fix auth capability listing in html_debug() | ||
| * | | | FS#2806 - fix auth capability listing in html_debug() | Christopher Smith | 2013-08-04 |
| | | | | |||
* | | | | translation update | mprins | 2013-08-04 |
|/ / / | |||
* | / | fix a bug in acl manager where it attempted to correct too high page ↵ | Christopher Smith | 2013-08-03 |
| |/ |/| | | | | | permission levels using the wrong var | ||
* | | Merge pull request #186 from splitbrain/configmgr_improvements | Andreas Gohr | 2013-08-03 |
|\ \ | | | | | | | Configmgr improvements | ||
| * \ | Merge branch 'master' into configmgr_improvements | Christopher Smith | 2013-08-03 |
| |\ \ | |||
| * \ \ | Merge branch 'master' into configmgr_improvements | Christopher Smith | 2013-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 typos | Andreas Gohr | 2013-02-24 |
| | | | | | |||
| * | | | | Simplified Chinese language update | lainme | 2013-02-24 |
| | | | | | |||
| * | | | | Italian language update | Lorenzo Radaelli | 2013-02-24 |
| | | | | | |||
| * | | | | Fix remaining missing $INPUT uses FS#2577 | Michael Hamann | 2013-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 Smith | 2013-02-18 |
| | | | | | | | | | | | | | | | | | | | | parameter, plugins can now easily set cautions on their settings | ||
| * | | | | fix security caution for 'remote' setting (was 'xmlrpc') | Christopher Smith | 2013-02-18 |
| | | | | | |||
| * | | | | FS#2722 add settings_regex class, use it for hidepages | Christopher Smith | 2013-02-18 |
| | | | | | |||
| * | | | | remove no longer used email pattern, validation is done by mail_* functions | Christopher Smith | 2013-02-18 |
| | | | | | |||
| * | | | | remove php_strip_whitespace() alternate, no longer required as php min req't ↵ | Christopher Smith | 2013-02-18 |
| | | | | | | | | | | | | | | | | | | | | ensures its always present | ||
| * | | | | add comments for recent settings class additions to extra.class.php | Christopher Smith | 2013-02-18 |
| | | | | | |||
* | | | | | translation update | Henrik | 2013-08-03 |
| |_|/ / |/| | | | |||
* | | | | Re-enable displaying the date in the revert manager (Fixes FS#2073) | Matthias Schulte | 2013-08-03 |
| | | | | |||
* | | | | Merge branch 'pull-request-245' | Andreas Gohr | 2013-08-02 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request-245: coding corrections. correct type hint, remove unused variable assignment HTTPClient don't pull too much bytes when no content-length is given de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account Conflicts: inc/lang/de-informal/lang.php inc/lang/de/lang.php | ||
| * \ \ \ | Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into ↵ | Andreas Gohr | 2013-08-02 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-245 * 'FS#2751' of git://github.com/splitbrain/dokuwiki: coding corrections. correct type hint, remove unused variable assignment de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account | ||
| | * | | | | de/de-informal: localization updates (delete user function) | Matthias Schulte | 2013-08-01 |
| | | | | | | |||
| | * | | | | FS#2751 - self deletion of user account | Christopher Smith | 2013-07-31 |
| | | | | | | |||
* | | | | | | Merge pull request #255 from splitbrain/usermanager_bug | Andreas Gohr | 2013-08-02 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Usermanager bug fix | ||
| * | | | | | | improve html structure and styling for add & edit user notes | Christopher Smith | 2013-08-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | made necessary by PR#254 which adds content below these notes. | ||
| * | | | | | | usermanager: fix an issue where edit user table would incorrectly show the ↵ | Christopher Smith | 2013-08-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | password blank message | ||
* | | | | | | | Merge pull request #256 from lupo49/master | Andreas Gohr | 2013-08-02 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | de/de-informal/en: Removed redundant suffixes in TOC of configuration manager / Synchronize terms in de and de-informal | ||
| * | | | | | | | de/de-informal/en: Removed redundant suffixes in TOC of configuration | Matthias Schulte | 2013-08-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | manager / Synchronize terms in de and de-informal | ||
* | | | | | | | | Merge pull request #253 from lupo49/master | Andreas Gohr | 2013-08-02 |
|\| | | | | | | | |_|/ / / / / |/| | | | | | | de/de-informal updates: Replace "Nutzer" with more common word "Benutzer" / fix several typos / Fixes FS#2821 | ||
| * | | | | | | de/de-informal updates: Replace "Nutzer" with more common word "Benutzer" | Matthias Schulte | 2013-08-02 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | / fix several typos / Fixes FS#2821 | ||
* | | | | | | Revert "translation update" | Andreas Gohr | 2013-08-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d6d855093f24c6c3f608d005189385959a7efbf7. I guess it was a bit too early to think straight :-/ |