Skip to content
Snippets Groups Projects
  1. Dec 17, 2014
  2. Dec 06, 2014
  3. Dec 04, 2014
  4. Oct 08, 2014
  5. Sep 29, 2014
  6. Jun 25, 2014
  7. May 05, 2014
  8. Mar 19, 2014
  9. Dec 08, 2013
  10. Nov 22, 2013
  11. Nov 21, 2013
  12. Nov 18, 2013
  13. Nov 13, 2013
  14. Oct 29, 2013
  15. Jun 16, 2013
  16. May 10, 2013
  17. May 05, 2013
  18. Mar 06, 2013
  19. Feb 24, 2013
    • Michael Hamann's avatar
      Fix remaining missing $INPUT uses FS#2577 · 9507770d
      Michael Hamann authored
      This adds $INPUT in all places where it was still missing and available.
      $INPUT is now also used in places where using $_REQUEST/... was okay in
      order to make the code consistent.
      9507770d
  20. Feb 20, 2013
    • Michael Hamann's avatar
      Fix remaining missing $INPUT uses FS#2577 · 00d58927
      Michael Hamann authored
      This adds $INPUT in all places where it was still missing and available.
      $INPUT is now also used in places where using $_REQUEST/... was okay in
      order to make the code consistent.
      00d58927
  21. Oct 13, 2012
  22. Sep 10, 2012
  23. Jul 28, 2012
  24. Jul 13, 2012
  25. Jun 24, 2012
  26. Apr 19, 2012
  27. Jan 25, 2012
  28. Nov 10, 2011
  29. Jun 14, 2011
  30. May 25, 2011
  31. May 08, 2011
  32. Apr 22, 2011
  33. Feb 06, 2011
  34. Jan 16, 2011
  35. Jan 14, 2011
    • Adrian Lang's avatar
      Deprecate $NS in doku.php · bced4159
      Adrian Lang authored
      $NS is only used in lib/exe/{ajax,mediamanager}.php when no $ID context
      is present. The two functions which use $NS in inc/template.php are only
      called through those both endpoints, not through doku.php. In doku.php,
      $ID is the only correct value, $NS is not kept synchronous with $ID.
      
      Use getNS($ID) in functions which are called through doku.php.
      bced4159
Loading