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
/
gallery
/
helpers
/
gallery_rss.php
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-07-12
Fix for ticket #1752. Add an RSS field link for the current album. Or, in th...
Tim Almdal
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-09-04
Use the title of the root album as the site title for all RSS feeds.
Bharat Mediratta
2010-06-20
Rename "children" to "items" in our feed view because it makes more
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2010-01-31
Fix lots of warnings that pop up when we're in E_STRICT mode. They're
Bharat Mediratta
2009-12-22
Fix where tuple sent to descendant_counts() -- it needs to be wrapped in an a...
Bharat Mediratta
2009-11-26
Update all portable where clauses to the new Kohana 2.4 format.
Bharat Mediratta
2009-11-26
Convert all DB where() calls to take 3 arguments.
Bharat Mediratta
2009-11-25
ORM::orderby -> ORM::order_by
Bharat Mediratta
2009-10-28
Normalize capitalization ticket #596
Tim Almdal
2009-09-08
Remove unused $feed->link.
Bharat Mediratta
2009-09-08
Move specialized (pretty) url generation back into Item_Model so that
Bharat Mediratta
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
Merge commit 'upstream/master'
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
2009-08-05
Change the children and descendants APIs to be more consistent and to
Bharat Mediratta
2009-07-04
Fix for ticket #477. Use nl2br method when rendering comment::text and
Tim Almdal
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
Remove the sidebar flag from the feed definition returned by available_feeds and
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-06-12
Change from an event driven model to a call driven model similiar to the task
Tim Almdal