1. 17 11月, 2015 2 次提交
  2. 20 8月, 2015 1 次提交
  3. 19 8月, 2015 1 次提交
  4. 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
  5. 03 7月, 2014 1 次提交
  6. 18 6月, 2014 1 次提交
  7. 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
  8. 06 5月, 2014 1 次提交
  9. 03 3月, 2014 1 次提交
    • P
      Add a "View in GitLab" link in notification emails · 7ba0b502
      Pierre de La Morinerie 提交于
      When an email notification concerns a specific object (issue, note,
      merge request, etc.), add a link to the footer of the email that opens
      the item's page in a web browser.
      
      Rationale:
      
      * The link is predictable: always the same text, always at the same
      location, like any reliable tool.
      
      * It allows to remove the inline-title in many emails, and leave only
      the actual content of the message.
      7ba0b502
  10. 20 2月, 2014 2 次提交
    • P
      Send emails from the author · 96dded3e
      Pierre de La Morinerie 提交于
      This changes the email "From" field from "gitlab@example.com" to either:
      
      * "John Doe <gitlab@example.com>" if the author of the action is known,
      * "GitLab <gitlab@example.com>" otherwise.
      
      Rationale: this allow mails to appear as if they were sent by the
      author. It appears in the mailbox more like a real discussion between
      the sender and the receiver ("John sent: we should refactor this") and
      less like a robot notifying about something.
      96dded3e
    • P
      Write the issue/merge request title in the notification email subject · 57cb1ca7
      Pierre de La Morinerie 提交于
      This changes the email subjects for issues and merge request
      notifications from:
      
          Team / Project | Note for issue #1234
      
      to:
      
          Team / Project | Saving issue doesn't work sometimes (#1234)
      
      Rationale:
      
      * Scan the subject of the email notification more easily when catching
      up with a lot of notifications. Instead of having to open the email to
      get the title of the issue or merge request, one can simply read the
      subject of the email.
      
      * Group messages by subject: email clients will group emails in threads
      if they have the same subject.
      57cb1ca7
  11. 20 1月, 2014 1 次提交
  12. 09 11月, 2013 1 次提交
    • D
      Fix minor errors/annoyances in email templates · 57ad81a9
      Drew Blessing 提交于
      There was some funny syntax in merge request email templates. There was a ! before
      the merge request number when there probably should be a #. This may be some carry over
      from markdown but should not be in email templates.  There were also some capitalization
      discrepancies among the subject lines. For those OCD people out there I standardized the
      capitalization. :)
      57ad81a9
  13. 22 8月, 2013 1 次提交
  14. 02 7月, 2013 1 次提交
  15. 28 3月, 2013 3 次提交
  16. 20 3月, 2013 1 次提交