aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2010-02-17Fixes #1488: Removed use of deprecated functions in core. brettp
2010-02-17Refs #1523: elgg_get_entities() uses the constants for defaults and condition...brettp
2010-02-17Fixes #1526: Big honking warning added to unit tests. Getter test also delet...brettp
2010-02-17Fixes #1527: Logout doens't require an action token. This is a temporary fix ...brettp
2010-02-16Removing embed extended view from core.brettp
2010-02-13Cleaned up tag searching so you can search on a specific tag. Useful in sear...brettp
2010-02-12Can't type hint for strings.brettp
2010-02-12Closes #1506: Added elgg_register_tag_metadata_name(), elgg_get_registered_ta...brettp
2010-02-12Fixes #1510: Added elgg_get_file_list(). get_library_files() wraps to this f...brettp
2010-02-12Fixes #1512: Using a helper function for mb_parse_str() instead of wrapping i...brettp
2010-02-12updated documentation on the REST API user authenticationcash
2010-02-11Fixes #1501: Setting ini for mbstring.internal_encoding to utf8 to work aroun...brettp
2010-02-09Fixes #1503, fixes #1474: Library files are loaded using a hard-coded list to...brettp
2010-02-08Updated copyright for core plugin manifests.brettp
2010-02-08Fixes #1496: delete_access_collection() invalidates the access collection cac...brettp
2010-02-07tweaked some documentation on the REST APIcash
2010-02-07Correcting documentation for elgg_get_entities_from_metadata().brettp
2010-02-06Refs #1200: Added tests to test for false being returned with elgg_get_entiti...brettp
2010-02-06Fixes #1492: Removed usage info collecting from installation.brettp
2010-02-06Fixes #1493: Updated schema to set auto_increment IDs for access_collections ...brettp
2010-02-06missing new on upgrade_details object creationcash
2010-02-06fixes #1486 - elgg_dump now works when sending to server error logcash
2010-02-05Fixes #1483: Reset password emails forward to a confirmation page handler ins...brettp
2010-02-05Fixes #1212: Removed unused code.brettp
2010-02-05Fixes #1486: elgg_log() can now log arrays and objects to error_log().brettp
2010-02-05Fixes #1319: Applied patch for missing xml-rpc <value> tag.brettp
2010-02-05Fixes #1481: Applie Mike's patch and created function elgg_http_add_url_query...brettp
2010-02-04Refs #1200: Changed logic in elgg_get_entity_type_subtype_where_sql() to retu...brettp
2010-02-01PHP complains about not casting the timestampt to int for use in date().brettp
2010-02-01Added error checking to clear_metadata_by_owner().brettp
2010-02-01Fixed incorrect variable for subtype in get_entity_dates().brettp
2010-02-01Fixes #340: add_menu() and make_register_object() deprecated.brettp
2010-02-01Fixes #1166. get_installed_translations() only calculates completion if admin...brettp
2010-02-01Fixes #1406: get_entity_dates() supports order by.brettp
2010-02-01Adding some \ns between the SQL error and the query in the database exception.brettp
2010-02-01Fixes #1398: autop() doesn't call missing clean_pre() function.brettp
2010-02-01Fixes #1376: added ElggEntity::removeRelationship().brettp
2010-02-01Fixes #1478: uh....how did that get in there?brettp
2010-02-01Fixes: #1475. elgg_http_build_url() correctly sets port number.brettp
2010-02-01Fixes #1314: Filestore opens read-only with rb instead of r+b.brettp
2010-02-01Fixes #1261: Exceptions force an HTTP recache.brettp
2010-02-01Fixes #1213: delete_relationship() triggers delete:relationship hook.brettp
2010-02-01Fixes #1211: page_owner() sets the page owner after figuring it out.brettp
2010-02-01Updated documentation for elgg_get_entities().brettp
2010-02-01Fixes #1325: ElggEntities::countEntitiesFromRelationship() support inverse re...brettp
2010-02-01Fixes #1473: Simple patch to create a view for the registration page.brettp
2010-02-01Fixed incorrect deprecated warning.brettp
2010-02-01Refs #1079: elgg_view() casts view to a string before attempting to call views.brettp
2010-02-01Fixes #678. Friending appears in the river for invited new users.brettp
2010-02-01Put the can_write_to_container() plugin hook in the right place after [3871].brettp