BigW Consortium Gitlab

  1. 17 Mar, 2016 2 commits
  2. 15 Mar, 2016 4 commits
  3. 22 Jan, 2016 1 commit
  4. 13 Jan, 2016 1 commit
  5. 07 Jan, 2016 2 commits
  6. 21 Dec, 2015 1 commit
  7. 15 Dec, 2015 2 commits
  8. 11 Dec, 2015 1 commit
  9. 01 Dec, 2015 1 commit
  10. 30 Nov, 2015 1 commit
  11. 16 Oct, 2015 2 commits
  12. 06 Sep, 2015 1 commit
  13. 26 May, 2015 4 commits
  14. 15 Mar, 2015 1 commit
  15. 06 Feb, 2015 1 commit
  16. 06 Oct, 2014 1 commit
    • Add task lists to issues and merge requests · 9f0083a9
      Vinnie Okada authored
      Make the Markdown parser recognize "[x]" or "[ ]" at the beginning of a
      list item and turn it into a checkbox input.  Users who can modify the
      issue or MR can toggle the checkboxes directly or edit the Markdown to
      manage the tasks.  Task status is also displayed in the MR and issue
      lists.
  17. 02 Oct, 2014 1 commit
  18. 22 Sep, 2014 1 commit
  19. 25 Aug, 2014 1 commit
  20. 29 Jul, 2014 1 commit
  21. 25 Jul, 2014 1 commit
  22. 26 Jun, 2014 1 commit
  23. 23 May, 2014 1 commit
  24. 09 Apr, 2014 1 commit
  25. 25 Mar, 2014 1 commit
  26. 28 Feb, 2014 1 commit
  27. 17 Dec, 2013 1 commit
  28. 13 Dec, 2013 1 commit
  29. 02 Oct, 2013 1 commit
    • Issue-4769 - Unable to update case of label · 45de7d26
      Drew Blessing authored
      Labels are saved in the database with the case they were originally created with.
      Before this change if a user created a label with the same text but different case
      the label would use the original case and no new label would be created in the
      database. With this change, labels are now case-sensitive.
      
      Steps to test:
      
      1. Before this change, create a new issue with a new label "FIxMe"
      2. Edit the issue and change the label to "FixMe"
      3. Note that the label reverted to "FIxMe"
      4. Apply this change
      5. Edit the issue again and change the label to "FixMe"
      Note that the new case was preserved. If you also look in the database in the "tags" table you will see that both labels are present - "FIxMe" and "FixMe".
  30. 09 Sep, 2013 1 commit