Trac

root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4628 [4628] 07/04/08 17:32:19 romanb The usual 2.0 refactoring/implementation commit.
(edit) @4609 [4609] 07/01/08 06:57:19 gnat set a limit on fetchOne queries
(edit) @4606 [4606] 06/30/08 15:51:03 bascht - added doc for a little workaround when migrating models with changed …
(edit) @4524 [4524] 06/16/08 19:31:21 romanb Removed static EntityManager? lookup from productions. Entity refactorings.
(edit) @4523 [4523] 06/15/08 16:56:28 romanb Added getters to AST. Removed Production::call. Added visitor support to …
(edit) @4522 [4522] 06/14/08 15:46:16 gnat setCharset Documentation provided by irc user ivanst
(edit) @4484 [4484] 06/08/08 17:42:55 guilhermeblanco Cosmetics changes in EventManager?, renamed the registerEventListener to …
(edit) @4470 [4470] 06/05/08 20:01:58 romanb Refactorings and initial commit/draft of new event handling / …
(edit) @4466 [4466] 06/02/08 16:00:50 guilhermeblanco Fixes in ParserResult?, which was generating a bad table alias. Added more …
(edit) @4465 [4465] 06/02/08 12:46:55 zYne added class doc blocks
(edit) @4464 [4464] 06/02/08 12:45:12 zYne fixed some doc blocks
(edit) @4463 [4463] 06/02/08 12:35:34 zYne --
(edit) @4456 [4456] 05/30/08 13:09:24 romanb some minor refactorings. started to make a draft of the new namespaced …
(edit) @4455 [4455] 05/28/08 07:01:04 guilhermeblanco SelectExpression? rewrite to support dctrn queryComponent. Fixes in DQL. …
(edit) @4452 [4452] 05/27/08 05:52:50 guilhermeblanco Changed Doctrine_Query to accept a Doctrine_EntityManager instead of a …
(edit) @4451 [4451] 05/27/08 04:44:08 guilhermeblanco Finished first parts of SELECT support. Two test cases added and passing. …
(edit) @4437 [4437] 05/25/08 21:57:56 romanb cleanup
(edit) @4436 [4436] 05/25/08 21:57:32 romanb custom/magic accessors + test
(edit) @4435 [4435] 05/25/08 21:33:41 zYne fixed formatting
(edit) @4434 [4434] 05/25/08 21:10:41 zYne formatting fix
(edit) @4431 [4431] 05/24/08 23:04:14 guilhermeblanco Added more semantical checks. Fixed some tests.
(edit) @4430 [4430] 05/24/08 22:32:21 romanb cleanups
(edit) @4429 [4429] 05/24/08 22:29:01 romanb cleanups
(edit) @4427 [4427] 05/24/08 21:36:12 romanb added bnf
(edit) @4426 [4426] 05/24/08 20:56:35 romanb Fix for new tests.
(edit) @4425 [4425] 05/24/08 20:37:02 guilhermeblanco More fixes for tests
(edit) @4424 [4424] 05/24/08 20:11:33 romanb refactorings
(edit) @4423 [4423] 05/24/08 19:51:47 guilhermeblanco Fixes for test case in DQL
(edit) @4422 [4422] 05/24/08 19:18:37 romanb Merged DQL parser branch to trunk.
(edit) @4420 [4420] 05/24/08 18:37:26 romanb Added two missing classes.
(edit) @4417 [4417] 05/24/08 18:10:45 romanb refactorings. merged hydration bugfix from 0.11.
(edit) @4376 [4376] 05/18/08 17:21:55 romanb Initial HYDRATE_SINGLE_SCALAR implementation & test.
(edit) @4375 [4375] 05/17/08 21:04:56 romanb Initial support for scalar hydration (HYDRATE_SCALAR). EntityPersisters?
(edit) @4374 [4374] 05/17/08 13:22:24 romanb Merged dbal bugfixes from 0.11.
(edit) @4364 [4364] 05/13/08 22:20:34 romanb Doctrine_Record renamed. Hydration refactored. Other refactorings.
(edit) @4344 [4344] 05/08/08 22:04:34 romanb Fixed #1023. Thanks for ticket & patch.
(edit) @4342 [4342] 05/08/08 15:17:35 romanb Continued work on new hydration.
(edit) @4339 [4339] 05/06/08 22:03:31 romanb Added another hydration test.
(edit) @4338 [4338] 05/06/08 14:41:22 romanb Refactorings. Started with new hydrator for 2.0.
(edit) @4329 [4329] 05/01/08 10:50:23 romanb minor refactorings & cleanups.
(edit) @4328 [4328] 05/01/08 10:41:47 romanb Merged all identity maps into one in the unitofwork. identity map now …
(edit) @4230 [4230] 04/17/08 12:07:00 romanb Fixed #969.
(edit) @4225 [4225] 04/15/08 23:19:22 romanb Fixed #966.
(edit) @4222 [4222] 04/12/08 22:35:21 romanb Started playing with isolated hydration tests.
(edit) @4221 [4221] 04/12/08 21:24:28 romanb Perf. improvement on hydrating joined resultsets, part 2.
(edit) @4219 [4219] 04/12/08 21:11:11 romanb Refactorings along with a speed improvement on the Hydrator when …
(edit) @4209 [4209] 04/09/08 15:31:25 guilhermeblanco Merged r4208 into trunk and jepso branch
(edit) @4199 [4199] 04/05/08 08:35:57 romanb Ported fix for #929 from 0.10 to trunk. Testcase needs to be ported later …
(edit) @4145 [4145] 03/28/08 16:25:32 Ezku Fixed sqlite dsn in Doctrine_Manager::parseDsn()
(edit) @4119 [4119] 03/26/08 11:10:45 romanb merged fix for #912 from 0.10 to trunk (turned out it was not broken in …
(edit) @4101 [4101] 03/23/08 11:30:29 romanb refactorings
(edit) @4088 [4088] 03/22/08 19:41:29 romanb Merged fix for #899 from 0.10 to trunk.
(edit) @4071 [4071] 03/21/08 13:32:10 romanb Merged fix for #852 from 0.10 to trunk.
(edit) @4058 [4058] 03/20/08 15:17:01 romanb merged fix for #873 from 0.10
(edit) @4055 [4055] 03/19/08 18:33:14 romanb added xsl stylesheet to generate changelogs from svn log. merged a few …
(edit) @4003 [4003] 03/17/08 13:44:18 romanb fixed tests
(edit) @4002 [4002] 03/17/08 13:26:34 romanb refactorings
(edit) @3991 [3991] 03/15/08 22:20:46 guilhermeblanco Fixed Doctrine_Pager::getResultsInPage() as reported by Matt Marcum …
(edit) @3963 [3963] 03/10/08 14:49:24 domluc Fix #845 (typo)
(edit) @3934 [3934] 03/05/08 11:29:54 romanb fixed testcase
(edit) @3933 [3933] 03/05/08 11:27:46 romanb added missing testcase
(edit) @3932 [3932] 03/05/08 11:25:56 romanb removed superfluous code
(edit) @3931 [3931] 03/05/08 11:24:33 romanb refactorings, a bug fix (#786) and improved performance for the hydration …
(edit) @3925 [3925] 03/04/08 20:03:46 gnat index naming typo
(edit) @3924 [3924] 03/02/08 16:51:09 lsmith - implode expects an array()
(edit) @3909 [3909] 02/29/08 19:54:13 guilhermeblanco Added argument documentation of methods Doctrine_Export::alterTable and …
(edit) @3908 [3908] 02/29/08 19:33:31 guilhermeblanco Added free( = false) support in Doctrine_Record and Doctrine_Collection …
(edit) @3903 [3903] 02/28/08 22:18:45 adamthehutt fixed typo
(edit) @3902 [3902] 02/28/08 15:30:55 romanb moved managed record/entity handling to the UnitOfWork?. identity maps are …
(edit) @3901 [3901] 02/28/08 01:40:49 guilhermeblanco Removed support to imbricated query added yesterday (which fixed ticket …
(edit) @3900 [3900] 02/27/08 22:23:39 romanb added missing file
(edit) @3899 [3899] 02/27/08 21:59:41 romanb temporarily fixed image links.
(edit) @3898 [3898] 02/27/08 21:48:35 romanb started a new introductory section for 1.0. just a draft.
(edit) @3897 [3897] 02/27/08 03:54:17 guilhermeblanco Added imbricated query support in whereIn method (fixes #782)
(edit) @3896 [3896] 02/27/08 02:17:42 guilhermeblanco Adjusted quoteIdentifier in update and delete when executing a SQL query …
(edit) @3895 [3895] 02/27/08 01:39:51 guilhermeblanco Added float8 support in pgsql. Fixes #808
(edit) @3894 [3894] 02/24/08 20:31:49 romanb made sure every caller of getIdentifier can handle an array. getIdentifier …
(edit) @3893 [3893] 02/24/08 16:54:02 romanb some smaller refactorings. started to replace the term 'template' with …
(edit) @3890 [3890] 02/23/08 22:04:39 romanb validator refactorings and others
(edit) @3882 [3882] 02/22/08 18:11:35 jwage Changed all references from phpdoctrine.com to phpdoctrine.org
(edit) @3878 [3878] 02/21/08 16:06:46 guilhermeblanco Added Doctrine_Pager_Range::isInRange, which checks if a given page is in …
(edit) @3876 [3876] 02/21/08 15:18:30 guilhermeblanco Merged r3868 in 0.10 and trunk
(edit) @3875 [3875] 02/21/08 14:54:55 guilhermeblanco Updated manual pages and changed documentation naming convention (from …
(edit) @3874 [3874] 02/21/08 14:12:01 guilhermeblanco Split of methods in _parseTemplate in 0.10 and trunk
(edit) @3873 [3873] 02/21/08 04:40:00 guilhermeblanco Small cosmetics in pagination chapter (0.10 and trunk)
(edit) @3872 [3872] 02/21/08 04:33:03 guilhermeblanco Updated pagination chapter in manual (0.10 and trunk). Merged r3870 in …
(edit) @3871 [3871] 02/21/08 04:15:13 guilhermeblanco Fixed method getNextPage that was always returning the last page in all …
(edit) @3869 [3869] 02/21/08 02:28:30 adamthehutt Added readonly validator
(edit) @3862 [3862] 02/20/08 22:28:04 meus added setTableName to 4.3.1 example since it will not run out of the box …
(edit) @3858 [3858] 02/20/08 20:54:20 romanb started refactoring to final mapper structure for 1.0. different mapping …
(edit) @3843 [3843] 02/19/08 20:12:46 jwage Reversed r3840. Broke tests.
(edit) @3840 [3840] 02/19/08 19:51:08 jwage Merged r3839 from 0.10
(edit) @3837 [3837] 02/19/08 02:41:37 guilhermeblanco Updates in Getting Started manual chapter (fixes #794)
(edit) @3836 [3836] 02/19/08 02:37:09 guilhermeblanco Second parameter support in Doctrine_Pager::setCountQuery and added new …
(edit) @3835 [3835] 02/19/08 00:24:32 jwage Merged r3834 to 0.9 and trunk. Fixed conservative model loading to …
(edit) @3831 [3831] 02/17/08 22:52:37 jwage Merged r3830 to trunk and 0.9 branch. Bug was originally fixed in the 0.10 …
(edit) @3821 [3821] 02/17/08 05:38:11 gnat additional information and new functions documentation
(edit) @3818 [3818] 02/17/08 04:53:51 gnat pre/post Up/Down methods
(edit) @3816 [3816] 02/17/08 04:02:27 jwage Merged r3815 to trunk
(edit) @3812 [3812] 02/16/08 19:37:51 romanb small refactorings
Note: See TracRevisionLog for help on using the revision log.