aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2010-05-11Do not display site pages when in Walled Garden mode, excepting system-define...nickw
2010-05-11Fix admin area for overview and appearance.brettp
2010-05-10Admin area now uses standard submenu tools.brettp
2010-05-08Not setting $item->selected on a submenu item acts the same as setting it to ...brettp
2010-05-08Added new submenu system.brettp
2010-05-07Adding an option to restrict new user registration in advanced site settings.nickw
2010-05-05Merged 18_new_admin branch to trunk.brettp
2010-05-02Fixes #1480 - not passing empty array element from page_handler()cash
2010-04-26Graceful degrading for non-JS users on the dropdown login box.brettp
2010-04-26Plugins are *required* to have a manifest.xml file.brettp
2010-04-21let site admins toggle between a classic activity stream or the new clustered...dave
2010-04-21cleaning up [5822] - putting elgg_format_url() in the same location in elggli...cash
2010-04-20Merge previous to trunk.brettp
2010-04-17Updated docs for types and subtypes in elgg_get_entities().brettp
2010-04-16Merged type_subtype_pair fix from 1.7 branch.brettp
2010-04-16Friends link removed from primary nav and added to top toolbar.pete
2010-04-16Merged [5623]:head from 1.7 to trunk.brettp
2010-04-13Creating a function to clear user-specific plugin settings.nickw
2010-04-13Added granular view hook view:$view_name instead of a monolithic display:view...brettp
2010-04-07Added optional html_encode parameter to elgg_add_action_tokens_to_url() so it...brettp
2010-04-07Ensuring malformed offset/limit values are ignored by elgg_list_entities_from...nickw
2010-04-06Sanitise int on the offset.brettp
2010-04-05Added category and name as valid plugin manifest keys/values.brettp
2010-04-05Metadata lists will default offset and limit to existing url elements.nickw
2010-04-05load_plugin_manifest() converts multiple keys with the same name into assoc a...brettp
2010-04-05Passing entity list options on to view.nickw
2010-04-05Refs #1947: Do not require views to explicitly pass in the offset.nickw
2010-04-05Merged 5605:5622 from 1.7 to trunk.brettp
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp
2010-04-05Merged 5487:5525 from 1.7 to trunk.brettp
2010-04-03Fixes #1184 - added elgg_format_url() for handling ampersands in urlscash
2010-03-25Cleaned up the likes interface a bit.brettp
2010-03-24Added ability to make arbitrary links for the menu items.brettp
2010-03-24Added documentation for order_by_metadata.brettp
2010-03-24tag cloud functions are deprecated in 1.8cash
2010-03-23Added remove_subtype() and update_subtype().brettp
2010-03-23Added missing merge from Merge Monday.brettp
2010-03-22Merged 1.7 bugfixes back into core. (5376:HEAD).brettp
2010-03-21generic like this functionality addeddave
2010-03-20Moved toolbar dropdown menu to main nav.brettp
2010-03-20Removed non-working "lightmode" option.brettp
2010-03-20Removed ui_page_setup() to fix installation. Gave engine/start.php a bit of l...brettp
2010-03-19Namespaces sticky forms. Requires more testing.brettp
2010-03-17Added config options for tabs and menu items.brettp
2010-03-17Updated documentation for set_config(). Removed unnecessary escaping of valu...brettp
2010-03-12Merged Cash's bugfixes from the 1.7 branch (3288:5377).brettp
2010-03-12Added elgg_list_entities_from_metadata() and deprecated list_entities_from_me...brettp
2010-03-11Implemented sticky forms.brettp
2010-03-11Added breadcrumb support and updated the mods with old-style breadcrumbs.brettp
2010-03-10Added elgg_instanceof().brettp