aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/actions/edit.php
AgeCommit message (Expand)Author
2010-12-18moved profile edit form into corecash
2010-11-24Refs #2451: Removes (admin_)gatekeeper() calls from core plugin actionsewinslow
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-03Fixes #1320: Bundled mods use elgg_echo()'s internal string substitution.brettp
2010-11-02Using REFERER shorthand throughout coreewinslow
2010-10-30Refs #2124: Using get_loggedin_user functions instead of $vars['user'], $_SES...ewinslow
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-05-28when editing details, return to the details tab when done.dave
2010-05-24Only notifying name change when it actually changed.nickw
2010-05-14Merged 5928-6908 from 1.7 branch to trunk.brettp
2010-04-05Merged 5605:5622 from 1.7 to trunk.brettp
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp
2010-03-04Merged interface changes to profile in.brettp
2010-03-03Pulled in the interface changes.brettp
2009-08-06removed all main plugins from core - they now live in the plugins svndave
2009-07-06* Closes #1104: Edit profile and edit icon links on pulldown menu for editabl...marcus
2009-02-23Added site default access permissions. Refs #744ben
2009-02-13new river work committed for profilesdave
2009-02-04Moves access permissions references over to using the ACCESS_* constants defi...ben
2009-01-23Refs #706marcus
2008-08-17Ensuring that tags are saved correctly in profileben
2008-08-16Individual profile items can now have access restrictions; also made the prof...ben
2008-08-08Adjusted contributors file.ben
2008-07-16Closes #152 and as a bonus you get a river notification for icon upload as we...marcus
2008-06-20Fixed profile, and allowed admins to edit other profilesben
2008-04-28The profile now has fields set in start.php. TODO: make those user editable, ...ben
2008-04-21Introduced profile pluginben