Skip to content
Snippets Groups Projects
  1. Oct 31, 2013
  2. Oct 30, 2013
  3. Oct 29, 2013
  4. Oct 28, 2013
    • Jared Hancock's avatar
      Use seemingly-random form input names · 4b62e47a
      Jared Hancock authored
      Which will help fight off spammers. This should be coupled with logic that
      will add some enticing fields, like 'email' and 'name' to invite bot input.
      Then, on the form processing side, a spam submission can be detected and
      handled differently from human submissions. This should lessen reliance on
      CAPTCHA only as spam detection.
      4b62e47a
    • Jared Hancock's avatar
      Disambiguate Reply-To from In-Reply-To mailer opts · d36fea7b
      Jared Hancock authored
      Previous the options defined for the Mailer::send() function were confusing
      when sending an In-Reply-To header
      d36fea7b
    • Jared Hancock's avatar
      Better email headers for In-Reply-To and References · ca26a1a6
      Jared Hancock authored
      Previously, the References header emitted by the system for new thread
      entry auto-responses and alerts included the message-id for which the email
      was a reply in the `References` header. This patch corrects the issue by
      placing the reply message-id in the In-Reply-To header, and constructs a
      correct References header.
      
      That is, if available, the References header received in the email that was
      used to create the thread entry is appended to the message-id the email is
      actually in reply to. This is the expected usage of the References header.
      ca26a1a6
    • Jared Hancock's avatar
      Render empty tables as an empty string · 5fdab097
      Jared Hancock authored
      5fdab097
  5. Oct 26, 2013
  6. Oct 25, 2013
  7. Oct 24, 2013
  8. Oct 23, 2013
  9. Oct 22, 2013
Loading