summaryrefslogtreecommitdiff
path: root/modules/atom/helpers
AgeCommit message (Collapse)Author
2008-11-25Normalize atom url generationTim Almdal
2008-11-24Add @todo to look at normalizing the url functions to the ones already in ↵Tim Almdal
MY_url.php
2008-11-23Fix double-escaping in the item comments feed.Jozef Selesi
2008-11-23* Individual comment views now output valid Atom 1.0 entries:Jozef Selesi
http://example.gallery.com/index.php/comments/{comment_id}?_format=atom * Changed Content-Type of Atom feeds and entries to XML for easier debugging. * Added an Atom helper class with some common functions and cleaned up entry and feed generation code a bit in the comment helper. * Style fixes.