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