Christophe Coevoet
|
fff7221700
Fixed the proxy autoloading for Doctrine 2.2
|
13 éve |
Anthon Pang
|
b2afd9ff46
use require instead of include
|
13 éve |
Anthon Pang
|
1ed8b720ac
Autoloader should not throw exception because PHP will continue to call other registered autoloaders.
|
13 éve |
Martin Parsiegla
|
50cb486b67
Fixed proxy generation in the DoctrineBundle when using Doctrine >= 2.2.0
|
13 éve |
Christophe Coevoet
|
878c2399f1
Fixed autoloader leakage in tests
|
13 éve |
John Bohn
|
6e75fd16c8
Resolves issue with spl_autoload_register creating new copies of the container and passing that into the closure.
|
13 éve |
Christian Raue
|
2e5869db00
fixed "using $this when not in object context" error for 2.0 branch (replaces #2353)
|
13 éve |
Fabien Potencier
|
6295e55329
[DoctrineBundle] made the previous fix only available in the development environment
|
13 éve |
Fabien Potencier
|
87416b4756
[DoctrineBundle] tweaked previous merge
|
13 éve |
Gregwar
|
0e00e3ff4c
[DoctrineBundle] CS
|
13 éve |
Grégoire Passault
|
0c4b79396b
[DoctrineBundle] Fixed performances issues on "On-demand" proxy file
|
13 éve |
Grégoire Passault
|
e866a678d2
[DoctrineBundle] Tries to auto-generate the missing proxy files on the
|
13 éve |
Johannes Schmitt
|
d28cf66ecb
changed autoloading behavior to give better error message
|
14 éve |
Christophe Coevoet
|
2d13129e41
Added an autoloader for doctrine proxies
|
14 éve |
Fabien Potencier
|
0b9f3d8eb6
[DoctrineBundle] made a temporary fix to force Doctrine annotations to be loaded (closes #1077)
|
14 éve |
Lukas Kahwe Smith
|
1f13356cd7
removed superfluous use statement
|
14 éve |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 éve |
Fabien Potencier
|
14aa95ba21
added the concept of a main DIC extension for bundles
|
14 éve |
Fabien Potencier
|
e5403490e7
removed the need to define getNamespace() and getPath() in bundles
|
14 éve |
Fabien Potencier
|
f455700b88
fixed previous commit
|
14 éve |
Victor Berchet
|
3ed47114d6
[Bundle] Make getPath() less error prone by allowing both backward and forward slashes
|
14 éve |
Benjamin Eberlei
|
5700be7ac4
[DoctrineBundle] Remove ProxyDirectoryCachePass from DoctrineBundle
|
14 éve |
Fabien Potencier
|
6d1e91a1fa
refactored bundle management
|
14 éve |
Dominique Bongiraud
|
64fb94c725
normalized license messages in PHP files
|
14 éve |
Fabien Potencier
|
612dce873b
[DependencyInjection] added the possibility to pass the type of compiler pass in ContainerBuilder::addCompilerPAss
|
14 éve |
Johannes Schmitt
|
f1b7bc1fe9
some refactorings/improvements
|
14 éve |
Kris Wallsmith
|
f79e23ffb5
Removed all those spaces after @author that were bothering me so…
|
14 éve |
Fabien Potencier
|
d657adbfa2
removed Symfony\Framework
|
14 éve |
Fabien Potencier
|
17bc06a4d2
made some cleanup
|
15 éve |
Fabien Potencier
|
9e82497d5b
removed BundleInterface::buildContainer() method (extensions are now automatically registered -- or override the getExtensions() method if you do not follow the conventions)
|
15 éve |