Marco Pivetta
d05aa6a5e0
Bumping to development version 2.5.5-DEV
2016-01-05 22:36:06 +01:00
Marco Pivetta
bc4ddbfb01
Release 2.5.4
2016-01-05 22:34:58 +01:00
Marco Pivetta
14499f5021
Removing coveralls installation/reporting from 2.5: not required
2016-01-05 22:25:57 +01:00
Marco Pivetta
aae43cbb77
Merge branch 'hotfix/#1568-identifier-type-cached-incorrectly-backport-2-5' into 2.5
...
Backport #1568 to 2.5
2016-01-05 22:14:40 +01:00
Jan Langer
db6cb8dedc
Second level cache stores identifier with correct type even if findById is called with wrong identifier type
2016-01-05 22:13:03 +01:00
Guido Contreras Woda
5092da074a
Test that reflects the issue described in http://www.doctrine-project.org/jira/browse/DDC-3967
2016-01-05 22:12:55 +01:00
Marco Pivetta
1c6524db55
Bumping to development version 2.5.4-DEV
2015-12-25 16:50:31 +01:00
Marco Pivetta
d9fc5388f1
2.5.3 release
2015-12-25 16:50:05 +01:00
Marco Pivetta
d2e51eacff
Reverting incorrect DBAL 2.6 bump
2015-12-25 16:49:48 +01:00
Marco Pivetta
5a6ae4686f
Allowing doctrine/common 2.6
2015-12-25 15:58:40 +01:00
Marco Pivetta
8b8a1cbe81
Merge branch 'hotfix/common-2.6-upgrade-compat-2.5' into 2.5
2015-12-25 15:26:15 +01:00
Marco Pivetta
27a5284899
doctrine/common 2.6.0 compat
...
Less strict assertion - no need to check the exact file name
2015-12-25 15:24:37 +01:00
Marco Pivetta
0086d17afe
Common 2.6 compatibility
...
Internal structure of the ArrayCache has changed, therefore we should fix the tests depending on it instead
2015-12-25 15:24:32 +01:00
Marco Pivetta
ab62167c8a
Merge branch 'hotfix/#4884-support-proxy-php7-hints-generation-2.5' into 2.5
...
Close #4884
2015-12-25 14:47:12 +01:00
Marco Pivetta
6d43195669
#4884 - allow installation of doctrine/common 2.6.x, which allows generating type-hints on proxies
2015-12-25 14:46:59 +01:00
Marco Pivetta
7065ff0ac9
Merge branch 'hotfix/#1572-target-entity-resolver-dql-with-interfaces-support' into 2.5
...
Close #1572
2015-12-11 21:35:18 +01:00
Marco Pivetta
aa61328e90
#1572 - test coverage - interfaces should also resolve to target entities when in DQL
2015-12-11 21:30:19 +01:00
Marco Pivetta
62719f2a97
Merge branch 'hotfix/#1573-merge-associated-versioned-entity-2.5.x' into 2.5
...
Close #1573
2015-12-11 20:19:10 +01:00
Marco Pivetta
66770c5bfe
#1573 - correcting test asset namespace, removing unused properties and bi-directional association
2015-12-11 20:18:53 +01:00
Marco Pivetta
42691c21b4
Removing empty newline
2015-12-11 20:18:48 +01:00
Marco Pivetta
596e895763
#1573 - correcting docblock arguments/description
2015-12-11 20:18:42 +01:00
Marco Pivetta
d5c82094df
#1573 removing unused API
2015-12-11 20:18:37 +01:00
bilouwan
4148220f9c
Refactor testing Proxy not initilized
2015-12-11 20:18:31 +01:00
bilouwan
e173c930ec
Fix superflous whitespaces & empty lines
2015-12-11 20:18:25 +01:00
bilouwan
7071984559
Fix compatibility with php5.4
2015-12-11 20:18:19 +01:00
bilouwan
216c466233
Unit test & fix for merge versionned entity
2015-12-11 20:18:12 +01:00
Marco Pivetta
65f5777e60
Merge branch 'hotfix/php7-xdebug-incompatibility-fixes-2.5.x' into 2.5
...
Close #5547
2015-12-11 19:35:42 +01:00
Marco Pivetta
6e3ce26429
Correcting minor test case incompatibility with XDebug 2.4.x
...
In PHP 5.x + XDebug < 2.4, the output would be "string:..."
In PHP 7.x + XDebug >= 2.4, the output would be "the/file/name.php:11:string:..."
This is an improvement in XDebug that is quite annoying for our purposes, but is actually welcome to most users anyway.
This commit simply fixes that incompatibility
2015-12-11 19:35:28 +01:00
oprokidnev
752d4f9eac
Target entity resolver for DQL
...
Since we have target entity resolver in doctrine this class check is not enought.
To gain interface resolution it is better to add interface check in addition to class_check here.
2015-11-27 16:00:56 +05:00
Marco Pivetta
2983081a60
Bumping current dev version to 2.5.3-DEV
2015-11-23 13:44:56 +01:00
Marco Pivetta
464b5fdbfb
Release 2.5.2
2015-11-23 13:44:25 +01:00
Guilherme Blanco
04254a8e34
Merge pull request #1512 from neoglez/2.5
...
Backport of "LimitSubqueryOutputWalker: fix aliasing of property in OrderBy from MappedSuperclass"
2015-11-15 22:08:59 -05:00
Guilherme Blanco
1d213e6733
Merge pull request #1543 from nicolas-grekas/dep-30
...
Allow symfony 3.0 components on 2.5
2015-11-09 14:54:44 -05:00
Klein Thomas
bc82e94afc
Move to 2.5 section
2015-11-09 03:56:16 +00:00
Klein Thomas
b9af1c8fa5
Update Upgrade.md after minor bc break in 2.5.1
...
The introduction of the second parameter in EntityRepository#createQueryBuilder generates a runtime notice if you have a sub-class of EntityRepository that has a second parameter in the createQueryBuilder method
2015-11-09 03:56:07 +00:00
Pantel
d606efd4eb
[DDC-3711] add Test that check if the association key are composite
2015-11-09 03:46:06 +00:00
Pantel
581e1638a2
[DDC-3711] add Tests that check if the association key are composite
2015-11-09 03:45:56 +00:00
Pantel
17ae8d1b2d
[DDC-3711] Correct Error on manyToMany with composite primary key
2015-11-09 03:45:46 +00:00
Guilherme Blanco
3a058f8522
Merge branch 'hotfix/#1375-prevent-duplicate-unique-index' into 2.5
...
Backported #1375 to 2.5
2015-11-07 16:47:26 +00:00
Michał Bundyra
567220ef71
prevent duplicate unique index
2015-11-07 16:46:22 +00:00
Marco Pivetta
39098ce415
Merge branch 'hotfix/#1507-fixed-wrong-property-name-in-resultset-mapping-builder' into 2.5
...
Backport merge #1507 into 2.5.x
Close #1507
2015-11-07 10:35:30 -05:00
François-Xavier de Guillebon
1eb9c8a7f6
Added test
2015-11-07 10:35:08 -05:00
François-Xavier de Guillebon
f2f53ba9dc
Fixed wrong variable used as array key
2015-11-07 10:35:02 -05:00
François-Xavier de Guillebon
ebbc443ec3
Fixed wrong property name
2015-11-07 10:34:55 -05:00
Nicolas Grekas
16802d2614
Allow symfony 3.0 components
...
Tests should tell if any deprecated interfaces of Symfony are used. If not, then the bundle is defacto compatible with 3.0
2015-11-05 11:43:20 +01:00
neoglez
ef73249bc7
Entity to test a mapped superclass
...
Backport of https://github.com/doctrine/doctrine2/pull/1377/files to branch 2.5
2015-09-21 09:32:54 +02:00
neoglez
ed637e51b9
Backport of "fix aliasing of property in OrderBy from MappedSuperclass"
...
Backport of "LimitSubqueryOutputWalker: fix aliasing of property in OrderBy from MappedSuperclass" ( e501137d1a
)
See my comment on a3ece3b419
2015-09-21 08:58:30 +02:00
neoglez
a3ece3b419
UnitTest backport of "Failing test case for broken paginator case"
...
UnitTest backport of "Failing test case for broken paginator case" ( 192da14842
).
The branch 2.x is very important because it's related to ZF2 doctrine module (see https://github.com/doctrine/DoctrineORMModule/blob/master/composer.json ) and specially this issue affects the use case of extending the ZF2 user entity defined in ZfcUser ( https://github.com/ZF-Commons/ZfcUser ).
This test is meant to show the need of the backport of e501137d1a
2015-09-21 08:52:46 +02:00
Marco Pivetta
2d1bc78749
Merge branch 'hotfix/#1510-DDC-3908-fix-cache-related-tests-in-2.5' into 2.5
...
Close #1510
2015-09-19 10:45:24 +02:00
Matthias Pigulla
eaf8b1c7ca
Fix tests related to caches, as per doctrine/cache 1.5.0 changes
...
Backports #1510
Fixes DDC-3908
dd47003641
removes the 'DoctrineNamespaceCacheKey[]' entry from the cache. Thus, all tests counting cache entries were off by one.
2015-09-19 10:44:47 +02:00