aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggUser.php
AgeCommit message (Expand)Author
2013-06-07Fixes #5600: Entities are kept out of entity cache during saveSteve Clay
2013-06-01Refs #5538: Adds missing attributes to ElggUser and ElggCoreUserTest (by Pawe...Steve Clay
2013-04-13cleanup of entity caching codecash
2013-03-15more coding standard fixescash
2012-11-26Fixes #4929: Optimize elgg_get_entities and add attribute loaderSteve Clay
2012-02-04Fixes #2112 not loading data from entities table twicecash
2012-01-22Merge pull request #148 from hypeJunction/getObjectsCash Costello
2012-01-21fix for deprecated use of elgg_get_objectsIsmayil Khayredinov
2012-01-20Refs #4293 removed unnecessary get_input('offset') calls since elgg_list_enti...Cash Costello
2012-01-08most of the comments in the engine now past the snifferCash Costello
2011-12-31Refs #3209: Adds property docs for the four main entity classesEvan Winslow
2011-11-18Fixes #4111 guid is now an intcash
2011-11-07Refs #4007 previous solution to admin population in ElggUser was throwing war...Cash Costello
2011-11-01Fixes #4007 merged in sembrestels fix for ElggUser.isAdmin but used prototype...cash
2011-07-03Fixes #3650 deprecated ElggUser::getCollections()cash
2011-04-14Checking that get_user_by_username() returned something in ElggUser construct...cash
2011-03-12Fixes #3045 custom index and the friends widget now use the gallery view for ...cash
2011-02-21Fixes #2971 added canComment() method and implemented it for ElggBlogcash
2011-02-14Fixes #2918. Moved annotation/metadata delete functions from ElggUser to Elgg...brettp
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-02-06fixed some minor documentation issuescash
2010-12-27moved most of the code for the user hover menu into the new menu systemcash
2010-12-23Added list groups and list friends class methods - will be handy for federationcash
2010-12-23added a class math to get a user's groups and cleaned up some documentationcash
2010-11-20Fixes #2629: Pulled old initialise_attributes() into ElggData and added a def...brettp
2010-11-20Fixes #2668 adding getOwnerGUID()cash
2010-11-20Fixes #2490: attributes initialize to NULL instead of empty string or 0. Upd...ewinslow
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-10-31Refs #2597: Entity type constructors all use initializeAttributes nowewinslow
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-09-24Refs #617: ElggUser:makeAdmin() and removeAdmin() correctly set the attribute...brettp
2010-09-22Converted line endings to unix.brettp
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...ewinslow