[drupal-devel] [bug] User blog feed url is old style

tangent drupal-devel at drupal.org
Sat Jan 22 21:49:15 UTC 2005


 Project:      Drupal
 Version:      cvs
 Component:    blog.module
 Category:     bug reports
 Priority:     normal
 Assigned to:  Anonymous
 Reported by:  tangent
 Updated by:   tangent
 Status:       patch
 Attachment:   http://drupal.org/files/issues/blog.module.feedurl.patch (2.14 KB)

The blog module creates user blog feed urls of the form
"blog/feed/[UID]" while taxonomy follows the new url form of
"taxonomy/term/1/1/feed".

It seems that this should be changed to the new form of
"blog/[UID]/feed" and the attached patch makes this change.

Of course changing this will cause existing feed urls to become invalid
so legacy.module is also patched to redirect old style urls.

Legacy is modified as follows.

"/blog/feed/52" will redirect to "/blog/52/feed"

while

"blog/feed" will not redirect

tangent

-- 
View: http://drupal.org/node/16021
Edit: http://drupal.org/project/comments/add/16021





More information about the drupal-devel mailing list