Trac

root/trunk/lib


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4776 [4776] 08/16/08 20:40:59 romanb continued refactorings.
(edit) @4765 [4765] 08/09/08 10:45:28 romanb refactoring.
(edit) @4725 [4725] 08/02/08 18:41:37 romanb Intermediate checkin.
(edit) @4723 [4723] 08/01/08 19:46:14 romanb Continued refactorings. Started to refactor the DBAL layer.
(edit) @4718 [4718] 07/27/08 20:38:56 romanb --
(edit) @4701 [4701] 07/21/08 22:52:08 pookey adding a newline.
(edit) @4699 [4699] 07/20/08 21:13:24 romanb Checkin of occasional work from the past weeks.
(edit) @4655 [4655] 07/11/08 11:48:04 romanb Cleanups, improvements, fixes.
(edit) @4653 [4653] 07/10/08 18:17:58 romanb Refactorings. Merged hydrator fixes from 0.11/1.0
(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) @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) @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) @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) @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) @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) @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) @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) @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) @3924 [3924] 03/02/08 16:51:09 lsmith - implode expects an array()
(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) @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) @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) @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) @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) @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
(edit) @3811 [3811] 02/16/08 19:10:16 romanb small refactorings
(edit) @3794 [3794] 02/15/08 18:42:06 jwage Minor changes backported from 0.9 and 0.10
(edit) @3790 [3790] 02/15/08 16:59:44 adrive Merged 3786 (removed is_numeric check from convert boolean method, when …
(edit) @3789 [3789] 02/15/08 16:57:46 guilhermeblanco Small fix convertion of enum (fixes #788)
(edit) @3783 [3783] 02/15/08 15:07:47 guilhermeblanco Added NOT operator recognition in DQL (fixes #496)
(edit) @3782 [3782] 02/15/08 14:49:21 guilhermeblanco Applied patch provided by ticket #788 in 0.9, 0.10 and trunk
(edit) @3779 [3779] 02/15/08 00:57:34 meus added tests for Collection. also fixed a bug with serialization in …
(edit) @3778 [3778] 02/14/08 22:41:06 romanb refactoring
(edit) @3776 [3776] 02/14/08 20:20:35 meus Added tests for Doctrine_Access. It uses annotations for exceptions and to …
(edit) @3773 [3773] 02/14/08 15:56:45 guilhermeblanco Merged changeset r3758 into 0.10 and trunk (gnat missed to do it)
Note: See TracRevisionLog for help on using the revision log.