You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@esme.apache.org by Richard Hirsch <hi...@gmail.com> on 2010/02/08 08:51:20 UTC

Release Notes for Release 1.0

We've been busy :->

-------------------------------------


Release Notes - ESME - Version Release 1.0

** Sub-task
    * [ESME-54] - Restrict viewing messages to users with access to
corresponding pools
    * [ESME-69] - Revoke permissions from a user in a pool
    * [ESME-72] - Add other attributes to the AccessPool object
    * [ESME-73] - Change REST-API to use new access pool attributes
    * [ESME-87] - The current access pool UI doesn't allow users to be
deleted to an access pool.  This functionality would be impt to have.
    * [ESME-95] - User images aren't displayed on main messages page -
public timleine
    * [ESME-101] - Search is currently broken
    * [ESME-108] - "View my pools" functionality
    * [ESME-136] - Complete basic test coverage for existing API2 methods

** Bug
    * [ESME-26] - The message parser should ignore # in urls
    * [ESME-47] - Some Licensing Nits
    * [ESME-88] - Images (urls) in messages don't work with Textile
    * [ESME-94] - Conversation Page is broken
    * [ESME-102] - Ability to add tags to message are missing
    * [ESME-104] - Profile link is missing
    * [ESME-106] - Remove msgformat.scala - it is no longer needed
    * [ESME-110] - Wrong fields in the public timeline
    * [ESME-111] - OpenID login/signon is broken
    * [ESME-113] - When a message is creating containing a "
character, it displays as &quot;
    * [ESME-125] - Change Date format to make lists sortable: Users
and Streams pages
    * [ESME-131] - Message in HTTP Post action includes tags twice
    * [ESME-132] - Signup using username that already exists doesn't
result in an error message
    * [ESME-133] - Delete the scala file "didperform.scala"
    * [ESME-142] - Get tests running on an in-memory DB (H2 or Derby)
    * [ESME-144] - API2 message streaming method displays
RegularReason type messages, which should not be displayed to the user
    * [ESME-150] - POST /api2/pools/POOLID/users method does not work
(403 - unauthorized)
    * [ESME-151] - POST
/api2/user/messages?message=something&pool=poolname&tags=#one,#two
drops the tags (when posting to pool)
    * [ESME-154] - LGPL code in ESME, review and remove before release

** Improvement
    * [ESME-40] - Static Texts in Resource File
    * [ESME-89] - Add create date to an action
    * [ESME-91] - Add Create date to authorization token
    * [ESME-96] - ESME image for users with no avatars should use internal image
    * [ESME-97] - Add user links to streams page
    * [ESME-128] - Textile Formatting Stripper for non-web clients
    * [ESME-134] - UserView.scala contains old code that is no longer used
    * [ESME-141] - Text replaced in post actions not used in the URL

** New Feature
    * [ESME-19] - API functions for Administration-related activities
    * [ESME-53] - Implement access pools

** Task
    * [ESME-12] - List of missing REST APIs functionality
    * [ESME-129] - Delete old branches that are no longer needed

Re: Release Notes for Release 1.0

Posted by Anne Kathrine Petterøe <yo...@gmail.com>.
OMG! Wow, yes we have.
Looking at it like this makes me think we can probably do releases  
more often than once a year ;-)

/Anne Kathrine
Sent from my iPhone

On 8. feb. 2010, at 08.51, Richard Hirsch <hi...@gmail.com> wrote:

> We've been busy :->
>
> -------------------------------------
>
>
> Release Notes - ESME - Version Release 1.0
>
> ** Sub-task
>    * [ESME-54] - Restrict viewing messages to users with access to
> corresponding pools
>    * [ESME-69] - Revoke permissions from a user in a pool
>    * [ESME-72] - Add other attributes to the AccessPool object
>    * [ESME-73] - Change REST-API to use new access pool attributes
>    * [ESME-87] - The current access pool UI doesn't allow users to be
> deleted to an access pool.  This functionality would be impt to have.
>    * [ESME-95] - User images aren't displayed on main messages page -
> public timleine
>    * [ESME-101] - Search is currently broken
>    * [ESME-108] - "View my pools" functionality
>    * [ESME-136] - Complete basic test coverage for existing API2  
> methods
>
> ** Bug
>    * [ESME-26] - The message parser should ignore # in urls
>    * [ESME-47] - Some Licensing Nits
>    * [ESME-88] - Images (urls) in messages don't work with Textile
>    * [ESME-94] - Conversation Page is broken
>    * [ESME-102] - Ability to add tags to message are missing
>    * [ESME-104] - Profile link is missing
>    * [ESME-106] - Remove msgformat.scala - it is no longer needed
>    * [ESME-110] - Wrong fields in the public timeline
>    * [ESME-111] - OpenID login/signon is broken
>    * [ESME-113] - When a message is creating containing a "
> character, it displays as &quot;
>    * [ESME-125] - Change Date format to make lists sortable: Users
> and Streams pages
>    * [ESME-131] - Message in HTTP Post action includes tags twice
>    * [ESME-132] - Signup using username that already exists doesn't
> result in an error message
>    * [ESME-133] - Delete the scala file "didperform.scala"
>    * [ESME-142] - Get tests running on an in-memory DB (H2 or Derby)
>    * [ESME-144] - API2 message streaming method displays
> RegularReason type messages, which should not be displayed to the user
>    * [ESME-150] - POST /api2/pools/POOLID/users method does not work
> (403 - unauthorized)
>    * [ESME-151] - POST
> /api2/user/messages?message=something&pool=poolname&tags=#one,#two
> drops the tags (when posting to pool)
>    * [ESME-154] - LGPL code in ESME, review and remove before release
>
> ** Improvement
>    * [ESME-40] - Static Texts in Resource File
>    * [ESME-89] - Add create date to an action
>    * [ESME-91] - Add Create date to authorization token
>    * [ESME-96] - ESME image for users with no avatars should use  
> internal image
>    * [ESME-97] - Add user links to streams page
>    * [ESME-128] - Textile Formatting Stripper for non-web clients
>    * [ESME-134] - UserView.scala contains old code that is no longer  
> used
>    * [ESME-141] - Text replaced in post actions not used in the URL
>
> ** New Feature
>    * [ESME-19] - API functions for Administration-related activities
>    * [ESME-53] - Implement access pools
>
> ** Task
>    * [ESME-12] - List of missing REST APIs functionality
>    * [ESME-129] - Delete old branches that are no longer needed