| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-14 | Remove rss:item_feed, rss::tag_fead and rss_theme::head and move that | Tim Almdal | |
| functionality in the <module_name>_theme::head function. Created rss::feed_link to wrap the module supplied uri in the html link element. | |||
| 2009-06-14 | Rename: | Tim Almdal | |
| rss::get_feeds() -> rss::available_feeds() rss::process_feed() -> rss::feed_data() | |||
| 2009-06-12 | Change from an event driven model to a call driven model similiar to the task | Tim Almdal | |
| api. | |||
| 2009-06-12 | Change the "request_feed_links" eventing handling so that individual modules | Tim Almdal | |
| provide the part of the url (the suffix) that they are interested in and the rss module will format the rest of the url. | |||
| 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 | |
| allow modules to contribute rss feed links to the rss sidebar block. Ticket #388. | |||
| 2009-06-10 | Only add the comment rss feeds if the comment module is active. fix for #365 | Tim Almdal | |
| 2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta | |
| 2009-03-16 | Set $item and $tag in the Theme_View so that calls like $theme->item() | Bharat Mediratta | |
| which fall through to calling &View::__get() have an lvalue to return, else you can't return them by reference. Also, don't show sidebar blocks for pages that don't have an item so that the rss and tag modules don't break the search page. | |||
| 2009-03-14 | Use relative urls for the feed links. | Bharat Mediratta | |
| 2009-02-24 | Added a block to the siebar that lists the available feeds | Tim Almdal | |
| 2009-02-19 | 1) Rename the module media_rss to rss | Tim Almdal | |
| 2) Protect the fullsize image with a permission check 3) Added a content:encoded element to each item which allows the image to show up in the body of the feed. | |||
