1
0
mirror of synced 2024-12-13 22:56:04 +03:00
Commit Graph

510 Commits

Author SHA1 Message Date
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
Guilherme Blanco
f7e9a91b5c Merge pull request #141 from hifi7/patch-1
Fix wrong date format in example PrePersist method
2012-11-20 07:01:03 -08:00
hifi7
f221faff28 Fix wrong date format in example PrePersist method 2012-11-20 05:37:43 +01:00
Guilherme Blanco
30bddbd254 Merge pull request #139 from jorns/master
Update the i in index to uppercase
2012-11-16 11:26:02 -08: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
Guilherme Blanco
2edccbfbc8 Merge pull request #137 from Squazic/patch-1
Grammar fix
2012-11-09 09:48:59 -08:00
Squazic
56eec8979b Grammar fix 2012-11-09 11:55:34 -05:00
Guilherme Blanco
af39687f45 Merge pull request #135 from nanocom/patch-1
Fixed typo
2012-11-07 13:58:05 -08: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
Johannes
f4cdded06c Merge pull request #131 from adrienbrault/patch-2
Add UUID,CUSTOM generatedValue values to annot ref
2012-10-18 09:24:14 -07:00
Adrien Brault
e3bbd058f2 Add UUID,CUSTOM generatedValue values to annot ref 2012-10-18 18:34:22 +03:00
Johannes
54941d1f09 Merge pull request #130 from drak/patch-1
Add example for index definition
2012-10-17 12:06:44 -07:00
Drak
05b170fe99 Add example for index definition 2012-10-17 20:41:15 +02:00
Guilherme Blanco
3ecce5251b Merge pull request #128 from egulias/master
[Association-Mapping] - Missing many-to-many xml target-entity tag
2012-10-02 07:30:44 -07: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
Guilherme Blanco
fa29d36d09 Merge pull request #126 from barelon/patch-1
Fix some typos in annotations reference
2012-09-18 08:56:50 -07: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
Benjamin Eberlei
9ae1f804e1 Merge pull request #120 from saltybeagle/master
Minor spelling correction & grammatical formatting
2012-08-23 06:55:26 -07:00
Brett Bieber
46be81115a Minor spelling correction & grammatical formatting 2012-08-23 08:41:19 -05:00
Benjamin Eberlei
a9dfe1e10e Merge pull request #118 from Spabby/master
Added a note to explain something that confused me for a while in this tutorial
2012-08-07 04:15:59 -07: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
Guilherme Blanco
8a86242a5d Merge pull request #116 from benlumley/patch-2
Fix missing :
2012-07-25 16:34:54 -07:00
Ben Lumley
7c79985460 Fix missing : 2012-07-25 23:31:30 +02:00
Guilherme Blanco
1502d9b552 Merge pull request #111 from Adel-E/patch-1
Fix typo
2012-07-19 08:53:04 -07: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
Benjamin Eberlei
b62ef939bf Merge pull request #108 from stephpy/fix_typo
fix typo on namespace
2012-07-09 02:12:14 -07:00
Stéphane PY
366bc21ab8 fix typo on namespace 2012-07-09 10:09:28 +02:00
Benjamin Eberlei
b3119c0a5f Merge pull request #107 from frosas/document-pre-and-post-flush-events
Document preFlush and postFlush events
2012-07-08 13:21:54 -07:00
Francesc Rosàs
610295f875 Document preFlush and postFlush events 2012-07-08 21:30:00 +02:00
Benjamin Eberlei
15c9f10bc1 Make composer subtitle to clarify this section applies to Composer only 2012-07-07 18:25:45 +02:00
Benjamin Eberlei
6943244107 Fix docs 2012-07-04 22:15:36 +02:00
Guilherme Blanco
d75569abab Merge pull request #106 from michaelperrin/typo_fixes
Fix typo in the "Getting started database" tutorial
2012-06-28 06:52:04 -07:00
Michaël Perrin
b5e11259e1 Fix typo in the "Getting started database" tutorial 2012-06-28 15:34:58 +02:00
Guilherme Blanco
86884a33f5 Merge pull request #105 from iampersistent/patch-1
Add xml code block for OrderBy
2012-06-20 07:03:41 -07:00
Richard Shank
de9f053cfb Add xml code block for OrderBy 2012-06-20 03:41:20 -07:00
Guilherme Blanco
b4a9b1550c Merge pull request #103 from Dinduks/add_missing_section_in_configuration
Add a link to the connection configuration
2012-06-18 10:07:47 -07:00
Dinduks
458b0df39e Add a link to the connection configuration 2012-06-18 18:43:10 +02:00
Guilherme Blanco
b292adceb0 Merge pull request #102 from Dinduks/add_missing_section_in_configuration
Add a missing section in the Configuration manual
2012-06-18 09:05:29 -07:00
Dinduks
6e78973eec Add a missing section in the Configuration manual 2012-06-18 17:45:20 +02:00