moodle/blocks/rss_client
2005-01-20 01:32:58 +00:00
..
db Initial support for postgres for rss client block table 2005-01-18 21:58:28 +00:00
block_rss_client.php if there are multiple feeds within a single block the title of each feed is shown with a horizontal rule between feeds 2005-01-20 01:32:58 +00:00
block_rss_client_action.php using localized string instead of hard coded english for print header functioncall 2005-01-17 23:22:16 +00:00
block_rss_client_error.php I couldn't find a way to do this so I added this file. When an RSS feed fails to load and debug is on the rendered page could get quite ugly. I now capture the error into a string and simply show the user a 'load feed error' link pointing to this new error page. This new error page simply displays the full error message with more detail about why that particular feed failed to load (from file or url, etc) 2005-01-19 23:55:25 +00:00
config_global.html Updated for better reporting when loading from remote url fails. Now displays error when adding URL when it cannot load even when ->debug is off. Added new feature - select multiple feeds to display in each block instance. 2004-12-30 18:08:38 +00:00
config_instance.html bug fixes - had let a blog specific function sneak back in 2004-12-31 02:22:30 +00:00