Skip to content
Snippets Groups Projects
  1. Sep 18, 2010
  2. Jun 27, 2010
  3. Jun 26, 2010
  4. Jun 24, 2010
    • Dominik Eckelmann's avatar
      fixed handling of MSG · 69266de5
      Dominik Eckelmann authored
      msg() now stores always the message to the MSG array until headers are
      sent. After this, a call of msg will print out all messages from the MSG
      array immediately through html_msgarea.
      This prevents double posting and losses of messages from the MSG array.
      69266de5
  5. Feb 08, 2010
  6. Feb 01, 2010
  7. 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
  8. Jan 08, 2010
  9. Dec 10, 2009
  10. Nov 15, 2009
  11. Nov 04, 2009
  12. Oct 26, 2009
  13. Oct 20, 2009
    • Andreas Gohr's avatar
      Coding Standard Cleanup · db959ae3
      Andreas Gohr authored
      Ignore-this: 259cb5773c3144c6c706d87298dcf674
      
      darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
      db959ae3
  14. Jul 26, 2009
    • Andreas Gohr's avatar
      Updated version checks for PHP 5 · a6783fdb
      Andreas Gohr authored
      Ignore-this: 97d3d6fd8dc65d0cfce6b976cc2fad28
      
      The next release will require PHP 5, the related checks were upgraded to check
      for at least 5.0.0 (we might need to tune this)
      
      darcs-hash:20090726115255-7ad00-59d67b61739db8eea0288a8010d7cdf507ab867b.gz
      a6783fdb
  15. Feb 28, 2009
  16. Jan 16, 2009
  17. Jan 14, 2009
  18. Jan 13, 2009
  19. Dec 13, 2008
  20. Jul 15, 2008
    • Andreas Gohr's avatar
      remove sensitive data from debug output more aggressively · 24297a69
      Andreas Gohr authored
      This patch adds a new function that is used to remove sensitive data from
      the debug output in a broader way. It will remove some innocent data but
      should make sure most passwords and similar data can not be accessed even
      when stored in some plugin's configuration data.
      
      Disabling the debug option is still highly recommended.
      
      darcs-hash:20080715211616-7ad00-19334e56d3910bcaa04147c4c59e0c59571764f3.gz
      24297a69
  21. Feb 23, 2008
    • Andreas Gohr's avatar
      Check memory settings on ?do · 73038c47
      Andreas Gohr authored
      This should help with diagnosing memory related problems
      
      darcs-hash:20080223180701-7ad00-1308829c3d7432b1d0c23c3f1acc8228c0a41e1e.gz
      73038c47
  22. Dec 03, 2007
  23. Sep 30, 2007
    • Andreas Gohr's avatar
      don't use realpath() anymore (FS#1261 and others) · 00976812
      Andreas Gohr authored
      The use of realpath() to clean up relative file names caused some
      trouble in certain setups relying on symlinks or having restricitve
      file structure setups.
      
      This patch replaces all realpath() calls with a PHP only replacement
      which should solve those problems.
      
      darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
      00976812
  24. Jun 27, 2007
    • Andreas Gohr's avatar
      check for auth object at certain functions · 6957b2ea
      Andreas Gohr authored
      This is a follow up on the previous patch to disable authtentication without
      disabling ACL on backend problems. It fixes a few errors that might occour
      in this rare situation.
      
      darcs-hash:20070627194910-7ad00-de5ac10e0d36ecf8906c080e1d3dc1b2fd85b45d.gz
      6957b2ea
  25. Apr 18, 2007
  26. Mar 05, 2007
    • Andreas Gohr's avatar
      dbg_backtrace() function added · db09e31e
      Andreas Gohr authored
      This adds a useful debugging function for printing function call backtraces.
      
      darcs-hash:20070305223458-7ad00-865f0cedcd1d904e98d3e89820102657f685712c.gz
      db09e31e
  27. Dec 05, 2006
  28. Dec 03, 2006
  29. Nov 24, 2006
  30. Nov 05, 2006
  31. Oct 15, 2006
    • Anika Henke's avatar
      typo in do · 2cdbda06
      Anika Henke authored
      darcs-hash:20061015222615-d5083-774269139d15c9a12b364e2c88dea46b477c912e.gz
      2cdbda06
  32. Sep 25, 2006
    • Andreas Gohr's avatar
      remove metadebug again, improve doÞbug instead · 100a97e3
      Andreas Gohr authored
      This adds the complete $INFO array (contains the metadata) to the usual
      debug output and removes the metadebug parameter again.
      
      darcs-hash:20060925201052-7ad00-c9a15b921466803b3f2bd50b0d72211cf68658c5.gz
      100a97e3
    • Andreas Gohr's avatar
      metadebug parameter added · c1b9dbaf
      Andreas Gohr authored
      With DokuWiki's reliance on certain page metadata, it is sometimes necessary to
      view the metadata of a page. This patch allows developers to append the parameter
      ?metadebug
      
      darcs-hash:20060925193202-7ad00-6a42c7458aaa1cc40df3c7a61ad70df5d64be152.gz
      c1b9dbaf
  33. Sep 17, 2006
    • chris's avatar
      infoutils update · 587afae5
      chris authored
      minor modifications to avoid php warnings if msg file is missing.
      
      darcs-hash:20060917153009-9b6ab-4b6ee49d728e89c3427130c617b532cd23c680bb.gz
      587afae5
    • Andreas Gohr's avatar
      update for updatecheck function · 3d7760aa
      Andreas Gohr authored
      Messages are now displayed to all users if ACL is not enabled. The update-URL
      changed to http://update.dokuwiki.org/check/
      
      darcs-hash:20060917145025-7ad00-1d64b90e51c1a49567a28b132caf79ae0f124c8e.gz
      3d7760aa
  34. Sep 16, 2006
    • Andreas Gohr's avatar
      updatecheck feature · c29dc6e4
      Andreas Gohr authored
      This patch adds a feature to let DokuWiki automatically check if updates are
      available or any other important messages (like security warnings) and then
      display this info to the admin user.
      
      DokuWiki will contact the URL http://www.splitbrain.org/lib/exe/msg.php
      with a parameter telling it which messages it already know (read from
      conf/msg) - the server side script then will return all new messages.
      
      The messages will be displayed until DokuWiki was upgraded or conf/msg
      was updated manually. Messages are cached and only checked once a day.
      
      The messenger URL will probably change before the next release.
      
      darcs-hash:20060916210229-7ad00-7ac592650e171ae4144b0eb47a751a4ca480f031.gz
      c29dc6e4
Loading