1. 04 12月, 2013 3 次提交
  2. 02 12月, 2013 1 次提交
  3. 29 11月, 2013 2 次提交
  4. 27 11月, 2013 2 次提交
  5. 25 11月, 2013 1 次提交
  6. 21 11月, 2013 1 次提交
  7. 20 11月, 2013 1 次提交
  8. 15 11月, 2013 2 次提交
  9. 13 11月, 2013 2 次提交
  10. 12 11月, 2013 3 次提交
  11. 08 11月, 2013 1 次提交
  12. 07 11月, 2013 1 次提交
  13. 06 11月, 2013 1 次提交
  14. 05 11月, 2013 3 次提交
  15. 29 10月, 2013 1 次提交
  16. 24 10月, 2013 1 次提交
  17. 17 10月, 2013 1 次提交
  18. 15 10月, 2013 1 次提交
  19. 14 10月, 2013 1 次提交
  20. 13 10月, 2013 1 次提交
  21. 09 10月, 2013 4 次提交
  22. 08 10月, 2013 1 次提交
  23. 07 10月, 2013 1 次提交
  24. 03 10月, 2013 2 次提交
  25. 02 10月, 2013 2 次提交
    • D
      Issue-4769 - Unable to update case of label · 45de7d26
      Drew Blessing 提交于
      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".
      45de7d26
    • D
      Refactor blob finding · 970d86b7
      Dmitriy Zaporozhets 提交于
      970d86b7