aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2010-11-14fixed typo in commentcash
2010-11-14Fixes #2334: Converted viewtype => listtype and viewtypetoggle => listtypetog...ewinslow
2010-11-14Added some more unit tests for elgg_normalize_urlewinslow
2010-11-14No comment...ewinslow
2010-11-14Wow, what a blunder -- what to go deleting random methods, Winslowewinslow
2010-11-14Refs #2486: Added support for the 'recursive' parameter to ElggEntity::delete()ewinslow
2010-11-14Added comments to several undocumented methodsewinslow
2010-11-13Fixes #2561 fixed typo - thanks for the reportcash
2010-11-13Cleaning up database after new ElggEntity unit test.nickw
2010-11-12Updating ElggEntity::clearMetaData() to fail when passed a non-existent metad...nickw
2010-11-11Obliterated C&P in elgg_trigger_plugin_hookewinslow
2010-11-11Making CodeSniffer happy + reduced C&P in elgg_trigger_eventewinslow
2010-11-11Refs #2641 merged [7295] into trunkcash
2010-11-11Refs #2637 moved canvas/layouts to layoutscash
2010-11-11Fixes #2640 - elgg_view_layout now uses a parameter array like all the other ...cash
2010-11-11Fixes #2367: Corrected plugin hook documentation to maintain that the default...ewinslow
2010-11-10Fixes #2306: deprecated get/count/list_user_objects as well as get_user_objec...ewinslow
2010-11-10Using max() to give priority a minimum value of 0 for plugin hooksewinslow
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-10Refs #2124: Removed js, page_owner, and page_owner_user variables from $varsewinslow
2010-11-10Refs #2124: Removed session variables from $varsewinslow
2010-11-09Refs #2632 - cleaned up documentation on metadatacash
2010-11-09Refs #2506 reorged the login box views - css still needs to be cleaned upcash
2010-11-06replaced usages of make_file_matrix() with new method makeFileMatrix()cash
2010-11-06pulled private settings out into a separate libcash
2010-11-06Refs #1411 fixes bug introduced in [7213] that broke listing relationshipscash
2010-11-04Fixes #2463: Added support for forwarding to root-level files, e.g. forward('...ewinslow
2010-11-04Refs #2463 Added trim for leading /s to avoid //s when passing elgg_normalize...brettp
2010-11-04Fixes #2463: Added ^ to beginning of normalize_url regex to prevent matching ...ewinslow
2010-11-04Added @deprecated docblock tag to events()ewinslow
2010-11-04Removed requirement that object container be a groupewinslow
2010-11-04Fixes #2210 - using new functions for registering the core js and css filescash
2010-11-03Moved list_entities_groups to groups.php and deprecated in favor of elgg_list...ewinslow
2010-11-03Refs #2351: deprecated get_objects_in_group() in favor of elgg_get_entities()...ewinslow
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-11-03Refs #1320: elgg_echo() has built-in sprintf support.brettp
2010-11-03Fixes #2440: Converted clearfloat to clearfix, brought back orig clearfloatewinslow
2010-11-03Refs #2050: Added missing docblock parametersewinslow
2010-11-03Fixes #2050: Added subtype parameter to can_write_to_container functions and ...ewinslow
2010-11-03Set return type of get_entity to ElggEntityewinslow
2010-11-03Fixes #2134: Moved getContainerEntity() method to ElggEntityewinslow
2010-11-03Refs #1411: Deprecated get_entities_from_metadata_groups(_multi) in favor of ...ewinslow
2010-11-03bah! forgot to rename all variables in list_entities_from_access_idewinslow
2010-11-03Fixed regression in deprecated list_entities_from_access_id -- was passing ac...ewinslow
2010-11-03Fixes #2128 - replaces all uses of set_context() and get_context() in core an...cash
2010-11-03Fixes #2151: Replaced elgg_get_viewtype() implementation with @cash's much si...ewinslow
2010-11-03Refs #1411: Deprecated list_entities_from_relationship() in favor of elgg_lis...ewinslow
2010-11-03Fixes #2606: Abstracted elgg_list_entities. Takes an optional second argumen...ewinslow
2010-11-02Fixes #2360: page_draw => elgg_view_page in core + bundled pluginsewinslow
2010-11-02Refs #2360: Deprecated page_draw in favor of elgg_view_page. Updated package...ewinslow