Skip to content
Snippets Groups Projects
  1. Apr 20, 2016
  2. Apr 18, 2016
    • Andreas Gohr's avatar
      vendor prefix plugin namespace · b89dfc20
      Andreas Gohr authored
      As suggested by @micgro42 the plugin namespace should use a vendor
      prefix to avoid name clashes when DokuWiki is integrated with other
      software.
      b89dfc20
  3. Apr 14, 2016
    • Andreas Gohr's avatar
      autoload plugin namespace · 600fb65e
      Andreas Gohr authored
      This introduces an autoloader for namespaces starting with plugin\*
      
      This way, plugins can easily have additional classes auto loaded without
      needing to register their own loader. A plugin\*\test\* namespace will
      automatically be mapped to the _test directory of the plugin.
      600fb65e
  4. Apr 11, 2016
  5. Apr 07, 2016
  6. Apr 02, 2016
  7. Mar 31, 2016
    • Andreas Gohr's avatar
      avoid HTTP Response Splitting attacks via redirects #1513 · 98ca30d2
      Andreas Gohr authored
      The header() method of PHP is vulnerable to HTTP Response Splitting
      attacks.
      
      This change makes sure the URL passed to send_redirect (and thus to
      header()) does not contain any control characters that would be needed
      to execute such an attack.
      
      Cleaning input is recommended anyway.
      98ca30d2
  8. Mar 24, 2016
  9. Mar 22, 2016
  10. Mar 19, 2016
  11. Mar 15, 2016
  12. Mar 12, 2016
  13. Mar 11, 2016
  14. Mar 04, 2016
  15. Mar 02, 2016
  16. Feb 24, 2016
Loading