fixed search'and'replace fuckup in config plugin
Remove error supression for file_exists()In an older version of PHP a file_exists() call would issue a warningwhen the file did not exist. This was fixed in later PHP releases. Sincewe require PH
Remove error supression for file_exists()In an older version of PHP a file_exists() call would issue a warningwhen the file did not exist. This was fixed in later PHP releases. Sincewe require PHP 5.3 now, there's no need to supress any error hereanymore. This might even give a minor performance boost.
show more ...
PHPDocs and some improvements
more PHPDocs, unused var, small bit code reformatting
more scrutinizer issue improvements
updated dates in info.txt of various plugins and template
Bulgarian language update
Fixed spelling in lang.phpChanged "Erweitertet" to "Erweitert" since the word "Erweitertet" does not exist, see: http://www.duden.de/suchen/dudenonline?s=erweitertet Also, see leo.org translatio
Fixed spelling in lang.phpChanged "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 class
added config stuff for disabling RSS
Extend showuseras config with username_linkuses the user interwiki link as profile link
removed empty language filesour translation interface used to submit empty files for a while but nolonger does, so these can go
translation update
FS#2888 fix for templates
fix numeric expression read in plugin default conf FS#2888
fix mistranslated messages
Fix issues from teams:i18n:translation-check in localizations
comment improvements
fix signatures and old by references
fix php strict notices
Translation update in Korean
Fix CodeSniffer whitespace violoationsRemoved extraneous whitespace to eliminate errors reported by theSquiz.WhiteSpace.SuperfluousWhitespace sniff.
Fix CodeSniffer violations for PHP filesFix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTagConflicts: inc/parser/xhtml.php
Fix grammar in proxy_except descriptionRemove trailing preposition.
1...<<21222324252627282930>>...57