aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggUser.php
AgeCommit message (Collapse)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 ↵Steve Clay
Paweł Sroka)
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
Fixes #4319 - fix for deprecated use of elgg_get_objects
2012-01-21fix for deprecated use of elgg_get_objectsIsmayil Khayredinov
2012-01-20Refs #4293 removed unnecessary get_input('offset') calls since ↵Cash Costello
elgg_list_entities() calls that
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 ↵Cash Costello
warnings
2011-11-01Fixes #4007 merged in sembrestels fix for ElggUser.isAdmin but used ↵cash
prototype instead of extending object in constructor
2011-07-03Fixes #3650 deprecated ElggUser::getCollections()cash
2011-04-14Checking that get_user_by_username() returned something in ElggUser ↵cash
constructor to prevent notice (hellekin) git-svn-id: http://code.elgg.org/elgg/trunk@8987 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixes #3045 custom index and the friends widget now use the gallery view for ↵cash
user icons git-svn-id: http://code.elgg.org/elgg/trunk@8677 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-21Fixes #2971 added canComment() method and implemented it for ElggBlogcash
git-svn-id: http://code.elgg.org/elgg/trunk@8381 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-14Fixes #2918. Moved annotation/metadata delete functions from ElggUser to ↵brettp
ElggEntity. When deleted, entities now correctly delete metadata they own as well as metadata on them. Removed uses of deprecated functions. git-svn-id: http://code.elgg.org/elgg/trunk@8222 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8078 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-06fixed some minor documentation issuescash
git-svn-id: http://code.elgg.org/elgg/trunk@8050 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-27moved most of the code for the user hover menu into the new menu systemcash
git-svn-id: http://code.elgg.org/elgg/trunk@7723 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-23Added list groups and list friends class methods - will be handy for federationcash
git-svn-id: http://code.elgg.org/elgg/trunk@7715 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-23added a class math to get a user's groups and cleaned up some documentationcash
git-svn-id: http://code.elgg.org/elgg/trunk@7714 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2629: Pulled old initialise_attributes() into ElggData and added a ↵brettp
default param to emit a deprecation notice if called. git-svn-id: http://code.elgg.org/elgg/trunk@7387 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2668 adding getOwnerGUID()cash
git-svn-id: http://code.elgg.org/elgg/trunk@7378 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2490: attributes initialize to NULL instead of empty string or 0. ↵ewinslow
Updated tests to reflect this git-svn-id: http://code.elgg.org/elgg/trunk@7376 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7227 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-31Refs #2597: Entity type constructors all use initializeAttributes nowewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7158 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-28Standardized code in all of core, not including language files, tests, or ↵brettp
core mods. git-svn-id: http://code.elgg.org/elgg/trunk@7124 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-09-24Refs #617: ElggUser:makeAdmin() and removeAdmin() correctly set the ↵brettp
attribute for unsaved users. git-svn-id: http://code.elgg.org/elgg/trunk@6965 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-09-22Converted line endings to unix.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6957 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except ↵ewinslow
query.php and exception.php) into "classes" folder. Replaced inline classes with "require_once" statements for now. Ran unit tests to verify functionality before committing. git-svn-id: http://code.elgg.org/elgg/trunk@6908 36083f99-b078-4883-b0ff-0f9b5a30f544