[drupal:dries] /modules/aggregator aggregator.module /modules/blog blog.module /modules/book book.module /modules/comment comment.module /modules/forum forum.install forum.module /modules/locale locale.module /modules/menu menu.module /modules/node node.module /modules/poll poll.module /modules/profile profile.module /modules/search search.module /modules/statistics statistics.module /modules/system block.tpl.php system.install system.module /modules/user user.module /themes/garland style-rtl.css style.css
User: dries Branch: HEAD Date: Thu, 10 Apr 2008 10:28:24 +0000 Modified files: /modules/aggregator aggregator.module /modules/blog blog.module /modules/book book.module /modules/comment comment.module /modules/forum forum.install forum.module /modules/locale locale.module /modules/menu menu.module /modules/node node.module /modules/poll poll.module /modules/profile profile.module /modules/search search.module /modules/statistics statistics.module /modules/system block.tpl.php system.install system.module /modules/user user.module /themes/garland style-rtl.css style.css Log message: - 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. Links: http://cvs.drupal.org/diff.php?path=drupal/modules/aggregator/aggregator.mod... http://cvs.drupal.org/diff.php?path=drupal/modules/blog/blog.module&old=1.29... http://cvs.drupal.org/diff.php?path=drupal/modules/book/book.module&old=1.45... http://cvs.drupal.org/diff.php?path=drupal/modules/comment/comment.module&ol... http://cvs.drupal.org/diff.php?path=drupal/modules/forum/forum.install&old=1... http://cvs.drupal.org/diff.php?path=drupal/modules/forum/forum.module&old=1.... http://cvs.drupal.org/diff.php?path=drupal/modules/locale/locale.module&old=... http://cvs.drupal.org/diff.php?path=drupal/modules/menu/menu.module&old=1.15... http://cvs.drupal.org/diff.php?path=drupal/modules/node/node.module&old=1.95... http://cvs.drupal.org/diff.php?path=drupal/modules/poll/poll.module&old=1.26... http://cvs.drupal.org/diff.php?path=drupal/modules/profile/profile.module&ol... http://cvs.drupal.org/diff.php?path=drupal/modules/search/search.module&old=... http://cvs.drupal.org/diff.php?path=drupal/modules/statistics/statistics.mod... http://cvs.drupal.org/diff.php?path=drupal/modules/system/block.tpl.php&old=... http://cvs.drupal.org/diff.php?path=drupal/modules/system/system.install&old... http://cvs.drupal.org/diff.php?path=drupal/modules/system/system.module&old=... http://cvs.drupal.org/diff.php?path=drupal/modules/user/user.module&old=1.90... http://cvs.drupal.org/diff.php?path=drupal/themes/garland/style-rtl.css&old=... http://cvs.drupal.org/diff.php?path=drupal/themes/garland/style.css&old=1.42...
participants (1)
-
drupal-cvs@drupal.org