Andrea Sprega
|
243210e896
|
DDC-3493 - fixed EntityGenerator parsing for php 5.5 "::class" syntax
|
2015-01-15 04:13:09 +01:00 |
|
lukasmaz
|
41dd584f62
|
Test case for "class" keyword
Test case for http://www.doctrine-project.org/jira/browse/DDC-3493
|
2015-01-15 04:12:31 +01:00 |
|
Marco Pivetta
|
55a75bfb1b
|
Merge pull request #1249 from doctrine/extra-lazy-get-m2m
Support for extra lazy get for both owning and inverse side on many to many associations.
|
2015-01-15 03:36:35 +01:00 |
|
Steve Müller
|
d343617f13
|
Merge pull request #1255 from Ocramius/cleanup/php-5.3-support-end
Cleanup: PHP 5.3 support end
|
2015-01-15 01:29:00 +01:00 |
|
Marco Pivetta
|
934e4fdde4
|
Merge pull request #1251 from TomasVotruba/travis-optimize
travis: optimize to run coverage only once
|
2015-01-15 01:20:02 +01:00 |
|
Marco Pivetta
|
a88726d84e
|
Merge branch 'hotfix/#1072-fix-iteration-of-file-lock-region-on-no-match'
Close #1072
|
2015-01-15 00:55:16 +01:00 |
|
Marco Pivetta
|
8b223c5c83
|
#1072 DDC-3191 - test cleanup: reflection is better than mixing up I/O operations and global state
|
2015-01-15 00:54:25 +01:00 |
|
Marco Pivetta
|
e2acd74cb4
|
#1072 DDC-3191 - minor performance optimization
|
2015-01-15 00:37:41 +01:00 |
|
Marco Pivetta
|
aca719be41
|
#1072 DDC-3191 - adding test for failing glob() operations on the FileLockRegion
|
2015-01-15 00:36:26 +01:00 |
|
Alexander Kurilo
|
58cd520e32
|
Fix attempt of traversing bool in FileLockRegion
|
2015-01-14 23:51:41 +01:00 |
|
Tomas Votruba
|
57cad1f232
|
travis: optimize to run coverage only once
|
2015-01-14 23:08:15 +01:00 |
|
Marco Pivetta
|
a1e40fc3f1
|
Removing PHP 5.3 references, simplified getting started docs
|
2015-01-14 21:02:15 +01:00 |
|
Marco Pivetta
|
3ee47bef41
|
Updating readme minimum required PHP version
|
2015-01-14 21:00:59 +01:00 |
|
Marco Pivetta
|
89520b1f38
|
Updating readme minimum required PHP version
|
2015-01-14 21:00:37 +01:00 |
|
Marco Pivetta
|
9024c04c72
|
Removing conditionals checking for PHP 5.4 support
|
2015-01-14 20:14:39 +01:00 |
|
Marco Pivetta
|
541e7bdf72
|
Refactoring test method: no need to test for PHP version
|
2015-01-14 20:13:46 +01:00 |
|
Marco Pivetta
|
8e28cb9119
|
Removing useless $self use statements, as PHP 5.4 supports $this in closures
|
2015-01-14 20:12:27 +01:00 |
|
Marco Pivetta
|
effe33096d
|
Dropping PHP 5.3 from the build matrix
|
2015-01-14 20:03:49 +01:00 |
|
Marco Pivetta
|
e05858b09c
|
Requiring PHP 5.4 as a minimum runtime
|
2015-01-14 20:02:48 +01:00 |
|
Marco Pivetta
|
e030dac3d0
|
Merge pull request #1253 from SofHad/fix-dbal-configuration-404
Fix dead link
|
2015-01-14 19:43:03 +01:00 |
|
Marco Pivetta
|
1d4b96eed0
|
Merge branch 'hotfix/#881-support-schema-on-platform-without-schema-emulation'
Close #881
|
2015-01-14 19:18:22 +01:00 |
|
Marco Pivetta
|
0106cba602
|
#881 DDC-2825 - reusing mapping files that already exist in models, where applicable
|
2015-01-14 19:17:39 +01:00 |
|
Marco Pivetta
|
7164e28138
|
#881 DDC-2825 - renaming table/schema name for clarity and to avoid collisions
|
2015-01-14 19:16:42 +01:00 |
|
Marco Pivetta
|
7b168de236
|
#881 DDC-2825 - removing unused imports
|
2015-01-14 19:05:40 +01:00 |
|
Marco Pivetta
|
962f479318
|
#881 DDC-2825 - refactoring test logic, removing dead private method
|
2015-01-14 19:04:58 +01:00 |
|
Marco Pivetta
|
80ce601eae
|
#881 DDC-2825 - refactoring test logic to use data-provider instead of code repetitions
|
2015-01-14 19:02:44 +01:00 |
|
Marco Pivetta
|
f874189456
|
#881 DDC-2825 - refactoring tests for clarity/readability and ease of use
|
2015-01-14 18:56:37 +01:00 |
|
Marco Pivetta
|
9d6890e6ca
|
#881 DDC-2825 - expectations are the first parameter in an assertion
|
2015-01-14 18:50:17 +01:00 |
|
Marco Pivetta
|
67788d89b5
|
#881 DDC-2825 - simplifying/extracting test logic: moved verifying metadata into separate test method
|
2015-01-14 18:47:17 +01:00 |
|
SofHad
|
9ba7c9a74d
|
Fix dead link
|
2015-01-14 18:43:46 +01:00 |
|
Marco Pivetta
|
0a91b83e27
|
#881 DDC-2825 - exploding test case into smaller units
|
2015-01-14 18:34:58 +01:00 |
|
Marco Pivetta
|
6f85ca3356
|
#881 DDC-2825 - exploding test case into smaller units
|
2015-01-14 18:31:11 +01:00 |
|
Marco Pivetta
|
3ba9689448
|
#881 DDC-2825 - aligning assignments
|
2015-01-14 18:19:22 +01:00 |
|
Marco Pivetta
|
f0102a69f9
|
#881 DDC-2825 - refactoring mapping driver to use ClassMetadata#setPrimaryTable() instead of duplicating explode() logic
|
2015-01-14 18:12:12 +01:00 |
|
Marco Pivetta
|
eefa3b2e53
|
#881 DDC-2825 - correcting YAML driver implementation (wasn't using extracted schema)
|
2015-01-14 18:06:29 +01:00 |
|
Marco Pivetta
|
04467218a3
|
#881 DDC-2825 - providing YAML mappings for explicit schema definition
|
2015-01-14 18:05:58 +01:00 |
|
Marco Pivetta
|
7911beaf1c
|
#881 DDC-2825 - providing YAML mappings for implicit schema definition
|
2015-01-14 18:05:38 +01:00 |
|
Marco Pivetta
|
51bf82b7e7
|
#881 DDC-2825 - correcting PHP mapping behavior when using implicit schema in table name
|
2015-01-14 17:54:00 +01:00 |
|
Marco Pivetta
|
0fd51cf852
|
#881 DDC-2825 - providing PHP mappings for implicit schema definition
|
2015-01-14 17:53:01 +01:00 |
|
Marco Pivetta
|
d96cd1b690
|
#881 DDC-2825 - providing PHP mappings for explicit schema definition
|
2015-01-14 17:52:51 +01:00 |
|
Marco Pivetta
|
53845b79e1
|
#881 DDC-2825 - providing XML mappings for implicit schema definition
|
2015-01-14 17:34:44 +01:00 |
|
Marco Pivetta
|
3820fa57d3
|
#881 DDC-2825 - XML mappings should handle explicitly defined schema name
|
2015-01-14 17:33:17 +01:00 |
|
Marco Pivetta
|
941bfca68c
|
#881 DDC-2825 - providing XML mappings for explicit schema definition
|
2015-01-14 17:27:53 +01:00 |
|
Marco Pivetta
|
617fd6cfdc
|
#881 DDC-2825 - moving YAML and XML mapping tests to base mapping driver tests. Excluding Static PHP mapping tests
|
2015-01-14 16:59:01 +01:00 |
|
Marco Pivetta
|
cf641cd0a3
|
#881 DDC-2825 - testing annotation driver with table name defining schema name as part of the name
|
2015-01-14 16:47:05 +01:00 |
|
Marco Pivetta
|
8b2b54c033
|
#881 DDC-2825 - typo fix (causing test failure)
|
2015-01-14 16:32:02 +01:00 |
|
Marco Pivetta
|
c6d839869b
|
#881 DDC-2825 - annotation mapping tests for explicitly defined schema name on mappings
|
2015-01-14 16:30:20 +01:00 |
|
Michaël Perrin
|
0dbc6a12ee
|
Update mapping documentation for schema support
Updated documentation:
* Annotations
* XML
* Yaml
* PHP
|
2015-01-14 15:48:49 +01:00 |
|
Michaël Perrin
|
54b3c0548d
|
Fix persistence exception on a table with a schema on a platform without schema support
|
2015-01-14 15:48:49 +01:00 |
|
Marco Pivetta
|
c571f6f6a9
|
Correctly dealing with emulated cascades in ExtraLazyCollectionTest
|
2015-01-14 14:36:01 +01:00 |
|