Age | Commit message (Expand) | Author |
2011-03-01 | Fixes #3032: toggler pattern is now <a href="#target" class="elgg-toggler">..... | ewinslow |
2011-02-25 | Converted all uses of profile/icon in core + plugins to elgg_view_entity_icon | ewinslow |
2011-02-24 | using getContent() in menu system in preparation for supporting non-links | cash |
2011-02-23 | Every occurrence of elgg-button-$type needs an elgg-button base class declara... | ewinslow |
2011-02-23 | Refs #2976: Converted most markup to use elgg-toggler elgg-toggles-* pattern | ewinslow |
2011-02-19 | Fixes #2768. min-height needed a little bit more for the profile widgets. | brettp |
2011-02-15 | Fixes #2808: elgg_get_array_value => elgg_extract | ewinslow |
2011-02-12 | added the status view into details on profile page | cash |
2011-02-11 | Added disapproving @todo's wherever I could find javascript not conforming to... | ewinslow |
2011-02-10 | Converted buttons to elgg-object-type naming convention. Added table of butt... | ewinslow |
2011-02-08 | Refs #2543: Updated trunk mods and views to use the new functions from previo... | brettp |
2011-01-26 | changed elgg_get_page_owner() to elgg_get_page_owner_entity() to be more cons... | cash |
2010-12-29 | Fixes #2751 profile custom fields uses the config table now | cash |
2010-12-27 | moved profile fields language strings into core and update profile plugin det... | cash |
2010-12-27 | more clean up of the basic profile plugin - reorged views and removed a lot o... | cash |
2010-12-27 | improved menu creation for on demand menus and integrated hover menu items in... | cash |
2010-12-25 | moved default profile icons into core | cash |
2010-12-25 | updated owner blocks for users and groups | cash |
2010-12-19 | an almost done widget-based profile plugin | cash |
2010-12-19 | moved avatar drop down javascript into core | cash |
2010-12-19 | using elgg-user-icon instead of usericon and moving the css into core | cash |
2010-12-19 | replacing action-button with elgg-action-button | cash |
2010-12-19 | added a user admin menu that plugins can add menu items to | cash |
2010-12-19 | pulled user owner block menu out of profile plugin with new menu code | cash |
2010-12-19 | rough widget profile plugin | cash |
2010-12-19 | more profile clean up | cash |
2010-12-18 | continuing to slash and burn the profile plugin - moving the admin profile fi... | cash |
2010-12-18 | pulling the avatar code out of the profile plugin - just some minor icon rela... | cash |
2010-12-18 | moved the avatar forms and actions into core from profile plugin | cash |
2010-12-17 | removed old river code from the profile plugin - profile updates no longer go... | cash |
2010-12-09 | topbar friends should be in core, not profile plugin | cash |
2010-12-02 | Refs #2700 replaced most underscores with hyphens - there may be broken displ... | cash |
2010-12-02 | Refs #2700 changed underscores to hyphens for the forms css elements | cash |
2010-11-21 | Refs #2670: Merged XFN fixes from 1.7 to 1.8. Removed unused code in profile_... | brettp |
2010-11-03 | Fixes #1320: Bundled mods use elgg_echo()'s internal string substitution. | brettp |
2010-11-03 | Fixes #2440: Converted clearfloat to clearfix, brought back orig clearfloat | ewinslow |
2010-11-02 | Fixes #2463: Removed gratuitous references to $CONFIG->url, etc. from the res... | ewinslow |
2010-11-02 | Refs #2463: Removed many more graituitous calls to elgg_get_site_url(), $CONF... | ewinslow |
2010-10-30 | Refs #2598: Converted the rest of the $vars['url'] references to elgg_get_sit... | ewinslow |
2010-10-30 | Refs #2598: Converted most $vars['url'] to elgg_get_site_url() | ewinslow |
2010-10-30 | Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to elgg_get_site... | ewinslow |
2010-10-30 | Replaced $_SESSION['id'] and $_SESSION['guid'] with get_loggedin_userid() | ewinslow |
2010-10-30 | Refs #1439: Using new page_owner functions in all of core | ewinslow |
2010-10-30 | Refs #2124: Using get_loggedin_user functions instead of $vars['user'], $_SES... | ewinslow |
2010-10-28 | Standardized code in all of core, not including language files, tests, or cor... | brettp |
2010-10-22 | Removed @license, @copyright, and @author from files. License and copyright a... | brettp |
2010-10-20 | Refs #2493 - merged [7008] into trunk from 1.7 branch | cash |
2010-08-31 | fixing test code for previous commit | cash |
2010-08-31 | Refs #2434 - make view failures spectacular rather than silent since they sho... | cash |
2010-08-31 | Refs #2434 - made the profile plugin more robust to bad urls and did a little... | cash |