Development

/plugins/sfDoctrinePlugin (log)

You must first sign up to be able to contribute.

root/plugins/sfDoctrinePlugin


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @11877 [11877] 09/30/08 22:12:06 Jonathan.Wage [1.2] Merging some differences from sfPropelPlugin
(edit) @11876 [11876] 09/30/08 21:16:07 Jonathan.Wage [1.0, 1.1, 1.2] fixes #4384
(edit) @11875 [11875] 09/30/08 21:15:11 Jonathan.Wage [1.0, 1.1, 1.2] Fixing tabs to spaces
(edit) @11874 [11874] 09/30/08 21:00:41 Jonathan.Wage [1.1, 1.2] fixes #4532 Fixes issue with camelCase properties in generated …
(edit) @11792 [11792] 09/25/08 21:13:40 Jonathan.Wage fixes #4456 Fixes issue where notblank does not return notnull. notblank …
(edit) @11791 [11791] 09/25/08 21:10:09 Jonathan.Wage [1.2] fixes #4459 Finishing port of sfPropelRoute to sfDoctrineRoute
(edit) @11790 [11790] 09/25/08 20:36:58 Jonathan.Wage fixes #4476 Fixes reference to Doctrine::FETCH_ARRAY which no longer …
(edit) @11789 [11789] 09/25/08 20:36:30 Jonathan.Wage [1.2] Moving sfFormDoctrine to form folder
(edit) @11788 [11788] 09/25/08 20:26:14 Jonathan.Wage [1.1, 1.2] fixes #4489 - makes constructor of sfFormDoctrine not as strict
(edit) @11787 [11787] 09/25/08 19:00:57 fabien [1.2] updated Doctrine plugin for the latest changes on sfLoader
(edit) @11707 [11707] 09/21/08 19:04:27 Jonathan.Wage [1.0] fixes #4400 again
(edit) @11704 [11704] 09/21/08 16:31:37 Jonathan.Wage [1.1, 1.2] fixes #4419
(edit) @11703 [11703] 09/21/08 16:29:23 Jonathan.Wage [1.0, 1.1, 1.2] fixes #4400
(edit) @11702 [11702] 09/21/08 16:16:33 Jonathan.Wage [1.1, 1.2] fixes #4192
(edit) @11677 [11677] 09/20/08 00:18:34 gnat initial models and actions for new CMS system
(edit) @11665 [11665] 09/19/08 07:32:57 fabien [1.2] add sf_orm setting in sfDoctrinePlugin
(edit) @11661 [11661] 09/18/08 20:28:53 Jonathan.Wage [1.2] Changing configureDoctrine() to be called after the database is …
(edit) @11657 [11657] 09/18/08 19:14:57 Jonathan.Wage [1.2] Fixing autoload so the connection is present when …
(edit) @11655 [11655] 09/18/08 18:35:35 gnat simple whitespace cleanup
(edit) @11654 [11654] 09/18/08 18:33:23 Jonathan.Wage [1.2] Adding method for configuring Doctrine via the configuration classes
(edit) @11651 [11651] 09/18/08 17:55:24 Jonathan.Wage [1.2] Fixing issue with initializeI18n() not setting self::$_initialized …
(edit) @11650 [11650] 09/18/08 17:50:44 Jonathan.Wage [1.2] Initial entry of sfDoctrinePlugin tests
(edit) @11649 [11649] 09/18/08 17:49:35 Jonathan.Wage [1.2] Adding getDoctrineConnection() accessor
(edit) @11648 [11648] 09/18/08 17:41:30 Jonathan.Wage [1.2] Removing doctrine.yml
(edit) @11646 [11646] 09/18/08 16:56:31 Jonathan.Wage [1.2] Removing enable task as recent enable/disable plugin feature from …
(edit) @11645 [11645] 09/18/08 16:54:30 Jonathan.Wage [1.2] Allowing setting of Doctrine connection attributes from …
(edit) @11634 [11634] 09/18/08 04:33:11 Jonathan.Wage [1.2] Adding condition around config.php contents so it is only executed …
(edit) @11633 [11633] 09/18/08 04:31:47 Jonathan.Wage [1.2] Changing message to match other Doctrine tasks
(edit) @11632 [11632] 09/18/08 04:31:03 Jonathan.Wage [1.2] Removing old unused code.
(edit) @11631 [11631] 09/18/08 04:30:20 Jonathan.Wage [1.2] Fixes issue with toString() and I18n fields.
(edit) @11629 [11629] 09/18/08 00:22:25 Jonathan.Wage [1.2] phpDoc updates
(edit) @11628 [11628] 09/17/08 23:59:22 Jonathan.Wage [1.2] Backporting web debug, routing, crud and widget 1.2 sfPropelPlugin …
(edit) @11611 [11611] 09/17/08 17:08:15 Jonathan.Wage [1.2] Removing deprecated code from sfDoctrineDatabase/spring cleaning
(edit) @11610 [11610] 09/17/08 16:57:51 Jonathan.Wage [1.2] Implementing I18n support to sfDoctrineRecord similar to how …
(edit) @11609 [11609] 09/17/08 16:56:52 Jonathan.Wage [1.2] Fixing issue with sfDoctrineException
(edit) @11608 [11608] 09/17/08 16:56:13 Jonathan.Wage [1.2] Re-adding autoload.yml as it appears it is at least needed for …
(edit) @11602 [11602] 09/16/08 19:21:36 Jonathan.Wage [1.1, 1.2] fixes #4383
(edit) @11601 [11601] 09/16/08 19:18:40 Jonathan.Wage [1.2, 1.2] fixes #3991
(edit) @11598 [11598] 09/16/08 17:39:35 Jonathan.Wage [1.2] Removing sfDoctrinePlugin schemas config handler as the feature was …
(edit) @11585 [11585] 09/16/08 04:03:33 Jonathan.Wage [1.2] Added new doctrine:enable task for enabling Doctrine as the orm for …
(edit) @11584 [11584] 09/16/08 01:04:12 Jonathan.Wage [1.2] Removing autoload.yml as it is not needed, updating README and minor …
(edit) @11578 [11578] 09/15/08 21:32:35 Jonathan.Wage [1.2] Removing sfDoctrinePlugin/config/settings.yml as it is not needed
(edit) @11576 [11576] 09/15/08 21:00:39 fabien [1.2] commented the sfDoctrinePlugin settings.yml to fix Propel tests …
(edit) @11561 [11561] 09/15/08 16:31:28 Jonathan.Wage [1.1, 1.2] Changing getCulture() and setCulture() to getCurrentCulture() …
(edit) @11560 [11560] 09/15/08 11:54:26 Jonathan.Wage Creating sfDoctrinePlugin 1.1 branch from trunk
(edit) @11559 [11559] 09/15/08 11:53:08 Jonathan.Wage Removing outdated sfDoctrinePlugin 1.1 branch so it can be re-branched …
(edit) @11552 [11552] 09/15/08 03:43:41 Jonathan.Wage Creating 1.1 branch of sfDoctrinePlugin
(edit) @11512 [11512] 09/13/08 16:42:50 Jonathan.Wage [1.0] fixes #4270
(edit) @11507 [11507] 09/13/08 12:13:56 Jonathan.Wage fixes #4184
(edit) @11500 [11500] 09/13/08 10:42:23 Jonathan.Wage fixes #4357
(edit) @11496 [11496] 09/13/08 02:52:28 Jonathan.Wage fixes #3999 and brings I18n and sfForm support to sfDoctrinePlugin closer …
(edit) @11495 [11495] 09/13/08 01:22:07 Jonathan.Wage fixes #4085
(edit) @11494 [11494] 09/13/08 01:08:21 Jonathan.Wage Something else I forgot to commit ;)
(edit) @11480 [11480] 09/12/08 15:52:52 Jonathan.Wage Initial entry.
(edit) @11459 [11459] 09/11/08 23:10:41 Jonathan.Wage fixes #4192
(edit) @11458 [11458] 09/11/08 23:06:46 Jonathan.Wage fixes #4179
(edit) @11457 [11457] 09/11/08 23:03:53 Jonathan.Wage fixes #3793
(edit) @11456 [11456] 09/11/08 23:02:17 Jonathan.Wage fixes #4332
(edit) @11455 [11455] 09/11/08 22:53:33 Jonathan.Wage fixes #3991
(edit) @11454 [11454] 09/11/08 22:51:26 Jonathan.Wage Updating externals to Doctrine 1.0 branch
(edit) @11453 [11453] 09/11/08 22:50:31 Jonathan.Wage fixes #3893 fixes #3912
(edit) @11236 [11236] 08/28/08 21:39:32 Jonathan.Wage Updating Doctrine to 1.0.0-RC2 tag.
(edit) @10795 [10795] 08/12/08 01:37:47 Jonathan.Wage fixes #4085
(edit) @10794 [10794] 08/12/08 01:24:36 Jonathan.Wage fixes #4162
(edit) @10793 [10793] 08/12/08 01:21:38 Jonathan.Wage fixes #3890
(edit) @10792 [10792] 08/12/08 01:20:35 Jonathan.Wage fixes #4084
(edit) @10791 [10791] 08/12/08 01:13:42 Jonathan.Wage fixes #3831
(edit) @10756 [10756] 08/08/08 21:09:25 Jonathan.Wage fixing typos
(edit) @10745 [10745] 08/07/08 15:59:59 Jonathan.Wage Updating to stable
(edit) @10744 [10744] 08/07/08 15:59:17 Jonathan.Wage updating package and readme for new plugin repo.
(edit) @10687 [10687] 08/05/08 23:19:08 Jonathan.Wage Updating readme, package.xml
(edit) @10685 [10685] 08/05/08 23:07:55 Jonathan.Wage Fixing README, LICENSE and package.xml
(edit) @10429 [10429] 07/22/08 21:13:49 gnat reverted r10339
(edit) @10339 [10339] 07/17/08 08:33:32 gnat Fixed an issue where setting use_dql_callbacks does not actually set it …
(edit) @10280 [10280] 07/14/08 16:19:54 Jonathan.Wage Updating Doctrine to 0.11.1 tag
(edit) @9825 [9825] 06/24/08 02:27:07 Jonathan.Wage Locking Doctrine externals to a tag.
(edit) @9730 [9730] 06/21/08 20:03:53 Jonathan.Wage fixes #3580
(edit) @9613 [9613] 06/17/08 06:16:48 Jonathan.Wage Lazy load translation if it hasn't been retrieved already.
(edit) @9612 [9612] 06/17/08 05:45:05 Jonathan.Wage Bug fixes to get I18n working.
(edit) @9611 [9611] 06/17/08 02:57:57 Jonathan.Wage fixes #3580
(edit) @9262 [9262] 05/26/08 12:52:01 FabianLange sfDoctrinePlugin: fixed typo. fixes #3634
(edit) @9135 [9135] 05/21/08 09:01:55 FabianLange fixes #3596
(edit) @9108 [9108] 05/20/08 16:01:14 Jonathan.Wage fixes #3580
(edit) @9066 [9066] 05/20/08 00:08:52 Jonathan.Wage Adding curly brackets to condition.
(edit) @9064 [9064] 05/20/08 00:04:44 Jonathan.Wage fixes #3577
(edit) @9063 [9063] 05/20/08 00:03:42 Jonathan.Wage fixes #3580 fixes #3587
(edit) @9059 [9059] 05/19/08 22:01:37 Jonathan.Wage fixes #3571
(edit) @9058 [9058] 05/19/08 21:55:09 Jonathan.Wage fixes #3526 again. Sorry about that.
(edit) @9057 [9057] 05/19/08 21:46:33 Jonathan.Wage fixes #3555
(edit) @9019 [9019] 05/17/08 02:21:03 Jonathan.Wage fixes http://trac.phpdoctrine.org/ticket/1043
(edit) @8940 [8940] 05/14/08 03:54:57 Jonathan.Wage fixes #3526
(edit) @8939 [8939] 05/14/08 03:54:14 Jonathan.Wage Fix for global attributes.
(edit) @8938 [8938] 05/14/08 03:52:35 Jonathan.Wage Disabling logging until I can figure out proper way to do it.
(edit) @8937 [8937] 05/14/08 03:48:32 Jonathan.Wage fixes #3530
(edit) @8936 [8936] 05/14/08 03:46:16 Jonathan.Wage fixes #3525
(edit) @8935 [8935] 05/14/08 03:45:51 Jonathan.Wage Added new attribute to merge main fixtures and plugin fixtures together.
(edit) @8921 [8921] 05/13/08 07:29:20 Jonathan.Wage Removed branch as it was created too early and is confusing. …
(edit) @8920 [8920] 05/13/08 04:29:11 Jonathan.Wage fixes #3500
(edit) @8919 [8919] 05/13/08 04:21:43 Jonathan.Wage fixes #3499
(edit) @8918 [8918] 05/13/08 03:50:41 Jonathan.Wage fixes #3462 - Fix to ensure all paths are created
Note: See TracRevisionLog for help on using the revision log.