aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/start.php
AgeCommit message (Expand)Author
2012-07-13Fixes #4687. Handle URLs on plugins that include only handler name.Sem
2011-12-07fixed profile editing routing for profile pluginCash Costello
2011-11-05Fixes #4024 fixed a lot of notices - enough for this release - found a few bugscash
2011-11-04Fixes #4059 returning true when handling a pagecash
2011-11-04Fixes #4059 page handlers all return nothingcash
2011-10-29Fixes #3920 profile plugin adds a fast loading of user avatarsCash Costello
2011-06-09Refs #3510, #3316. Merged register_metadata_as_independent() fix in profile.brettp
2011-04-10Fixed #3313: Removed the superfluous html_head/extend view from core. Anyone...ewinslow
2011-03-26Fixes #3250 elgg_get_root_path() to be consistentcash
2011-03-14Refs #3016: Removes inline javascript from embed, file, groups, messages, pro...ewinslow
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-02-21Fixes #2934 switching to css/elgg for css view since using a print viewtype i...cash
2011-02-19Fixes #2753: Default widgets merged into core as extensible admin section and...brettp
2011-02-16Updated register_entity_url_handler => elgg_* in plugins. Used this regex: (...ewinslow
2011-02-15Fixes #2923: Removed "view" prefix from simplecache function namesewinslow
2011-02-15Replaced all occurrences of register_page_handler in core with elgg_register_...ewinslow
2011-02-08Refs #2543: Updated trunk mods and views to use the new functions from previo...brettp
2011-02-03Changed widgets layout "box" parameter to "content" just like the other layoutsewinslow
2011-02-03Refs #2428 just a few more CONFIG uses left to be replacedcash
2011-02-03Refs #2428 almost done removing CONFIG access - mostly plugin start.php leftcash
2010-12-27more clean up of the basic profile plugin - reorged views and removed a lot o...cash
2010-12-19using elgg-user-icon instead of usericon and moving the css into corecash
2010-12-19rough widget profile plugincash
2010-12-19more profile clean upcash
2010-12-19more cleanup of the profile plugin from the reorganizationcash
2010-12-18continuing to slash and burn the profile plugin - moving the admin profile fi...cash
2010-12-18moved profile edit form into corecash
2010-12-151st step in changing initialise_elgg.js to elgg.jscash
2010-12-09topbar friends should be in core, not profile plugincash
2010-12-01screen.css is a better name for our main css filecash
2010-11-24Fixes #2655: Converted register_action to elgg_register_action throughout coreewinslow
2010-11-23Fixes #2270 - deprecates metatags view and replaces with html_head/extendcash
2010-11-11Fixes #2640 - elgg_view_layout now uses a parameter array like all the other ...cash
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
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-02Fixes #2463: Removed gratuitous references to $CONFIG->url, etc. from the res...ewinslow
2010-11-02Refs #2463: Removed many more graituitous calls to elgg_get_site_url(), $CONF...ewinslow
2010-10-30Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to elgg_get_site...ewinslow
2010-10-30Refs #1439: Using new page_owner functions in all of 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-09-24Merged [6905] to trunk.brettp
2010-09-24Refs #2429: Merged [6889] to trunk.brettp
2010-08-31Refs #2434 - made the profile plugin more robust to bad urls and did a little...cash
2010-08-22Merged r6684:6694 from 1.7 branch to trunk (pages plugin was manually merged ...cash
2010-06-11Some code cleanup on profile plugin.brettp
2010-05-25Updating administration plugins with admin submenu views.nickw
2010-05-24Updating multiple plugins to no longer register admin menus with an event hook.nickw
2010-05-04Extending topbar view to include My Friends link.nickw