fabios
|
fb98277783
|
Fix docs
|
2013-12-16 11:05:05 -05:00 |
|
Fabio B. Silva
|
61bff7d5f6
|
Fix CS and update docs
|
2013-12-16 11:05:04 -05:00 |
|
Fabio B. Silva
|
3140593e9b
|
Second level cache
|
2013-12-16 11:05:04 -05:00 |
|
Benjamin Eberlei
|
fc53bc8909
|
Fix some LGPL occurances to MIT
|
2013-10-02 12:07:37 +02:00 |
|
Benjamin Eberlei
|
d0419782bd
|
[DDC-2300] Fix version xml mapping and serialization of ClassMetadata.
|
2013-03-14 23:20:23 +01: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
|
c60e3e4ba4
|
remove @LifecycleCallback
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
195b639344
|
change xml driver to use <lifecycle-callback\>
|
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
|
256cecbefa
|
evaluate as lifecycle callback if the listener class is not given.
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
7e54ae3702
|
xml driver
|
2013-01-29 12:14:52 -02:00 |
|
Benjamin Eberlei
|
e319e34783
|
Merge pull request #528 from BenMorel/master
Documentation fixes
|
2012-12-23 12:22:09 -08:00 |
|
Benjamin Eberlei
|
7c337748b6
|
DDC-2199 / DDC-2192 - Versioned fields didnt work in XML/YAML mapping
|
2012-12-16 12:57:53 +01:00 |
|
Benjamin Morel
|
46e6ada4f9
|
Fixed documentation for ORM\Mapping
|
2012-12-03 09:36:08 +00:00 |
|
Benjamin Eberlei
|
deb6327b56
|
[DDC-2067] Refactor and fix bug in boolean evaluation inside XML Driver.
|
2012-10-12 21:47:09 +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
|
94714db132
|
Fixing code sniff issues before continuing refactoring of
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
245718c9eb
|
Removing AbstractFileDriver, using Doctrine\Common\Persistence\Mapping\Driver\FileDriver instead
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
34bb0c4943
|
Reducing code duplication
SimplifiedXmlDriver and SimplifiedYamlDriver are still not valid after this commit
|
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 |
|
Fabio B. Silva
|
d3d97e7ef8
|
remove svn markers
|
2012-06-19 15:27:41 -03:00 |
|
Josiah Truasheim
|
ff8cc6f4c0
|
Fixed DDC-1880 Named Queries not registered in xml mapping
|
2012-06-18 23:41:20 +07: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 |
|
Guilherme Blanco
|
bad811df6a
|
Merge pull request #293 from FabioBatSilva/DDC-1663
[DDC-1663]Native SQL Query Result Set Mappings
|
2012-04-16 12:06:26 -07:00 |
|
Fabio B. Silva
|
531eb68d56
|
xml driver
|
2012-04-15 15:40:41 -03:00 |
|
Thomas
|
5005bbe62b
|
In some weird situation the SimpleXmlIterator used to iterate on the `$xmlRoot->field property just get resetted. This solution avoid this situation. This problem occurs when Symfony2 warms up cache with autogenerate proxy to true `
|
2012-04-02 14:55:35 +03:00 |
|
Benjamin Eberlei
|
ab15528fde
|
Fix CS: AS => as in foreach loops.
|
2012-03-24 11:16:32 +01: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 |
|
jsor
|
fac820f0e2
|
Complete custom column option implementation
- Support for xml driver
- Tests
|
2012-01-27 11:05:47 +01:00 |
|
Jan Sorgalla
|
d68fcd8bd2
|
Implement custom options on table level
|
2012-01-26 15:05:26 +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 |
|
Deni
|
2ce9246733
|
Fixed typo in the XmlDriver
|
2011-12-11 17:24:38 +04:00 |
|
Fabio B. Silva
|
33c68df3ba
|
Fixed DDC-1170
|
2011-12-05 17:35:49 -02:00 |
|
Vitali Yakavenka
|
b72d150d33
|
Rename custom-generator to custom-id-generator in XML mappint to match name in other mapping types
|
2011-11-28 23:36:23 +03:00 |
|
Vitali Yakavenka
|
2b97f79bd3
|
Add support for custom ID generator in XML
|
2011-11-28 23:30:32 +03:00 |
|
Benjamin Eberlei
|
f9a4dcb2d0
|
Remove code that could allow users of xml and yaml to define orphan removal on the wrong association sides.
|
2011-11-18 18:33:03 +01:00 |
|
Benjamin Eberlei
|
a0ee72f264
|
Fix bug introduced in recent XmlDriver commit
|
2011-11-15 20:03:56 +01:00 |
|
Fabio B. Silva
|
0632b37492
|
fix default field type
|
2011-11-14 13:17:56 -02:00 |
|
Benjamin Eberlei
|
231d84b625
|
Fix xml fix again
|
2011-10-31 22:15:08 +01:00 |
|
Fabio B. Silva
|
82f7d6cad2
|
starts work with mapped superclass repository
|
2011-09-07 17:27:05 -03:00 |
|
Guilherme Blanco
|
7433148f17
|
Fixed bug in XMLDriver where relation indexes are treathed as elements but documented as attributes.
|
2011-08-16 11:36:41 -03:00 |
|
Benjamin Eberlei
|
816039f23f
|
DDC-1302 - Fix bug in XmlDriver not handling orphan removal
|
2011-07-31 11:32:57 +02:00 |
|
Michael Ridgway
|
9ae30421dd
|
Removed onUpdate property on join columns
|
2011-06-28 15:50:14 -04:00 |
|