Return-Path: X-Original-To: apmail-incubator-rave-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-rave-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF215904C for ; Mon, 6 Feb 2012 01:27:05 +0000 (UTC) Received: (qmail 31296 invoked by uid 500); 6 Feb 2012 01:27:05 -0000 Delivered-To: apmail-incubator-rave-commits-archive@incubator.apache.org Received: (qmail 31251 invoked by uid 500); 6 Feb 2012 01:27:05 -0000 Mailing-List: contact rave-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: rave-dev@incubator.apache.org Delivered-To: mailing list rave-commits@incubator.apache.org Received: (qmail 31244 invoked by uid 99); 6 Feb 2012 01:27:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 01:27:04 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=5.0 tests=ALL_TRUSTED,TVD_PH_BODY_ACCOUNTS_PRE X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 01:27:03 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 71545238899C; Mon, 6 Feb 2012 01:26:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1240872 - /incubator/rave/trunk/CHANGELOG Date: Mon, 06 Feb 2012 01:26:43 -0000 To: rave-commits@incubator.apache.org From: mfranklin@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120206012643.71545238899C@eris.apache.org> Author: mfranklin Date: Mon Feb 6 01:26:42 2012 New Revision: 1240872 URL: http://svn.apache.org/viewvc?rev=1240872&view=rev Log: Updated CHANGELOG for 0.8-incubating release Modified: incubator/rave/trunk/CHANGELOG Modified: incubator/rave/trunk/CHANGELOG URL: http://svn.apache.org/viewvc/incubator/rave/trunk/CHANGELOG?rev=1240872&r1=1240871&r2=1240872&view=diff ============================================================================== --- incubator/rave/trunk/CHANGELOG (original) +++ incubator/rave/trunk/CHANGELOG Mon Feb 6 01:26:42 2012 @@ -3,25 +3,40 @@ Apache Rave Change Log See http://issues.apache.org/jira/browse/RAVE-* (where * is the number of the issue below) -Release Notes - Rave - Version 0.7-INCUBATING +Release Notes - Rave - Version 0.8-INCUBATING ================================================================================================================ +** Sub-task + * [RAVE-410] - Use bcrypt for password hashing + * [RAVE-421] - New accounts need to optionally collect additional information for the Person class, such as display name, first and last name, etc. + * [RAVE-423] - Improve Performance + * [RAVE-451] - Navigate Widget Repository via Category need have show all + +** Technical task + * [RAVE-433] - Widget Category Admin Interface + * [RAVE-434] - Widget Category Assignment + * [RAVE-435] - Navigate Widget Repository via Category + ** Bug - * [RAVE-380] - Disable ehcache phone home - * [RAVE-388] - Bad construction of widgets' URL in Rave Portal - * [RAVE-395] - Widget Menu: Move to Page item should be disabled when user only has one page - * [RAVE-398] - Widgets not rendering in IE + * [RAVE-263] - drag & drop target column heights + * [RAVE-374] - Maximized gadgets partially cover the top left page tabs. + * [RAVE-383] - Update Widget throws error + * [RAVE-424] - Assigning admin role to new user fails + * [RAVE-439] - Update copyright year to 2012 on all NOTICE files + * [RAVE-445] - Form elements that should be hidden by default render briefly when page first loads + * [RAVE-453] - Duplicate jars encountered in rave-shindig ** Improvement - * [RAVE-158] - Remove the hacks that are in place while we wait for Shindig patches to become available in a stable Shindig release. - * [RAVE-376] - Number of items per page for User and Widget list on admin interface - * [RAVE-377] - Change the link on Admin Interface home to open document in new window - * [RAVE-394] - Create an item in the Widget menu to go directly to its Widget Detail pages + * [RAVE-299] - Create mechanism for using message bundle text inside javascript code + * [RAVE-360] - New Account page needs to be updated to let user enter more information + * [RAVE-407] - Improve visibility of disabled Widget state + * [RAVE-409] - Upgrade Spring to 3.1.0.RELEASE + * [RAVE-414] - Generate source jars as part of maven build process + * [RAVE-420] - NewAccountService should allow for creating new accounts which do not include an email + * [RAVE-437] - Check and cleanup NOTICE files to only include notices for 3rd party usages which require a notice ** Story - * [RAVE-69] - Widget metadata can be imported into the Widget Repository from Shindig - * [RAVE-73] - Users can see the most popular widgets in the Widget Repository - * [RAVE-97] - Support Dynamic Layouts - * [RAVE-161] - Set up sandbox for Science Gateways use cases in Rave SVN. - * [RAVE-210] - Administrators should be able to disable widgets - + * [RAVE-70] - Users can tag Widgets in the Widget Repository + * [RAVE-72] - Users can get Widgets from the Widget Repository that match a tag + * [RAVE-432] - Widget Categories + * [RAVE-444] - Add LDAP authentication