translation update
updated dates in various info.txt files
Update lang.phpPlease someone who know the code, double check this one. It does look that translation for 2 options were missing.
fixed occurrences of html named entities in translation files to be xhtml-compatible
changed all input type=submit buttons to button type=submit button for better stylability
adjust newline
__construct
Changes for PHP 7 Compatibility- replace PHP4 style class constructor function names (based on class name) with php 5 __construct()Also remove some '&' reference operators used with objectsAnd a
Changes for PHP 7 Compatibility- replace PHP4 style class constructor function names (based on class name) with php 5 __construct()Also remove some '&' reference operators used with objectsAnd add some object type hints
show more ...
add plugin groups to config plugin test
Losslessly reduced PNG images with optipng -o7 -strip all, advdef -z4 -i60, and advpng -z4 -i60.
Scrutinizer Auto-FixesThis commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
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.
1...<<21222324252627282930>>...58