index
:
lorea/elgg
floxglove-1
floxglove-2
floxglove-3
lorea-preprod
master
saravea
saraveadev
Social Networking Engine
Saravea
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
classes
/
ElggUser.php
Age
Commit message (
Expand
)
Author
2012-01-08
most of the comments in the engine now past the sniffer
Cash Costello
2011-12-31
Refs #3209: Adds property docs for the four main entity classes
Evan Winslow
2011-11-18
Fixes #4111 guid is now an int
cash
2011-11-07
Refs #4007 previous solution to admin population in ElggUser was throwing war...
Cash Costello
2011-11-01
Fixes #4007 merged in sembrestels fix for ElggUser.isAdmin but used prototype...
cash
2011-07-03
Fixes #3650 deprecated ElggUser::getCollections()
cash
2011-04-14
Checking that get_user_by_username() returned something in ElggUser construct...
cash
2011-03-12
Fixes #3045 custom index and the friends widget now use the gallery view for ...
cash
2011-02-21
Fixes #2971 added canComment() method and implemented it for ElggBlog
cash
2011-02-14
Fixes #2918. Moved annotation/metadata delete functions from ElggUser to Elgg...
brettp
2011-02-08
Refs #2543: Core uses the new functions from previous commit.
brettp
2011-02-06
fixed some minor documentation issues
cash
2010-12-27
moved most of the code for the user hover menu into the new menu system
cash
2010-12-23
Added list groups and list friends class methods - will be handy for federation
cash
2010-12-23
added a class math to get a user's groups and cleaned up some documentation
cash
2010-11-20
Fixes #2629: Pulled old initialise_attributes() into ElggData and added a def...
brettp
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-03
Refs #1320. Updated core to use elgg_echo()'s native string replacement.
brettp
2010-10-31
Refs #2597: Entity type constructors all use initializeAttributes now
ewinslow
2010-10-28
Standardized code in all of core, not including language files, tests, or cor...
brettp
2010-09-24
Refs #617: ElggUser:makeAdmin() and removeAdmin() correctly set the attribute...
brettp
2010-09-22
Converted line endings to unix.
brettp
2010-09-06
Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...
ewinslow