From bb752113b501c025663bc1b3f167b19fb4c3a9f5 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Mon, 10 Oct 2011 22:54:19 -0700 Subject: Version bump. Updated changes. --- CHANGES.txt | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 2df4d2637..d31b9424a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,81 @@ +Version 1.8.1b +(October 11, 2011 from git://github.com/Elgg/Elgg.git) + + Enhancements: + * New group activity widget for user dashboard. + * Added more sprites. + * version.php information cached instead of loaded 100s of times. + * Added class elgg-autofocus to add focus on inputs when the page loads. + + Bugfixes: + * Added a filter for non-bundled plugins in plugin admin. + * Fixed hover menu floating if unrestrained. + * Fixed Embed plugin. + * Fixed activate and deactivate all plugins. + * Improvements to admin area theme. + * JS init, system fired when DOM and languages are read. + * Fixed RSS icon not showing up on some pages. + * Fixed the date picker input view. + * Fixed stack overflow when calling elgg_view() from a pagesetup + event. + * Better displaying of errors when activating, deactivating, or + reordering plugins. + * Menu links no longer have empty titles and confirm attributes. + * Fixed URL for group membership request in notification email. + * Fixed site dropdown menu for IE. + * Fixed log browser plugin's admin area display. + * ElggEntity->deleteMetadata() no longer deletes all metadata ever if + called on an unsaved entity. + * Admins can edit user avatars again. + * Fixed "More groups" link for groups widget. + * Fixed Developer Plugin's inspection tool. + * Fixed output/confirmlink to use a default question if not specified. + * Added missing language strings. Also added "new", "add", and "create". + * "More" menu item on site menu hidden if items are manually specified. + * Fixed river entries for forum posts that were lost if upgrading from 1.7. + * Registered security token refresh page as external to avoid token refresh + problems on Walled Garden sites. + * Fixed avatar cropping on IE 7. + * Displaying more accurate message if uploading an avatar fails. + * "Leave group" button doesn't display for group owners. + * Bookmarks plugin accepts URLs with dashes. + * Request group membership button displays only when logged in. + * Fixed the number of displayed items for Bookmarks widget. + * Fixed fallback to deprecated views for widgets. + * Fixed crash when attempting to change password to an invalid value. + + API changes: + * Menus names must be unique to the entire menu, not just section. + * Input views that encode text use the option 'encode_text'. + * Added ElggPlugin->getFriendlyName(). + * elgg_view_icon() accepts a class. + * Added hook output:before, page. + * Added hook output:before, layout. + * elgg_get_entities() and related functions return false if passed + valid options with invalid values. + * Can disable the user hover menu by passing hover => false to + elgg_view_icon(). Previously it was override => true. + * Embed plugin uses menu system. See readme for embed plugin. + * Manifest attributes are no longer translated via elgg_echo(). + * Fixed livesearch ajax endpoint. + * Fixed site unit test. + * Unit tests tidy up after themselves better. + * forward() throws an exception if headers are already sent. + * Better errors if adding a user through admin area fails. + * Localized profile fields. + * Added 'is_trusted' parameter output/url to avoid escaping and filtering. + Defaults to false. + * Added elgg_unregister_action() + * Fixed ElggPriorityList::rewind(). + * Fixed forwarding after login for login-protected pages. + * get_site_by_url() respects class inheritance for subclassing ElggSite. + * + + Internal changes: + * Updated deprecated uses of internalname/id. + * Using wwwroot instead of www_root because of inconsistencies. + + Version 1.8.0 (Jackie) (September 5th, 2011 from git://github.com/Elgg/Elgg.git) -- cgit v1.2.3 From b79b223f2e53cae902940e5385961c36a9ef9130 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Mon, 10 Oct 2011 22:55:57 -0700 Subject: Fixed stray * in changes. --- CHANGES.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index d31b9424a..dcfb8c3cf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -69,7 +69,6 @@ Version 1.8.1b * Fixed ElggPriorityList::rewind(). * Fixed forwarding after login for login-protected pages. * get_site_by_url() respects class inheritance for subclassing ElggSite. - * Internal changes: * Updated deprecated uses of internalname/id. -- cgit v1.2.3 From e8232189aee6516bdd5e48b7f6ca4919340b5dd7 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Mon, 10 Oct 2011 23:02:33 -0700 Subject: Ordered the bugfixes in a for relevance. --- CHANGES.txt | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index dcfb8c3cf..a04479b91 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,43 +6,44 @@ Version 1.8.1b * Added more sprites. * version.php information cached instead of loaded 100s of times. * Added class elgg-autofocus to add focus on inputs when the page loads. + * Admins can edit user avatars again. + * Added a filter for non-bundled plugins in plugin admin. + * Improvements to admin area theme. Bugfixes: - * Added a filter for non-bundled plugins in plugin admin. - * Fixed hover menu floating if unrestrained. + * Fixed site dropdown menu for IE. + * ElggEntity->deleteMetadata() no longer deletes all metadata ever if + called on an unsaved entity. * Fixed Embed plugin. * Fixed activate and deactivate all plugins. - * Improvements to admin area theme. - * JS init, system fired when DOM and languages are read. + * Fixed URL for group membership request in notification email. + * Fixed log browser plugin's admin area display. * Fixed RSS icon not showing up on some pages. + * Fixed river entries for forum posts that were lost if upgrading from 1.7. + * Better displaying of errors when activating, deactivating, or + reordering plugins. + * Fixed Developer Plugin's inspection tool. + * Fixed avatar cropping on IE 7. + * Bookmarks plugin accepts URLs with dashes. + * "More" menu item on site menu hidden if items are manually specified. + * Fixed hover menu floating if unrestrained. + * JS init, system fired when DOM and languages are read. * Fixed the date picker input view. * Fixed stack overflow when calling elgg_view() from a pagesetup event. - * Better displaying of errors when activating, deactivating, or - reordering plugins. * Menu links no longer have empty titles and confirm attributes. - * Fixed URL for group membership request in notification email. - * Fixed site dropdown menu for IE. - * Fixed log browser plugin's admin area display. - * ElggEntity->deleteMetadata() no longer deletes all metadata ever if - called on an unsaved entity. - * Admins can edit user avatars again. + * Fixed crash when attempting to change password to an invalid value. * Fixed "More groups" link for groups widget. - * Fixed Developer Plugin's inspection tool. * Fixed output/confirmlink to use a default question if not specified. * Added missing language strings. Also added "new", "add", and "create". - * "More" menu item on site menu hidden if items are manually specified. - * Fixed river entries for forum posts that were lost if upgrading from 1.7. * Registered security token refresh page as external to avoid token refresh problems on Walled Garden sites. - * Fixed avatar cropping on IE 7. * Displaying more accurate message if uploading an avatar fails. * "Leave group" button doesn't display for group owners. - * Bookmarks plugin accepts URLs with dashes. * Request group membership button displays only when logged in. * Fixed the number of displayed items for Bookmarks widget. * Fixed fallback to deprecated views for widgets. - * Fixed crash when attempting to change password to an invalid value. + API changes: * Menus names must be unique to the entire menu, not just section. -- cgit v1.2.3 From a97172f6bafa40e0687f15e39b06a2534d62d904 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Tue, 11 Oct 2011 20:34:11 -0700 Subject: Fixed extra space in changes. --- CHANGES.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index a04479b91..fb5870700 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -44,7 +44,6 @@ Version 1.8.1b * Fixed the number of displayed items for Bookmarks widget. * Fixed fallback to deprecated views for widgets. - API changes: * Menus names must be unique to the entire menu, not just section. * Input views that encode text use the option 'encode_text'. -- cgit v1.2.3