OSDN Git Service

added NamespacedProject role. Extended project info displayed for admin. Fixed projec...
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Fri, 14 Dec 2012 05:14:05 +0000 (08:14 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Fri, 14 Dec 2012 05:14:05 +0000 (08:14 +0300)
commitb01f8b63c2c13f8d6b9111771fb4f1422214d91c
tree47c03ab168a7d34808493c366312194859459d46
parent44209861e8a3ed4e5d0e0e59823d4bf61c338f1f
added NamespacedProject role. Extended project info displayed for admin. Fixed project limit
18 files changed:
app/controllers/groups_controller.rb
app/controllers/snippets_controller.rb
app/models/project.rb
app/models/user.rb
app/roles/account.rb
app/roles/namespaced_project.rb [new file with mode: 0644]
app/views/admin/projects/_form.html.haml
app/views/admin/projects/index.html.haml
app/views/admin/projects/show.html.haml
app/views/admin/users/index.html.haml
app/views/admin/users/show.html.haml
app/views/hooks/index.html.haml
app/views/projects/create.js.haml
app/views/projects/files.html.haml
app/views/snippets/_snippet.html.haml
app/views/snippets/index.html.haml
app/views/team_members/_team.html.haml
spec/models/user_spec.rb