Sha256: 5f61d490330a65deadbccc14f44aecfb6897ba954b1e15dbbbc58fd6ad9addaf
Contents?: true
Size: 1.67 KB
Versions: 1
Compression:
Stored size: 1.67 KB
Contents
0.5.5 Fixes for account and project keywords containing special characters, generated by signup 0.5.4 Changes from an archive project link to a checkbox on the project form. 0.5.3 Removes uniqueness constraint on account names 0.5.2 Simplifies the signup process to asking users for just an email and password. Overall this should be seamless upgrade but you may have made other changes in your application which might conflict, just pay attention when you upgrade. You'll defintely want to make sure you regerate the saucy features with this upgrade: rails g saucy:features 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/Unarchive link on the project's edit page. You will probably want to style these links. 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.5 | CHANGELOG.md |