aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 7 insertions, 5 deletions
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