1. 06 5月, 2015 1 次提交
  2. 02 5月, 2015 1 次提交
  3. 24 4月, 2015 2 次提交
  4. 14 4月, 2015 1 次提交
  5. 13 4月, 2015 1 次提交
  6. 03 4月, 2015 1 次提交
  7. 23 3月, 2015 1 次提交
  8. 18 3月, 2015 1 次提交
  9. 12 3月, 2015 1 次提交
  10. 11 3月, 2015 1 次提交
  11. 26 2月, 2015 1 次提交
  12. 25 2月, 2015 5 次提交
  13. 15 2月, 2015 1 次提交
    • V
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie 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.
      76aad9b7
  14. 13 2月, 2015 1 次提交
  15. 08 2月, 2015 2 次提交
  16. 01 12月, 2014 1 次提交
  17. 27 9月, 2014 1 次提交
  18. 15 9月, 2014 2 次提交
  19. 01 8月, 2014 1 次提交
  20. 25 7月, 2014 1 次提交
  21. 16 7月, 2014 1 次提交
  22. 03 7月, 2014 1 次提交
  23. 18 6月, 2014 1 次提交
  24. 15 6月, 2014 1 次提交
  25. 13 6月, 2014 1 次提交
  26. 10 6月, 2014 2 次提交
    • P
      Allow more mail clients to group emails by thread · de90b572
      Pierre de La Morinerie 提交于
      * send a ‘In-Reply-To’ header along the ‘References’ header
      * subject of answers to an existing thread begins with ‘Re: ’
      
      This fixes threading with at least Mail.app and Airmail.
      de90b572
    • P
      Send notification emails to the "project", and put people in Cc · 466b768b
      Pierre de La Morinerie 提交于
      This fixes email threading in Mail.app, that doesn't like when a thread
      doesn't have stable recipients.
      
      For instance, here is a possible sender-recipient combinations before:
      
      From: A
      To: Me
      New issue
      
      From: B
      To: Me
      Reply on new issue
      
      From: A
      To: Me
      Another reply
      
      Mail.app doesn't see B as a participant to the original email thread,
      and decides to break the thread: it will group all messages from A
      together, and separately all messages from B.
      
      This commit makes the thread look like this:
      
      From: A
      To: gitlab/project
      Cc: Me
      New issue
      
      From: B
      To: gitlab/project
      Cc: Me
      Reply on new issue
      
      From: A
      To: gitlab/project
      Cc: Me
      Another reply
      
      Mail.app sees a common recipient, and group the thread correctly.
      466b768b
  27. 09 5月, 2014 1 次提交
  28. 06 5月, 2014 1 次提交
  29. 11 4月, 2014 1 次提交
  30. 24 3月, 2014 1 次提交
    • P
      Fix the merge notification email not being sent · 65f5496e
      Pierre de La Morinerie 提交于
      The 'author_id_of_changes' attribute is not persisted in the database.
      As we retrieve the merge request from the DB just before sending the
      email, this attribute was always nil.
      
      Also there was no tests for the merge notification code - tests have
      been added.
      
      Fix #6605
      65f5496e
  31. 03 3月, 2014 2 次提交