Skip to content
Snippets Groups Projects
  1. Apr 07, 2013
  2. Apr 01, 2013
  3. Dec 19, 2012
  4. Nov 12, 2012
  5. Nov 08, 2012
  6. Nov 06, 2012
  7. Aug 26, 2012
  8. Jul 28, 2012
  9. May 21, 2012
    • Robert Nitsch's avatar
      Fixes messages.txt's modification timestamp not being updated. · c07c5d93
      Robert Nitsch authored
      This bug occurs on systems where writing a zero-length string to an
      empty file does not update the file's modification timestamp.
      
      This leads to the messages.txt being downloaded almost endlessly, causing
      long delays for logged-in users. Visitors are not affected, because the
      messages.txt is only updated for logged-in users.
      c07c5d93
  10. Nov 08, 2011
  11. Nov 05, 2011
  12. Aug 20, 2011
  13. May 07, 2011
  14. May 02, 2011
  15. Jan 10, 2011
    • Michael Hamann's avatar
      Fix msg() calls when messages have already been printed · cc58224c
      Michael Hamann authored
      This commit fixes two bugs that occurred when msg() was called after
      html_msgarea() had already been called.
      - the $MSG array is now cleared when it has been printed (otherwise $MSG
        has been printed again when another msg() call was done)
      - headers_sent() didn't work for me, it always reported false although
        html_msgarea() had already been called which might be explainable with
        output buffering. This makes msg() now depend on the first call of
        html_msgarea() or headers_sent() in order to not to break msg() in
        ajax requests etc.
      cc58224c
  16. Sep 18, 2010
  17. Jun 27, 2010
  18. Jun 26, 2010
  19. 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
  20. Feb 08, 2010
  21. Feb 01, 2010
  22. 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
  23. Jan 08, 2010
  24. Dec 10, 2009
  25. Nov 15, 2009
  26. Nov 04, 2009
  27. Oct 26, 2009
  28. Oct 20, 2009
    • Andreas Gohr's avatar
      Coding Standard Cleanup · db959ae3
      Andreas Gohr authored
      Ignore-this: 259cb5773c3144c6c706d87298dcf674
      
      darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
      db959ae3
  29. 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
  30. Feb 28, 2009
  31. Jan 16, 2009
  32. Jan 14, 2009
  33. Jan 13, 2009
  34. Dec 13, 2008
  35. 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
  36. 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
Loading