This website requires JavaScript.
Explore
Help
Register
Sign In
L-electron-Rare
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4ea3ce2fcbfae3da3cfdb84393d9f910c86a49ce
moodle
/
blocks
/
rss_client
T
History
dhawes
37fe05a345
added in an extra layer of cache. The rendered string is now cached in block's config. If the config settings are changed the config entry is overwritten and the cached string is lost - which is perfect - it gets rebuilt to the new specifications on next page load. If the filesystem cache has expired then the stored config string is ignored and a fresh read is sought.
2005-01-21 03:23:26 +00:00
..
db
Initial support for postgres for rss client block table
2005-01-18 21:58:28 +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
minor spacing cleanup
2005-01-21 03:20:56 +00:00
block_rss_client.php
added in an extra layer of cache. The rendered string is now cached in block's config. If the config settings are changed the config entry is overwritten and the cached string is lost - which is perfect - it gets rebuilt to the new specifications on next page load. If the filesystem cache has expired then the stored config string is ignored and a fresh read is sought.
2005-01-21 03:23:26 +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