Skip to content
Snippets Groups Projects
  1. Nov 12, 2012
  2. Nov 08, 2012
  3. Nov 06, 2012
    • Andreas Gohr's avatar
      avoid multiple paralell update checks · 63d9b820
      Andreas Gohr authored
      we now touch the messages before the actual update happens. this should
      lower the chance of more than one update check running at a time.
      63d9b820
    • Andreas Gohr's avatar
      fix regression bug in HTTPClient FS#2621 · bfd975d2
      Andreas Gohr authored
      In the recent refactoring of the HTTPClient, a problem with certain
      systems was reintroduced. On these systems a select() call always
      waits for a timeout on the first call before working properly on the
      second call.
      
      This patch reintroduces the shorter timeouts with usleep rate limiting
      again.
      
      Since this bug is not reproducible on other systems it can't be unit
      tested unfortunately.
      bfd975d2
  4. Nov 05, 2012
  5. Nov 03, 2012
  6. Nov 02, 2012
  7. Oct 31, 2012
  8. Oct 26, 2012
  9. Oct 23, 2012
  10. Oct 18, 2012
    • Andreas Gohr's avatar
      avoid broken browser_uid on IE · 80b4f376
      Andreas Gohr authored
      Internet Explorer 8 (and maybe others) seem to use different
      capitalization in the ACCEPT_CHARSET header between "normal" requests
      and AJAX requests. This causes a browser UID mismatch and thus an
      unecessary reauthentication.
      80b4f376
  11. Oct 12, 2012
  12. Oct 07, 2012
  13. Oct 06, 2012
  14. Oct 01, 2012
  15. Sep 26, 2012
  16. Sep 21, 2012
  17. Sep 18, 2012
  18. Sep 17, 2012
  19. Sep 10, 2012
  20. Sep 09, 2012
    • Michael Hamann's avatar
      Load plugins using include_once instead of include · 92faea0e
      Michael Hamann authored
      The problem with using include is that when the file that is loaded
      does not contain the plugin class (e.g. because the directory name is
      wrong), the file could be loaded again when the plugin class is
      requested a second time which will lead to a fatal error because of
      class redeclaration.
      92faea0e
    • Michael Hamann's avatar
      Less restrictive plugin name checking · baf1d9a0
      Michael Hamann authored
      This partially reverts de50cad6 as the
      strict check breaks existing plugins and this shouldn't be changed
      without prior discussion and a warning for plugin authors with some time
      to adjust their plugins. Now all characters that are valid in PHP class
      names except "_" are allowed.
      baf1d9a0
  21. Sep 08, 2012
    • Michael Hamann's avatar
      Fix encoding of special characters in HTML mails FS#2590 · 00b89f9b
      Michael Hamann authored
      Before this change it was possible to send arbitrary HTML content to
      subscribers, if you are using HTML subscription mails and have
      untrustworthy editors, it is recommended to upgrade as soon as possible
      (this doesn't affect the current stable release).
      00b89f9b
Loading