| Commit message (Collapse) | Author | Age |
|
|
|
| |
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Changed "Erweitertet" to "Erweitert" since the word "Erweitertet" does not exist, see: http://www.duden.de/suchen/dudenonline?s=erweitertet
Also, see leo.org translation for "advanced" to german: http://dict.leo.org/ende/index_de.html#/search=advanced&searchLoc=0&resultOrder=basic&multiwordShowSingle=on
|
| |
|
| |
|
|
|
|
| |
uses the user interwiki link as profile link
|
|\
| |
| | |
Translation update (ko)
|
| | |
|
|/
|
|
|
| |
our translation interface used to submit empty files for a while but no
longer does, so these can go
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Php strict
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
Fix CodeSniffer whitespace violoations
|
| |
| |
| |
| |
| | |
Removed extraneous whitespace to eliminate errors reported by the
Squiz.WhiteSpace.SuperfluousWhitespace sniff.
|
| | |
|
|/ |
|
|
|
|
|
|
|
| |
Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag
Conflicts:
inc/parser/xhtml.php
|
|\
| |
| | |
Fix CodeSniffer violations for Generic.PHP.LowerCaseConstant.Found
|
| |
| |
| |
| | |
Fix violations for Generic.PHP.LowerCaseConstant.Found
|
| |
| |
| |
| | |
Remove trailing preposition.
|
| |
| |
| |
| | |
Add a full stop between sentences for the allowdebug description.
|
|/ |
|
|
|
|
| |
Change indentation to ensure code confirms to CodeSniffer rules.
|
|
|
|
| |
This reverts commit 0d21c87f31bb8931973f720c04346bf5f8612470.
|
|\ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | | |
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
|
| |/ / |
|
| | | |
|
| |\ \
| | | |
| | | | |
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.
|
| |/ |
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|