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. Jan 15, 2008
  4. Jan 09, 2008
  5. Jan 04, 2008
  6. Jan 01, 2008
  7. Dec 31, 2007
  8. Dec 17, 2007
  9. Dec 14, 2007
  10. Dec 13, 2007
  11. Dec 08, 2007
  12. Dec 06, 2007
  13. Nov 28, 2007
  14. Nov 26, 2007
  15. Nov 05, 2007
  16. Oct 25, 2007
  17. Oct 22, 2007
  18. Oct 21, 2007
  19. Oct 17, 2007
  20. Oct 11, 2007
  21. Sep 06, 2007
  22. Sep 05, 2007
  23. Aug 30, 2007
  24. Aug 26, 2007
  25. Aug 25, 2007
  26. Aug 09, 2007
  27. Aug 02, 2007
  28. Jul 01, 2007
    • Dries Buytaert's avatar
      - Rollback of patch #147723: delete API. Talked to Steven and Gabor and we · e59852d3
      Dries Buytaert authored
        unanimously agreed to rollback the deletion API.  We all support the
        features this patch added, yet not its actual design and implementation.
        After some talk, we decided that it would be better for Drupal -- in the
        long term -- not to go with a solution that isn't 100%. We also recognize
        that in the short term, this patch would have been useful addition. So
        let's figure out how we can implement this properly in D7.
      e59852d3
  29. Jun 30, 2007
  30. Jun 22, 2007
  31. Jun 04, 2007
  32. May 28, 2007
  33. May 25, 2007
  34. May 14, 2007
  35. Apr 30, 2007
  36. Apr 06, 2007