Skip to content
Snippets Groups Projects
  1. Jul 06, 2012
  2. Jun 27, 2012
  3. Jun 10, 2012
  4. May 22, 2012
  5. May 08, 2012
  6. Oct 30, 2011
  7. Oct 15, 2011
    • Andreas Gohr's avatar
      bind security token to username · 8071beaa
      Andreas Gohr authored
      This makes the security token more robust agains session fixation
      attacks. A CSRF warning will no longer abort a page save but lead to the
      preview mode to avoid information loss when a user logs in during
      editing (eg in another tab).
      8071beaa
  8. Jun 09, 2011
  9. May 24, 2011
  10. May 02, 2011
  11. Mar 04, 2011
  12. Feb 22, 2011
  13. Jan 03, 2011
  14. Dec 13, 2010
  15. Dec 12, 2010
  16. Nov 29, 2010
  17. Nov 20, 2010
  18. Sep 29, 2010
  19. Sep 28, 2010
  20. Sep 22, 2010
  21. Aug 27, 2010
  22. Jun 27, 2010
  23. Jun 26, 2010
  24. Jun 13, 2010
  25. May 17, 2010
  26. Mar 29, 2010
    • Adrian Lang's avatar
      Call act_edit for locked pages · c9d5430b
      Adrian Lang authored
      50e988b1 accidentally stopped act_dispatch from calling act_edit for locked
      pages, thus showing a generic »page not writable« message instead of a
      page lock message.
      c9d5430b
  27. Mar 10, 2010
  28. Mar 09, 2010
  29. Feb 09, 2010
  30. Feb 01, 2010
  31. Jan 31, 2010
    • Andreas Gohr's avatar
      first attempt to centralize all include loading · 16905344
      Andreas Gohr authored
      Classes are loaded throug PHP5's class autoloader, all other
      includes are just loaded by default. This skips a lot of
      require_once calls.
      
      Parser and Plugin stuff isn't handled by the class loader yet.
      16905344
  32. Jan 20, 2010
Loading