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
/
views
Age
Commit message (
Expand
)
Author
2012-05-07
Update date format to make it RFC822 compliant. Thanks to moullas. Fixes #1...
Bharat Mediratta
2010-06-20
Rename "children" to "items" in our feed view because it makes more
Bharat Mediratta
2010-02-16
Fix for ticket #1020: Fix RSS feed validation of album / recent items feeds.
Andy Staudacher
2010-02-01
Use single quotes on the <?xml tag for readability.
Bharat Mediratta
2009-12-05
Change the default image to be the full size so that the slideshow shows the ...
Bharat Mediratta
2009-11-15
Don't show resizes for albums, only for photos.
Bharat Mediratta
2009-10-23
Clean up the rss feed for the slideshow. It now validates using "http://vali...
Tim Almdal
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-08-31
Fix XSS vectors in HTML attributes (mostly t() calls)
Andy Staudacher
2009-08-29
Update all code to use helper method html::clean(), html::purify(), ... inste...
Andy Staudacher
2009-08-29
XSS fixes
Andy Staudacher
2009-08-29
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...
Andy Staudacher
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-12
Move the processing of rss feeds from the rss controller to callbacks in the
Tim Almdal
2009-05-31
Rename "text" to "title" for clarity.
Bharat Mediratta
2009-05-31
Run all variables that come from user-entered data through p::clean()
Bharat Mediratta
2009-03-17
filesize() dies if the file doesn't exist, which can happen in the
Bharat Mediratta
2009-02-24
Added a block to the siebar that lists the available feeds
Tim Almdal
2009-02-23
Change the way movies are presented in the feed. Couldn't figure out
Tim Almdal
2009-02-23
Change the media content for video. I don't think its quite right
Tim Almdal
2009-02-23
Fix broken slideshow
Tim Almdal
2009-02-23
1) Updated the media feed with new fields
Tim Almdal
2009-02-22
Removed the full-size enclosure tag and fixed alignment of the content tag.
Tim Almdal
2009-02-21
Correct the layout of the feed so that the image shows up in the body
Tim Almdal
2009-02-19
1) Rename the module media_rss to rss
Tim Almdal