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
/
rss
/
controllers
/
rss.php
Age
Commit message (
Expand
)
Author
2009-06-14
Refactor the way that the rss module works so that we're not allowing
Bharat Mediratta
2009-06-14
Refactor feed code to use stdClass everywhere. Fix bugs in the
Bharat Mediratta
2009-06-14
Don't use stdClass to return the feed data. Just use an array.
Tim Almdal
2009-06-14
Rename:
Tim Almdal
2009-06-14
Rename Rss_Controller::__call to Rss_Controller::feed, which changes the feed
Tim Almdal
2009-06-12
Continue refactoring the rss module and distribute the creation of album and
Tim Almdal
2009-06-12
Move the processing of rss feeds from the rss controller to callbacks in the
Tim Almdal
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-03-17
rss/updates doesn't have an item. Clean up some typos here.
Bharat Mediratta
2009-03-17
Fix typo: $max_page -> $max_pages
Bharat Mediratta
2009-03-09
Fix for ticket #133: If $max_pages is zero don't try to redirect to
Tim Almdal
2009-02-26
Minor code simplification.
Bharat Mediratta
2009-02-24
Added a block to the siebar that lists the available feeds
Tim Almdal
2009-02-23
1) Updated the media feed with new fields
Tim Almdal
2009-02-19
1) Rename the module media_rss to rss
Tim Almdal