Skip to content
Snippets Groups Projects
  1. Jun 25, 2014
  2. May 05, 2014
  3. Dec 08, 2013
  4. Nov 18, 2013
  5. Nov 13, 2013
  6. Oct 29, 2013
  7. Jun 16, 2013
  8. May 10, 2013
  9. May 05, 2013
  10. Mar 06, 2013
  11. 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
  12. 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
  13. Oct 13, 2012
  14. Sep 10, 2012
  15. Jul 28, 2012
  16. Jul 13, 2012
  17. Jun 24, 2012
  18. Apr 19, 2012
  19. Jan 25, 2012
  20. Nov 10, 2011
  21. Jun 14, 2011
  22. May 25, 2011
  23. May 08, 2011
  24. Apr 22, 2011
  25. Feb 06, 2011
  26. Jan 16, 2011
  27. 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
  28. Dec 08, 2010
  29. Nov 30, 2010
  30. Nov 26, 2010
    • Michael Hamann's avatar
      Fix for $conf['breadcrumbs'] < 0, FS#2107 · 48714142
      Michael Hamann authored
      This fixes an infinite loop in breadcrumbs() and makes the behaviors in
      all places where breadcrumbs are used consistent so that non-numeric
      values, values < 0 and 0 are treated the same way.
      48714142
  31. Nov 07, 2010
  32. Oct 27, 2010
  33. Oct 07, 2010
  34. Sep 22, 2010
  35. Aug 29, 2010
  36. Jun 27, 2010
  37. Jun 07, 2010
Loading