Skip to content
  1. Feb 25, 2011
  2. Apr 01, 2004
  3. Mar 05, 2004
  4. Mar 04, 2004
  5. Feb 21, 2004
  6. Feb 08, 2004
  7. Jan 04, 2004
  8. Dec 28, 2003
  9. Dec 14, 2003
  10. Dec 11, 2003
  11. Nov 26, 2003
  12. Nov 19, 2003
  13. Nov 18, 2003
  14. Nov 17, 2003
  15. Nov 16, 2003
  16. Nov 15, 2003
  17. Nov 14, 2003
  18. Nov 13, 2003
    • Dries Buytaert's avatar
      · beecd367
      Dries Buytaert authored
      - Theme system updates: theme() function return their data now.
      beecd367
    • Dries Buytaert's avatar
      · bf951a9f
      Dries Buytaert authored
      - table(...) -> theme("table", ...")
      bf951a9f
  19. Nov 04, 2003
  20. Oct 31, 2003
  21. Oct 16, 2003
  22. Jun 21, 2003
    • ax's avatar
      - show total query count + time · 165ccf56
      ax authored
      - show + explain "Query execution threshhold"
      - 'style="color: red; " class="error"' => 'class="marker"'
      - wrapped query display in drupal_specialchars() to avoid strange rendering of queries containing html
      - wrapped complete output in box() to get a nice title and separate it better from normal content
      165ccf56
  23. May 25, 2003
  24. Apr 23, 2003
  25. Mar 12, 2003
  26. Feb 27, 2003
  27. Feb 11, 2003
  28. Jan 30, 2003
  29. Jan 27, 2003
    • Moshe Weitzman's avatar
      A module containing helper functions for Drupal developers and · 22c2656f
      Moshe Weitzman authored
      inquisitive admins. Initially, this module prints out a summary of
      all database queries for each page request at the bottom of each page. The
      summary includes how many times each query was executed on a page
      (shouldn't run same query multiple times), and how long each query
       took (short is good - use cache for complex queries).
      
      Also a dprint_r($array) function is provided, which pretty prints arrays. Useful during
      development.
      
      Please contribute your own useful functions. Just edit and commit this module when you
      get the urge. No need to submit a patch!
      22c2656f