Skip to content
  1. Dec 27, 2006
  2. Dec 01, 2006
  3. Nov 26, 2006
  4. Nov 24, 2006
  5. Nov 21, 2006
  6. Nov 19, 2006
  7. Oct 23, 2006
  8. Oct 22, 2006
  9. Oct 04, 2006
  10. Aug 31, 2006
  11. Aug 30, 2006
  12. Aug 18, 2006
  13. Aug 14, 2006
  14. Aug 07, 2006
  15. Aug 05, 2006
  16. Jul 31, 2006
  17. Jul 19, 2006
  18. May 07, 2006
  19. Mar 17, 2006
  20. Mar 06, 2006
  21. Feb 21, 2006
  22. Feb 01, 2006
  23. Jan 17, 2006
  24. Jan 05, 2006
  25. Nov 01, 2005
  26. Oct 13, 2005
  27. Oct 11, 2005
  28. Oct 07, 2005
  29. Sep 08, 2005
  30. Aug 25, 2005
  31. May 05, 2005
  32. May 03, 2005
  33. Apr 24, 2005
    • Dries Buytaert's avatar
      · a76a1e1f
      Dries Buytaert authored
      - Patch 20910 by chx: centralize print theme page.
      a76a1e1f
  34. Mar 31, 2005
  35. Mar 03, 2005
  36. Jan 09, 2005
    • Dries Buytaert's avatar
      - Patch #13260 by UnConeD: watchdog module improvements. · 64b100d1
      Dries Buytaert authored
        We added a 'severity' column to watchdog():
          watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link);
      
          * Specify a severity in case you are reporting a warning or error.
          * The $link-parameter is now the fourth parameter instead of the third.
      
        TODO: document this in the upgrade guide.
      64b100d1
  37. Nov 27, 2004
    • Dries Buytaert's avatar
      · b8a556b8
      Dries Buytaert authored
      - Bug 13503: updating the locale settings might impact the interface (eg. menu's) so we have to flush the cache.
      b8a556b8
  38. Nov 21, 2004
    • Dries Buytaert's avatar
      · fa978390
      Dries Buytaert authored
      - Patch 13180 by chx: renamed check_query() to db_escape_string() and implemtented it properly per database backend.
      
        Read the manual for pg_escape_string:  "Use of this function is recommended instead of addslashes()." Or read sqlite_escape_string: "addslashes() should NOT be used to quote your strings for SQLite queries; it will lead to strange results when retrieving your data."
      fa978390