index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
media_rss
/
controllers
Age
Commit message (
Expand
)
Author
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-06
Fix bad redirects; we only have feeds for albums not photos
Bharat Mediratta
2008-12-18
Absoluteify some urls to make feedvalidator.org happy
Bharat Mediratta
2008-12-18
Add item view permission checks.
Bharat Mediratta
2008-11-28
Set the page size to 30 images. No need to limit ourselves to 10 in a feed.
Bharat Mediratta
2008-11-28
Fix a bug where we were loading the wrong item/tag
Bharat Mediratta
2008-11-28
Add a media_rss feed for tag views.
Bharat Mediratta
2008-11-20
Use rest::http_content_type() instead of the header() method to set response ...
Tim Almdal
2008-11-20
Clean up the MediaRSS module a little bit:
Bharat Mediratta
2008-11-20
changed descendents_by_type to descendents and added descendent_count
Tim Almdal
2008-11-19
Update the media rss template to include the resize and the fullsize
Tim Almdal
2008-11-19
Set the content type to application/rss+xml
Bharat Mediratta
2008-11-19
rename views/feed.media_rss.php to views/feed.mrss.php because
Bharat Mediratta
2008-11-19
Rename views/media_rss.html.php -> views/feed.media_rss.php because as
Bharat Mediratta
2008-11-19
rename views/media.rss.php to views/media_rss.html.php for consistency.
Bharat Mediratta
2008-11-19
Change Media_RSS_Controller so that it does not extend REST_Controller, since it
Bharat Mediratta
2008-11-19
fix a few minor issues
Tim Almdal
2008-11-19
The continuing evolution of the slideshow...
Tim Almdal