Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-31 | Removed evaluation of pradolite.php, lint check is ok | knut | |
2006-03-31 | Switched to use the original build script to generate pradolite.php | knut | |
2006-03-09 | Disabling "if-if-else" warnings from analyze reporting | knut | |
2006-03-08 | Added a ZendCodeAnalyzerTask and a analyze target to phing to be able to run ↵ | knut | |
the Zend Code Analyzer against the framework source | |||
2006-03-07 | Added variuos resource files to build (Ticket #82) | knut | |
Also set code coverage to false by default. Can be set to true with: -Dcodecoverage=true on the command line when running phing | |||
2006-02-26 | Corrected references to XSD and DTD files | knut | |
2006-02-25 | Excluding DataAccess/**/*.php from code coverage since that part of the ↵ | knut | |
framework is incomplete | |||
2006-02-23 | Completed target pradolite | knut | |
2006-02-23 | Created an XmlLintTask to validate configuration against XML Schema ↵ | knut | |
Definitions and a new target lint-demos to check both syntax of demo configuration and PHP source files | |||
2006-02-21 | A lot of updates to the build file | knut | |
* PEAR packaging removed for new implementation using package2.xml * Created 'dist' as default target which build everything | |||
2006-02-09 | added lint task for checking syntax of PHP source files | knut | |
2006-02-01 | added pradolite target | knut | |
2006-01-30 | fixed minor bug with XML entities in build.xml | knut | |
2006-01-30 | added some more info to the PearPackageTask | knut | |
2006-01-30 | - Ported a few unit tests from the I18N package | knut | |
- Moving report stylesheets to buildscripts/phing - Added a build/dist target for both standard distribution and PEAR package to build.xml | |||
2006-01-26 | Prototype on new test system with Phing and PHPUnit2 to generate both Unit ↵ | knut | |
Test reports and corresponding Code Coverage reports |