Skip to content
Snippets Groups Projects
  1. Jun 15, 2010
  2. 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
  3. Jan 20, 2010
  4. Jan 15, 2010
  5. Nov 17, 2009
  6. Oct 22, 2009
  7. Oct 16, 2009
    • furun's avatar
      Whitespace cleanup FS#1709 · 47583ff0
      furun authored
      Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
      
      darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
      47583ff0
  8. Jan 19, 2009
  9. Jan 17, 2009
  10. Dec 13, 2008
  11. Oct 12, 2008
  12. Apr 07, 2008
  13. Oct 29, 2007
  14. Oct 06, 2007
  15. Sep 30, 2007
    • Andreas Gohr's avatar
      don't use realpath() anymore (FS#1261 and others) · 00976812
      Andreas Gohr authored
      The use of realpath() to clean up relative file names caused some
      trouble in certain setups relying on symlinks or having restricitve
      file structure setups.
      
      This patch replaces all realpath() calls with a PHP only replacement
      which should solve those problems.
      
      darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
      00976812
  16. Aug 30, 2007
  17. Aug 04, 2007
  18. Jul 30, 2007
    • Tom N Harris's avatar
      New structured forms and action events · fdb8d77b
      Tom N Harris authored
      Replaces a number of *FORM_INJECTION events with a more flexible way of
      modifying forms. Forms are created with a Doku_Form class (inc/form.php)
      that can be manipulated by plugins prior to output. Plugins register a
      HTML_{$name}FORM_OUTPUT event which can modify the form object prior to
      output. Available forms are:
        LOGIN DRAFT CONFLICT REGISTER UPDATEPROFILE EDIT RESENDPWD
      Documentation for the Doku_Form class is in inc/form.php.
      
      darcs-hash:20070730215007-6942e-a0cf08197f939e224a2b28c40aec5431b118ea94.gz
      fdb8d77b
Loading