Skip to content
Snippets Groups Projects
  1. Oct 29, 2013
  2. Jun 16, 2013
  3. May 10, 2013
  4. May 05, 2013
  5. Mar 06, 2013
  6. 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
  7. 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
  8. Oct 13, 2012
  9. Sep 10, 2012
  10. Jul 28, 2012
  11. Jul 13, 2012
  12. Jun 24, 2012
  13. Apr 19, 2012
  14. Jan 25, 2012
  15. Nov 10, 2011
  16. Jun 14, 2011
  17. May 25, 2011
  18. May 08, 2011
  19. Apr 22, 2011
  20. Feb 06, 2011
  21. Jan 16, 2011
  22. 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
  23. Dec 08, 2010
  24. Nov 30, 2010
  25. 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
  26. Nov 07, 2010
  27. Oct 27, 2010
  28. Oct 07, 2010
  29. Sep 22, 2010
  30. Aug 29, 2010
  31. Jun 27, 2010
  32. Jun 07, 2010
  33. Mar 09, 2010
  34. Feb 08, 2010
  35. 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
  36. Nov 23, 2009
    • Andreas Gohr's avatar
      made $JSINFO keys additional · 85b9dd81
      Andreas Gohr authored
      Ignore-this: 915f8388d50eed2e4aff90839c0854e8
      
      keeps keys added earlier (eg. in preload or config)
      
      darcs-hash:20091123180352-7ad00-c448925fc4f2adeaa3de2137878a99348e2bfdc1.gz
      85b9dd81
    • Andreas Gohr's avatar
      Replaced $INFO export with minimal $JSINFO · 72e0dc37
      Andreas Gohr authored
      Ignore-this: 3f1213cb6b403ad09e6999cd972e9f21
      
      Now only the global $JSINFO array is exported to JavaScript. Additional
      keys can be added here from plugins or preload.
      
      darcs-hash:20091123175546-7ad00-346856e8eecc52608edea805f408d4dbd33257fe.gz
      72e0dc37
Loading