Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-04 | Fixes #2112 not loading data from entities table twice | cash | |
2012-01-22 | Merge pull request #148 from hypeJunction/getObjects | Cash Costello | |
Fixes #4319 - fix for deprecated use of elgg_get_objects | |||
2012-01-21 | fix for deprecated use of elgg_get_objects | Ismayil Khayredinov | |
2012-01-20 | Refs #4293 removed unnecessary get_input('offset') calls since ↵ | Cash Costello | |
elgg_list_entities() calls that | |||
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 ↵ | Cash Costello | |
warnings | |||
2011-11-01 | Fixes #4007 merged in sembrestels fix for ElggUser.isAdmin but used ↵ | cash | |
prototype instead of extending object in constructor | |||
2011-07-03 | Fixes #3650 deprecated ElggUser::getCollections() | cash | |
2011-04-14 | Checking 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-12 | Fixes #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-21 | Fixes #2971 added canComment() method and implemented it for ElggBlog | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8381 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2011-02-14 | Fixes #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-08 | Refs #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-06 | fixed some minor documentation issues | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@8050 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-27 | moved most of the code for the user hover menu into the new menu system | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7723 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-23 | Added list groups and list friends class methods - will be handy for federation | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7715 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-12-23 | added a class math to get a user's groups and cleaned up some documentation | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7714 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-20 | Fixes #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-20 | Fixes #2668 adding getOwnerGUID() | cash | |
git-svn-id: http://code.elgg.org/elgg/trunk@7378 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-11-20 | Fixes #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-03 | Refs #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-31 | Refs #2597: Entity type constructors all use initializeAttributes now | ewinslow | |
git-svn-id: http://code.elgg.org/elgg/trunk@7158 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-10-28 | Standardized 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-24 | Refs #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-22 | Converted line endings to unix. | brettp | |
git-svn-id: http://code.elgg.org/elgg/trunk@6957 36083f99-b078-4883-b0ff-0f9b5a30f544 | |||
2010-09-06 | Refs #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 |