Age | Commit message (Expand) | Author |
2011-09-10 | Fixes #3782 only deleting metadata if the entity has been saved | Cash Costello |
2011-09-04 | Refs #3661. Merged lat/long metadata fixes to master. | Brett Profitt |
2011-06-26 | Fixes #3614 updated use of elgg_view_entity() throughout core | Cash Costello |
2011-06-25 | Fixes #3609 removed use of deprecated trigger_plugin_hook() | cash |
2011-06-07 | Refs #3510, #3433. Ported r9062 to trunk. Fix for comment hook returning 0 co... | brettp |
2011-04-14 | fixes warnings in ElggEntity::getMetadata() (hellekin) | cash |
2011-04-14 | making sure ElggEntity::getAnnotations() returns an array, check if temporary... | cash |
2011-04-02 | Fixes #3208 setting time_created on update | cash |
2011-03-21 | oof -- how did that happen? | ewinslow |
2011-03-21 | Added documentation of magic properties to ElggEntity | ewinslow |
2011-03-20 | Fixes #3192, refs #650. ElggEntity->getMetaData() sets the limit to 0 for arr... | brettp |
2011-03-12 | improved documentation of can write to container method/function | cash |
2011-03-09 | Fixes #3058 pulls likes out as a plugin | cash |
2011-02-21 | fixes #2885 #2569 likes controlled by canAnnotate() with plugin hook | cash |
2011-02-21 | Fixes #2971 added canComment() method and implemented it for ElggBlog | cash |
2011-02-20 | Fixes #2963: Rewrote ElggEntity->setMetadata() because yikes. Wrote unit test... | brettp |
2011-02-14 | Removed last of deprecated metadata calls in trunk. | brettp |
2011-02-14 | Updated trunk to use new annotation functions. Added checks for annotations_*... | brettp |
2011-02-14 | Fixes #2918. Moved annotation/metadata delete functions from ElggUser to Elgg... | brettp |
2011-02-13 | Deprecated ElggEntity->clearMetadata() by ElggEntity->deleteMetadata(). Disab... | brettp |
2011-02-13 | Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation functi... | brettp |
2011-02-12 | Refs #650. Replaced count_annotations(). | brettp |
2011-02-12 | Updated a few recent calls to elgg_get_annotations() to use 'reverse_order_by... | brettp |
2011-02-12 | Refs #650. Replaced calls to get_annotations() by elgg_get_annotations(). | brettp |
2011-02-12 | Refs #650. Replaced uses for get_metadata_byname() by elgg_get_metadata() | brettp |
2011-02-12 | Refs #650: Replaced uses of get_metadata_for_entity() by elgg_get_metadata(). | brettp |
2011-02-08 | Refs #2543: Core uses the new functions from previous commit. | brettp |
2011-02-06 | moved the count comments and likes functions into the ElggEntity class | cash |
2011-02-05 | Fixes #2559 refs #2475 added ElggEntity:getIconURL() and elgg_view_entity_ic... | cash |
2011-02-05 | supporting private settings before an entity is saved | cash |
2011-01-02 | Refs #2490. Using array_key_exists() instead of isset() in get() overrides to... | brettp |
2010-11-29 | Refs #2668: Deprecated ElggEntity::setContainer() for setContainerGUID() | brettp |
2010-11-20 | Fixes #2629: Pulled old initialise_attributes() into ElggData and added a def... | brettp |
2010-11-20 | Refs #2668 adds getContainerGUID() | cash |
2010-11-20 | Fixes #2668 adding getOwnerGUID() | cash |
2010-11-20 | Fixes #2490: attributes initialize to NULL instead of empty string or 0. Upd... | ewinslow |
2010-11-20 | Fixes #2473: removes initialise_entity_cache() | ewinslow |
2010-11-14 | No comment... | ewinslow |
2010-11-14 | Wow, what a blunder -- what to go deleting random methods, Winslow | ewinslow |
2010-11-14 | Refs #2486: Added support for the 'recursive' parameter to ElggEntity::delete() | ewinslow |
2010-11-14 | Added comments to several undocumented methods | ewinslow |
2010-11-03 | Fixes #2050: Added subtype parameter to can_write_to_container functions and ... | ewinslow |
2010-11-03 | Fixes #2134: Moved getContainerEntity() method to ElggEntity | ewinslow |
2010-10-31 | Refs #2597: Pushed getOwner and getOwnerEntity into ElggEntity and ElggExtender | ewinslow |
2010-10-31 | Refs #2597: Pulled __set, __get, __isset magic functions definitions into Elg... | ewinslow |
2010-10-31 | Refs #2597: Auto-initialize temp_metadata, temp_annotations, and volatile as ... | ewinslow |
2010-10-31 | Refs #2597: Moved "implements Exportable" up to {{{ElggData}}} | ewinslow |
2010-10-31 | Refs #2597: ElggEntity::initializeAttributes calls into parent initializeAttr... | ewinslow |
2010-10-31 | Improved initializeAttributes implementations | ewinslow |
2010-10-31 | Refs #2597: Added getURL(), getTimeCreated(), and initializeAttributes() to {... | ewinslow |