phpci/PHPCI
MarkMaldaba 5bff0eec97 I've removed PHP short tags, of the format <?= $foo ?> and replaced them with standard PHP echo tags: <?php echo $foo ?>
I've just spent half an hour trying to figure out why I was getting a blank login page, until I found out that short tags were disabled.  For an open-source project that supports PHP 5.3 and is (presumably) looking for a wide user-base, this feature cannot be relied upon, unfortunately.

I agree that it makes the code less neat, but I think that is the lesser of two evils if this is going to be a serious contender in the CI arena.
2013-05-14 18:25:11 +01:00
..
Controller Adding a status indicator for each plugin on the build page, fixing ignores for PHPCPD 2013-05-14 13:09:54 +01:00
Helper Adding user accounts. 2013-05-10 16:25:51 +01:00
Model Adding a status indicator for each plugin on the build page, fixing ignores for PHPCPD 2013-05-14 13:09:54 +01:00
Plugin Adding support for PHPSpec. 2013-05-14 14:37:14 +01:00
Store Adding user accounts. 2013-05-10 16:25:51 +01:00
View I've removed PHP short tags, of the format <?= $foo ?> and replaced them with standard PHP echo tags: <?php echo $foo ?> 2013-05-14 18:25:11 +01:00
Application.php Adding user accounts. 2013-05-10 16:25:51 +01:00
Builder.php Adding a status indicator for each plugin on the build page, fixing ignores for PHPCPD 2013-05-14 13:09:54 +01:00
Plugin.php Initial commit. 2013-05-03 16:02:53 +01:00