Skip to content
  1. Aug 08, 2010
  2. Jun 03, 2010
  3. Apr 20, 2010
  4. Mar 21, 2010
  5. Feb 05, 2010
  6. Jan 10, 2010
  7. Nov 02, 2009
  8. Oct 31, 2009
  9. Oct 09, 2009
  10. Oct 08, 2009
  11. Sep 26, 2009
  12. Aug 25, 2009
  13. Aug 14, 2009
  14. Apr 28, 2009
  15. Jan 08, 2009
  16. Jan 05, 2009
  17. Jan 04, 2009
  18. Jan 02, 2009
  19. Jan 01, 2009
  20. Nov 10, 2008
  21. Aug 23, 2008
  22. Jul 18, 2008
  23. May 15, 2008
  24. Mar 13, 2008
  25. Feb 04, 2008
  26. Oct 03, 2007
  27. Jul 11, 2007
  28. Jun 01, 2007
  29. Apr 13, 2007
  30. Dec 11, 2006
  31. Jul 10, 2006
  32. Jul 09, 2006
  33. Nov 28, 2005
  34. Nov 27, 2005
  35. Nov 21, 2005
  36. Aug 28, 2005
  37. Aug 14, 2005
  38. Sep 15, 2004
  39. Jul 25, 2004
    • Dries Buytaert's avatar
      · 702a0576
      Dries Buytaert authored
      - Patch #9478 by JonBob: allow printf-style arguments in pager_query.
      
        Currently pager_query() is the black sheep of the database query family, because it does not allow for printf-style arguments to be inserted in the query. This is a problem because it introduces developer confusion when moving from an unpaged query to a paged one, and it encourages substitution of variables directly into the query, which can bypass our check_query() security feature.
      
        This patch adds this ability to pager_query(). The change is backwards-compatible, but a couple calls to the function in core have been changed to use the new capability.
      702a0576