From 7ddd9521b3f3a397da3b0a6b56238d31414eb4be Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 28 Oct 2010 19:17:36 +0000 Subject: Standardized code in all of core, not including language files, tests, or core mods. git-svn-id: http://code.elgg.org/elgg/trunk@7124 36083f99-b078-4883-b0ff-0f9b5a30f544 --- CHANGES.txt | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index b24013d45..5709872c7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,8 +8,35 @@ Version 1.8.0 (Jackie) Generic API changes: * Added elgg_instanceof(). * Added remove_subtype() and update_subtype(). - * Added elgg_format_url() - + * Added elgg_format_url(). + * ElggDiskFilestore supports non-user owners. + + Deprecated APIs: + * ElggAccess::get_ignore_access() by ElggAccess::getIgnoreAccess(). + * ElggAccess::set_ignore_access() by ElggAccess::setIgnoreAccess(). + * ElggCache::set_variable() by ElggCache::setVariable(). + * ElggCache::get_variable() by ElggCache::getVariable(). + * ElggDiskFilestore::make_directory_root() by ElggDiskFilestore::makeDirectoryRoot(). + * ElggDiskFilestore::make_file_matrix() and ElggDiskFilestore::user_file_matrix() by + ElggDiskFilestore::makeFileMatrix(). + * ElggDiskFilestore::mb_string_split() removed. + * ElggEntity::initialise_attriutes() by ElggEntity::initializeAttributes(). Same for + all sub classes of ElggEntity. + * ElggFileCache::create_file() by ::createFile(). + * ElggFileCache::sanitise_filename() by ::sanitizeFilename(). + * ElggMemcache::make_memcache_key() by ::_makeMemcacheKey(). + * ElggGroup::initialise_attributes() by ::initializeAttributes(). + * ElggPlugin::initialise_attributes() by ::initializeAttributes(). + * XMLRPCCall::parse() by XMLRPCCALL::_parse(). + * __get_annotations_calculate_x() by get_annotations_calculate_x(). + * __get_entities_from_annotations_calculate_x() by get_entities_from_annotations_calculate_x(). + * __php_api_error_handler() by _php_api_error_handler(). + * __php_api_exception_handler() by _php_api_exception_handler(). + * __elgg_php_error_handler() by _elgg_php_error_handler(). + * __elgg_php_exception_handler() by _elgg_php_exception_handler(). + * __process_element() by _process_element(). + * All __elgg_session_*() by _elgg_session_*(). + UI/UX API changes: * Added elgg_push_breadcrumb(), elgg_pop_breadcrumb(), and elgg_get_breadcrumbs(). * Added navigation/breadcrumbs. -- cgit v1.2.3