The CHANGELOG for Drupal 4.5 claims that a URL alias of "rss.xml" for "node/feed" was added. This ONLY occurs in updates.inc however - if people grab a fresh 4.5 (or now, 4.6), they are never going to get this added alias. The attached patch adds this INSERT into the default database.* files, adds another update into the updates.inc (so that those who started with a fresh 4.5 or 4.6 will get it via update.php the next time around) and fixes some minor whitespace/style inconsistencies.

CommentFileSizeAuthor
_p_rssxmldb.patch4.82 KBmorbus iff

Comments

dries’s picture

Committed to HEAD. Thanks.

moshe weitzman’s picture

path.module is disabled by default, so, this is of limited benefit.

morbus iff’s picture

Quite true. But things should work as advertised.

Anonymous’s picture