Skip to content
  1. Jul 18, 2011
  2. Jun 23, 2011
  3. Mar 18, 2011
  4. Mar 15, 2011
  5. Jan 04, 2011
  6. Jan 27, 2010
  7. Apr 14, 2009
  8. Feb 02, 2009
  9. Dec 08, 2008
  10. Jun 19, 2008
  11. Jun 03, 2008
  12. May 23, 2008
  13. Apr 27, 2008
  14. Jan 14, 2008
  15. Nov 07, 2007
  16. Oct 12, 2007
  17. Aug 20, 2007
  18. May 29, 2007
    • Moshe Weitzman's avatar
      Many new features for Drupal6 · 2ad63d14
      Moshe Weitzman authored
      - optionally print a template log at bottom of each page. Shows what template files you could have used to theme your page or blocks or nodes or whatever.
      - theme registry viewer
      - all documentation links may be pointed to an arbitrary api.module site instead of api.drupal.org.
      - a form for looking up documentation on any drupal function
      - a full featured phpinfo() page [like older versions of devel]
      
      There are still a few bits that need updating for D6. Patches welcome.
      2ad63d14
  19. May 22, 2007
  20. Mar 26, 2007
  21. Jan 06, 2007
  22. Nov 21, 2006
  23. Mar 29, 2006
  24. Nov 05, 2004
  25. Oct 13, 2004
  26. Feb 08, 2004
  27. Nov 15, 2003
  28. Oct 31, 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