Skip to content
Snippets Groups Projects
  1. Mar 06, 2011
  2. Mar 05, 2011
  3. Mar 04, 2011
  4. Mar 02, 2011
  5. Feb 27, 2011
  6. Feb 26, 2011
  7. Feb 22, 2011
  8. Feb 21, 2011
  9. Feb 20, 2011
  10. Feb 19, 2011
  11. Feb 18, 2011
  12. Feb 14, 2011
  13. Feb 13, 2011
  14. Feb 12, 2011
  15. Feb 11, 2011
  16. Feb 10, 2011
    • Andreas Gohr's avatar
      do not (re)render metadata in backlinks · 52784dd8
      Andreas Gohr authored
      A page could have possibly hundreds of backlinks, when the cache is
      outdated they should not be rererendered at once
      52784dd8
    • Andreas Gohr's avatar
      Use Base64 encoding for long subjects FS#2169 · 7e8e923f
      Andreas Gohr authored
      Quoted-Printable specifies a maximum line length and some mail tools
      (Apple mail and Thunderbird) take this quite serious and will fail to
      decode subjects encoded with quoted-printable when the subject exceeds
      the length limit.
      
      The correct fix would be to wrap the header into multiple lines. But
      this seems not to be possible with mails() $subject variable.
      
      This patch switches to Base64 encoding for long subjects.
      
      A general decision if switching completely to Base64 is the best way
      to go is still open. (see bugreport)
      7e8e923f
  17. Feb 09, 2011
Loading