Skip to content
Snippets Groups Projects
  1. May 10, 2013
  2. May 05, 2013
  3. Mar 06, 2013
  4. 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
  5. Oct 13, 2012
  6. Sep 10, 2012
  7. Jul 28, 2012
  8. Jul 13, 2012
  9. Jun 24, 2012
  10. Apr 19, 2012
  11. Jan 25, 2012
  12. Nov 10, 2011
  13. Jun 14, 2011
  14. May 25, 2011
  15. May 08, 2011
  16. Apr 22, 2011
  17. Feb 06, 2011
  18. Jan 16, 2011
  19. 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
  20. Dec 08, 2010
  21. Nov 30, 2010
  22. 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
  23. Nov 07, 2010
  24. Oct 27, 2010
  25. Oct 07, 2010
  26. Sep 22, 2010
  27. Aug 29, 2010
  28. Jun 27, 2010
  29. Jun 07, 2010
  30. Mar 09, 2010
  31. Feb 08, 2010
  32. 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
  33. 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
  34. Nov 04, 2009
    • Adrian Lang's avatar
      Emit less E_NOTICEs and E_STRICTs · c66972f2
      Adrian Lang authored
        Changes of behaviour are:
        * Allow the user name, title & description \e2\80\9c0\e2\80\9d
        * Default to Port 443 if using HTTPS
        * Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is
          logged in
        * Do not pass empty fragment field in the event data for event
          ACTION_SHOW_REDIRECT
        * Handle chunked encoding in HTTPClient
      
      darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz
      c66972f2
  35. Oct 23, 2009
  36. Oct 20, 2009
    • Andreas Gohr's avatar
      Coding Standard Cleanup · db959ae3
      Andreas Gohr authored
      Ignore-this: 259cb5773c3144c6c706d87298dcf674
      
      darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
      db959ae3
Loading