1
0
mirror of synced 2024-12-14 23:26:04 +03:00
Commit Graph

555 Commits

Author SHA1 Message Date
Peter Kruithof
f5ba83cae5 Documented guid mapping type
refs #456a756febb258b52092fa2640c77bb8400114fa
2013-01-21 15:03:46 +01:00
Jonathan H. Wage
c4b0bc5adc Merge pull request #150 from shiroyuki/patch-1
Correct the usage for "nullable"
2013-01-16 13:00:42 -08:00
Juti Noppornpitak
ec23961c7d Update en/cookbook/decorator-pattern.rst 2013-01-16 15:48:15 -05:00
Jonathan H. Wage
27ac88fe28 Update theme again. 2013-01-14 20:12:20 -06:00
Jonathan H. Wage
b369158dc6 Upgrade theme. 2013-01-14 20:08:25 -06:00
Jonathan H. Wage
16533299b0 Update en/reference/installation.rst
Remove reference to download page as it does not exist anymore. We are no longer maintaining packages for download in any proprietary Doctrine repository.
2013-01-14 18:47:18 -06:00
Jonathan H. Wage
8230b270e3 Merge pull request #148 from FabioBatSilva/composite-identity
Docs for IDENTITY() composite primary key
2013-01-13 10:14:43 -08:00
Jonathan H. Wage
66774f8fe0 Merge pull request #149 from FabioBatSilva/new-operator
Docs for “NEW” Operator Syntax
2013-01-13 10:14:32 -08:00
Fabio B. Silva
6a23e6be96 Docs for “NEW” Operator Syntax 2013-01-13 15:56:11 -02:00
Fabio B. Silva
939ca1b85f Docs for IDENTITY() composite primary key 2013-01-13 15:08:25 -02:00
Benjamin Eberlei
47043a54a5 Update en/reference/filters.rst 2013-01-13 09:37:45 +01:00
Guilherme Blanco
fbd1e7bc45 Merge pull request #147 from aaronmu/master
Fix syntax error in one of the orderBy examples.
2013-01-04 06:22:22 -08:00
Aaron Muylaert
b0a24c8baa Update en/reference/query-builder.rst
Fix syntax error in one of the orderBy examples.
2013-01-04 11:29:34 +01:00
Benjamin Eberlei
d8b94b0527 Some text refactorings in tutorial 2012-12-23 13:05:54 +01:00
Guilherme Blanco
a8340cc980 Merge pull request #146 from noginn/patch-1
Added missing "new" keyword for event listener
2012-12-21 03:46:51 -08:00
Tom Graham
e17fc6c474 Added missing "new" keyword for event listener 2012-12-20 20:00:50 +00:00
Guilherme Blanco
4b4126dfa6 Merge pull request #142 from pborreli/typos
Fixed typos
2012-12-02 12:41:07 -08: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
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
Per Persson
5657e199bd Update en/tutorials/getting-started.rst
Spelling: UDPATE -> UPDATE
2012-10-15 17:28:12 +03: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
Lennart Hildebrandt
a61afedcf9 Fixed typo for mapping type "array" 2012-09-20 13:11:36 +02:00