- Apr 19, 2016
-
-
Andreas Gohr authored
-
- Oct 12, 2015
-
-
Christopher Smith authored
-
- Sep 22, 2015
-
-
Christopher Smith authored
Permit three values: - always (default), the other input field is always displayed - exists, the other input field is only displayed when the setting contains value(s) not listed in choices*. - never, the other input field is never displayed. If the setting contains any value(s) not listed in choices they will be discarded on saving. * This means, under normal circumstances the admin will not see the other input field. It will only appear after manual editing to enter a non-listed _choice or if an update were to remove a previously selected _choice
-
- Sep 21, 2015
- Sep 08, 2015
-
-
Marius van Witzenburg authored
-
- Jul 31, 2015
-
-
Andreas Gohr authored
-
- May 15, 2015
-
-
Christopher Smith authored
- 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
-
- Jan 07, 2015
-
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
Andreas Gohr authored
-
Andreas Gohr authored
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.
-
- Oct 02, 2014
-
-
Gerrit Uitslag authored
-
- Oct 01, 2014
-
-
Gerrit Uitslag authored
-
- Sep 29, 2014
-
-
Gerrit Uitslag authored
-
- Mar 18, 2014
-
-
Gerrit Uitslag authored
-
- Nov 26, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Oct 15, 2013
-
-
Gerrit Uitslag authored
-
- Sep 11, 2013
-
-
Matt Perry authored
Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff.
-
- Aug 23, 2013
-
-
Matt Perry authored
Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag Conflicts: inc/parser/xhtml.php
-
- Aug 22, 2013
-
-
Matt Perry authored
Change indentation to ensure code confirms to CodeSniffer rules.
-
- Aug 08, 2013
-
-
Christopher Smith authored
This reverts commit 0d21c87f.
-
- Aug 01, 2013
-
-
Christopher Smith authored
-
- Jul 31, 2013
-
-
Christopher Smith authored
-
- Feb 24, 2013
-
-
Christopher Smith authored
-
- Feb 18, 2013
-
-
Christopher Smith authored
replace preset _cautionList property with _caution config metadata parameter, plugins can now easily set cautions on their settings
-
Christopher Smith authored
-
Christopher Smith authored
-
Christopher Smith authored
-
Christopher Smith authored
remove php_strip_whitespace() alternate, no longer required as php min req't ensures its always present
-
- Feb 17, 2013
-
-
Christopher Smith authored
-
Christopher Smith authored
-
- Feb 16, 2013
-
-
Klap-in authored
setting type read from metadata eqaul to empty string is default 'setting' class (a textarea), everything else should be a existing class otherwise 'setting_no_class' is loaded
-
Andreas Gohr authored
This deprecates the "richemail" config class
-
- Jan 31, 2013
-
-
Andreas Gohr authored
-
- Jan 16, 2013
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Nov 29, 2012
-
-
Dominik Eckelmann authored
- removed some dead/unused code - fixed phpdoc - added typing on methods
-
- Nov 16, 2012
-
-
Andreas Gohr authored
Parsing the config file should be completely tested before we can rely on it and safely extend it. This just adds the first very basic tests.
-
Andreas Gohr authored
This reverts commit b8f41ef0. We had good reasons for parsing the file ourselves. For example to keep expressions like 7*60*60*24 intact.
-