Skip to content
  1. May 25, 2009
  2. May 12, 2009
  3. May 09, 2009
  4. Apr 26, 2009
  5. Apr 20, 2009
  6. Mar 09, 2009
  7. Feb 18, 2009
  8. Feb 03, 2009
  9. Feb 01, 2009
  10. Jan 22, 2009
  11. Jan 21, 2009
  12. Jan 08, 2009
  13. Dec 31, 2008
  14. Dec 18, 2008
  15. Dec 16, 2008
  16. Dec 09, 2008
  17. Dec 05, 2008
  18. Oct 12, 2008
  19. Oct 11, 2008
  20. Oct 09, 2008
  21. Oct 08, 2008
  22. Oct 06, 2008
  23. Sep 17, 2008
  24. Sep 06, 2008
  25. Jul 24, 2008
  26. Jul 16, 2008
  27. May 15, 2008
  28. May 06, 2008
    • Dries Buytaert's avatar
      - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit · 2e18cb89
      Dries Buytaert authored
        et al.  Can you say 'registry'?  Drupal now maintains an internal registry of
        all functions or classes in the system, allowing it to lazy-load code files as
        needed (reducing the amount of code that must be parsed on each request). The
        list of included files is cached per menu callback for subsequent loading by
        the menu router. This way, a given page request will have all the code it needs
        but little else, minimizing time spent parsing unneeded code.
      2e18cb89
  29. Apr 14, 2008
  30. Apr 10, 2008
    • Dries Buytaert's avatar
      - Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched... · 79b016d9
      Dries Buytaert authored
      - Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched from numeric block IDs to string IDs.
      
        The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php.  The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers:
      
          block-user-0.tpl.php --> block-user-navigation.tpl.php
          block-user-1.tpl.php --> block-user-login.tpl.php
      
        You get the picture.
      79b016d9
  31. Feb 20, 2008
  32. Jan 15, 2008
  33. Jan 09, 2008
  34. Jan 04, 2008
  35. Jan 01, 2008
  36. Dec 31, 2007
  37. Dec 17, 2007
  38. Dec 14, 2007