Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | translation update | Carbain Frédéric | 2015-07-29 |
| | |||
* | translation update | Hideaki SAWADA | 2015-07-29 |
| | |||
* | translation update | Hideaki SAWADA | 2015-07-29 |
| | |||
* | updated dates in various info.txt files | Anika Henke | 2015-07-26 |
| | |||
* | Update lang.php | trebmuh | 2015-07-25 |
| | | | | Please someone who know the code, double check this one. It does look that translation for 2 options were missing. | ||
* | Merge pull request #1159 from splitbrain/morephp7 | Andreas Gohr | 2015-07-18 |
|\ | | | | | More php7 improvements | ||
| * | __construct | Gerrit Uitslag | 2015-05-16 |
| | | |||
* | | Merge pull request #1229 from araname/master | Andreas Gohr | 2015-07-15 |
|\ \ | | | | | | | adjust newline in intro.txt at config | ||
| * | | adjust newline | Myeongjin | 2015-07-11 |
| |/ | |||
* | | Merge pull request #1231 from splitbrain/kill-all-input-buttons | Andreas Gohr | 2015-07-15 |
|\ \ | | | | | | | Changed all input buttons to button buttons | ||
| * | | changed all input type=submit buttons to button type=submit button for ↵ | Anika Henke | 2015-07-12 |
| |/ | | | | | | | better stylability | ||
* / | fixed occurrences of html named entities in translation files to be ↵ | Anika Henke | 2015-07-12 |
|/ | | | | xhtml-compatible | ||
* | Changes for PHP 7 Compatibility | Christopher Smith | 2015-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 test | Christopher Smith | 2015-04-01 |
| | |||
* | Losslessly reduced PNG images with optipng -o7 -strip all, advdef -z4 -i60, ↵ | KeenRivals | 2015-01-14 |
| | | | | and advpng -z4 -i60. | ||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-01-07 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||
* | fixed search'and'replace fuckup in config plugin | Andreas Gohr | 2015-01-07 |
| | |||
* | Remove error supression for file_exists() | Andreas Gohr | 2015-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 improvements | Gerrit Uitslag | 2014-10-02 |
| | |||
* | more PHPDocs, unused var, small bit code reformatting | Gerrit Uitslag | 2014-10-01 |
| | |||
* | more scrutinizer issue improvements | Gerrit Uitslag | 2014-09-29 |
| | |||
* | updated dates in info.txt of various plugins and template | Anika Henke | 2014-08-02 |
| | |||
* | Bulgarian language update | NEOhidra | 2014-04-06 |
| | |||
* | Fixed spelling in lang.php | Marcel Bischoff | 2014-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 class | Gerrit Uitslag | 2014-03-19 |
| | |||
* | added config stuff for disabling RSS | Andreas Gohr | 2014-03-18 |
| | |||
* | Extend showuseras config with username_link | Gerrit Uitslag | 2014-02-15 |
| | | | | uses the user interwiki link as profile link | ||
* | Merge pull request #512 from araname/master | Andreas Gohr | 2014-02-02 |
|\ | | | | | Translation update (ko) | ||
| * | translation update | Myeongjin | 2014-01-24 |
| | | |||
* | | removed empty language files | Andreas Gohr | 2014-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 templates | Andreas Gohr | 2013-11-26 |
| | |||
* | fix numeric expression read in plugin default conf FS#2888 | Andreas Gohr | 2013-11-26 |
| | |||
* | fix mistranslated messages | Myeongjin | 2013-11-16 |
| | |||
* | Fix issues from teams:i18n:translation-check in localizations | Gerrit Uitslag | 2013-10-27 |
| | |||
* | Merge pull request #380 from splitbrain/phpstrict | Andreas Gohr | 2013-10-20 |
|\ | | | | | Php strict | ||
| * | fix signatures and old by references | Gerrit Uitslag | 2013-10-15 |
| | | |||
| * | fix php strict notices | Gerrit Uitslag | 2013-10-15 |
| | | |||
* | | comment improvements | Christopher Smith | 2013-10-18 |
|/ | |||
* | Merge pull request #333 from mperry2/whitespace | Andreas Gohr | 2013-09-22 |
|\ | | | | | Fix CodeSniffer whitespace violoations | ||
| * | Fix CodeSniffer whitespace violoations | Matt Perry | 2013-09-10 |
| | | | | | | | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff. | ||
* | | Translation update in Korean | Myeongjin | 2013-09-15 |
| | | |||
* | | Translation update in Korean | Myeongjin | 2013-09-08 |
|/ | |||
* | Fix CodeSniffer violations for PHP files | Matt Perry | 2013-08-23 |
| | | | | | | | Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag Conflicts: inc/parser/xhtml.php | ||
* | Merge pull request #315 from mperry2/cs-code | Andreas Gohr | 2013-08-23 |
|\ | | | | | Fix CodeSniffer violations for Generic.PHP.LowerCaseConstant.Found | ||
| * | Fix CodeSniffer violations for PHP files | Matt Perry | 2013-08-23 |
| | | | | | | | | Fix violations for Generic.PHP.LowerCaseConstant.Found | ||
* | | Fix grammar in proxy_except description | Matt Perry | 2013-08-23 |
| | | | | | | | | Remove trailing preposition. | ||
* | | Fix grammar for allowdebug description | Matt Perry | 2013-08-23 |
| | | | | | | | | Add a full stop between sentences for the allowdebug description. | ||
* | | Fix grammar for the hidepages description | Matt Perry | 2013-08-23 |
|/ | |||
* | Fix CodeSniffer violations | Matt Perry | 2013-08-22 |
| | | | | Change indentation to ensure code confirms to CodeSniffer rules. | ||
* | Revert "add html5 attributes to email fields of the config manager" | Christopher Smith | 2013-08-08 |
| | | | | This reverts commit 0d21c87f31bb8931973f720c04346bf5f8612470. |