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