Mercurial > hg > soundsoftware-site
changeset 316:cf680b826117 cannam-pre-20110113-merge
Merge from 315:de6af1693ef7
author | Chris Cannam |
---|---|
date | Mon, 28 Mar 2011 18:07:06 +0100 |
parents | fd027311814a (diff) de6af1693ef7 (current diff) |
children | 2c9d65eff252 614862ec2481 1fbfab2f1624 |
files | |
diffstat | 2 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/app/controllers/files_controller.rb Mon Mar 28 17:46:44 2011 +0100 +++ b/app/controllers/files_controller.rb Mon Mar 28 18:07:06 2011 +0100 @@ -8,7 +8,7 @@ include SortHelper def index - sort_init 'filename', 'asc' + sort_init 'active', 'asc' sort_update 'filename' => "#{Attachment.table_name}.filename", 'active' => "#{Attachment.table_name}.active", 'created_on' => "#{Attachment.table_name}.created_on",
--- a/config/locales/en.yml Mon Mar 28 17:46:44 2011 +0100 +++ b/config/locales/en.yml Mon Mar 28 18:07:06 2011 +0100 @@ -978,11 +978,6 @@ label_set_role_plural: Choose roles for new member - label_manager_description: All powers including adding and removing members and adjusting project settings - label_developer_description: Can commit to repository and carry out most project editing tasks - label_reporter_description: Can submit bug reports; has read access for private projects - - label_set_role_plural: Choose roles for new member notice_added_to_project: 'You have been added to the project "{{project_name}}".' notice_project_homepage: "You can visit the project using the following link: {{project_url}}" mail_subject_added_to_project: "You've been added to a project on {{value}}"