Valentin Ferriere
2e8272e18f
Update association-mapping.rst
2013-03-29 16:39:55 +01:00
Guilherme Blanco
484d03a5bc
Merge pull request #636 from dustinmoorman/rst-file-documentation-fixes
...
Fixed typos in documentation.
2013-03-27 21:26:24 -07:00
Dustin Moorman
51bcda51c5
Fixed typos in documentation.
2013-03-27 22:43:58 -05:00
Adam Prager
9797177193
check if ReflectionClass::getTraits() method exists
2013-03-27 02:48:35 +01:00
Adam Prager
8898c91dfc
only check for traits when class exists
2013-03-26 21:28:09 +01:00
Adam Prager
8e3e2e770a
Revert "only use already existing reflections"
...
This reverts commit bb5bdcf0f4
.
2013-03-26 21:17:59 +01:00
Adam Prager
bb5bdcf0f4
only use already existing reflections
2013-03-26 21:14:52 +01:00
Adam Prager
521276f1ed
entity generator - ignore trait properties and methods
2013-03-26 20:52:57 +01:00
Guilherme Blanco
a4db7c8b42
Merge pull request #631 from aaronmu/master
...
Fix typo in one of the orderBy examples.
2013-03-26 09:18:01 -07:00
Aaron Muylaert
3e8dd1e45c
Update query-builder.rst
...
Fix typo in one of the orderBy examples.
2013-03-26 16:47:41 +01:00
Benjamin Eberlei
5ea9cf418a
Merge pull request #627 from chuanma/master
...
update document on Doctrine cache provider
2013-03-24 13:22:20 -07:00
Benjamin Eberlei
b7e09ecf98
Merge pull request #630 from Ocramius/hotfix/DDC-2359
...
Hotfix for DDC-2359
2013-03-24 12:23:34 -07:00
Benjamin Eberlei
7f26e9ac27
Bump dev version to 2.4.0
2013-03-24 19:58:19 +01:00
Benjamin Eberlei
827f1f84cb
Release 2.4.0-BETA1
2013-03-24 19:58:19 +01:00
Marco Pivetta
7afe5af73a
Fix for DDC-2359
2013-03-24 19:42:50 +01:00
Marco Pivetta
57020322cb
Adding failing test for DDC-2359
...
Doctrine\ORM\Mapping\ClassMetadataFactory#wakeupReflection is called twice
2013-03-24 19:40:53 +01:00
Guilherme Blanco
1f89d8ce2f
Merge pull request #629 from dustinmoorman/typo-fixes-in-basic-mapping-rst
...
Fixed typos in Doctrine Mapping Types section.
2013-03-24 09:28:16 -07:00
Guilherme Blanco
99a15377be
Merge pull request #628 from franmomu/patch-2
...
[Docs] Fix field name in inversedby parameter
2013-03-24 09:27:48 -07:00
Dustin Moorman
d4061ff41b
Fixed typos in Doctrine Mapping Types section.
2013-03-24 03:16:00 -05:00
Fran Moreno
10c48bad7b
[Docs] Fix field name in inversedby parameter
2013-03-24 02:07:05 +01:00
Chuan Ma
94ceb0e410
Document: delete the doc for a number of cache provider methods that don't exist
2013-03-22 17:53:47 -04:00
Guilherme Blanco
24c1b00963
Merge pull request #622 from hrubi/master
...
Import EntityManager from proper namespace
2013-03-21 09:31:17 -07:00
Jan Hruban
3866472459
Import EntityManager in ConsoleRunner
2013-03-21 15:49:00 +01:00
David Buchmann
204c1afe9a
cleanup event subscriber note
2013-03-21 10:43:01 +01:00
David Buchmann
220f367658
adding some more doc and examples for lifecycle event listeners and subscribers
2013-03-20 00:46:11 +01:00
Benjamin Eberlei
60b8bc63a1
Merge pull request #619 from FabioBatSilva/DDC-2090
...
[DDC-2090] Fix MultiTableUpdateExecutor with query cache
2013-03-17 13:35:34 -07:00
Fabio B. Silva
39ea24675d
Fix DDC-2090
2013-03-17 16:59:33 -03:00
Benjamin Eberlei
acae1aeaaa
Fix link in docs
2013-03-17 19:43:09 +01:00
Benjamin Eberlei
c399dcfe58
Add simpler section for 2.4 CLI integration
2013-03-17 19:18:49 +01:00
Benjamin Eberlei
ea19a0063f
Huge refactoring of the Getting Started Tutorial to allow for an earlier success with the simple Product entity.
2013-03-17 13:43:16 +01:00
Benjamin Eberlei
4ef8e8c7aa
Move all classes to src/ in tutorial rather than in entities/
2013-03-17 12:45:49 +01:00
Benjamin Eberlei
bd964411e8
Remove models/database first tutorials for now
2013-03-17 12:39:04 +01:00
Benjamin Eberlei
5941d0267d
Worked on the Getting Started Guide
2013-03-17 12:26:34 +01:00
Benjamin Eberlei
a7d764f6c0
Moved tools to Advanced topic, included simple setting up tools in Installation. Reworked CLI tool to print a template when no cli-config.php is defined.
2013-03-17 12:16:42 +01:00
Benjamin Eberlei
bdfe6098a4
Reworked parts of the tutorial
2013-03-16 23:36:36 +01:00
Benjamin Eberlei
e0d706219b
Start reorganizing documentation with focus on simplicity.
2013-03-16 20:36:09 +01:00
Fabio B. Silva
685c96a1b9
Fix arithmetic priority
2013-03-16 14:33:19 -03:00
Fabio B. Silva
1effd38043
Fix DDC-2252
2013-03-16 01:15:54 -03:00
Benjamin Eberlei
6ee9e2284a
Merge branch 'DDC-1666'
2013-03-14 23:41:40 +01:00
Benjamin Eberlei
559303430a
[DDC-1666] Fix bug where orphan removal on one-to-one associations lead to unique constraint errors when replacing an entity with a new one.
2013-03-14 23:41:31 +01:00
Benjamin Eberlei
d0419782bd
[DDC-2300] Fix version xml mapping and serialization of ClassMetadata.
2013-03-14 23:20:23 +01:00
Benjamin Eberlei
4982e2b6b0
Merge pull request #593 from norzechowicz/hydrator-fix
...
Fix SimpleObjectHydrator behavior when column not exists in fieldMappings, relationMappings and metaMappings
2013-03-14 14:58:52 -07:00
Benjamin Eberlei
b53fffe252
Fix YAML EntityListener definition in tests
2013-03-14 21:18:54 +01:00
Benjamin Eberlei
622ddd8d05
Refix test
2013-03-14 20:12:20 +01:00
Benjamin Eberlei
e128728105
Fix bugs in tests
2013-03-14 20:09:41 +01:00
Benjamin Eberlei
cf2cd549c8
Fix change in signature for hydrator statement mock.
2013-03-14 19:33:21 +01:00
Stefan Kleff
057e86eb27
Added test based on e468ced00b
2013-03-13 12:29:17 +01:00
Benjamin Eberlei
eca468b9d1
[DDC-2340] Fix bug with dirty collection matching + ordering.
2013-03-12 22:49:30 +01:00
Benjamin Eberlei
dba63c5a61
Merge pull request #579 from BenMorel/cleanup
...
Unit tests: cleanup of outdated / unused / commented out code
2013-03-12 12:00:47 -07:00
Rajesh Sharma
4841a068be
[DDC-2304] accept more than 2 parameters in CONCAT function
...
- Tested and parser validates at least 2 parameters given
- test added for CONCAT function and indentation fixed
- calling getConcatExpression using call_user_func_array as number of arguments is not known removing dependency to patch DBAL
- maintaining backward compatibility
2013-03-12 19:59:45 +01:00