romanb
|
d9112ad1d7
|
Merged current state of my experimental branch back to trunk.
|
2008-01-05 19:55:56 +00:00 |
|
romanb
|
344ab02d95
|
reverting the reorganization done in 3455-3456 in order to make merging my experimental branch to trunk easier.
|
2008-01-05 19:14:35 +00:00 |
|
Jonathan.Wage
|
44820ec14a
|
Preparation for new organization of code in to sub packages. Changed autoload() to work with new structure.
|
2008-01-05 07:39:25 +00:00 |
|
romanb
|
fc310cf36c
|
Fixed #626. Commented out plugin tests due to a fatal error.
|
2007-12-01 11:18:43 +00:00 |
|
romanb
|
78f5a2edcb
|
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 |
|
romanb
|
cfc7d4e423
|
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 |
|
Jonathan.Wage
|
27b369a5f3
|
Mass search and replace for coding standards changes, doc block formatting, and code spacing.
|
2007-10-21 06:23:59 +00:00 |
|
Jonathan.Wage
|
0a6f216efa
|
Lots of formatting changes, cleanup, doc block changes.
|
2007-10-03 21:43:22 +00:00 |
|
zYne
|
19fc58dccd
|
|
2007-09-17 22:19:17 +00:00 |
|
meus
|
f3a377a794
|
replace tabs with 4 spaces. and fix other coding style related stuff
|
2007-09-03 14:57:18 +00:00 |
|
nightfreak
|
6c0b5fd36c
|
added the fix for ticket #398. also fixed the missing $coll->setReference() in Doctrine_Relation_Association::fetchRelatedFor()
|
2007-08-11 18:24:19 +00:00 |
|
njero
|
a903c927c4
|
Make the new hasOne stuff work with identifiers
|
2007-08-10 07:07:53 +00:00 |
|
njero
|
7f1666efc0
|
Changes to make hasOne relations with 'foreign' and 'local' work as expected
|
2007-08-10 05:54:21 +00:00 |
|
zYne
|
5490247cc7
|
new templating model
|
2007-08-03 11:52:24 +00:00 |
|
zYne
|
18115c7711
|
|
2007-07-13 16:22:49 +00:00 |
|
zYne
|
84f764cf56
|
minor relation fix
|
2007-07-08 19:19:53 +00:00 |
|
zYne
|
57b4a549f2
|
|
2007-06-28 19:19:47 +00:00 |
|
zYne
|
c02c83d4a7
|
|
2007-06-28 13:15:24 +00:00 |
|
zYne
|
b4ad603841
|
|
2007-06-28 11:56:56 +00:00 |
|
zYne
|
5586bf92ec
|
|
2007-06-28 10:39:40 +00:00 |
|
zYne
|
625b6a3f82
|
|
2007-06-26 22:35:08 +00:00 |
|
zYne
|
15db4bd535
|
|
2007-06-25 21:36:45 +00:00 |
|
zYne
|
a4e434081a
|
|
2007-06-14 21:22:28 +00:00 |
|
zYne
|
d6095a2420
|
added IntegrityMapper for future emulation purposes
|
2007-06-14 18:15:33 +00:00 |
|
zYne
|
72466b364e
|
|
2007-06-14 16:01:15 +00:00 |
|
zYne
|
595071f767
|
added full support for join table self-referencing
|
2007-06-11 19:27:16 +00:00 |
|
zYne
|
ca775fdc99
|
fixed many-to-many column guessing
|
2007-06-09 21:54:08 +00:00 |
|
runa
|
7a00232c7a
|
fixes bug with extended-non-Doctrine_Record tables and makes the relationship parser to fallback to the old method to find keys if it cannot be guessed
|
2007-06-07 19:20:24 +00:00 |
|
zYne
|
ecbecaa67b
|
new attribute Doctrine::ATTR_LOAD_REFERENCES
|
2007-05-30 10:20:21 +00:00 |
|
zYne
|
cc01ca4686
|
|
2007-05-29 18:55:46 +00:00 |
|
zYne
|
bf263fe1b3
|
|
2007-05-24 19:29:27 +00:00 |
|
runa
|
569ad7cfa0
|
fixed typo
|
2007-05-24 14:27:10 +00:00 |
|
zYne
|
e3e001efbc
|
|
2007-05-23 21:49:27 +00:00 |
|
zYne
|
e922ae7689
|
|
2007-05-23 21:13:13 +00:00 |
|
zYne
|
124fbff038
|
|
2007-05-22 20:11:56 +00:00 |
|
zYne
|
99037abdad
|
|
2007-05-22 17:42:47 +00:00 |
|
zYne
|
71338c3d09
|
drafting the new relation model, still a lot of work
|
2007-05-22 15:57:17 +00:00 |
|
zYne
|
b3b1f617fe
|
|
2007-05-21 21:52:14 +00:00 |
|
zYne
|
4a379951e6
|
|
2007-05-21 21:15:57 +00:00 |
|
zYne
|
abcc423fbf
|
new relation parser now supports many-to-many relations
|
2007-05-21 20:27:56 +00:00 |
|
zYne
|
4f57aac33e
|
|
2007-05-21 20:21:49 +00:00 |
|
zYne
|
ec28b0b92a
|
|
2007-05-21 20:06:23 +00:00 |
|
zYne
|
5227d51e7e
|
|
2007-05-21 17:35:20 +00:00 |
|
zYne
|
5b22e5431f
|
|
2007-05-21 16:02:30 +00:00 |
|
zYne
|
4aa70a18b0
|
|
2007-05-20 21:35:49 +00:00 |
|
zYne
|
0b9ea73aaf
|
|
2007-05-20 21:18:52 +00:00 |
|
zYne
|
919da9e6c6
|
|
2007-05-20 20:49:42 +00:00 |
|
zYne
|
ff73391637
|
|
2007-05-20 20:35:21 +00:00 |
|
zYne
|
7c2dc1a978
|
|
2007-05-20 19:28:21 +00:00 |
|
zYne
|
de3242227b
|
|
2007-05-20 18:40:53 +00:00 |
|