This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
0
You've already forked doctrine2
mirror of
synced
2025-01-19 06:51:40 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
lib
/
Doctrine
/
ORM
/
Tools
History
Benjamin Eberlei
e2d15c3a04
Merge pull request
#353
from pscheit/patch-1
...
prevent the validator to stop with an "undefined array index"-error
2012-05-22 10:09:01 -07:00
..
Console
don't call exit() in execute()
2012-05-22 14:25:54 +03:00
Event
[2.0] DDC-283 - Add two events in SchemaTool that allow to hook into the generated Schema representation, possibly modifying or reacting to it in userland or extensions code.
2010-03-18 22:36:27 +00:00
Export
[Tools] removed unused local variable in YamlExporter class.
2012-03-24 11:07:41 +01:00
Pagination
Fix CS: AS => as in foreach loops.
2012-03-24 11:16:32 +01:00
ConvertDoctrine1Schema.php
Remove all trailing whitespaces
2011-12-19 22:56:19 +01:00
DebugUnitOfWorkListener.php
[Tools] removed unused local variable $idHash in DebugUnitOfWorkListener class and renamed AS keywords to as.
2012-03-24 11:07:41 +01:00
DisconnectedClassMetadataFactory.php
DCOM-93 - Removed reflection dependency from ClassMetadata completly, moving all the code into ClassMetadataInfo for BC reasons.
2012-01-02 21:32:18 +01:00
EntityGenerator.php
fix tests
2012-05-04 21:13:20 -03:00
EntityRepositoryGenerator.php
According to "Doctrine's implicit CS" and "Symfony's implicit CS" an empty line added to the end of the file (...same tweaks like the one pushed for the entity generator)
2012-03-04 09:43:52 +01:00
ResolveTargetEntityListener.php
[Tools] removed unused local variable $assocName in ResolveTargetEntityListener class.
2012-03-24 11:07:41 +01:00
SchemaTool.php
Fix CS: AS => as in foreach loops.
2012-03-24 11:16:32 +01:00
SchemaValidator.php
prevent the validator to stop with an "undefined array index"-error while validating a wrong inversedBy Attribute
2012-05-21 19:23:22 +03:00
Setup.php
Fixed CS
2012-04-02 12:11:38 +03:00
ToolEvents.php
[2.0] DDC-283 - Add two events in SchemaTool that allow to hook into the generated Schema representation, possibly modifying or reacting to it in userland or extensions code.
2010-03-18 22:36:27 +00:00
ToolsException.php
DDC-1384 - Fix all tests on Oracle
2011-10-29 23:58:09 +02:00