Douwe Maan
d89ae7df2c
Move project header title definition to view in question.
2015-09-17 12:16:24 +02:00
Dmitriy Zaporozhets
0c8f07774c
Add page titles to header for group and project
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-14 19:46:58 +02:00
Dmitriy Zaporozhets
b35d5a6a16
Merge branch 'public_profiles' into 'master'
...
Make all group public
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1219#
Internal issue - https://dev.gitlab.org/gitlab/gitlabhq/issues/1361
See merge request !1247
2015-09-14 15:28:42 +00:00
Dmitriy Zaporozhets
3e97de838c
Hide search panel for group page if you dont have access
2015-09-14 15:01:04 +02:00
Dmitriy Zaporozhets
db197aa61a
Fix tests and improve wording
2015-09-14 14:16:08 +02:00
Dmitriy Zaporozhets
1d2173819b
Show activity/projects depends on access
2015-09-14 11:41:19 +02:00
Dmitriy Zaporozhets
12ad9b4ba0
Enable blank container for group settings page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-09 23:38:27 +02:00
Valery Sizov
b7431ec042
Make all group public
2015-09-09 11:27:03 +03:00
Dmitriy Zaporozhets
7fe6d11a3d
Move group member title to header
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-08 15:02:51 +02:00
Dmitriy Zaporozhets
1e1376f230
Style milestones
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-08 11:14:48 +02:00
Dmitriy Zaporozhets
700a342e0d
Restyle group pages. Merge header with page title
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-07 13:18:11 +02:00
Dmitriy Zaporozhets
aeeb31d6b7
Change some base colors in UI
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-09-03 15:46:13 +02:00
Dmitriy Zaporozhets
b54358b457
Refactor project list rendering
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-26 22:44:02 +02:00
Dmitriy Zaporozhets
735978388f
Increase width of sidebar for several pages
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-26 10:36:08 +02:00
Dmitriy Zaporozhets
c11e43145f
Make some visual improvements to dashboard page after we moved activity
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-08-25 15:23:25 +02:00
Artem Sidorenko
15cdf551fc
Show colored icons like in the admin listing
2015-08-19 13:47:03 +02:00
Artem Sidorenko
10d2281d73
Show label on archived projects
2015-08-19 13:47:03 +02:00
Tom Webster
3bb2aa9f98
Link username to profile on Group Members page
...
When browsing GitLab, a user may want to view a particular user's
other contributions or profile information. This link helps make
that process seamless.
2015-08-10 08:32:17 -04:00
Douwe Maan
f9bcb9632c
Add specific ability for managing group members
2015-07-28 16:32:15 +02:00
Douwe Maan
690aafebdb
Merge branch 'group_settings_nav' into 'master'
...
Fix consistency issue in sidebars of Project and Group Settings.
Fixes #2277

See merge request !1871
2015-07-01 09:32:41 +00:00
Dmitriy Zaporozhets
342d553709
Rename abilities to correspond contoller/model action names
...
write_ was renamed to create_
modify_ was renamed to update_
So now in update action we have next code
def create
can?(current_user, :create_issue, @issue)
end
def update
can?(current_user, :update_issue, @issue)
end
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-26 15:55:56 +02:00
Dmitriy Zaporozhets
60baa1e866
Move issuable partials in common directory
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-25 15:11:22 +02:00
Nicolas
a521e88fc0
Fix consistency issue in sidebars of Project and Group Settings.
...
Fixes #2277 .
2015-06-24 18:05:16 +02:00
Robert Speicher
7400cfc114
Bootlint: Use offset grid classes instead of empty divs
2015-06-16 13:32:32 -04:00
Sytse Sijbrandij
91ab3849bd
Remove text since rss is now to prominent.
2015-06-12 11:58:18 +02:00
Dmitriy Zaporozhets
8641cda4a5
Dont use fixed pixel size if form controls - its bad for mobile devices
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-06-08 16:34:58 +02:00
Robert Speicher
023dd2907b
Add a pipeline context option for SanitizationFilter
...
When this option is `:description`, we use a more restrictive whitelist.
This is used for Project and Group description fields.
2015-06-02 13:04:10 -04:00
Robert Speicher
2a5c963b7c
Render Group and Project descriptions with our Markdown pipeline
2015-06-02 13:04:10 -04:00
Dmitriy Zaporozhets
7815f9ddac
Make leave buttons more explicit
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-05-29 16:34:26 +02:00
Douwe Maan
7a11ef3e95
Add Browse Issues button to Dashboard and Group milestones.
2015-05-27 14:23:04 +02:00
Douwe Maan
d25026a512
Add Accepted and Rejected tabs to MR lists.
2015-05-25 17:01:27 +02:00
Douwe Maan
9a60441ce4
Fix Atom feeds.
2015-05-21 11:39:33 +02:00
Douwe Maan
92fd3ccee0
Add helpers for header title and sidebar, and move setting those from controllers to layouts.
2015-05-01 10:39:16 +02:00
Douwe Maan
4d7759156b
Plural instead of singular.
2015-04-30 21:10:42 +02:00
Douwe Maan
26ad250989
Add a page title to every page.
2015-04-30 19:12:15 +02:00
Dmitriy Zaporozhets
93359c7e06
Merge branch 'show-aside' of https://github.com/Soullivaneuh/gitlabhq into Soullivaneuh-show-aside
2015-04-30 19:40:05 +03:00
Sullivan SENECHAL
f28f5e49f6
Fix wrong placement of show-aside link
2015-04-27 00:43:02 +02:00
Robert Speicher
96593d79f9
Add data-placement attributes for all sidebar links
2015-04-25 16:03:03 -04:00
Dmitriy Zaporozhets
f912650ded
Improve mobile UI for dashboard and project pages
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-04-24 17:39:53 +03:00
Douwe Maan
a12d50c5e5
Remove unnecessary private_token params.
2015-04-23 17:11:39 +02:00
Douwe Maan
cd450221eb
Rename "News Feed" buttons to "Activity Feed"
2015-04-23 17:11:39 +02:00
Douwe Maan
9c60354a6a
Make links and titles of atom feeds consistent.
2015-04-23 17:11:39 +02:00
Douwe Maan
72b090b890
Move activity feed buttons out of event_filter into actual show views.
2015-04-23 17:11:38 +02:00
Douwe Maan
cba86eed74
Add feed button to dashboard and group issue pages.
2015-04-23 17:11:38 +02:00
Douwe Maan
8917ae39e3
Add atom link tag to every page that has one.
2015-04-23 17:11:38 +02:00
Douwe Maan
453340d449
Let membership invitations be resent.
2015-04-14 12:08:10 +02:00
Douwe Maan
87dd3f215f
Let members be invited from Add members pane.
2015-04-14 12:08:10 +02:00
Douwe Maan
2a1d4255da
Correctly render invite members without user.
2015-04-14 12:07:33 +02:00
Douwe Maan
ff3caad4ca
Rename manage_group ability to admin_group for consistency with project.
2015-04-14 12:05:49 +02:00
Sven Strickroth
57c2a9f03d
Explicitly set image alt to prevent graphical glitches
...
Rails image_tag sets the alt-attribute to the filename which causes graphical glitches if the file could not be loaded.
Fixes https://github.com/gitlabhq/gitlabhq/issues/6036 .
Signed-off-by: Sven Strickroth <email@cs-ware.de >
2015-04-13 21:07:42 +02:00