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
Age
Commit message (
Expand
)
Author
2013-03-02
#2031 - Add class_exists() before method_exists() if class existence is unknown.
shadlaws
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-05-07
Update date format to make it RFC822 compliant. Thanks to moullas. Fixes #1...
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-18
Overload url::current() and url::merge() to make the current url XSS
Bharat Mediratta
2009-12-21
Updates for the latest version of Kohana 2.4:
Bharat Mediratta
2009-11-25
Kohana::show_404() -> throw new Kohana_404_Exception()
Bharat Mediratta
2009-11-25
Remove the REST_Controller and assorted baggage. Completes ticket #917
Tim Almdal
2009-10-23
Clean up the rss feed for the slideshow. It now validates using "http://vali...
Tim Almdal
2009-09-15
Controller auth / CSRF fixes
Andy Staudacher
2009-09-01
Allow the RSS feed page size to be customizeable, up to 100 items (to
Bharat Mediratta
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