summaryrefslogtreecommitdiff
path: root/modules/media_rss
AgeCommit message (Expand)Author
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-14Make sure that helper functions are all static. Add newBharat Mediratta
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-06Fix bad redirects; we only have feeds for albums not photosBharat Mediratta
2009-01-06add fileSize attribute to thumbnail/resize/full imagesBharat Mediratta
2009-01-06Wrap content in htmlspecialchars so that we don't break the RSS feedBharat Mediratta
2009-01-01Change the preamble for views in two ways:Bharat Mediratta
2008-12-22Change the way that we track modules.Bharat Mediratta
2008-12-18Add <fh:complete/>Bharat Mediratta
2008-12-18Add <generator> element to try to make Polar Rose happy (it doesn't work, tho...Bharat Mediratta
2008-12-18Absoluteify some urls to make feedvalidator.org happyBharat Mediratta
2008-12-18Add item view permission checks.Bharat Mediratta
2008-12-17Separate thumbnails out into var/thumbs. This clears up some ambiguity in I...Bharat Mediratta
2008-11-28Move the <media:thumbnail> outside of the <media:group> to work around a bug ...Bharat Mediratta
2008-11-28Set the page size to 30 images. No need to limit ourselves to 10 in a feed.Bharat Mediratta
2008-11-28Create media_rss helper and move feed generation in there, so that weBharat Mediratta
2008-11-28Fix some minor issues with the feed formatBharat Mediratta
2008-11-28Fix a bug where we were loading the wrong item/tagBharat Mediratta
2008-11-28Add a media_rss feed for tag views.Bharat Mediratta
2008-11-27Centralize logging around installing/uninstalling modules.Bharat Mediratta
2008-11-26Add a new "tag" page type.Bharat Mediratta
2008-11-212nd attempt at inserting html by modules.Tim Almdal
2008-11-21Revert module block approachTim Almdal
2008-11-20Use rest::http_content_type() instead of the header() method to set response ...Tim Almdal
2008-11-20A look at away to allow modules to define html head contents (links and js) a...Tim Almdal
2008-11-20Clean up the MediaRSS module a little bit:Bharat Mediratta
2008-11-20changed descendents_by_type to descendents and added descendent_countTim Almdal
2008-11-19Create url::abs_site() and url::abs_file() to allow us to generateBharat Mediratta
2008-11-19clean up feed templateTim Almdal
2008-11-19Integrate Piclens lite as the slideshowTim Almdal
2008-11-19Update the media rss template to include the resize and the fullsizeTim Almdal
2008-11-19Cleanup media rss feedTim Almdal
2008-11-19Set the content type to application/rss+xmlBharat Mediratta
2008-11-19rename views/feed.media_rss.php to views/feed.mrss.php becauseBharat Mediratta
2008-11-19Rename views/media_rss.html.php -> views/feed.media_rss.php because asBharat Mediratta
2008-11-19rename views/media.rss.php to views/media_rss.html.php for consistency.Bharat Mediratta
2008-11-19Change Media_RSS_Controller so that it does not extend REST_Controller, since itBharat Mediratta
2008-11-19fix a few minor issuesTim Almdal
2008-11-19The continuing evolution of the slideshow...Tim Almdal