Sha256: 4134b9927769bea56088dd713997d6c401176549d8d3e1556ae87729fa12b128
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
0.5.1 Add an index to the archived column for projects 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, :boolean, :default => false, :null => false add_index :projects, :archived 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.1 | CHANGELOG.md |