Fix HEAD link issues with RssFeed with exporting.

Refactor the module so that getting the feed url will return
the static URL when exporting.
This commit is contained in:
Colin Kuskie 2009-04-27 19:16:38 +00:00
parent 142518035d
commit 553b1d03d7
3 changed files with 75 additions and 31 deletions

View file

@ -7,6 +7,7 @@
- fixed #10047: SQLReport Debug doesn't catch when bind variables are incorrect
- fixed #10260: WebGUI::Asset::Wobject::Gallery.pm default search date misfunction
- fixed #10238: Edit Calendar Event not working when proxy cache disabled
- Fixed a bug in the RssFeed aspect that would cause the wrong HEAD links to be made for the feeds when exporting.
7.7.4
- rfe: Extend DateTime for Week-Nrs (#9151)