aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/users.php
AgeCommit message (Expand)Author
2011-02-13Fixes #2848 pulls user settings code out of actions into functions. We should...cash
2011-02-12Refs #650. Replaced uses for get_metadata_byname() by elgg_get_metadata()brettp
2011-02-12One more conversion to elgg_view_formewinslow
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-02-05Fixes #2559 refs #2475 added ElggEntity:getIconURL() and elgg_view_entity_ic...cash
2011-02-05using setPrivateSetting() and getPrivateSetting() instead of procedural funct...cash
2011-02-01Moved deprecated files from sessions.php - xml.php into deprecation files for...ewinslow
2011-01-26changed elgg_get_page_owner() to elgg_get_page_owner_entity() to be more cons...cash
2011-01-23Refs #2804 #2805 pulling changes in trunk from 1.7 branchcash
2011-01-01Fixes #2740 - exception messages using the value for minimum username and pas...cash
2010-12-29Fixes #2751 profile custom fields uses the config table nowcash
2010-12-29page menu using the new menu system - admin menu updatedcash
2010-12-27removed early version of admin context menu and fixed missing edit profile bu...cash
2010-12-27improved menu creation for on demand menus and integrated hover menu items in...cash
2010-12-27moved most of the code for the user hover menu into the new menu systemcash
2010-12-23Refs #2283 using entity_row_to_elggstar() when loading user from username or ...cash
2010-12-19added a user admin menu that plugins can add menu items tocash
2010-12-18moved profile edit form into corecash
2010-12-18pulling the avatar code out of the profile plugin - just some minor icon rela...cash
2010-12-18moved the avatar forms and actions into core from profile plugincash
2010-12-18half way through converting submenu to new menu code - pages and groups are t...cash
2010-12-18site nav menu now uses new menu code (and finished the implementation of cust...cash
2010-12-17reorganized the settings views and updated the pages to use new layoutcash
2010-12-16moved friends widget into corecash
2010-12-15moving friends views into corecash
2010-12-14moved account views into core views - account forms are nextcash
2010-12-14Fixes #2103 adding a site nav entry for memberscash
2010-12-14Fixes #2723 members listing pages now in corecash
2010-12-12moved dashboard handler into base pages directorycash
2010-11-24Refs #2451: Removed gatekeeper/admin_gatekeeper() calls from core actionsewinslow
2010-11-24Fixes #2655: Converted register_action to elgg_register_action throughout coreewinslow
2010-11-20Fixes #2468: Deprecated call_gatekeeper() and callpath_gatekeeper()ewinslow
2010-11-19Closes #617 core has get and set functions for user validation statuscash
2010-11-15Refs #617 put user validation functions back in users libcash
2010-11-14Fixes #2334: Converted viewtype => listtype and viewtypetoggle => listtypetog...ewinslow
2010-11-11Fixes #2640 - elgg_view_layout now uses a parameter array like all the other ...cash
2010-11-10Fixes #2306: deprecated get/count/list_user_objects as well as get_user_objec...ewinslow
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-09Refs #2506 reorged the login box views - css still needs to be cleaned upcash
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-11-03Fixes #2440: Converted clearfloat to clearfix, brought back orig clearfloatewinslow
2010-11-03Fixes #2128 - replaces all uses of set_context() and get_context() in core an...cash
2010-11-02Fixes #2360: page_draw => elgg_view_page in core + bundled pluginsewinslow
2010-11-02Refs #2463: Removed many more graituitous calls to elgg_get_site_url(), $CONF...ewinslow
2010-10-30Refs #1439: Using new page_owner functions in all of coreewinslow
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-10-10using config variable for minimum password lengthcash
2010-10-08Fixes #2161 - using filter_var() in email validation and moved is_email_addre...cash
2010-09-30Closes #2344 - moves friends pages into pages directorycash