summaryrefslogtreecommitdiff
path: root/lib/plugins/config
Commit message (Collapse)AuthorAge
* Changes for PHP 7 CompatibilityChristopher Smith2015-05-15
| | | | | | | - replace PHP4 style class constructor function names (based on class name) with php 5 __construct() Also remove some '&' reference operators used with objects And add some object type hints
* add plugin groups to config plugin testChristopher Smith2015-04-01
|
* Losslessly reduced PNG images with optipng -o7 -strip all, advdef -z4 -i60, ↵KeenRivals2015-01-14
| | | | and advpng -z4 -i60.
* 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.
* PHPDocs and some improvementsGerrit Uitslag2014-10-02
|
* more PHPDocs, unused var, small bit code reformattingGerrit Uitslag2014-10-01
|
* more scrutinizer issue improvementsGerrit Uitslag2014-09-29
|
* updated dates in info.txt of various plugins and templateAnika Henke2014-08-02
|
* Bulgarian language updateNEOhidra2014-04-06
|
* Fixed spelling in lang.phpMarcel Bischoff2014-03-21
| | | | | 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
* add visibility and PHPDocs to config plugin classGerrit Uitslag2014-03-19
|
* added config stuff for disabling RSSAndreas Gohr2014-03-18
|
* Extend showuseras config with username_linkGerrit Uitslag2014-02-15
| | | | uses the user interwiki link as profile link
* Merge pull request #512 from araname/masterAndreas Gohr2014-02-02
|\ | | | | Translation update (ko)
| * translation updateMyeongjin2014-01-24
| |
* | removed empty language filesAndreas Gohr2014-01-24
|/ | | | | our translation interface used to submit empty files for a while but no longer does, so these can go
* FS#2888 fix for templatesAndreas Gohr2013-11-26
|
* fix numeric expression read in plugin default conf FS#2888Andreas Gohr2013-11-26
|
* fix mistranslated messagesMyeongjin2013-11-16
|
* Fix issues from teams:i18n:translation-check in localizationsGerrit Uitslag2013-10-27
|
* Merge pull request #380 from splitbrain/phpstrictAndreas Gohr2013-10-20
|\ | | | | Php strict
| * fix signatures and old by referencesGerrit Uitslag2013-10-15
| |
| * fix php strict noticesGerrit Uitslag2013-10-15
| |
* | comment improvementsChristopher Smith2013-10-18
|/
* Merge pull request #333 from mperry2/whitespaceAndreas Gohr2013-09-22
|\ | | | | Fix CodeSniffer whitespace violoations
| * Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
| | | | | | | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff.
* | Translation update in KoreanMyeongjin2013-09-15
| |
* | Translation update in KoreanMyeongjin2013-09-08
|/
* Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| | | | | | | Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag Conflicts: inc/parser/xhtml.php
* Merge pull request #315 from mperry2/cs-codeAndreas Gohr2013-08-23
|\ | | | | Fix CodeSniffer violations for Generic.PHP.LowerCaseConstant.Found
| * Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| | | | | | | | Fix violations for Generic.PHP.LowerCaseConstant.Found
* | Fix grammar in proxy_except descriptionMatt Perry2013-08-23
| | | | | | | | Remove trailing preposition.
* | Fix grammar for allowdebug descriptionMatt Perry2013-08-23
| | | | | | | | Add a full stop between sentences for the allowdebug description.
* | Fix grammar for the hidepages descriptionMatt Perry2013-08-23
|/
* Fix CodeSniffer violationsMatt Perry2013-08-22
| | | | Change indentation to ensure code confirms to CodeSniffer rules.
* Revert "add html5 attributes to email fields of the config manager"Christopher Smith2013-08-08
| | | | This reverts commit 0d21c87f31bb8931973f720c04346bf5f8612470.
* Merge branch 'master' into configmgr_improvementsChristopher Smith2013-08-03
|\
| * Merge branch 'pull-request-245'Andreas Gohr2013-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 Gohr2013-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 Schulte2013-08-01
| | | |
| | | * FS#2751 - self deletion of user accountChristopher Smith2013-07-31
| | | |
| * | | Merge pull request #256 from lupo49/masterAndreas Gohr2013-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 configurationMatthias Schulte2013-08-02
| | | | | | | | | | | | | | | | | | | | manager / Synchronize terms in de and de-informal
| * | | | Merge pull request #253 from lupo49/masterAndreas Gohr2013-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 Schulte2013-08-02
| | | | | | | | | | | | | | | | / fix several typos / Fixes FS#2821
| * | | Brazilian Portuguese language updateFrederico Guimarães2013-08-01
| |/ /
| * | update config metadata comments for parameter '_multiple'Christopher Smith2013-08-01
| | |
| * | Merge pull request #244 from splitbrain/mediause_indexAndreas Gohr2013-07-31
| |\ \ | | | | | | | | Index media usage data