Michael Moravec
|
efaee8ce85
|
Migrate repository name doctrine/doctrine2 -> doctrine/orm
|
2019-01-03 09:07:03 +01:00 |
|
Javier Eguiluz
|
2e7a3affba
|
Fixed a minor syntax issue
|
2018-11-21 09:06:54 +01:00 |
|
Luís Cobucci
|
d93956eff0
|
Use HTTPS endpoint for XML schema location
|
2018-11-12 11:29:32 +01:00 |
|
naitsirch
|
b3b06d3e7d
|
Fixed URLs of doctrine-mapping.xsd in docs
Until now the references to the `doctrine-mapping.xsd` consisted of different URLs.
A grep of docs showed:
* /Users/robo/dev/php/Doctrine/doctrine-mapping.xsd
* http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd
* http://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd
* https://raw.github.com/doctrine/doctrine2/master/doctrine-mapping.xsd
Now it is used http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd everywhere.
|
2018-11-12 11:09:15 +01:00 |
|
Michael Moravec
|
bf601ce268
|
Merge pull request #7421 from seferov/patch-1
JIRA to Github issues on Limitations and Known Issues
|
2018-11-11 23:24:00 +01:00 |
|
Michael Moravec
|
8bfb363fcc
|
Merge pull request #7434 from naitsirch/fix/doc-faq-public-property
Removed FAQ paragraph stating public variables are disallowed
|
2018-11-11 23:22:58 +01:00 |
|
Michael Moravec
|
ebf2630a66
|
Merge pull request #7435 from oguzdumanoglu/patch-2
Fix a typo on Documentation
|
2018-11-11 23:22:25 +01:00 |
|
Michael Moravec
|
2fc99afd44
|
Merge pull request #7423 from ThomasLandauer/patch-2
Update association-mapping.rst
|
2018-11-10 20:40:44 +01:00 |
|
Michael Moravec
|
fa0885e25d
|
Merge pull request #7374 from SenseException/deprecate-yaml-docs
Deprecation message in documentation for YAML
|
2018-11-10 20:33:51 +01:00 |
|
Oguz Dumanoglu
|
58370256c0
|
Fix a typo
There was a typo in Working with Associations page.
|
2018-10-19 16:32:27 +02:00 |
|
naitsirch
|
d5364231c2
|
Removed FAQ paragraph stating public variables are disallowed
In #7427 @flaushi mentioned the outdated paragraph. This commit removes
this one.
|
2018-10-18 22:36:29 +02:00 |
|
Thomas Landauer
|
892ef9edb7
|
Update association-mapping.rst
Added info about owning and inverse side.
|
2018-10-09 21:33:42 +02:00 |
|
Farhad Safarov
|
982782f8c9
|
JIRA to Github issues
|
2018-10-09 11:52:22 +03:00 |
|
Bob den Otter
|
7400d51444
|
Fix docblock in inheritance-mapping.rst
|
2018-09-23 05:12:55 +02:00 |
|
Claudio Zizza
|
d36aec8fb7
|
Add deprecation message for YAML into docs
|
2018-08-30 23:24:30 +02:00 |
|
Jarek Jakubowski
|
cfc6cfd1a3
|
Unnecessary newline removed, small improvements in text
|
2018-06-09 00:29:59 +02:00 |
|
Jarek Jakubowski
|
6b7d67b427
|
Add info about Doctrine not using constructor
|
2018-06-08 20:29:37 +02:00 |
|
Jarek Jakubowski
|
b6d08b15c0
|
Mention that Doctrine does not use Entities public API
|
2018-06-08 18:47:39 +02:00 |
|
Dan Barrett
|
cd00ccae69
|
Updated table/column names example to be lowercase
|
2017-12-11 12:14:39 +11:00 |
|
Dan Barrett
|
bccc46dc12
|
Corrected demo code to match example
Example paragraph mentions changing column titles to upper case, yet `strtolower` was being used.
|
2017-11-01 16:40:04 +11:00 |
|
Luís Cobucci
|
0497f50ba6
|
Merge pull request #6766 from ThomasLandauer/patch-1
Moved explanation out of PHP-Codeblock...
|
2017-10-26 09:49:48 +02:00 |
|
Stefan Petcu
|
0bea6881da
|
Clarify docs for embedded and embeddable.
|
2017-10-17 19:21:34 +02:00 |
|
Thomas Landauer
|
d560449661
|
Minor formating
|
2017-10-11 22:50:32 +02:00 |
|
Thomas Landauer
|
436b15e873
|
Moved explanation out of PHP-Codeblock...
...to make it visible for XML and YML too.
|
2017-10-11 22:45:42 +02:00 |
|
Marco Pivetta
|
aea970722e
|
Merge pull request #6764 from AlessandroMinoccheri/fix_doc
fixed little typo inside documentation
|
2017-10-11 20:44:16 +02:00 |
|
Alessandro Minoccheri
|
b1466e6d3e
|
fixed little typo inside documentation
|
2017-10-11 17:04:29 +02:00 |
|
Adrien Crivelli
|
3d3ecc77bd
|
Drop PHP version specifics
|
2017-09-21 21:28:19 +09:00 |
|
Adrien Crivelli
|
d995203ee1
|
Promote nullable types from PHP 7.1
Also don't show type hinting in a bad light with sentences such as "If you insist on type-hinting"
|
2017-09-21 17:29:54 +09:00 |
|
Benjamin Eberlei
|
0c4f9a8866
|
Clarify some assumptions the object hydration makes.
|
2017-09-16 17:15:08 +02:00 |
|
Marco Pivetta
|
bf8e27b422
|
Merge pull request #6690 from bitwombat/issue_6686
Clarify association mapping language
|
2017-09-11 08:51:50 +02:00 |
|
Greg Bell
|
c429f1c38b
|
Clarify association mapping language
- 5.3 was wrong - should really be 'inversedBy'
- 11.1 - change 'use' to 'have' for consistency. A class has an attribute.
- See https://github.com/doctrine/doctrine2/issues/6686
|
2017-09-06 07:58:34 +10:00 |
|
Alessandro Minoccheri
|
a708d4076e
|
fixed typo into native-sql documentation
|
2017-08-24 11:27:54 +02:00 |
|
radmax
|
ed047520c3
|
fixed typo
|
2017-08-24 10:55:29 +02:00 |
|
Marco Pivetta
|
ddccd42bb1
|
Merge pull request #6636 from Kwadz/annot-ref-update
Mention the nullable default value for @column
|
2017-08-20 08:17:41 +02:00 |
|
Richard
|
9eaf23a5e0
|
Mention the nullable default value for @column
Related to #6632
|
2017-08-20 05:57:00 +02:00 |
|
Marco Pivetta
|
671fd50725
|
Merge pull request #6572 from bitwombat/doc_changes
Add additional detail and clarifications on SELECT
|
2017-08-18 21:45:17 +02:00 |
|
Greg Bell
|
74c83f3cec
|
Fix format and content as-per discussion in PR
|
2017-08-18 15:20:17 +10:00 |
|
reypm
|
40ee7af9c8
|
Fixing issue in APC driver
|
2017-07-30 15:31:42 -04:00 |
|
reypm
|
0c30bab776
|
Adding extra tilde and updating APC references to APCu (APC is deprecated as per http://php.net/manual/en/intro.apc.php)
|
2017-07-30 14:40:19 -04:00 |
|
reypm
|
5d8dc1757f
|
Updating docs to support for APCu as a cache driver
|
2017-07-30 12:51:39 -04:00 |
|
Greg Bell
|
624af3df22
|
Add note clarifying WHERE, WITH and HAVING
- A per Ocramius' explanation in #6563
|
2017-07-22 17:40:56 +10:00 |
|
Greg Bell
|
80573038ed
|
Add additional detail and clarifications on SELECT
- Also the effect of WHERE on result array.
|
2017-07-22 17:28:48 +10:00 |
|
Greg Bell
|
34c25a3ee3
|
Make minor English fixes.
- Remove the apparently dangling text at the bottom of
reference/query-builder.rst
|
2017-07-19 11:14:46 +10:00 |
|
Lander Vanderstraeten
|
c678577f8f
|
Fix newline
|
2017-07-11 13:18:52 +02:00 |
|
Marco Pivetta
|
b66dd0b6fa
|
Merge pull request #5787 from iBet7o/patch-doc
Fix bug: orderBy documentation
|
2017-06-24 04:05:41 +02:00 |
|
Marco Pivetta
|
379acd9dfd
|
Merge pull request #5734 from amerryma/master
Update tools.rst
|
2017-06-22 08:02:40 +02:00 |
|
Marco Pivetta
|
93f617536b
|
Merge pull request #6501 from mpdude/patch-1
Clarify the impact of changing the fetch mode
|
2017-06-20 07:31:36 +02:00 |
|
Baptiste Lafontaine
|
177c48107d
|
Fix links to api doc
|
2017-06-19 13:31:10 +02:00 |
|
Matthias Pigulla
|
8f9f41ea89
|
Fix typo
|
2017-06-15 01:03:38 +02:00 |
|
Matthias Pigulla
|
5a2a771173
|
Clarify the impact of changing the fetch mode
Seems to work for one-to-many as well, but with a negative performance impact.
|
2017-06-15 01:02:45 +02:00 |
|