summaryrefslogtreecommitdiff
path: root/includes/entity.inc
Commit message (Collapse)AuthorAge
* Issue #1003788 by stefan.r, Alan D., JimmyAx, Josh Waihi, john_brown, ↵David Rothstein2015-05-04
| | | | twistor, bellHead, bzrudi71, pwolanin, gaas, wiifm, robhardwick, gngn: PostgreSQL PDOException: Invalid text representation when attempting to load an entity with a string or non-scalar ID
* Issue #1081902 by zealfire: DrupalEntityControllerInterface::load - doc ↵Jennifer Hodgdon2015-02-17
| | | | needs to clarify $conditions
* Issue #2098129 by er.pushpinderrana, drupal_sensei, Berdir, joachim: Fix ↵Jennifer Hodgdon2014-07-15
| | | | docs for DrupalDefaultEntityController entityCache variable
* Issue #1525176 by klausi, amateescu, David_Rothstein, dlu, goldenboy, ↵David Rothstein2014-05-06
| | | | lucascaro, naveko, Georgique, webchick: Using array_diff_assoc() for multilevel arrays in DrupalDefaultEntityController->cacheGet().
* Issue #1813966 by Sylvain Lecoy: Remove __construct() from interfaces ↵David Rothstein2013-08-05
| | | | definition.
* Issue #1054162 by tim.plunkett, Transition, Dave Reid, joachim, ↵webchick2012-08-18
| | | | no_commit_credit, Berdir, marcingy, damiankloip: Taxonomy bundles not supported by EntityFieldQuery (followup).
* Issue #1315340 by Albert Volkman, aspilicious: API docs cleanup for entity ↵Jennifer Hodgdon2012-08-03
| | | | includes and tests
* Issue #1705102 by dsdeiz: Fix reference to nonexestent hook in ↵Jennifer Hodgdon2012-08-02
| | | | EntityFieldQuery docs
* Issue #1325628 by damien_vancouver, xjm, Damien Tournoud, TravisCarden | ↵David Rothstein2012-07-29
| | | | jbova: Fixed EntityFieldQuery::propertyQuery missing fully qualified column names causes ambiguous column DB error.
* Issue #1662950 by bxtaylor, chx, mjonesdinero: Add note to EntityFieldQuery ↵Jennifer Hodgdon2012-07-06
| | | | methods that exclude rows where fields are empty
* Issue #1490150 by xjm, duellj, tim.plunkett: Fixed ↵webchick2012-04-28
| | | | EntityFieldQuery::pager(0) generates PHP error 'divide by zero'.
* Issue #1537888 by wulff: Fix typo in EntityFieldQuery docsJennifer Hodgdon2012-04-19
|
* Issue #1427098 by chris.leversuch: Updated return value docs for ↵Jennifer Hodgdon2012-02-23
| | | | EntityFieldQuery::execute
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* Issue #1226796 by sun, catch, Damien Tournoud: Fixed Not equal operator '!=' ↵webchick2011-09-27
| | | | is not supported by all databases, must be '<>'.
* - Patch #1273444 by Xano: Missing operator docs for EntityFieldQuery's ↵Dries Buytaert2011-09-10
| | | | propertyCondition() and addFieldCondition().
* - Patch #1252696 by larowlan: docblock error with ↵Dries Buytaert2011-08-26
| | | | EntityFieldQuery->fieldCondition.
* Issue #1067750 by yched, fago: Let Field API fail in a tale-telling way on ↵webchick2011-07-28
| | | | invalid .
* Issue #1206200 by plach, chx: Add support for field meta conditions in ↵webchick2011-07-20
| | | | EntityFieldQuery to allow for field language updates.
* Issue #1038030 by yched: Fixed More accurate error handling in ↵webchick2011-06-04
| | | | EntityFieldQuery : non-existing field.
* Issue #1161240 by barbi, jhodgdon: Added Need documentation of non-matching ↵webchick2011-06-01
| | | | return value for taxonomy_term_load_multiple(), entity_load_multiple(), and DrupalEntityControlle.
* - Patch #1096842 by nanotube: typo in EntityFieldQuery documentation.Dries Buytaert2011-04-14
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #651240 by fago, sun: allow modules to react to changes to an entity.Dries Buytaert2010-11-30
|
* #885014 by bojanz, chx: Fixed add missing pager and tablesort query support ↵Angie Byron2010-11-14
| | | | to EntityFieldQuery.
* - Patch #938462 by bojanz: Fix EntityFieldQuery fatal error in certain cases ↵Dries Buytaert2010-11-05
| | | | and document bundle limitations.
* #903698 by jpstrikesback: EntityFieldQuery orderBy methods should default to ↵Angie Byron2010-10-09
| | | | ASC.
* - Patch #908798 by bojanz: EntityFieldQuery does not handle ordering correctly.Dries Buytaert2010-10-06
|
* #910190 by sun: Remove schema cache from needlessly being loaded on all ↵Angie Byron2010-09-15
| | | | pages. Performance improvement.
* - Patch #860180 by chx, dixon_, jhodgdon: entity listing and loading does ↵Dries Buytaert2010-08-22
| | | | not allow for node access.
* - Patch #807158 by freelock, jhodgdon: DrupalDefaultEntityController ↵Dries Buytaert2010-07-26
| | | | properties are not documented.
* - Patch #847152 by fago: fix EntityFieldQuery::execute doxygen.Dries Buytaert2010-07-07
|
* #834842 by Damien Tournoud, chx: Fixed oversight in field query routing API, ↵Angie Byron2010-06-24
| | | | and added tests.
* - Patch #780154 by chx, noahb, dhthwy, pwolanin, aspilicious, jhodgdon, ↵Dries Buytaert2010-06-14
| | | | dereine, bjaspan: listing API for field API.
* - Patch #566940 by catch: move node specific code out of entity.inc.Dries Buytaert2010-05-09
|
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #731426 by fago: fixed recursed entity loading doesn't work.Dries Buytaert2010-03-10
|
* - Patch #731426 by fago: recursed entity loading didn't work.Dries Buytaert2010-03-05
|
* #520740 by marcingy, catch, and Damien Tournoud: Fixed Comment threading ↵Angie Byron2009-12-08
| | | | (with test).
* - Patch #606994 by yched: move entity handling out of Field API.Dries Buytaert2009-10-31
|
* #605442 by catch: Add a generic hook_entity_load().Angie Byron2009-10-16
|
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
loading for nodes, users, taxonomies, files and comments.