Skip to content
Snippets Groups Projects
  1. Feb 04, 2014
  2. Feb 03, 2014
  3. Jan 31, 2014
  4. Jan 30, 2014
  5. Jan 29, 2014
    • Jared Hancock's avatar
      540f1bb0
    • Jared Hancock's avatar
      1fbcb8fd
    • Jared Hancock's avatar
      d0dbcf42
    • Jared Hancock's avatar
      test: Add regression test for mail header matching · ac621624
      Jared Hancock authored
      Fixes a few E_NOTICE messages
      Drops bounce checking inside autoReply checking
      ac621624
    • Jared Hancock's avatar
      mysqli: Retry on deadlock-found error · 06f8d177
      Jared Hancock authored
      If MySQL error #1213 (deadlock found when trying to get lock) is returned
      from query, it is safe to retry the query.
      
      This patch will retry queries up to two times for a total of three. If the
      query cannot be executed without error #1213 after the third time, the error
      is logged as usual, and the system continues with the failed query.
      06f8d177
    • Jared Hancock's avatar
      oops: Fix finding key of existing file · c13c330c
      Jared Hancock authored
      If a file is attached via email and sent into the system, and a file is on
      record with the same signature (hash) and size, the system will not save the
      file. Instead, the key of the existing file would be found and used instead.
      
      This patch fixes a bug in AttachmentFile::save. The key was generated for
      the new file; however, if it was determined to be a duplicate, the key of
      the existing file was not returned. Therefore generated key, which wasn't
      saved to the database, was returned. Therefore, the wrong key was placed in
      the body of the message with cid:<key> for inline images, although that key
      would not exist in the database.
      
      This patch correctly returns the existing key from the ::save() method
      for de-duplicated files.
      c13c330c
  6. Jan 28, 2014
  7. Jan 27, 2014
Loading