aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
AgeCommit message (Expand)Author
2011-11-27fixed some documentation related to subtypesCash Costello
2011-11-18Fixes #4108 delete() returns bool now and updated unit testsCash Costello
2011-11-06Fixes #4068 not forcing update on adds when the subtype exists Refs #4058Cash Costello
2011-11-05Fixes #4018 Refs #3722 merged up to 1.7.14 into mastercash
2011-11-05fixed spacing on two uses of unset()cash
2011-11-05Merge pull request #89 from janeklb/t4041Cash Costello
2011-11-04Fixes #4059 returning true when handling a pagecash
2011-11-04Fixes #4058 updating a subtype if it already existsCash Costello
2011-11-03Fixes 4041 (Deleted entities remain in memcache)Janek Lasocki-Biczysko
2011-11-01standardized the elgg_get_entities* function @return documentationcash
2011-10-21Fixes #3988 correctly passing user_guid through canEdit for metadataCash Costello
2011-10-21fixed access of non-object property in entities libCash Costello
2011-10-08Fixes #3897 fixed source of infinite regression loop in delete_entity()Cash Costello
2011-10-08Fixes #3943 returning false in can_write_to_container() if container does not...Cash Costello
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-10-04Fixes #3753 removed deprecated functions from delete_entity()cash
2011-10-02Merged docs update for getters from 1.7.Brett Profitt
2011-09-28Fixes #3713. elgg_get_entities() and friends return false if passed invalid o...Brett Profitt
2011-09-04Fixes #3661. Pulled in recursive delete fixes to master.Brett Profitt
2011-09-04Refs #3661. Merged XSS fixes in search to master.Brett Profitt
2011-06-24Refs #1253 using 'list_type' string instead of boolean 'gallery' for entity l...cash
2011-04-18Fixes #2046. Applied Franz' patch for sanitize_int().brettp
2011-04-12Fixes #3347 fixes comment typo for egecash
2011-04-02Refs #3277 merged fix for recursive delete and disabled entities into trunkcash
2011-04-02Fixes #3208 setting time_created on updatecash
2011-03-26Fixes typo in variable name: https://github.com/lorea/Elgg/commit/4bdbaa793ad...cash
2011-03-20Fixes #3114 added the rss link back to pagescash
2011-03-15Refs #2814 can now check if an entity exists indepedent of access permissionscash
2011-03-12improved documentation of can write to container method/functioncash
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-03-04added a hint about 0 meaning no limit for egecash
2011-02-18Fixing list_registered_entities() from displaying things it should. You now ...brettp
2011-02-15Removed all calls to deprecated register_entity_typeewinslow
2011-02-15Fixes #2777: delete_entity is now recursiveewinslow
2011-02-15Fixes #2860: Deprecated several registration functions that were using the 'c...ewinslow
2011-02-15Fixes #2476: update_entity_last_action() sanitizes posted time.ewinslow
2011-02-15Replaced all occurrences of register_page_handler in core with elgg_register_...ewinslow
2011-02-14Fixes #2918. Moved annotation/metadata delete functions from ElggUser to Elgg...brettp
2011-02-13Deprecated ElggEntity->clearMetadata() by ElggEntity->deleteMetadata(). Disab...brettp
2011-02-13Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation functi...brettp
2011-02-13Refs #2301 demoting type:subtype warnings to noticescash
2011-02-12Fixes #2906. Added elgg_sql_reverse_order_by() and wired it up to ege() and e...brettp
2011-02-12register_entity_url_handler => elgg_register_entity_url_handler (because ever...ewinslow
2011-02-12Refs #2610: Using call_user_func in url hooksewinslow
2011-02-11Added $viewer callback option for elgg_list_entities().brettp
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-02-06fixed some minor documentation issuescash
2011-02-05Fixes #2559 refs #2475 added ElggEntity:getIconURL() and elgg_view_entity_ic...cash
2011-02-01Moving deprecated functions out of files access.php - entities.php. This tim...ewinslow
2011-02-01Reversing 7975ewinslow