Commit Graph

35 Commits

Author SHA1 Message Date
Fabien Potencier a8fd2c4b46 merged 2.0 2011-11-22 10:13:00 +01:00
Drak 86a8b9f567 Allow vendors checkout transport method to be overridden manually. 2011-11-16 11:09:17 +05:45
Fabien Potencier 1fa5da8319 updated vendors for 2.0.5 2011-11-02 12:34:34 +01:00
Fabien Potencier 8c0517f305 merged 2.0 2011-10-27 06:56:53 +02:00
Fabien Potencier e3149318f5 updated Monolog to 1.0.2 2011-10-27 06:56:14 +02:00
Fabien Potencier 9077f6a971 [SwiftmailerBundle] replaced MessageLogger class with the one from Swiftmailer 4.1.3 2011-10-24 17:13:15 +02:00
Fabien Potencier 08285edef9 [SwiftmailerBundle] fixed email display in the web profiler when the message is not in UTF-8 2011-10-16 11:18:01 +02:00
Fabien Potencier 8b4552ff76 updated vendors 2011-10-15 03:39:42 +02:00
Fabien Potencier ec45893c2d merged branch lsmith77/ManagerRegistry (PR #2244)
Commits
-------

dc5772d use ORM master
4364463 use doctrine-common master
55b572d fixed getting the alias for a namespace
2b89e15 use getObjectNamespace() in getEntityNamespace()
0217a0e updated base class name
e8f3c21 updated vendors to point to lsmith77's fork of doctrine-common until its merged
6e87d01 fix tests
13c2f33 added a default implementation of the ManagerRegistry integrating the container

Discussion
----------

[Doctrine] added a default implementation of the ManagerRegistry

Bug fix: no
Feature addition: yes
Backwards compatibility break: yes (minor change in the interface see below)
Symfony2 tests pass: yes
Fixes the following tickets: -

added a default implementation of the ManagerRegistry integrating the container

attempted to maintain BC as good as possible, but RegistryInterface::getRepository() had to be dropped from RegistryInterface. Its still part of the ManagerRegistry, so its only a BC break for people using RegistryInterface to create their own implementation as I ran into https://bugs.php.net/bug.php?id=43200

all implementation (ORM/ODM) will need to match the changes to the ClassMetadataFactory interface

ORM, PHPCR, CouchDB have been upgraded already.
The Bundles also need to be updated. ORM is covered with this PR, I have a PR ready for PHPCR:
https://github.com/symfony-cmf/symfony-cmf/pull/108

also note that before merging the change to vendors.php needs to be fixed to point to the right repo again

For MongoDB it currently does not yet have a registry and I can take care of CouchDB once this is all merged.

---------------------------------------------------------------------------

by lsmith77 at 2011/09/23 00:40:07 -0700

still a few failing tests and details still need to be discussed ..

---------------------------------------------------------------------------

by lsmith77 at 2011/09/23 00:53:23 -0700

ok .. tests are passing now

---------------------------------------------------------------------------

by lsmith77 at 2011/10/11 10:27:52 -0700

ok Doctrine/ORM updates are done .. PR updated .. ready to be merged.
2011-10-15 03:38:50 +02:00
Lukas Kahwe Smith dc5772dfb6 use ORM master 2011-10-11 19:26:57 +02:00
Lukas Kahwe Smith 436446323f use doctrine-common master 2011-10-11 19:24:58 +02:00
Fabien Potencier f172547d84 updated vendors for 2.0.4 2011-10-04 13:43:49 +02:00
Fabien Potencier 885bb33791 merged 2.0 2011-09-28 16:08:31 +02:00
Fabien Potencier 2db24c264f removed time limit for the vendors script (closes #2282) 2011-09-28 08:30:05 +02:00
Fabien Potencier a1d4246920 fixed version and vendors 2011-09-25 10:29:26 +02:00
Fabien Potencier d94f65264c Merge branch '2.0'
* 2.0:
  bumped Symfony version to 2.0.3-DEV
  updated VERSION for 2.0.2
  update CONTRIBUTORS for 2.0.2
  updated CHANGELOG for 2.0.2
  updated vendors for 2.0.2
  merged branch helmer/target_path (PR #2228)
2011-09-25 10:28:33 +02:00
Fabien Potencier 389073a326 updated vendors for 2.0.2 2011-09-25 09:55:09 +02:00
Lukas Kahwe Smith e8f3c2120a updated vendors to point to lsmith77's fork of doctrine-common until its merged 2011-09-23 09:52:33 +02:00
Fabien Potencier 27dcc187f6 bumped versions of Swiftmailer 2011-09-13 17:09:48 +02:00
Fabien Potencier cfc202be93 bumped versions of Twig and Swiftmailer 2011-09-13 17:09:09 +02:00
Fabien Potencier e63a8400b5 updated vendors.php script to be more precise about the action (either install or update) 2011-09-02 09:22:14 +02:00
Fabien Potencier bb8a3f1ae5 updated vendors 2011-08-26 09:42:19 +02:00
Fabien Potencier 7cb402d806 updated VENDORS for 2.0.1 2011-08-26 08:46:48 +02:00
Fabien Potencier 23ef6059d7 updated Twig dep 2011-07-17 16:00:18 +02:00
Fabien Potencier 28be19461b updated Monolog to 1.0.0 2011-07-07 19:02:57 +02:00
Fabien Potencier b9656e62ec updated Doctrine version to 2.1.0 2011-07-05 09:57:16 +02:00
Fabien Potencier e167092ecd updated vendors script 2011-07-01 07:48:09 +02:00
Fabien Potencier 46680d4565 [FrameworkBundle] switched back to Doctrine Common 2.1 2011-06-24 14:11:31 +02:00
Fabien Potencier cd9a4a1e54 updated Doctrine to master (Symfony2 will ship with Doctrine 2.1) 2011-06-16 16:13:21 +02:00
Michael Ridgway 9fb8b20739 Adding more escapes to shell params 2011-06-10 11:57:54 -04:00
Michael Ridgway 7b02384fb2 Using escapeshellarg() instead of quotes 2011-06-10 10:56:22 -04:00
Michael Ridgway 0b7321af78 Added quotes around a directory path that was missed in previous commit 2011-06-10 10:28:36 -04:00
Michael Ridgway 19a8ece323 Fixed vendors.php not working if directory path has space in it 2011-06-08 14:25:56 -04:00
Fabien Potencier d6a4bcc7f4 updated the README file 2011-05-24 17:27:37 +02:00
Fabien Potencier de61474cb7 moved vendors.sh to PHP 2011-05-23 16:01:21 +02:00