eko / FeedBundle

A Symfony bundle to build RSS feeds from your entities
http://vincent.composieux.fr
MIT License
141 stars 50 forks source link

Fixed some bugs that prevented using the RoutedItemInterface #4

Closed RobMasters closed 12 years ago

RobMasters commented 12 years ago

Sorry, I'd missed a couple of things previously. The Feed:add() method was coded to allow either an ItemInterface or a RoutedItemInterface but the typehinting only allowed the former. Also, generated URLs were relative instead of absolute. Oops! I also tweaked some of the feed methods to return $this so they can be chained.

I'm currently using my fork in my project and can vouch that it's actually working now.

eko commented 12 years ago

Ok, great, merged.

I haven't played with RoutedItemInterface yet, planed to do it soon, thank you :)