| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
extension_manager
* 'extension_manager' of github.com:splitbrain/dokuwiki:
Extension manager: Implement extension table
Extension manager: implement uninstall, canModify and install/update
Extension manager: Improve update check
Extension manager: Use getInfo() when no info.txt is available
Extension manager: fix install dir for templates
Extension manager: add language file and simple admin component
Extension manager: implemented more extension info and basic repository access
Extension manager: First draft of the extension class
|
| |
| |
| |
| |
| | |
This uses a lot of code and the whole design from the previous extension
manager implementation.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
permission levels using the wrong var
|
|\ \ \
| | | |
| | | | |
Configmgr improvements
|
| |\ \ \ |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
parameter, plugins can now easily set cautions on their settings
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
ensures its always present
|
| | | | | | |
|
| |_|/ / /
|/| | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* 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
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Usermanager bug fix
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
made necessary by PR#254 which adds content below these notes.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
password blank message
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
de/de-informal/en: Removed redundant suffixes in TOC of configuration manager / Synchronize terms in de and de-informal
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
manager / Synchronize terms in de and de-informal
|
|\| | | | | | | |
| |_|/ / / / / /
|/| | | | | | | |
de/de-informal updates: Replace "Nutzer" with more common word "Benutzer" / fix several typos / Fixes FS#2821
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
/ fix several typos / Fixes FS#2821
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This reverts commit d6d855093f24c6c3f608d005189385959a7efbf7.
I guess it was a bit too early to think straight :-/
|
| |/ / / / / /
|/| | | | | | |
|
| |_|_|_|_|/
|/| | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Implemented some ARIA attributes
|
| |/ / / / |
|
| |_|_|/
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
Index media usage data
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The refshow configuration option wasn't used as described anymore
already in the latest release and after the introduction of the media
usage index the parameter is also no longer relevant for internal
optimization. The only place where it was still used is the no longer
used search_references()-function which is removed here, too.
|