Peter Hoffmann
4c1759eecb
Keyname was obviously changed in (latest) 2.3.1, cost me some hours to figure out, NOT cool!
2012-12-13 17:53:44 +01:00
Pascal Borreli
8717088ed1
Fixed typos
2012-12-02 17:58:15 +00:00
Benjamin Eberlei
390fbd8493
Merge pull request #87 from FabioBatSilva/patch-6
...
docs for association/attribute override
2012-11-24 02:34:56 -08:00
Benjamin Eberlei
1f2050f20d
Merge pull request #101 from merk/rtel
...
Initial ResolveTargetEntityListener cookbook entry
2012-11-24 02:34:36 -08:00
Benjamin Eberlei
7f0ff6a079
Merge pull request #104 from shieldo/missing_joincolumn_in_yaml
...
added missing JoinColumn node for xml and yaml for many-to-one unidirect...
2012-11-24 02:34:17 -08:00
Benjamin Eberlei
bc9c7d1c07
Merge pull request #117 from cordoval/feature/addTutorialOverrideMappingAnnotations
...
[DDC-1872] add tutorial for override annotations mappings
2012-11-24 02:33:58 -08:00
Benjamin Eberlei
9f86cda681
Merge pull request #119 from Spabby/master
...
Cleaner to remove the note, and modify the code to put the doctrine_bootstrap.php include first?
2012-11-24 02:25:17 -08:00
Benjamin Eberlei
52bc9a82ef
Merge pull request #121 from frosas/document-pre-and-post-flush-events
...
Remove "before the lists of scheduled changes are cleared"
2012-11-24 02:24:57 -08:00
Benjamin Eberlei
d84462923c
Merge pull request #122 from kdambekalns/patch-1
...
Update en/reference/working-with-associations.rst
2012-11-24 02:24:10 -08:00
Benjamin Eberlei
106620e6dd
Merge pull request #123 from bamarni/patch-4
...
simplified interface check
2012-11-24 02:23:55 -08:00
Benjamin Eberlei
0cfc7dd402
Merge pull request #124 from bamarni/patch-5
...
fixed typo
2012-11-24 02:23:41 -08:00
Benjamin Eberlei
ced44e1916
Merge pull request #125 from Ocramius/patch-4
...
Update en/reference/tools.rst
2012-11-24 02:22:30 -08:00
Benjamin Eberlei
9873c9fc04
Merge pull request #127 from lennerd/fix-typo-1
...
Fixed typo for array mapping type
2012-11-24 02:22:12 -08:00
Benjamin Eberlei
07e6a3ec68
Merge pull request #129 from md2perpe/patch-1
...
Update en/tutorials/getting-started.rst
2012-11-24 02:22:01 -08:00
Benjamin Eberlei
24228711fd
Merge pull request #133 from Ocramius/patch-5
...
Removing removed API description from docs
2012-11-24 02:21:53 -08:00
Benjamin Eberlei
4a01d2904c
Merge pull request #138 from fulopattila122/master
...
The yaml mapping part probably shows the path/Namespace key-value pair in the wrong order
2012-11-24 02:21:43 -08:00
hifi7
f221faff28
Fix wrong date format in example PrePersist method
2012-11-20 05:37:43 +01:00
jorns
072a65bd26
Updated @Index lower i to Upper i
...
This fixes the error:
[Semantical Error] The annotation "@Doctrine\ORM\Mapping\index"
2012-11-16 11:21:06 +01:00
Attila Fulop
3cee83be2b
Swapped order of path/Entities at Simplified YAML Driver
...
According to my experience, the path has to be the key, and Namespace prefix the value in the array.
2012-11-11 21:19:18 +02:00
Squazic
56eec8979b
Grammar fix
2012-11-09 11:55:34 -05:00
Arnaud Kleinpeter
9f898b0b90
Update en/tutorials/getting-started.rst
2012-11-07 22:31:40 +01:00
Marco Pivetta
95b8e27bc5
Removing removed API description from docs
2012-10-23 15:21:55 +03:00
Adrien Brault
e3bbd058f2
Add UUID,CUSTOM generatedValue values to annot ref
2012-10-18 18:34:22 +03:00
Drak
05b170fe99
Add example for index definition
2012-10-17 20:41:15 +02:00
Per Persson
5657e199bd
Update en/tutorials/getting-started.rst
...
Spelling: UDPATE -> UPDATE
2012-10-15 17:28:12 +03:00
Eduardo Gulias Davis
742590d1d7
[Association-Mapping] - Mising target-entity tag in xml format
...
In the many to many bidirectional xml format the "target-entity" tag is missing and generates a MappingException when not included.
2012-10-02 12:15:03 +03:00
Lennart Hildebrandt
a61afedcf9
Fixed typo for mapping type "array"
2012-09-20 13:11:36 +02:00
barelon
c463121da8
Fix some typos in annotations reference
...
- Changed capitalization of the `@GeneratedValue` and `@Version` examples which incorrectly used lower case
- Fixed parameter names in `@NamedNativeQuery` and `@SqlResultSetMapping`
- Changed the Docblock style for the @MappedSuperclass example to the style used by all examples
2012-09-18 11:28:24 +03:00
Marco Pivetta
0ff1f418bd
Update en/reference/tools.rst
...
Fixed import as reported by manoelcampos@gmail.com
2012-09-05 22:31:07 +03:00
Bilal Amarni
d47b872292
fixed typo
2012-08-30 16:35:46 +03:00
Bilal Amarni
7c7118d883
simplified interface check
2012-08-30 16:25:50 +03:00
Karsten Dambekalns
4e4cf33342
Update en/reference/working-with-associations.rst
...
Clarifiy that orphanRemoval works with one-to-one, one-to-many and many-to-many associations.
2012-08-30 11:56:06 +03:00
Francesc Rosàs
e873351624
Remove "before the lists of scheduled changes are cleared"
...
It is not true.
2012-08-23 21:51:33 +03:00
Brett Bieber
46be81115a
Minor spelling correction & grammatical formatting
2012-08-23 08:41:19 -05:00
Gary Hockin
b6ddb58634
Update en/tutorials/getting-started.rst
...
Cleaner to remove the note, and modify the code to put the doctrine_bootstrap.php include first?
2012-08-07 13:26:51 +02:00
Gary Hockin
711844296d
Update en/tutorials/getting-started.rst
...
Fixed failed markdown
2012-08-07 13:12:09 +02:00
Gary Hockin
f3dea276e7
Update en/tutorials/getting-started.rst
...
Added note that tripped me up.
2012-08-07 13:10:25 +02:00
Benjamin Eberlei
2f72219d6e
Finish first version of filtering api documentation
2012-08-01 22:15:44 +02:00
Benjamin Eberlei
eaeda36bdb
Add filtering collections
2012-07-31 23:58:37 +02:00
Benjamin Eberlei
83b509e033
Move again into tools
2012-07-31 23:26:40 +02:00
Benjamin Eberlei
71d3f5852d
Move Mapping Validation into Configuration section
2012-07-31 23:25:33 +02:00
Benjamin Eberlei
5e9255dda8
Reorganize query builder docs to put the useful stuf fon top.
2012-07-31 23:20:25 +02:00
Luis Cordova
6c932af0a0
[DDC-1872] address comments from beberlei
2012-07-29 23:33:18 -05:00
Luis Cordova
26608fed5a
[DDC-1872] add tutorial for override annotations mappings
2012-07-29 00:39:24 -05:00
Ben Lumley
7c79985460
Fix missing :
2012-07-25 23:31:30 +02:00
Adel
f0cc192d7b
Fix typo
2012-07-19 16:46:56 +02:00
Guilherme Blanco
a673018508
Merge pull request #109 from michaelperrin/typo_fixes
...
[Index] Small typo fix
2012-07-11 06:54:24 -07:00
Michaël Perrin
9b2f8dca64
[Index] Small typo fix
2012-07-11 11:51:29 +02:00
Stéphane PY
366bc21ab8
fix typo on namespace
2012-07-09 10:09:28 +02:00
Francesc Rosàs
610295f875
Document preFlush and postFlush events
2012-07-08 21:30:00 +02:00