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
/
comment
/
helpers
/
comment_rss.php
Age
Commit message (
Expand
)
Author
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-08-02
Fix up per item feed urls. Fixes #1906.
Bharat Mediratta
2012-05-07
Update date format to make it RFC822 compliant. Thanks to moullas. Fixes #1...
Bharat Mediratta
2012-03-29
Improve comment RSS feed visibility, initially added by Thomas E. Horner in
Bharat Mediratta
2012-03-29
Merge commit 'fc942aa'
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-07-08
availability of rss is now configurable
Thomas E. Horner
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 the feed variable from "children" to "comments" since that
Bharat Mediratta
2010-06-20
Oops. Remove debug line.
Bharat Mediratta
2010-06-20
Simplify the descendent logic. viewable() already joins with the
Bharat Mediratta
2010-06-16
slap my wrist... i forgot a debugging statement
Tim Almdal
2010-06-16
Fix for ticket #1131. If the rss feed is for an item, then retrieve the item...
Tim Almdal
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-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-01
Rename $comment_model to $comments, this time without stomping on the
Bharat Mediratta
2009-09-01
Revert "Rename $comment_model to $comments."
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-29
Rename $comment_model to $comments.
Bharat Mediratta
2009-08-29
Fix for 641... extend viewable functionality to comments. Viewable unit test ...
Tim Almdal
2009-07-04
Fix for ticket #477. Use nl2br method when rendering comment::text and
Tim Almdal
2009-07-03
Split the clean method into two clean and purify. clean is a light weight
Tim Almdal
2009-06-15
Refactor the comment_rss::feed() method to eliminate code duplication.
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
Remove the sidebar flag from the feed definition returned by available_feeds 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