summaryrefslogtreecommitdiff
path: root/tests/simple_unit
AgeCommit message (Collapse)Author
2013-09-19Ported old I18N tests from simpleunit to phpunitFabio Bas
2013-09-13Add some missing empty directory, and a dummy .gitignore inside themFabio Bas
Otherwise git would strip them away
2013-09-13Don't gitignore assets/ and protected/runtime/ directories in tests and demo ↵Fabio Bas
apps; gitignore only their contents The directories needs to exists in order for demos and tests to run correctly
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2011-05-10php 5.3 compatibility fixrojaro
2007-11-01Refactored ActiveRecord: removed object registry, fixed relationship casing ↵wei
problems.
2007-10-08Allow active records to have multiple foreign key references to the same ↵wei
table. Add TXCache.
2007-09-29Changed RELATIONS declaration.xue
2007-05-14Minor update to TPreparedCommandwei
2007-05-10Add unit test code for #589.wei
2007-05-08Fixed #458wei
2007-05-08Fixed sqlmap query with limit and offsets.wei
2007-05-07Update Active Record docs.wei
2007-05-04Add saving/updating ActiveRecord relationships.wei
2007-05-01remove identity map in active record.wei
2007-04-24add active record Relationswei
2007-04-22Update to Active Record to use Mysql 4.wei
Add TActiveRecordRelation
2007-04-16Updates to db stuff, removed js build from build.xml (no longer necessary)wei
2007-04-14Refactor ActiveRecordGateway to use TDataGatewayCommandwei
2007-04-12Add Sqlite driver.wei
2007-04-12Refactor and add TTableGateway, System.Data.Common, System.Data.DataGatewaywei
2007-03-30Fixed #537wei
2007-03-06changed the way to specify active record table.xue
2007-02-27Fix test cases for active record.wei
2007-02-27BC: Deprecate TActiveRecord::getRecordFinder() in favour of ↵wei
TActiveRecord::finder().
2007-02-12Add IBM DB2 driver for active record.wei
2007-02-02add unit test for sqlmap statement extendswei
2007-01-30add column type values for mysqlwei
2007-01-25Fixed #502wei
2007-01-24Fixed #517, #519, #521wei
2007-01-24add active record count testwei
2007-01-23fix pgsql schema table problems.wei
2007-01-14Add "block-content" to allow user comments on block level elements in ↵wei
quickstart docs.
2007-01-12soap test subject.wei
2007-01-09add TActiveRecord::findAllByPks()wei
2007-01-03quote the criteria string in ActiveRecord.wei
2006-12-20Add quickstart docs for Active Record and SqlMapwei
2006-12-17Add TDataSourceConfig, TSqlMapConfig, TActiveRecordConfigwei
2006-12-05load the inlineeditor textbox in client side onload.wei
2006-12-04add unit tests for active record and sqlmapwei