16 Jan
2006
16 Jan
'06
11:23 p.m.
Morbus Iff wrote:
However, instead of parsing the logs (which can be expensive), how about intercepting the logging as it happens and if it is node/feed,
Morbus, I wasn't aware of this change, but I reckin' it makes a lot of sense. So for feeds that are currently written like: --taxonomy/term/1/0/feed would the new version be: --taxonomy/term/1/0/rss.xml ? I'll be of course writing this for 4.7 and not 4.6. Best, Nick Lewis
Note that he would have to check node/feed AND rss.xml.
In Drupal 4.6:
* node/feed was the right URL * rss.xml was the alias.
In Drupal 4.7-upgraded-from-4.6:
* node/feed is the alias. * rss.xml is the right URL.
In Drupal 4.7, no upgrade:
* node/feed doesn't exist. * rss.xml is the right URL.