Skip to content
Snippets Groups Projects
  1. Nov 03, 2012
  2. Nov 02, 2012
  3. Oct 26, 2012
  4. Oct 23, 2012
  5. 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
  6. Oct 12, 2012
  7. Oct 07, 2012
  8. Oct 06, 2012
  9. Oct 01, 2012
  10. Sep 26, 2012
  11. Sep 21, 2012
  12. Sep 18, 2012
  13. Sep 17, 2012
  14. Sep 10, 2012
  15. 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
  16. Sep 08, 2012
  17. Sep 07, 2012
  18. Sep 06, 2012
Loading