1. 01 Mar, 2016 9 commits
  2. 29 Feb, 2016 1 commit
  3. 26 Feb, 2016 5 commits
    • Rémy Coutable's avatar
      Merge branch 'sidebar-hide-class' into 'master' · 3510569e
      Rémy Coutable authored
      Created helper class to hide content in issue sidebar when collapsed
      
      ![Screen_Shot_2016-02-25_at_10.38.39](/uploads/ca49cc230edf7e71b7726e905f523092/Screen_Shot_2016-02-25_at_10.38.39.png)
      
      Closes #13764
      
      See merge request !2968
      3510569e
    • Robert Speicher's avatar
      Merge branch 'fix-gemfile-lock' into 'master' · dd114491
      Robert Speicher authored
      Fix order in Gemfile.lock
      
      See merge request !2969
      dd114491
    • Robert Speicher's avatar
      Merge branch 'fix-todos' into 'master' · 70090bd8
      Robert Speicher authored
      Does not create a Todo when commenting on commit or project snippet
      
      Closes #13733
      
      See merge request !2964
      70090bd8
    • Rémy Coutable's avatar
      Merge branch 'rs-crowd-form-view-spec' into 'master' · 184b4bc6
      Rémy Coutable authored
      Move "I should see Crowd login form" feature to a view spec
      
      We were doing all kinds of code gymnastics to "enable" Crowd in the
      feature spec and this would sometimes cause a transient failure.
      
      Really what it's testing is if the Crowd login form shows when Crowd's
      enabled, so this is much better suited to a view spec.
      
      See merge request !2963
      184b4bc6
    • Jacob Schatz's avatar
      Merge branch 'feature/jschatz1/sidebar-sizing' into 'master' · b0864a9f
      Jacob Schatz authored
      Sidebar overlaps content when screen is below 1200px.
      
      When screen is below 1200px, the sidebar overlaps.
      When screen is above 1200px, the sidebar pushes content out.
      z-index change to make sure hamburger stays on top.
      Fixes #12717
      ![screensize](/uploads/9a21fa06d583a49d6ebbf1ada34c6792/screensize.gif)
      
      ![screensize-small](/uploads/7c25f46e962248a40840562a01c83f8f/screensize-small.gif)
      
      Also sorry I couldn't get the collapse button in the screen cap. It's there.
      
      See merge request !2620
      b0864a9f
  4. 24 Feb, 2016 12 commits
  5. 23 Feb, 2016 8 commits
  6. 22 Feb, 2016 5 commits
    • Rémy Coutable's avatar
      Remove "(unreleased)" from CHANGELOG · af84bec6
      Rémy Coutable authored
      [ci skip]
      af84bec6
    • Rémy Coutable's avatar
      Version 8.5.0 · a513e09d
      Rémy Coutable authored
      a513e09d
    • Rémy Coutable's avatar
      Merge branch 'fix-zero-votes-showing-on-issue-list' into 'master' · 31986354
      Rémy Coutable authored
      Only show up or down votes icon on issue list if there are any
      
      Closes #13649 
      
      ![Screen_Shot_2016-02-22_at_10.20.27](/uploads/21477426856dab9731bb110032025867/Screen_Shot_2016-02-22_at_10.20.27.png)
      
      See merge request !2909
      31986354
    • Rémy Coutable's avatar
      Version 8.5.0-rc4 · b87cadc3
      Rémy Coutable authored
      b87cadc3
    • Douglas Barbosa Alexandre's avatar
      Merge branch 'tasks' into 'master' · 41f1b3de
      Douglas Barbosa Alexandre authored
      Add Todos
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2425
      
      Tasks:
      
      -  Prepare database
       - [X] Create a new table (`todos`)
      - Tasks Queue view
       - [X] Add a number icon showing the number of todos on the top right next to the new and logout button that will redirect the user to the todos page
       - [X] Add a chronological list of todos, with the 'Todos' tab active by default
       - [X] Add a 'Done' button to each todo
       - [x] Add filters (project, author, type, and action)
      - Todos generation
       - [X] When user issue/mr is assgined to someone
       - [x] When user is mentioned on (issues/mr's/comments)
      - Mark todo as `done`
       - [X] When clicks on the 'Done' button
       - [X] When edit issue/mr
       - [X] When left/edit a comment
       - [X] When reassign issue/mr
       - [X] When add/remove labels to issue/mr
       - [X] When issue/mr is closed
       - [X] When mr is merged
       - [X] When added an emoji
       - [X] When changed the issue/mr milestone
      
      * Screenshot:
      
      ![Screenshot_2016-02-20_12.45.57](/uploads/4b2554b1bde25aed3347e1ae41e8e0c0/Screenshot_2016-02-20_12.45.57.png)
      
      See merge request !2817
      41f1b3de