From 6ba1737c22a002a71210fcd15ad36c3c2bc68402 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 14 May 2010 16:27:08 +0000 Subject: merge -r5832:5898 from 1.7 to trunk. git-svn-id: http://code.elgg.org/elgg/trunk@6055 36083f99-b078-4883-b0ff-0f9b5a30f544 --- CHANGES.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 8a4288035..8509958b0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -16,23 +16,24 @@ Version 1.8.0 Version 1.7.1 -(??? from http://code.elgg.org/elgg/branches/1.7) +(April 21, 2010 from http://code.elgg.org/elgg/branches/1.7) UI changes: * (Unused) tags field removed from external pages. * Languages fixes in groups. * Installation checks database settings before writing settings.php. - * Made the widgets more consistent in their UI + * Made the widgets more consistent in their UI. Bugfixes: * Pagination fixed. - * Profile icons fixed for CGI users who were seeing incorrect avatars. + * Profile icons fixed for PHP-CGI users who were seeing incorrect avatars. * Tag search works in groups and members. * Tag clouds correctly link to tag search. * RSS views added to search. * Wrapper function for get_entities() correctly rewrites container_guid to owner_guid. * output/url correctly appends http:// again. + * full_url() urlencode()'s ' and " to avoid a security problem in IE. API changes: * Moved admin flag to users_entity table and added ElggUser->isAdmin(), @@ -43,8 +44,9 @@ Version 1.7.1 * Tags lib updated to elgg_get_*() interface. * Can get entities based upon annotation/metadata owner_guid. * Moved friendly time and friendly title into overridable views. - * Added unregister_notification_handler() - * Added remove_widget_type() + * Added unregister_notification_handler(). + * Added remove_widget_type(). + * Search supports container_guid. Version 1.7.0 -- cgit v1.2.3