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