summaryrefslogtreecommitdiff
path: root/modules/atom/helpers
AgeCommit message (Collapse)Author
2009-01-14Make sure that helper functions are all static. Add newBharat Mediratta
File_Structure_Test to make sure we don't regress. According to the PHP docs, the "public" keyword is implied on static functions, so remove it. Also, require private static functions to start with an _. http://php.net/manual/en/language.oop5.visibility.php
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.