summaryrefslogtreecommitdiff
path: root/buildscripts/phing
AgeCommit message (Collapse)Author
2015-11-09Added (partial) website + misc updates for releaseFabio Bas
* recreated the prado website in demos/ * updated some docs to reflect the usage of jquery; removed guide to prototype * updated composer * added task for apigen4 (theme still missing)
2014-01-15Removed ?> from buildscripts and demosFabio Bas
2013-11-26Get version hash from git while creating dist packageFabio Bas
2013-09-11Merge up to r3319Ciro Mattia Gonano
2012-11-18removed prado customized tasks already existing in phingctrlaltca
new ping targets: lint and lint-demos
2012-11-18Reworked the "test" task in order to make it work again:ctrlaltca
- it will use the system PHPUnit installation if available (bundled PHPUnit with prado is no more a choice) - fixed tests in order to be compatible with recent phpunit versions (currently 3.7) - dropped old tests referring to unexisting components (NOTE: this includes what seems a test suite for an older version of SQLMap) Added some svn-ignore properties
2012-11-18update ping. Part 2: added ping 2.4.12, fixed caller scriptctrlaltca
2012-11-18update ping. Part 1: delete old versionctrlaltca
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2010-02-21Merged latest changes into trunk (except r2773)godzilla80@gmx.net
/branches/3.1:r2765,2770-2771,2774,2776-2778
2007-05-16update phing simpletest taskwei
2007-05-09Add compact db demo, add THtmlArea::EnableCompression, add ClientSide ↵wei
options for TColorPicker
2007-05-07Update Active Record docs.wei
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-13updated build script.xue
2006-10-18merge from 3.0 branch till 1463.xue
2006-08-02merge from 3.0 branch till 1320.xue
2006-07-04Merge from 3.0 branch till 1239.xue
2006-06-19Merge from 3.0 branch till 1185.xue
2006-05-08Changed my email addressknut
2006-05-01Merge from 3.0 branch till 1004.xue
2006-04-30merge from 3.0 branch till 995.xue
2006-04-27merge from 3.0 branch till 978.xue
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-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-09forgot the actual task :)knut
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