root/trunk/tests/Orm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4971 [4971] 2 months guilhermeblanco [2.0] Moved Doctrine_Query to definite namespace Doctrine_ORM_Query. Fixed …
(edit) @4964 [4964] 3 months romanb more cleanups. introducing ClassLoader?.
(edit) @4960 [4960] 3 months guilhermeblanco Small changes to get Query tests running again. Fixed wrong DQL in …
(edit) @4952 [4952] 3 months romanb moved classmetadata & co
(edit) @4944 [4944] 3 months romanb moved Collection
(edit) @4930 [4930] 3 months romanb moved Entity
(edit) @4929 [4929] 3 months romanb moving files to TODO
(edit) @4924 [4924] 3 months romanb moved hydration stuff
(edit) @4921 [4921] 3 months romanb moved entitypersisters
(edit) @4918 [4918] 3 months romanb moved entity/entitymanager exceptions
(edit) @4915 [4915] 3 months romanb Moved association mappings.
(edit) @4913 [4913] 3 months romanb Moved undecided/unclear items into TODO
(edit) @4909 [4909] 3 months guilhermeblanco Fixes in unit tests. Started refactoring in DQL parser to separate …
(edit) @4877 [4877] 3 months romanb cleanup
(edit) @4866 [4866] 3 months romanb checkin of occasional work from the past weeks.
(edit) @4795 [4795] 3 months guilhermeblanco Some tickets test cases
(edit) @4791 [4791] 3 months romanb added a little test
(edit) @4789 [4789] 3 months romanb refactorings. made basic one-one, one-many joins work.
(edit) @4785 [4785] 3 months guilhermeblanco DQL Parser refactorings and enhancements. Finished basic drat of Join …
(edit) @4776 [4776] 4 months romanb continued refactorings.
(edit) @4725 [4725] 4 months romanb Intermediate checkin.
(edit) @4723 [4723] 4 months romanb Continued refactorings. Started to refactor the DBAL layer.
(edit) @4718 [4718] 4 months romanb
(edit) @4699 [4699] 4 months romanb Checkin of occasional work from the past weeks.
(edit) @4655 [4655] 5 months romanb Cleanups, improvements, fixes.
(edit) @4653 [4653] 5 months romanb Refactorings. Merged hydrator fixes from 0.11/1.0
(edit) @4628 [4628] 5 months romanb The usual 2.0 refactoring/implementation commit.
(edit) @4524 [4524] 6 months romanb Removed static EntityManager? lookup from productions. Entity refactorings.
(edit) @4523 [4523] 6 months romanb Added getters to AST. Removed Production::call. Added visitor support to …
(edit) @4470 [4470] 6 months romanb Refactorings and initial commit/draft of new event handling / …
(edit) @4466 [4466] 6 months guilhermeblanco Fixes in ParserResult?, which was generating a bad table alias. Added more …
(edit) @4456 [4456] 6 months romanb some minor refactorings. started to make a draft of the new namespaced …
(edit) @4455 [4455] 6 months guilhermeblanco SelectExpression? rewrite to support dctrn queryComponent. Fixes in DQL. …
(edit) @4452 [4452] 6 months guilhermeblanco Changed Doctrine_Query to accept a Doctrine_EntityManager instead of a …
(edit) @4451 [4451] 6 months guilhermeblanco Finished first parts of SELECT support. Two test cases added and passing. …
(edit) @4436 [4436] 6 months romanb custom/magic accessors + test
(edit) @4431 [4431] 6 months guilhermeblanco Added more semantical checks. Fixed some tests.
(edit) @4425 [4425] 6 months guilhermeblanco More fixes for tests
(edit) @4422 [4422] 6 months romanb Merged DQL parser branch to trunk.
(edit) @4376 [4376] 7 months romanb Initial HYDRATE_SINGLE_SCALAR implementation & test.
(edit) @4375 [4375] 7 months romanb Initial support for scalar hydration (HYDRATE_SCALAR). EntityPersisters?
(edit) @4374 [4374] 7 months romanb Merged dbal bugfixes from 0.11.
(edit) @4364 [4364] 7 months romanb Doctrine_Record renamed. Hydration refactored. Other refactorings.
(edit) @4342 [4342] 7 months romanb Continued work on new hydration.
(edit) @4339 [4339] 7 months romanb Added another hydration test.
(edit) @4338 [4338] 7 months romanb Refactorings. Started with new hydrator for 2.0.
(edit) @4328 [4328] 7 months romanb Merged all identity maps into one in the unitofwork. identity map now …
(edit) @4225 [4225] 8 months romanb Fixed #966.
(edit) @4222 [4222] 8 months romanb Started playing with isolated hydration tests.
(edit) @4101 [4101] 8 months romanb refactorings
(edit) @4003 [4003] 9 months romanb fixed tests
(edit) @4002 [4002] 9 months romanb refactorings
(edit) @3934 [3934] 9 months romanb fixed testcase
(edit) @3933 [3933] 9 months romanb added missing testcase
(edit) @3931 [3931] 9 months romanb refactorings, a bug fix (#786) and improved performance for the hydration …
(edit) @3890 [3890] 9 months romanb validator refactorings and others
(edit) @3882 [3882] 9 months jwage Changed all references from phpdoctrine.com to phpdoctrine.org
(edit) @3812 [3812] 10 months romanb small refactorings
(edit) @3779 [3779] 10 months meus added tests for Collection. also fixed a bug with serialization in …
(edit) @3777 [3777] 10 months meus added a stub to test the methods that throw exceptions in order to get …
(edit) @3776 [3776] 10 months meus Added tests for Doctrine_Access. It uses annotations for exceptions and to …
(edit) @3741 [3741] 10 months romanb more experiments with the new testsuite.
(edit) @3739 [3739] 10 months romanb
(edit) @3738 [3738] 10 months romanb cosmetics
(edit) @3730 [3730] 10 months romanb changes on the new test suite.
(edit) @3727 [3727] 10 months romanb changes on the new test suite.
(edit) @3725 [3725] 10 months romanb changes on the new test suite.
(edit) @3724 [3724] 10 months romanb changes on the new test suite.
(edit) @3722 [3722] 10 months romanb new test setup refactorings
(edit) @3718 [3718] 10 months romanb more changes to the new test setup. introduced separate ticket folders.
(edit) @3717 [3717] 10 months romanb changes to the new test setup.
(edit) @3716 [3716] 10 months jwage General dev on tests.
(add) @3712 [3712] 10 months jwage Initial entry of new test structure.
Note: See TracRevisionLog for help on using the revision log.