Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-10Merge branch 'milestone-tooltip' into 'master' Jacob Schatz
Add milestone expire date to the right sidebar ## What does this MR do? Shows milestone expire date tooltip in the sidebar. It also shows the tooltip when sidebar is collapsed. ## Are there points in the code the reviewer needs to double check? `common_utils.js.coffee` and `milestones_helper.rb` should be reviewed deeply. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/issues/17355 ## Screencast ![zngAcytBWq](/uploads/bd8514506aa5010aef9b081455ee90af/zngAcytBWq.gif) See merge request !4448
2016-06-09Fixes for MR comments.Fatih Acet
2016-06-08Remove icons from button on wiki pages. Also consistent padding between ↵Dmitriy Zaporozhets
buttons there Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-08Copy changes for milestone due dates.Fatih Acet
2016-05-26Remove header title from project pagesDmitriy Zaporozhets
With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-03Improve milestone page UIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-04-29Use a better message when milestone is newly createdArinde Eniola
make some changes for the checks to determine when the messages should be displayed add item to changelog and also integration test make some changes to the test make some changes
2016-03-18Restrict access for confidential issues on milestone viewDouglas Barbosa Alexandre
2016-03-07Updates from last code review.Rubén Dávila
2016-03-05Refactor Merge Requests tab into a custom partialRubén Dávila
* Add Labels tab to Groups * Add decorator for label so it's aware of Milestones.
2016-03-05Refactor Merge Requests tab into a custom partialRubén Dávila
2016-03-05Refactor Merge Requests tab into a custom partialRubén Dávila
2016-03-05Recator Issues Tab into a custom partial.Rubén Dávila
2016-03-02Show days remaining instead of elapsed time for Milestone.Rubén Dávila
2016-02-03Some refactor for CSS after code review.Rubén Dávila
2016-02-03Remove no longer required class.Rubén Dávila
2016-02-03Add link to open/closed issues plus some minor updates.Rubén Dávila
2016-02-03Remove gray background from detail.Rubén Dávila
2016-02-03Show buttons based on current tab.Rubén Dávila
2016-02-03Align Milestone's issue counter.Rubén Dávila
2016-02-03Add little spacing between milestone stats.Rubén Dávila
2016-02-03Change style of Delete button.Rubén Dávila
2016-02-03Add elpased time.Rubén Dávila
2016-02-03Change format of Milestone stats.Rubén Dávila
2016-02-03Add labels tab to milestone detail view.Rubén Dávila
2016-01-23Remove gray background from issue/mr/milestone backgroundDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-14Merge branch 'remove-gray-bg'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-14Update button styles for Milestones#showRobert Speicher
2016-01-13Replace all navigation menu with nav-links classDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-24Add page descriptions and imagesRobert Speicher
A limited number of pages have defined their own descriptions, but otherwise we default to the Project's description (if `@project` is set), or the old `brand_title` fallback. The image will either be the uploaded project icon (never a generated one), the user's uploaded icon or Gravatar, or, finally, the GitLab logo.
2015-12-16Rename .issuable-details to .detail-page (and -header and -description)Douwe Maan
2015-12-15Move milestone edit button to the very rightDouwe Maan
2015-12-15Fix headers of milestone and snippet show pagesDouwe Maan
2015-12-07Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-12-03Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-12-03Fix failures in masterValery Sizov
2015-12-02Use new style for milestone detail pageDouwe Maan
2015-10-21Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-10-15Re-use User objects for avatar_icon where possibleYorick Peterse
This removes the need for running an extra SQL query in these cases.
2015-10-14Use Gitlab::Markdown.render with :pipeline option rather than different methodsDouwe Maan
2015-09-17Move project header title definition to view in question.Douwe Maan
2015-07-17Add support for destroying project milestonesStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/1504
2015-06-26Rename abilities to correspond contoller/model action namesDmitriy Zaporozhets
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-22Fix closed merge request scope at milestone pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-19Revert merge request states renamingDmitriy Zaporozhets
Replaced: * "Accepted" with "Merged" * "Rejected" with "Closed" Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-27Fix milestone "Browse Issues" button.Douwe Maan
2015-05-27Merge branch 'accepted-rejected-mrs' into 'master'Dmitriy Zaporozhets
Add Accepted and Rejected tabs to MR lists. Before, MRs were referred to as Merged or Closed, but the Merge button on the MR page read "Accept Merge Request", the activity feed even read "X accepted merge request Y", and the Closed tab on the MR index included both Merged _and_ Closed MRs. I've changed every occurrence to consistently refer to MRs as either Accepted or Rejected, which is less technical and more clearly two opposites. ![Screen_Shot_2015-05-25_at_17.02.31](https://gitlab.com/gitlab-org/gitlab-ce/uploads/b0bf43aa1b5b9898a1c6b204dbcf669a/Screen_Shot_2015-05-25_at_17.02.31.png) ![Screen_Shot_2015-05-25_at_17.02.47](https://gitlab.com/gitlab-org/gitlab-ce/uploads/2ac05b1e1dba3b2d1692bd9242078f3a/Screen_Shot_2015-05-25_at_17.02.47.png) ![Screen_Shot_2015-05-25_at_17.03.03](https://gitlab.com/gitlab-org/gitlab-ce/uploads/4c0f0fa869c9130a6af18d80a1c6ebed/Screen_Shot_2015-05-25_at_17.03.03.png) Addresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2201. See merge request !702
2015-05-26Refactor permission checks to use `can?` instead of `issues_enabled` and ↵Stan Hu
`merge_requests_enabled`
2015-05-25Consistently refer to MRs as either Accepted or Rejected.Douwe Maan
2015-05-25Disable "New Issue" and "New Merge Request" buttons when features are ↵Stan Hu
disabled in project settings Closes #1676