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
Age
Commit message (
Expand
)
Author
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-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
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-12-05
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-12-05
Change the default image to be the full size so that the slideshow shows the ...
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-11-15
Don't show resizes for albums, only for photos.
Bharat Mediratta
2009-10-28
Normalize capitalization ticket #596
Tim Almdal
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-09-30
Use the block_manager to manage site sidebar panels. Fixes ticket #110.
Tim Almdal
2009-09-15
Controller auth / CSRF fixes
Andy Staudacher
2009-09-05
Change the module installer so that you don't need to provide your own
Bharat Mediratta
2009-09-01
Allow the RSS feed page size to be customizeable, up to 100 items (to
Bharat Mediratta
2009-08-31
Fix XSS vectors in HTML attributes (mostly t() calls)
Andy Staudacher
2009-08-31
Fix typo in description
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-07-13
Add quotes around all values that contain spaces in them, and add a
Bharat Mediratta
2009-06-23
Refactor the install/upgrade code to be more flexible.
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-14
Remove rss:item_feed, rss::tag_fead and rss_theme::head and move that
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-06-12
Change from an event driven model to a call driven model similiar to the task
Tim Almdal
2009-06-12
Change the "request_feed_links" eventing handling so that individual modules
Tim Almdal
2009-06-11
Rearrange the code in sidebar_block to logically group the code for readability.
Tim Almdal
2009-06-11
Changed rss_theme::sidebar_blocks to fire the event "request_feed_links" to
Tim Almdal
2009-06-10
Only add the comment rss feeds if the comment module is active. fix for #365
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-05-26
Restructure the module lifecycle.
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-04-05
Remove obsolete code.
Bharat Mediratta
2009-03-17
rss/updates doesn't have an item. Clean up some typos here.
Bharat Mediratta
2009-03-17
filesize() dies if the file doesn't exist, which can happen in the
Bharat Mediratta
2009-03-17
Fix typo: $max_page -> $max_pages
Bharat Mediratta
2009-03-16
Set $item and $tag in the Theme_View so that calls like $theme->item()
Bharat Mediratta
2009-03-14
Use relative urls for the feed links.
Bharat Mediratta
2009-03-09
Fix for ticket #133: If $max_pages is zero don't try to redirect to
Tim Almdal
[next]