Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
d0df8a6f
Commit
d0df8a6f
authored
Mar 25, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove project edit from admin area. Redesigned project page in admin area
parent
e292d7c1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
81 additions
and
155 deletions
+81
-155
app/controllers/admin/projects_controller.rb
app/controllers/admin/projects_controller.rb
+0
-28
app/views/admin/projects/index.html.haml
app/views/admin/projects/index.html.haml
+2
-2
app/views/admin/projects/show.html.haml
app/views/admin/projects/show.html.haml
+78
-120
config/routes.rb
config/routes.rb
+1
-5
No files found.
app/controllers/admin/projects_controller.rb
View file @
d0df8a6f
...
...
@@ -19,34 +19,6 @@ class Admin::ProjectsController < Admin::ApplicationController
@users
=
@users
.
all
end
def
edit
end
def
team_update
@project
.
team
.
add_users_ids
(
params
[
:user_ids
],
params
[
:project_access
])
redirect_to
[
:admin
,
@project
],
notice:
'Project was successfully updated.'
end
def
update
project
.
creator
=
current_user
unless
project
.
creator
status
=
::
Projects
::
UpdateContext
.
new
(
project
,
current_user
,
params
).
execute
(
:admin
)
if
status
redirect_to
[
:admin
,
@project
],
notice:
'Project was successfully updated.'
else
render
action:
"edit"
end
end
def
destroy
@project
.
team
.
truncate
@project
.
destroy
redirect_to
admin_projects_path
,
notice:
'Project was successfully deleted.'
end
protected
def
project
...
...
app/views/admin/projects/index.html.haml
View file @
d0df8a6f
...
...
@@ -52,8 +52,8 @@
%i
.icon-lock.cgreen
=
link_to
project
.
name_with_namespace
,
[
:admin
,
project
]
.pull-right
=
link_to
'Edit'
,
edit_
admin_
project_path
(
project
),
id:
"edit_
#{
dom_id
(
project
)
}
"
,
class:
"btn btn-small"
=
link_to
'Destroy'
,
[
:admin
,
project
],
confirm:
"REMOVE
#{
project
.
name
}
? Are you sure?"
,
method: :delete
,
class:
"btn btn-small btn-remove"
=
link_to
'Edit'
,
edit_project_path
(
project
),
id:
"edit_
#{
dom_id
(
project
)
}
"
,
class:
"btn btn-small"
=
link_to
'Destroy'
,
[
project
],
confirm:
"REMOVE
#{
project
.
name
}
? Are you sure?"
,
method: :delete
,
class:
"btn btn-small btn-remove"
-
if
@projects
.
blank?
%p
.nothing_here_message
0 projects matches
-
else
...
...
app/views/admin/projects/show.html.haml
View file @
d0df8a6f
%h3
.page_title
Project:
#{
@project
.
name_with_namespace
}
=
link_to
edit_
admin_
project_path
(
@project
),
class:
"btn pull-right"
do
=
link_to
edit_project_path
(
@project
),
class:
"btn pull-right"
do
%i
.icon-edit
Edit
%hr
.row
.span6
.ui-box
%h5
.title
Project info:
%ul
.well-list
%li
%span
.light
Name:
%strong
=
@project
.
name
%li
%span
.light
Namespace:
%strong
-
if
@project
.
namespace
=
link_to
@project
.
namespace
.
human_name
,
[
:admin
,
@project
.
group
||
@project
.
owner
]
-
else
Global
%li
%span
.light
Owned by:
%strong
-
if
@project
.
owner
=
link_to
@project
.
owner_name
,
admin_user_path
(
@project
.
owner
)
-
else
(deleted)
%li
%span
.light
Created by:
%strong
=
@project
.
creator
.
try
(
:name
)
||
'(deleted)'
%br
%table
.zebra-striped
%thead
%tr
%th
Project
%th
%tr
%td
%b
Name:
%td
=
@project
.
name
%tr
%td
%b
Namespace:
%td
-
if
@project
.
namespace
=
@project
.
namespace
.
human_name
-
else
Global
%tr
%td
%b
Owned by:
%td
-
if
@project
.
owner
=
link_to
@project
.
owner_name
,
admin_user_path
(
@project
.
owner
)
-
else
(deleted)
%tr
%td
%b
Created by:
%td
=
@project
.
creator
.
try
(
:name
)
||
'(deleted)'
%tr
%td
%b
Created at:
%td
=
@project
.
created_at
.
stamp
(
"March 1, 1999"
)
%tr
%td
%b
Smart HTTP:
%td
=
link_to
@project
.
http_url_to_repo
%tr
%td
%b
SSH:
%td
=
link_to
@project
.
ssh_url_to_repo
-
if
@project
.
public
%tr
.bgred
%td
%b
Public Read-Only Code access:
%td
=
check_box_tag
'public'
,
nil
,
@project
.
public
%li
%span
.light
Created at:
%strong
=
@project
.
created_at
.
stamp
(
"March 1, 1999"
)
-
if
@repository
%table
.zebra-striped
%thead
%tr
%th
Repository
%th
%tr
%td
%b
FS Path:
%td
%code
=
@repository
.
path_to_repo
%tr
%td
%b
Last commit at:
%td
=
last_commit
(
@project
)
%li
%span
.light
http:
%strong
=
link_to
@project
.
http_url_to_repo
%li
%span
.light
ssh:
%strong
=
link_to
@project
.
ssh_url_to_repo
%li
%span
.light
fs:
%strong
=
@repository
.
path_to_repo
%br
%h5
Team
%small
(
#{
@project
.
users
.
count
}
)
%br
%table
.zebra-striped.team_members
%thead
%tr
%th
Name
%th
Project Access
%th
Repository Access
%th
%li
%span
.light
last commit:
%strong
-
if
@repository
=
last_commit
(
@project
)
-
else
never
-
@project
.
users
.
each
do
|
tm
|
%tr
%td
=
link_to
tm
.
name
,
admin_user_path
(
tm
)
%td
=
@project
.
project_access_human
(
tm
)
%td
=
link_to
'Edit Access'
,
edit_admin_project_member_path
(
@project
,
tm
),
class:
"btn btn-small"
%td
=
link_to
'Remove from team'
,
admin_project_member_path
(
@project
,
tm
),
confirm:
'Are you sure?'
,
method: :delete
,
class:
"btn btn-remove small"
%br
%h5
Add new team member
%br
=
form_tag
team_update_admin_project_path
(
@project
),
class:
"bulk_import"
,
method: :put
do
%table
.zebra-striped
%thead
%tr
%th
Users
%th
Project Access:
%tr
%td
=
select_tag
:user_ids
,
options_from_collection_for_select
(
@users
,
:id
,
:name
),
multiple:
true
,
data:
{
placeholder:
'Select users'
},
class:
'chosen span5'
%td
=
select_tag
:project_access
,
options_for_select
(
Project
.
access_options
),
{
class:
"project-access-select chosen span3"
}
%tr
%td
=
submit_tag
'Add'
,
class:
"btn btn-primary"
%td
Read more about project permissions
%strong
=
link_to
"here"
,
help_permissions_path
,
class:
"vlink"
%li
%span
.light
access:
%strong
-
if
@project
.
public
%span
.cblue
%i
.icon-share
Public
-
else
%span
.cgreen
%i
.icon-lock
Private
.span6
.ui-box
%h5
.title
Team
%small
(
#{
@project
.
users
.
count
}
)
=
link_to
project_team_index_path
(
@project
),
class:
"btn btn-tiny"
do
%i
.icon-edit
Edit Team
%ul
.well-list
-
@project
.
users
.
each
do
|
tm
|
%li
%strong
=
link_to
tm
.
name
,
admin_user_path
(
tm
)
%span
.pull-right.light
=
@project
.
project_access_human
(
tm
)
config/routes.rb
View file @
d0df8a6f
...
...
@@ -85,11 +85,7 @@ Gitlab::Application.routes.draw do
resource
:logs
,
only:
[
:show
]
resource
:resque
,
controller:
'resque'
,
only:
[
:show
]
resources
:projects
,
constraints:
{
id:
/[a-zA-Z.\/0-9_\-]+/
},
except:
[
:new
,
:create
]
do
member
do
get
:team
put
:team_update
end
resources
:projects
,
constraints:
{
id:
/[a-zA-Z.\/0-9_\-]+/
},
only:
[
:index
,
:show
]
do
scope
module: :projects
,
constraints:
{
id:
/[a-zA-Z.\/0-9_\-]+/
}
do
resources
:members
,
only:
[
:edit
,
:update
,
:destroy
]
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment