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