Marin Jankovski
fdbf77ef99
Fix styling issues.
2014-06-30 13:27:17 +02:00
Marin Jankovski
d3796b84f8
Show all issues and merge requests that could be considered opened or closed, includes reopened and merged.
2014-06-30 12:41:27 +02:00
Marin Jankovski
d145f09cd6
Correct authorization for group milestones.
2014-06-30 11:38:03 +02:00
Marin Jankovski
e66a8b4cda
Move milestone link in group head, 2 column milestone for MR and issues.
2014-06-30 11:13:24 +02:00
Marin Jankovski
c223fb1a96
Start building group milestone show page.
2014-06-30 09:45:16 +02:00
Marin Jankovski
b6425f33bc
Get one group milestone based on milestone title.
2014-06-30 09:44:30 +02:00
Marin Jankovski
f0af302c83
Close and reopen group milestones.
2014-06-30 09:44:30 +02:00
Marin Jankovski
4ca8a175a2
Filter group milestones.
2014-06-30 09:44:30 +02:00
Marin Jankovski
0723bf1afa
Move group milestone processing from service to model.
2014-06-30 09:44:30 +02:00
Marin Jankovski
8e8c074205
Reuse existing milestones counting.
2014-06-30 09:44:30 +02:00
Marin Jankovski
58570880f0
Create group milestones service.
2014-06-30 09:44:30 +02:00
Marin Jankovski
e1afea777a
Show title of milestone.
2014-06-30 09:44:30 +02:00
Marin Jankovski
aaba993352
Skeleton of the group milestone index page.
2014-06-30 09:44:30 +02:00
Marin Jankovski
ca6fd8841e
Add group milestones routes and controller.
2014-06-30 09:42:28 +02:00
Jacob Vosmaer
b5007c1565
Rename MergeRequest#lock! to #lock_mr!
...
As a warning from the StateMachine gem points out to us, there already
exists a method ActiveRecord#lock!. This change renames the `lock` and
`unlock` events defined on MergeRequest to `lock_mr` and `unlock_mr`.
2014-06-26 14:09:17 +02:00
Dmitriy Zaporozhets
024e0577c6
Add html meta tag with software description
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-26 12:56:15 +03:00
Dmitriy Zaporozhets
548209c597
Merge branch 'rename-home-tabs' into 'master'
...
Rename home tabs
* Dashboard Home -> Activity
* Project Home -> Activity
* Group Home -> Activity
* Profile Home -> Profile
* Admin Home -> Dashboard
Related to #1351
2014-06-26 09:16:55 +00:00
Dmitriy Zaporozhets
3a4b6b3930
Better name for admin home page. Move groups tab after users
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-26 12:03:32 +03:00
Dmitriy Zaporozhets
439c0c3886
Merge branch 'commit-log-25' into 'master'
...
Commit log 25
Related to #1381
2014-06-26 09:01:55 +00:00
Dmitriy Zaporozhets
fdb0d19763
Merge branch 'improve-markdwon-render' into 'master'
...
Improve markdwon parsing
Fix 500 error when try to use relative links in project issues if repository is empty
2014-06-26 08:05:00 +00:00
Dmitriy Zaporozhets
ba7b4630a2
Replace home icon with tab names
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-26 10:39:35 +03:00
Dmitriy Zaporozhets
3900eee30e
Increase commit log amount for tree view from 10 to 25
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-26 10:29:39 +03:00
Dmitriy Zaporozhets
3f8e6cf3d1
Merge branch 'dash-between-description-and-readme-link' into 'master'
...
Dash between description and readme link
2014-06-26 07:19:01 +00:00
Dmitriy Zaporozhets
d66496050a
Merge branch 'remove_group_filter' into 'master'
...
Remove unused group filter
2014-06-26 07:18:37 +00:00
Dmitriy Zaporozhets
1e673c72a1
Improve markdown parsing
...
* dont try to build links for anchors like `#title-anchor`
* dont build relative url for project with empty repo
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-26 10:13:38 +03:00
Dmitriy Zaporozhets
7e3e4c4116
Merge pull request #7190 from Nighoo/gravatar_profile_avatar
...
do not advertise gravatar in profile if disabled
2014-06-26 00:00:35 +03:00
Sytse Sijbrandij
9ab3882510
Put a dash before the readme link so it doesn't look like it is part of the description.
2014-06-25 13:02:14 +02:00
Marin Jankovski
d45b627abf
Remove unused group filter
2014-06-25 12:31:34 +02:00
Dmitriy Zaporozhets
af7e77984c
Show VERSION information on project sidebar
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-25 12:07:06 +03:00
Dmitriy Zaporozhets
674cbe1534
Fix diff comments toggle button
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-25 11:40:33 +03:00
Dmitriy Zaporozhets
907548a0fb
dont render discussion diff unless note is for diff
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-25 10:14:35 +03:00
Dmitriy Zaporozhets
9c6bd919a3
More noticable filter icons
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-24 22:50:04 +03:00
Dmitriy Zaporozhets
9a3cab6bf6
Cleanup
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-24 22:23:32 +03:00
Dmitriy Zaporozhets
e93f6b030a
Improve discussions
...
* check for outdated discussions by comparing diff
* improve discussion UI
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-24 22:19:35 +03:00
Dmitriy Zaporozhets
69baa3afb2
Dont render difscussion for commit diffs
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-24 20:22:33 +03:00
Nico Suhl
b6d79b681b
do not advertise gravatar in profile if disabled
2014-06-24 16:57:34 +02:00
Dmitriy Zaporozhets
5eb734905c
Merge branch 'oauth_errors' into 'master'
...
Oauth errors page
2014-06-24 14:08:28 +00:00
Dmitriy Zaporozhets
5c5a02da31
Merge branch 'fix-namespace-select' into 'master'
...
Fix namespace select
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/371
2014-06-24 14:08:12 +00:00
Dmitriy Zaporozhets
0f0a96ab2e
Merge branch 'mr-improve-comments' into 'master'
...
Improve merge request comments
Fixes #1338
2014-06-24 14:07:59 +00:00
Dmitriy Zaporozhets
14bc7e0573
Show README link only if repository exists and not empty
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-24 16:15:10 +03:00
Dmitriy Zaporozhets
8307704c2d
Improve error page layout
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-24 15:57:38 +03:00
Marin Jankovski and Dmitriy Zaporozhets
308b11a5b7
Error page.
2014-06-24 15:30:29 +03:00
Marin Jankovski and Dmitriy Zaporozhets
49c9e8ec02
Use an error page when oauth fails.
2014-06-24 15:30:29 +03:00
Marin Jankovski and Dmitriy Zaporozhets
f40e87a03b
Return better error when account exists when attempting oauth account create.
2014-06-24 15:30:29 +03:00
Dmitriy Zaporozhets
1817b9aec4
Fix namespace selector on Projects#new page
...
If user does not own any group he does not see namespace selector when
visit new project page even if he has master membership in one of
groups. This commit fixes it.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-24 15:12:08 +03:00
Dmitriy Zaporozhets
30912c75b8
Improve merge request comments
...
When add diff note on 'Changes' page - and then go to 'Discussions' tab
you will not see this discussion unless you reload a page. This commit
fixes it by rendering discussion on 'Discussion' page as soon as you
submit comment on 'Changes' page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-24 14:57:59 +03:00
Dmitriy Zaporozhets
8c67c339dc
Dont show reply button if user is not signed in
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-24 13:35:50 +03:00
Dmitriy Zaporozhets
a49d45db41
Move reply button to helper from view
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-24 13:34:46 +03:00
Dmitriy Zaporozhets
961217f87e
Merge branch 'link-to-readme-from-description' into 'master'
...
Link to readme from description
If you are viewing a repository for the first time you are likely to view the description. If you want to keep reading after that you can now click a link to the readme. This place is in addition to the README button at the bottom of the right hand menu that is harder to find. If you have edit rights only the description edit button is shown to ensure the text fits, the assumption is that the readme is most interesting for people not yet added to the project.
2014-06-24 10:19:47 +00:00
Dmitriy Zaporozhets
094e5efb4c
Merge pull request #6992 from skv-headless/project_commits_sql_optimization
...
notes count in 1 query for mr and commits
2014-06-24 10:38:50 +03:00