15 Jun, 2014

1 commit


14 Jun, 2014

3 commits


13 Jun, 2014

7 commits


11 Jun, 2014

3 commits


10 Jun, 2014

4 commits

  • Changes .js.coffe files to not use a hardcoded path to
    `no_avatar.png` but instead stick with the asset pipeline.
    
    renames coffee.erb back to coffee
    Marvin Frick
     
  • * 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.
    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.
    Pierre de La Morinerie
     
  • Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
    Dmitriy Zaporozhets
     

09 Jun, 2014

2 commits


08 Jun, 2014

3 commits


07 Jun, 2014

1 commit


06 Jun, 2014

3 commits


05 Jun, 2014

1 commit


04 Jun, 2014

1 commit


03 Jun, 2014

3 commits


02 Jun, 2014

1 commit


30 May, 2014

2 commits


29 May, 2014

3 commits


28 May, 2014

2 commits