.. |
Cache
|
|
2007-06-29 10:17:05 +00:00 |
Collection
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
Connection
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
coverage
|
new coverage data
|
2007-11-25 20:32:49 +00:00 |
Data
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
DataDict
|
fixes #718
|
2008-01-08 21:22:37 +00:00 |
DataType
|
Merged current state of my experimental branch back to trunk.
|
2008-01-05 19:55:56 +00:00 |
Db
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
DoctrineTest
|
added assertNull() and assertNotNull()
|
2008-01-18 19:35:15 +00:00 |
EventListener
|
moved all models to trunk/models. removed some old invalid testcases
|
2007-09-02 14:24:49 +00:00 |
Export
|
Connection refactoring to allow create/drop database functionality for sqlite. fixes #480
|
2008-01-22 21:42:17 +00:00 |
Expression
|
- fixed test cases to expect the || SQL standard syntax
|
2008-01-10 13:17:05 +00:00 |
Hydrate
|
Merged current state of my experimental branch back to trunk.
|
2008-01-05 19:55:56 +00:00 |
Import
|
Moved Doctrine_Migration_Builder and Doctrine_Import_Builder to Doctrine_Builder_Migration and Doctrine_Builder_Record. Updated code to work with new class names.
|
2008-01-23 16:47:58 +00:00 |
Inheritance
|
Second merge from experimental branch to trunk.
|
2008-01-12 19:49:11 +00:00 |
Migration
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
migration_classes
|
MySQL migration unit tests
|
2007-11-08 17:12:11 +00:00 |
mysql_migration_classes
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
NestedSet
|
Merged test case from 0.9 for testing loading NestedSet in setUp() method
|
2008-01-09 15:59:34 +00:00 |
Query
|
refs #732
|
2008-01-16 22:51:37 +00:00 |
Record
|
fixes #688
|
2008-01-23 08:04:54 +00:00 |
Relation
|
Merged current state of my experimental branch back to trunk.
|
2008-01-05 19:55:56 +00:00 |
Search
|
fixed search tests that were broken by changeset 3187
|
2007-11-19 18:03:30 +00:00 |
Sequence
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
Ticket
|
moving ticket to all branches
|
2008-01-22 23:25:20 +00:00 |
Transaction
|
added doc blocks, changed formatting
|
2007-06-10 19:35:33 +00:00 |
Validator
|
Refactored transactions. Fixed #464.
|
2007-12-12 15:52:12 +00:00 |
AccessTestCase.php
|
Merged current state of my experimental branch back to trunk.
|
2008-01-05 19:55:56 +00:00 |
AuditLogTestCase.php
|
Consolidated a few things. Initial entry of Inflector class. Moved some methods from Doctrine base class to Doctrine_Lib and Doctrine_Inflector.
|
2007-11-28 02:21:42 +00:00 |
BatchIteratorTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
CacheFileTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
CacheQuerySqliteTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
CacheSqliteTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
CacheTestCase.php
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
CascadingDeleteTestCase.php
|
|
2007-06-11 15:45:55 +00:00 |
ClassTableInheritanceTestCase.php
|
Merged current state of my experimental branch back to trunk.
|
2008-01-05 19:55:56 +00:00 |
CollectionOffsetTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
CollectionTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
ColumnAggregationInheritanceTestCase.php
|
Corrected test case for ColumnAggregate field
|
2007-09-10 20:17:52 +00:00 |
ColumnAliasTestCase.php
|
Refactoring. Started to introduced a clear separation between column names and field names (aka column aliases).\nDoctrine_Connection, DQL Parser classes/methods map field names => column names.\nDoctrine_Hydrate maps column names => field names during hydration.\nColumn names are only stored in Doctrine_Table:: and Doctrine_Table::.\nRelations use column names in 'local'/'foreign'.\nWhen using field names (column aliases) you need to use the column names in 'local'/'foreign' when setting up a relation (hasOne/hasMany), not the field names.\n\n In other words column names are only used to communicate with the database. field names are used everywhere else. the casing of field names does not matter. column names are forced to lower case for portability. If you dont use field names (column aliases) your column names are your field names (and therefore all lowercase).
|
2007-11-18 16:06:37 +00:00 |
CompositePrimaryKeyTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
ConfigurableTestCase.php
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
ConnectionTestCase.php
|
Second merge from experimental branch to trunk.
|
2008-01-12 19:49:11 +00:00 |
ConnectionTransactionTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
CtiColumnAggregationTestCase.php
|
drafting the CTICA test case
|
2007-12-11 22:37:19 +00:00 |
CustomPrimaryKeyTestCase.php
|
Merged current state of my experimental branch back to trunk.
|
2008-01-05 19:55:56 +00:00 |
CustomResultSetOrderTestCase.php
|
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
|
2007-10-21 06:23:59 +00:00 |
CustomResultSetOrderTestCaseTestCase.php
|
added support for column aliases
|
2007-01-23 16:27:20 +00:00 |
DataDictSqliteTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
DataDictTestCase.php
|
added some test case skeletons
|
2007-01-05 22:33:53 +00:00 |
DbProfilerTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
DBTestCase.php
|
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
|
2007-10-21 06:23:59 +00:00 |
DoctrineTest.php
|
fixed grouping and filtering of tests from the browser
|
2007-11-05 00:29:52 +00:00 |
DriverTestCase.php
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
EventListenerTestCase.php
|
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
|
2007-10-21 06:23:59 +00:00 |
ExportTestCase.php
|
reapplied my changes to Export.php that were (accidently?) reverted by jonwage
|
2007-10-20 14:57:47 +00:00 |
ExpressionTestCase.php
|
- fixed test cases to expect the || SQL standard syntax
|
2008-01-10 13:15:34 +00:00 |
ForeignKeyTestCase.php
|
|
2007-07-16 18:46:55 +00:00 |
HookTestCase.php
|
|
2007-11-15 22:12:00 +00:00 |
HydrateTestCase.php
|
More refactorings and small speed improvements on the default hydrator.
|
2007-11-21 14:29:59 +00:00 |
I18nTestCase.php
|
added tests for updating I18n records, fixes #672
|
2008-01-04 18:23:32 +00:00 |
ImportTestCase.php
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
index.php
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
IntegrityActionTestCase.php
|
moved all models to trunk/models. removed some old invalid testcases
|
2007-09-02 14:24:49 +00:00 |
ManagerTestCase.php
|
Connection refactoring to allow create/drop database functionality for sqlite. fixes #480
|
2008-01-22 21:42:17 +00:00 |
MigrationTestCase.php
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
NewCoreTestCase.php
|
|
2007-07-05 23:47:48 +00:00 |
OneTableOneClassInheritanceTestCase.php
|
moved all models to trunk/models. removed some old invalid testcases
|
2007-09-02 14:24:49 +00:00 |
ParserTestCase.php
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
PessimisticLockingTestCase.php
|
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
|
2007-10-21 06:23:59 +00:00 |
PluginTestCase.php
|
|
2007-11-25 12:02:58 +00:00 |
QueryTestCase.php
|
Second merge from experimental branch to trunk.
|
2008-01-12 19:49:11 +00:00 |
RawSqlTestCase.php
|
More refactorings. Commented out the plugin tests for now. They seem to wreak havoc with a lot of other tests (especially validator tests) and i havent found the reason yet.
|
2007-11-24 18:11:09 +00:00 |
RecordFilterTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
RecordTestCase.php
|
Merged current state of my experimental branch back to trunk.
|
2008-01-05 19:55:56 +00:00 |
RelationTestCase.php
|
Merged current state of my experimental branch back to trunk.
|
2008-01-05 19:55:56 +00:00 |
RepositoryTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
run.php
|
Connection refactoring to allow create/drop database functionality for sqlite. fixes #480
|
2008-01-22 21:42:17 +00:00 |
schema.xml
|
fixing previous commit, these files should not be modified
|
2007-10-03 16:38:20 +00:00 |
schema.yml
|
New coverage for parser, yaml schema parsing, a few fixes.
|
2007-11-15 05:16:31 +00:00 |
SearchTestCase.php
|
fixed another test case broken by changeset 3187
|
2007-11-19 19:16:15 +00:00 |
SequenceTestCase.php
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
TableTestCase.php
|
fixes #688
|
2008-01-23 08:04:54 +00:00 |
template.tpl
|
Made the testcase template adhere to new CS
|
2007-01-14 22:45:08 +00:00 |
TemplateTestCase.php
|
addded tests for template. added optimization for __call and calling template functions in Record
|
2007-09-12 20:26:59 +00:00 |
TokenizerTestCase.php
|
Added test case to demonstrate that delimiters in
|
2007-12-07 03:23:09 +00:00 |
TransactionTestCase.php
|
Refactored transactions. Fixed #464.
|
2007-12-12 15:52:12 +00:00 |
TreeStructureTestCase.php
|
Connection refactoring to allow create/drop database functionality for sqlite. fixes #480
|
2008-01-22 21:42:17 +00:00 |
UnitOfWorkTestCase.php
|
Merged current state of my experimental branch back to trunk.
|
2008-01-05 19:55:56 +00:00 |
unsolved.php
|
|
2007-05-27 18:56:54 +00:00 |
UnsortedTestCase.php
|
adding a test to show a situation where cascading inserts do not work
|
2006-10-17 19:02:00 +00:00 |
ValidatorTestCase.php
|
Merged current state of my experimental branch back to trunk.
|
2008-01-05 19:55:56 +00:00 |
ValueHolderTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
ViewTestCase.php
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |