Sha256: 24f4211f05734458a708496a6c95ed8f69a604d5033025797906c6293e6e17de

Contents?: true

Size: 1009 Bytes

Versions: 1

Compression:

Stored size: 1009 Bytes

Contents

0.5.0

Added the ability to archive projects. Archived projects are not included in
an accounts `projects_count`.

To upgrade to this version add the following column to the projects table:

    add_column :projects, :archived, :default => false, :null => false

This version adds a list of archived projects to the projects index of an
account. An introduced headers to these two lists. Archived projects have
a "View Project" link, which is how the user can view an archived project. 
You will probably want to style this list, headers, and link.

It also adds an Archive link on the project's edit page. You will probably
want to style this link.

It is up to your application to provide any additional logic about what
limitations are present for archived projects (for example, not being able to
create new comments on them).

0.4.10

A user following an invite link who is already signed in and whose email
address matches the one in the invite automatically accepts the invite when
following the link.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
saucy-0.5.0 CHANGELOG.md