Skip to content
  1. Jun 14, 2007
  2. Feb 15, 2007
  3. Jan 31, 2007
  4. Dec 01, 2006
  5. Nov 17, 2006
  6. Aug 27, 2006
  7. Jul 14, 2006
  8. Apr 13, 2006
  9. Aug 25, 2005
  10. Jul 25, 2005
  11. Jul 02, 2005
  12. May 31, 2005
  13. Mar 31, 2005
  14. Jan 31, 2005
  15. 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
  16. Oct 15, 2004
  17. Sep 09, 2004
    • Dries Buytaert's avatar
      · b84b6e42
      Dries Buytaert authored
      - Patch #10663 by JonBob: documentation improvements: fixed some typos and improved consistency to the use of Doxygen/api.module commands in the comments.
      b84b6e42
  18. Aug 10, 2004
    • Dries Buytaert's avatar
      · d6d3af1b
      Dries Buytaert authored
      - Patch #9663 by jvandyk: the $i counter variable in tablesort_get_order() is unused and should therefore be removed.
      d6d3af1b
  19. Aug 04, 2004
    • Dries Buytaert's avatar
      · c71bfded
      Dries Buytaert authored
      - Patch #9657: more intelligent theme() function.  Hopefully, Adrian will be
        able to use this patch too.
      c71bfded
  20. Jul 25, 2004
  21. Jul 22, 2004
  22. Jun 27, 2004
    • Dries Buytaert's avatar
      · 0a352809
      Dries Buytaert authored
      - Patch #8603 by TDobes: added support for sticky forum topics to the blog
        and forum module.
      0a352809
  23. Jun 20, 2004
    • Dries Buytaert's avatar
      · b713e3d4
      Dries Buytaert authored
      - Patch #8617 by TDobes: changes all gifs to pngs for better consistency (and
        to get of proprietary formats).
      
      - Added forum-sticky.png.  Made by Steven.
      b713e3d4
  24. Jun 02, 2004
  25. May 29, 2004
    • Dries Buytaert's avatar
      · 5cd37157
      Dries Buytaert authored
      - Patch #6863 by Moshe: add 'class="active"' to the table elements of
        the active column.
      5cd37157
  26. May 25, 2004
  27. Mar 30, 2004
  28. Feb 10, 2004
    • Dries Buytaert's avatar
      · 62bcb3a9
      Dries Buytaert authored
      - Patch #5744 by JonBob: tablesort does not call theme("image") correctly.
      62bcb3a9
  29. Feb 05, 2004
    • Dries Buytaert's avatar
      · 0db96f19
      Dries Buytaert authored
      - Subset of patch 5613 by Goba: fixed some translation issues.
      0db96f19
  30. Feb 01, 2004
    • Dries Buytaert's avatar
      · cfcba7cf
      Dries Buytaert authored
      - Modified patch from pz: made tablesort.inc's validate.
      cfcba7cf
  31. Jan 29, 2004
    • Dries Buytaert's avatar
      · abc8317a
      Dries Buytaert authored
      - Fixed bug #5384: tablesort outputs invalid HTML (improved patch).
      abc8317a
  32. Jan 25, 2004
    • Dries Buytaert's avatar
      · fe1a7470
      Dries Buytaert authored
      - Code improvements: changed some " to '.
      fe1a7470
  33. Oct 27, 2003
  34. Oct 13, 2003
    • Dries Buytaert's avatar
      - Fixed prefix problem with the book module. Patch by Moshe. · e688dfe6
      Dries Buytaert authored
      - Usability improvements to the user module: removed some redundant menu
        items by taking advantage of the column sorting, added status messages
        and so on.  Patch by Moshe plus some fixes.
      
      - Made the profile module use the table() function.  Patch by Moshe.
      
      - Fixed breadcrumb spacing.  Patch by Moshe.
      
      - Fixed colspan problem with node overview table.  Patch by Stefan.
      
      - Fixed inconsistency with table sorting.  Patch 0122 by Al.
      e688dfe6
  35. Sep 20, 2003
    • Dries Buytaert's avatar
      · 85eebfb5
      Dries Buytaert authored
      - Fixed problem introduced by partial integration of the administration pages.
      85eebfb5
    • Dries Buytaert's avatar
      · f9a7182a
      Dries Buytaert authored
      - Fixed critical bug #2952: tablesort_init() used a static variable made it
        impossible to use more than one sortable table on a page.
      f9a7182a
  36. Sep 14, 2003
    • Dries Buytaert's avatar
      · df3afcbc
      Dries Buytaert authored
      - Don't use the global theme object; use theme() instead.
      df3afcbc