Pascal Borreli
|
30b050b44c
|
Fixed typos
|
2013-04-06 14:31:27 +00:00 |
|
Pascal Borreli
|
a2cd0f5804
|
Fixed typos
|
2013-03-11 00:08:58 +00:00 |
|
Fabio B. Silva
|
e6d9d1de47
|
support naming convention for listeners without mapping.
|
2013-01-29 12:14:53 -02:00 |
|
Fabio B. Silva
|
0d0fc320b4
|
Fix DocBlock
|
2013-01-29 12:14:53 -02:00 |
|
Fabio B. Silva
|
c60e3e4ba4
|
remove @LifecycleCallback
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
27745bb87b
|
Fix some CS
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
fd6f592430
|
support @LifecycleCallback in @EntityListeners
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
7e54ae3702
|
xml driver
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
3c223a59c4
|
move call listeners tests to AbstractMappingDriverTest
|
2013-01-29 12:14:51 -02:00 |
|
Fabio B. Silva
|
0f081d7c45
|
support short class name
|
2013-01-29 12:14:51 -02:00 |
|
Fabio B. Silva
|
368cf73f89
|
entity listeners mapping
|
2013-01-29 12:14:51 -02:00 |
|
Benjamin Morel
|
46e6ada4f9
|
Fixed documentation for ORM\Mapping
|
2012-12-03 09:36:08 +00:00 |
|
Fabio B. Silva
|
8193397d4f
|
remove duplicate code
|
2012-09-12 21:31:02 -03:00 |
|
Benjamin Eberlei
|
00a5f18544
|
[DDC-1937] Fix bug with apc and annotation caching using a workaround.
|
2012-07-29 11:56:41 +02:00 |
|
Marco Pivetta
|
379e69865e
|
Reusing chained driver now available in common, fixing cs/code smells and removing duplicate docs.
|
2012-07-04 20:59:22 +02:00 |
|
Marco Pivetta
|
e9e36dcf32
|
Removing Doctrine\ORM\Mapping\Driver\Driver interface
Interface has been moved to Doctrine\Common\Persistence\Mapping\Driver\MappingDriver
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
5b97357402
|
Removing unused imports
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
abd3ddc1b1
|
Removing code duplication, reusing Doctrine\Common\Persistenc\Mapping\Driver\AnnotationDriver
|
2012-07-04 20:59:20 +02:00 |
|
Marco Pivetta
|
e6a2bae5d7
|
Updating mapping driver interface to comply with Doctrine\Common\Persistence\Mapping\Driver\MappingDriver
|
2012-07-04 20:59:20 +02:00 |
|
Benjamin Eberlei
|
70458b2f48
|
LGPL => MIT
|
2012-05-26 14:37:00 +02:00 |
|
Fabio B. Silva
|
85790f0752
|
support for attribute override
|
2012-04-21 01:43:18 -03:00 |
|
Fabio B. Silva
|
9e010cbd34
|
added xml/yml drivers
|
2012-04-21 01:41:04 -03:00 |
|
Fabio B. Silva
|
30fdf8dd1b
|
added support for @AssociationOverride
|
2012-04-21 01:38:34 -03:00 |
|
Fabio B. Silva
|
b49180875c
|
yml driver
|
2012-04-15 15:40:42 -03:00 |
|
Fabio B. Silva
|
3b79951824
|
mapping driver tests
|
2012-04-15 15:40:40 -03:00 |
|
Fabio B. Silva
|
015ea809b0
|
added support for resultClass and empty fields
|
2012-04-15 15:39:22 -03:00 |
|
Fabio B. Silva
|
bfc7986b20
|
annotation driver and basic support
|
2012-04-15 15:39:22 -03:00 |
|
Hugo Hamon
|
155c24772a
|
[Mapping] removed unused local variables $versionAnnot and $tblGeneratorAnnot in AnnotationDriver class.
|
2012-03-24 11:07:39 +01:00 |
|
Benjamin Eberlei
|
bc4cf21c9d
|
Merge velovint/SupportCustomIdGenerators
|
2012-03-22 22:29:15 +01:00 |
|
Benjamin Eberlei
|
794b4ef09c
|
[DDC-1668] Fix problem with the is_int fowards compatibility check. Its not really necesssary anymore, we should remove this code in the future.
|
2012-03-03 22:24:51 +01:00 |
|
Guilherme Blanco
|
a47e566382
|
[DDC-1667] Removed implicit obligation to define an Index and UniqueConstraint name. It is optional, but Annotations Driver was broken if not defined.
|
2012-03-03 13:05:11 -05:00 |
|
Vitali Yakavenka
|
78d3f647ff
|
Merge branch 'master' of git://github.com/doctrine/doctrine2 into SupportCustomIdGenerators
|
2012-02-21 09:45:16 +03:00 |
|
Benjamin Eberlei
|
68436fee75
|
[DDC-1654] Add support for orphanRemoval on ManyToMany associations. This only makes sense when ManyToMany is used as uni-directional OneToMany association with join table. The join column has a unique constraint on it to enforce this on the DB level, but we dont validate that this actually happens. Foreign Key constraints help prevent issues and notify developers early if they use it wrong.
|
2012-02-20 10:33:16 +01:00 |
|
Fabio B. Silva
|
5d01123413
|
Fix DDC-807, DDC-553
|
2012-02-13 23:22:49 -02:00 |
|
Jan Sorgalla
|
d68fcd8bd2
|
Implement custom options on table level
|
2012-01-26 15:05:26 +01:00 |
|
Benjamin Eberlei
|
0014afe746
|
Fix Typo
|
2012-01-09 08:04:21 +01:00 |
|
Benjamin Eberlei
|
e16803de61
|
[doctrine/common-GH-92] Fixing notice when annotation driver is used in combination with static reflection.
|
2012-01-09 08:02:53 +01:00 |
|
Vitali Yakavenka
|
53ecedf70a
|
Remove support to pass arguments to custom ID generator's constructor
|
2012-01-08 15:20:35 +03:00 |
|
Vitali Yakavenka
|
4879c50c5d
|
Merge remote-tracking branch 'doctrine/master' into SupportCustomIdGenerators
|
2011-12-19 16:47:47 -08:00 |
|
Benjamin Eberlei
|
cd6131c9b8
|
Remove all trailing whitespaces
|
2011-12-19 22:56:19 +01:00 |
|
Benjamin Eberlei
|
6015253064
|
DDC-1524 - Add validation and error messages for annotation named query code.
|
2011-12-17 12:35:22 +01:00 |
|
Vitali Yakavenka
|
48b6356e53
|
Add support for GenerateValue(strategy='CUSTOM') in AnnotationDriver
|
2011-11-28 23:29:42 +03:00 |
|
Benjamin Eberlei
|
6520211df3
|
Merge everzet/PreFlush-event
|
2011-11-13 16:51:23 +01:00 |
|
Alexander
|
e99b800406
|
Throw exception on invalid fetch mode in annotations
|
2011-11-08 10:01:22 +01:00 |
|
everzet
|
66e2a9260e
|
added PreFlush lifetime event and lifecycle callback
|
2011-10-23 18:39:16 +03:00 |
|
Fabio B. Silva
|
7f0275155d
|
php mapping
|
2011-09-08 13:17:53 -03:00 |
|
Fabio B. Silva
|
82f7d6cad2
|
starts work with mapped superclass repository
|
2011-09-07 17:27:05 -03:00 |
|
Rafael Dohms
|
07e1c1e2e1
|
Added method to retrieve currently used Reader. This allows projects that use Doctrine to recycle the reader to use with other annotation-driven packages, like DMS\Filter and Symfony\Validator
|
2011-08-10 15:10:09 -03:00 |
|
Benjamin Eberlei
|
57cfcfd20e
|
Merge pull request #79 from mridgway/DDC-725
[DDC-725] Removed onUpdate property on join columns
|
2011-07-26 14:14:30 -07:00 |
|
Guilherme Blanco
|
b6bd46dbed
|
General fix for end point as file extension on Annotation driver.
|
2011-07-08 16:26:54 -03:00 |
|