Skip to content
Snippets Groups Projects
  1. Jul 14, 2012
  2. Jul 06, 2012
  3. Jun 27, 2012
  4. Jun 18, 2012
  5. Jun 14, 2012
  6. Jun 10, 2012
  7. May 22, 2012
  8. May 08, 2012
  9. Oct 30, 2011
  10. 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
  11. Jun 09, 2011
  12. May 24, 2011
  13. May 02, 2011
  14. Mar 04, 2011
  15. Feb 22, 2011
  16. Jan 03, 2011
  17. Dec 13, 2010
  18. Dec 12, 2010
  19. Nov 29, 2010
  20. Nov 20, 2010
  21. Sep 29, 2010
  22. Sep 28, 2010
  23. Sep 22, 2010
  24. Aug 27, 2010
  25. Jun 27, 2010
  26. Jun 26, 2010
  27. Jun 13, 2010
  28. May 17, 2010
  29. 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
  30. Mar 10, 2010
  31. Mar 09, 2010
  32. Feb 09, 2010
  33. Feb 01, 2010
  34. 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
Loading