summaryrefslogtreecommitdiff
path: root/build.xml
AgeCommit message (Collapse)Author
2007-11-09update prado-dao build.wei
2007-06-30prepare for release.3.1.0xue
2007-05-14Update for next release.xue
2007-05-14clean up build script.xue
2007-05-09Add compact db demo, add THtmlArea::EnableCompression, add ClientSide ↵wei
options for TColorPicker
2007-05-08minor changeswei
2007-05-07Update Active Record docs.wei
2007-05-06updated build.xue
2007-04-24add active record Relationswei
2007-04-22Minor change to Mysql metadatawei
2007-04-16Updates to db stuff, removed js build from build.xml (no longer necessary)wei
2007-04-14Refactor ActiveRecordGateway to use TDataGatewayCommandwei
2007-01-19build script fix.xue
2007-01-17updated build script and prado powered link target.xue
2007-01-15updated build script for release.3.1.0axue
2007-01-14prepare for 3.1 alpha release.xue
2007-01-13updated build script.xue
2006-10-18merge from 3.0 branch till 1463.xue
2006-09-23merge from 3.0 branch till 1435.xue
2006-09-08merge from 3.0 branch till 1397.xue
2006-08-27Merge from 3.0 branch till 1350.xue
2006-07-04Merge from 3.0 branch till 1239.xue
2006-06-30Merge from 3.0 branch till 1218.xue
2006-06-19Merge from 3.0 branch till 1185.xue
2006-04-30merge from 3.0 branch till 995.xue
2006-04-27merge from 3.0 branch till 978.xue
2006-04-25Merge from 3.0 branch till 967.xue
2006-04-14Adding SQLMap unit tests. Allow sqlmap to use Prado's caching module to ↵wei
cache records.
2006-03-31Added state in addition to version in title information of API documentation ↵knut
as a part of #83
2006-03-31Workaround for packaging with empty directories and preparing build file for RC1knut
2006-03-31Removed tests from the build process and added a new target 'all' to run ↵knut
everything
2006-03-31Removed evaluation of pradolite.php, lint check is okknut
2006-03-31Switched to use the original build script to generate pradolite.phpknut
2006-03-09Disabling "if-if-else" warnings from analyze reportingknut
2006-03-08Added a ZendCodeAnalyzerTask and a analyze target to phing to be able to run ↵knut
the Zend Code Analyzer against the framework source
2006-03-07Added 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-26Corrected references to XSD and DTD filesknut
2006-02-25Excluding DataAccess/**/*.php from code coverage since that part of the ↵knut
framework is incomplete
2006-02-23Completed target pradoliteknut
2006-02-23Created 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-21A lot of updates to the build fileknut
* PEAR packaging removed for new implementation using package2.xml * Created 'dist' as default target which build everything
2006-02-09added lint task for checking syntax of PHP source filesknut
2006-02-01added pradolite targetknut
2006-01-30fixed minor bug with XML entities in build.xmlknut
2006-01-30added some more info to the PearPackageTaskknut
2006-01-30- Ported a few unit tests from the I18N packageknut
- Moving report stylesheets to buildscripts/phing - Added a build/dist target for both standard distribution and PEAR package to build.xml
2006-01-26Prototype on new test system with Phing and PHPUnit2 to generate both Unit ↵knut
Test reports and corresponding Code Coverage reports