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
2017-05-05Support comments for personal snippetsJarka Kadlecova
2017-02-06Removed unused parameter `status_only: true`.Dinesh Sawant
Closes Issue #25607 Added changelog.
2016-06-17Fixed alignment of buttons in note formsPhil Hughes
2016-03-04Added discard button to comment formPhil Hughes
Also changed the labels on the buttons to better match the action they are completing. Closes #8057
2016-02-22Add "issue" to Close/Reopen buttons for clarityAndy Grant
2016-01-12adds back in discussion.haml.html for issues commenting and ↵Jacob Schatz
closing/reopening properly.
2016-01-12removing last chunk of MR ajax changes, rest will be in another MRJacob Schatz
2015-12-29adds ajax to bottom discussion buttons. Now submits issue and closes via ajax.Jacob Schatz
2015-12-23new button sizesAndriy Dyadyura
2015-12-17Revert sidebar position for issue and merge requestDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-17Fix ux issue with "This issue will be closed automatically" messageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-11Move awards back to gray panel and few improvements to sidebarDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-11Redesign issue page for new sidebarDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-08Make cross-project reference's clipboard target less naiveRobert Speicher
See !2023
2015-12-08Reduce MR/issue duplicationDouwe Maan
2015-12-02Move subscription info below label info in issue/MR sidebarDouwe Maan
2015-11-25Rework the copy_to_clipboard logicRobert Speicher
It needed to be more flexible in how we set the target text or element.
2015-11-19Improve UI for emoji awardsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-23Add "Copy to clipboard" buttonsRobert Speicher
Adds buttons to the commit list SHAs and the cross-project reference data on issuables.
2015-09-08Style issue page, comments and part of merge request pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-25Refactor issue and merge request sidebarDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-24Improve performance for issue#show pageDmitriy Zaporozhets
* store @participants in variable * store result of subscribed? call into variable In total it reduce amount of SQL queries for issue with 10 comments/participants twice. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-22Add link_to_label helperRobert Speicher
2015-05-06Single quotes/icon helper in viewsRobert Speicher
2015-04-27Fix wrong placement of show-aside linkSullivan SENECHAL
2015-04-02Only allow user to see participants from groups they have access to.Douwe Maan
2015-03-20Make issue and merge request sidebar more compactDmitriy Zaporozhets
* move votes block to participants * make smaller font in sidebar
2015-02-26Introduce shortcuts for routing helpersDmitriy Zaporozhets
2015-02-22Merge branch 'master' into rails-4.1.9Vinnie Okada
Conflicts: app/views/dashboard/projects.html.haml
2015-02-22Create Aside js class for handling all sidebars in UI for mobile devicesDmitriy Zaporozhets
2015-02-21Merge branch 'master' into rails-4.1.9Vinnie Okada
Conflicts: app/views/projects/commits/_commit.html.haml app/views/projects/issues/_issue.html.haml app/views/projects/issues/_issue_context.html.haml app/views/projects/merge_requests/_merge_request.html.haml app/views/projects/merge_requests/show/_context.html.haml
2015-02-20Minor css improvementsDmitriy Zaporozhets
* lighter color for comments count * better UI for issue assigee.milestone block
2015-02-20Merge branch 'master' into rails-4.1.9Vinnie Okada
Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml
2015-02-18Affix assignee/milestone blockDmitriy Zaporozhets
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2015-02-03Adds link to milestone and keeping resource context on smallerJason Blanchard
viewports for issues and merge requests
2015-01-19Votes block has less priority than assignee/milestoneDmitriy Zaporozhets
2014-12-25Improve issue/mr page for tabletsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-25Set of UI changes mostly for issue and merge requestDmitriy Zaporozhets
* return edit/close buttons to old position (right of title) * make 'Issue #1' header smaller * move mr commits to separate tab * change inline/side diff switcher to buttons from tabs * make issue sidebar start with dicsussion block Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>