1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix symlink check and build dir More... over 12 years ago
Ignore Eclipse environment files More... over 12 years ago
Merge branch 'master' of github.com:Block8/PHPCI More... over 12 years ago
Fix More... over 12 years ago
Updating README to mention the mailing list. More... over 12 years ago
Merge pull request #23 from MarkMaldaba/readme_update More... over 12 years ago
Updated minimum PHP version in README.md. More... over 12 years ago
Updating README and composer.json for symfony/console More... over 12 years ago
Updating PHPCI to use Symfony/Console rather than a series of individual PHP files. More... over 12 years ago
Updating base models to ones generated by the new b8framework generator. Now include strict typing, proper commenting and better formatting. Fixes #13 More... over 12 years ago
Merge pull request #16 from MarkMaldaba/shorttag_fix More... over 12 years ago
Follow-up to commit fa7ad2f45ddea003258b0448fd1038650ec2f66b, which replaced short-tags with print statements. This one was missed (or, perhaps, has since crept in). A CodeSniffer test candidate, methinks! More... over 12 years ago
Merge pull request #15 from MarkMaldaba/windows_tempfolder_fix More... over 12 years ago
Fix for running PHP under CGI on Windows machines. In this situation, the environement variables defining the system temp path are not necessarily available to PHP, so sys_get_temp_dir() falls back to using the system path (e.g. C:\WINDOWS), which is normally unwritable. This means that temp-file creation fails. More... over 12 years ago
Merge branch 'master' of https://github.com/Block8/PHPCI More... over 12 years ago
Merge branch 'php-unit-xml-config' More... over 12 years ago
Merge pull request #14 from meadsteve/php-unit-xml-config More... over 12 years ago
Modified the PHPunit plugin so that it can take multiple config files and dirs and will combine the results of each. More... over 12 years ago
Added argument to Phpunit plugin: config. This takes the path to an xml configuration file which will be run instead of the specified directory. More... over 12 years ago
Added argument to Phpunit plugin: config. This takes the path to an xml configuration file which will be run instead of the specified directory. More... over 12 years ago
Merge pull request #6 from Block8/feature/github_integration More... over 12 years ago
Merge pull request #8 from meadsteve/master More... over 12 years ago
Merge pull request #9 from meadsteve/symfony-yaml More... over 12 years ago
Fixing phpci.yml, use spaces not tabs More... over 12 years ago
Merging master to bring github branch into line. More... over 12 years ago
Adding support for local path based projects. See pull #2 More... over 12 years ago
Removing the extra /tmp from sys_get_temp_dir() More... over 12 years ago
Removing short open tags and replacing with print statements. More... over 12 years ago
I've replaced the requirement for the pecl yaml extension with the symphony component. Sometimes I work on a windows box and the instructions for installing pecl yaml on windows looked a little intimidating: More... over 12 years ago
I've replaced the requirement for the pecl yaml extension with the symphony component. Sometimes I work on a windows box and the instructions for installing pecl yaml on windows looked a little intimidating: More... over 12 years ago