aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/start.php
AgeCommit message (Collapse)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
git-svn-id: http://code.elgg.org/elgg/trunk@9145 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-10Fixed #3313: Removed the superfluous html_head/extend view from core. ↵ewinslow
Anyone following trunk should extend page/elements/head instead git-svn-id: http://code.elgg.org/elgg/trunk@8978 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26Fixes #3250 elgg_get_root_path() to be consistentcash
git-svn-id: http://code.elgg.org/elgg/trunk@8863 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-14Refs #3016: Removes inline javascript from embed, file, groups, messages, ↵ewinslow
profile, thewire git-svn-id: http://code.elgg.org/elgg/trunk@8711 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ewinslow
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-21Fixes #2934 switching to css/elgg for css view since using a print viewtype ↵cash
is a good idea and screen would become a confusing idea git-svn-id: http://code.elgg.org/elgg/trunk@8383 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Fixes #2753: Default widgets merged into core as extensible admin section ↵brettp
and updated to work with new widgets. Will need an upgrade for users running the old default widgets in 1.7. git-svn-id: http://code.elgg.org/elgg/trunk@8302 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-16Updated register_entity_url_handler => elgg_* in plugins. Used this regex: ↵ewinslow
([^_a-z])register_entity_url_handler\((.*),(.*,.*)\); git-svn-id: http://code.elgg.org/elgg/trunk@8263 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Fixes #2923: Removed "view" prefix from simplecache function namesewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8260 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Replaced all occurrences of register_page_handler in core with ↵ewinslow
elgg_register_page_handler git-svn-id: http://code.elgg.org/elgg/trunk@8244 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08Refs #2543: Updated trunk mods and views to use the new functions from ↵brettp
previous 2 commits. git-svn-id: http://code.elgg.org/elgg/trunk@8079 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-03Changed widgets layout "box" parameter to "content" just like the other layoutsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8007 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-03Refs #2428 just a few more CONFIG uses left to be replacedcash
git-svn-id: http://code.elgg.org/elgg/trunk@8000 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-03Refs #2428 almost done removing CONFIG access - mostly plugin start.php leftcash
git-svn-id: http://code.elgg.org/elgg/trunk@7999 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-27more clean up of the basic profile plugin - reorged views and removed a lot ↵cash
of cruft git-svn-id: http://code.elgg.org/elgg/trunk@7726 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-19using elgg-user-icon instead of usericon and moving the css into corecash
git-svn-id: http://code.elgg.org/elgg/trunk@7689 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-19rough widget profile plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@7676 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-19more profile clean upcash
git-svn-id: http://code.elgg.org/elgg/trunk@7675 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-19more cleanup of the profile plugin from the reorganizationcash
git-svn-id: http://code.elgg.org/elgg/trunk@7674 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-18continuing to slash and burn the profile plugin - moving the admin profile ↵cash
fields into core - last major change git-svn-id: http://code.elgg.org/elgg/trunk@7673 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-18moved profile edit form into corecash
git-svn-id: http://code.elgg.org/elgg/trunk@7672 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-151st step in changing initialise_elgg.js to elgg.jscash
git-svn-id: http://code.elgg.org/elgg/trunk@7627 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09topbar friends should be in core, not profile plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@7584 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-01screen.css is a better name for our main css filecash
git-svn-id: http://code.elgg.org/elgg/trunk@7489 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-24Fixes #2655: Converted register_action to elgg_register_action throughout coreewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7432 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-23Fixes #2270 - deprecates metatags view and replaces with html_head/extendcash
git-svn-id: http://code.elgg.org/elgg/trunk@7428 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-11Fixes #2640 - elgg_view_layout now uses a parameter array like all the other ↵cash
elgg_view* functions git-svn-id: http://code.elgg.org/elgg/trunk@7288 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to ↵ewinslow
use elgg_ prefixed versions git-svn-id: http://code.elgg.org/elgg/trunk@7284 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-03Fixes #2128 - replaces all uses of set_context() and get_context() in core ↵cash
and plugins git-svn-id: http://code.elgg.org/elgg/trunk@7215 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Fixes #2360: page_draw => elgg_view_page in core + bundled pluginsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7210 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Fixes #2463: Removed gratuitous references to $CONFIG->url, etc. from the ↵ewinslow
rest of the plugins. git-svn-id: http://code.elgg.org/elgg/trunk@7205 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-02Refs #2463: Removed many more graituitous calls to elgg_get_site_url(), ↵ewinslow
$CONFIG->url, etc. git-svn-id: http://code.elgg.org/elgg/trunk@7198 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to ↵ewinslow
elgg_get_site_url() git-svn-id: http://code.elgg.org/elgg/trunk@7146 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #1439: Using new page_owner functions in all of coreewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7140 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2124: Using get_loggedin_user functions instead of $vars['user'], ↵ewinslow
$_SESSION['user'], etc. git-svn-id: http://code.elgg.org/elgg/trunk@7139 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-22Removed @license, @copyright, and @author from files. License and copyright ↵brettp
are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-09-24Merged [6905] to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6961 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-09-24Refs #2429: Merged [6889] to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6959 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-31Refs #2434 - made the profile plugin more robust to bad urls and did a ↵cash
little code standardization git-svn-id: http://code.elgg.org/elgg/trunk@6885 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-22Merged r6684:6694 from 1.7 branch to trunk (pages plugin was manually merged ↵cash
due to standardization of code in trunk but not branch) git-svn-id: http://code.elgg.org/elgg/trunk@6848 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-11Some code cleanup on profile plugin.brettp
Added wrapper view for profile content. Added ECML for profile content. Moved profile/profile_content/sidebar to profile/sidebar git-svn-id: http://code.elgg.org/elgg/trunk@6464 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-25Updating administration plugins with admin submenu views.nickw
git-svn-id: http://code.elgg.org/elgg/trunk@6220 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-24Updating multiple plugins to no longer register admin menus with an event hook.nickw
git-svn-id: http://code.elgg.org/elgg/trunk@6191 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-04Extending topbar view to include My Friends link.nickw
git-svn-id: http://code.elgg.org/elgg/trunk@5968 36083f99-b078-4883-b0ff-0f9b5a30f544