aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
AgeCommit message (Collapse)Author
2012-06-19Merge pull request #189 from mrclay/t4432Cash Costello
Fix ticket 4432
2012-06-18Fixes #4483 fixes undefined variable errors for non-deprecated functions in ↵Cash Costello
engine
2012-06-16Fixes #4157 setting class name in cache when update_subtype() is calledCash Costello
2012-06-15Fixes #450 Enabling entity doesn't enable it's children entities.Srokap
2012-04-17Fixes #4432: Do not escape ORDER BY/GROUP BY clauses in elgg_get_entitiesSteve Clay
2012-01-28Fixes #4329 removed old recursive delete permissions overrideCash Costello
2012-01-28Fixes #2646 mention ELGG_ENTITIES_NO_VALUE in elgg_get_entities() documentationCash Costello
2012-01-25Refs #4081. Correctly calling setIncrementOffset(false) for deleting ↵Brett Profitt
entities using ElggBatch.
2012-01-25Fixes #4081. Using ElggBatch to delete recursive.Brett Profitt
2012-01-24Fixes #4272 where an array of entity types can be used, use array in config ↵Cash Costello
object
2012-01-23Fixes #1196. Added elgg_set_ignore_access() calls to disable_entity() when ↵Brett Profitt
called with recursive = true.
2012-01-20Fixes #4303 passing arguments to elgg_view_entity_list in options arrayCash Costello
2012-01-08Fixes #4234 forcing limit to be nonnegativeCash Costello
2012-01-04fixed enabling bug, added flag for recursion, removed unnecessary code in ↵cash
disable function
2012-01-04Refs #2051. Fixed: ElggEntity's enable does not recurse.Sem
2011-12-07#4187 (get_entity optimization)Janek Lasocki-Biczysko
2011-12-03Refs #4176 added elgg_list_registered_entities() fix to 1.8 branchcash
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
Fixes #4041 (Deleted entities remain in memcache)
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 ↵Cash Costello
not exist
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 ↵Brett Profitt
options.
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 ↵cash
listing
2011-04-18Fixes #2046. Applied Franz' patch for sanitize_int().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@9004 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-12Fixes #3347 fixes comment typo for egecash
git-svn-id: http://code.elgg.org/elgg/trunk@8984 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-02Refs #3277 merged fix for recursive delete and disabled entities into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@8909 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-02Fixes #3208 setting time_created on updatecash
git-svn-id: http://code.elgg.org/elgg/trunk@8904 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26Fixes typo in variable name: ↵cash
https://github.com/lorea/Elgg/commit/4bdbaa793ad45a544fd6759fd0d9d3e7524d8577 git-svn-id: http://code.elgg.org/elgg/trunk@8845 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-20Fixes #3114 added the rss link back to pagescash
git-svn-id: http://code.elgg.org/elgg/trunk@8784 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-15Refs #2814 can now check if an entity exists indepedent of access permissionscash
git-svn-id: http://code.elgg.org/elgg/trunk@8720 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12improved documentation of can write to container method/functioncash
git-svn-id: http://code.elgg.org/elgg/trunk@8656 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ewinslow
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-04added a hint about 0 meaning no limit for egecash
git-svn-id: http://code.elgg.org/elgg/trunk@8572 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Fixing list_registered_entities() from displaying things it should. You now ↵brettp
must explicitly register object subtypes to get them to display. git-svn-id: http://code.elgg.org/elgg/trunk@8297 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Removed all calls to deprecated register_entity_typeewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8261 36083f99-b078-4883-b0ff-0f9b5a30f544