Skip to content
  1. Nov 11, 2008
  2. Nov 10, 2008
  3. Nov 08, 2008
  4. Oct 26, 2008
  5. Oct 12, 2008
  6. Oct 09, 2008
  7. Oct 06, 2008
  8. Sep 17, 2008
  9. Sep 06, 2008
  10. Aug 21, 2008
  11. Aug 14, 2008
  12. Aug 13, 2008
  13. Jul 24, 2008
  14. Jul 10, 2008
  15. May 26, 2008
  16. May 14, 2008
  17. 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
  18. Apr 23, 2008
  19. Apr 14, 2008
  20. 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
  21. Apr 02, 2008
  22. Feb 20, 2008
  23. Jan 08, 2008
  24. Jan 07, 2008
  25. Jan 03, 2008
  26. Jan 01, 2008
  27. Dec 19, 2007
  28. Dec 14, 2007
  29. Dec 13, 2007
  30. Dec 08, 2007
  31. Dec 05, 2007
  32. Nov 13, 2007
  33. Oct 31, 2007
  34. Oct 25, 2007
  35. Oct 21, 2007
  36. Oct 20, 2007
  37. Oct 01, 2007
  38. Sep 05, 2007