1. 07 4月, 2016 1 次提交
  2. 30 3月, 2016 1 次提交
  3. 29 3月, 2016 1 次提交
  4. 26 3月, 2016 1 次提交
  5. 25 3月, 2016 21 次提交
  6. 24 3月, 2016 1 次提交
  7. 23 3月, 2016 1 次提交
  8. 21 3月, 2016 1 次提交
  9. 18 3月, 2016 3 次提交
  10. 16 3月, 2016 2 次提交
    • R
      Improving the original label-subscribing implementation · 54ec7e95
      Rémy Coutable 提交于
      1. Make the "subscribed" text in Issuable sidebar reflect the labels
         subscription status
      
      2. Current user mut be logged-in to toggle issue/MR/label subscription
      54ec7e95
    • T
      Original implementation to allow users to subscribe to labels · 0444fa56
      Timothy Andrew 提交于
      1. Allow subscribing (the current user) to a label
      
      - Refactor the `Subscription` coffeescript class
        - The main change is that it accepts a container, and conducts all
          DOM queries within its scope. We need this because the labels
          page has multiple instances of `Subscription` on the same page.
      
      2. Creating an issue or MR with labels notifies users subscribed to those labels
      
      - Label `has_many` subscribers through subscriptions.
      
      3. Adding a label to an issue or MR notifies users subscribed to those labels
      
      - This only applies to subscribers of the label that has just been
        added, not all labels for the issue.
      0444fa56
  11. 11 3月, 2016 1 次提交
  12. 25 2月, 2016 1 次提交
  13. 17 2月, 2016 1 次提交
  14. 16 2月, 2016 1 次提交
  15. 15 2月, 2016 1 次提交
    • R
      Fix the "x of y" displayed at the top of Issuables' sidebar · 54613b6a
      Rémy Coutable 提交于
      1. We now display the index of the current issuable among all its project's
      issuables, of the same type and with the same state.
      2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper
      module.
      3. Added acceptance specs for the sidebar counter.
      54613b6a
  16. 06 2月, 2016 2 次提交