Commit Graph

22 Commits

Author SHA1 Message Date
gustav_delius 0420e8715d removed empty bullet point 2004-08-23 20:34:52 +00:00
moodler 48b29ba423 Moved rsslib.php from the rss directory to the lib directory with the
other libraries
2005-01-25 06:09:31 +00:00
dhawes 7c560a6239 Moved validate feed from table to add and edit form only. 2005-01-24 03:42:54 +00:00
dhawes 23e00b4185 cleanup of feed edit page and form 2005-01-24 03:24:54 +00:00
dhawes 2be9581d65 latest version works with new magpie 0.7.1 files 2005-01-23 15:37:47 +00:00
dhawes 79dd93a920 refactored a big scary function a bit. hopefully it is more readable this way. this change also paved the way for extra caching in the block's config structure. 2005-01-21 03:27:38 +00:00
dhawes bab450a05a cleaned up some quotes. Removed reference to blog for an image, now use the standard rss xml.gif image from moodle install 2005-01-20 01:35:04 +00:00
dhawes 19c6481869 cleaned up a bad copy/paste in a few if statements 2005-01-20 01:01:48 +00:00
dhawes 53195528a1 minor tweak to error output text 2005-01-20 00:10:23 +00:00
dhawes c7ac239b80 updated rss_client functions to return any errors encountered along the way (assuming that the feed could not be loaded) in an object as ->ERROR. This matches the object that is returned, it would have a ->ERROR string if there was a problem as well. 2005-01-19 23:51:27 +00:00
dhawes e8181a56b4 moved functions from templib.php to rsslib.php for rss_client block 2005-01-17 18:03:15 +00:00
stronk7 ec6dc3f6d7 New rss_geterrorxmlfile() function added
and some optional data checked.

Merged from MOODLE_14_STABLE
2004-12-01 19:51:45 +00:00
stronk7 b2ddd9d7ae Now RSS links are displayed ok in SITEID course.
Bug 2048.
(http://moodle.org/bugs/bug.php?op=show&bugid=2048)

Merged from MOODLE_14_STABLE
2004-10-04 22:21:30 +00:00
gustav_delius 839f2456bb XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
stronk7 65f1df629c Preparing rss stuff to be showed in lists of activities... 2004-08-07 16:54:25 +00:00
moodler 6069e20688 RSS for forums now checks the new posts against the file modification date,
and doesn't regenerate the RSS file if it doesn't need to.

Much faster now.   :-)
2004-08-05 18:06:55 +00:00
moodler b65a50e5a2 Use mtrace function for debugging 2004-08-05 17:25:15 +00:00
stronk7 bc706aeb5f Now make_upload_directory() is used, avoiding dependencies to
backup/lib.php. I think that, gradually, I'll can modify the
backup/restore process to use this "core" function everywhere!!
Bug 1467.
(http://moodle.org/bugs/bug.php?op=show&bugid=1467)
2004-05-26 16:12:58 +00:00
stronk7 2f29ee130c Now scheduled bakup checks for required XML functions to work.
Bug 1432. Closed now... :-)
(http://moodle.org/bugs/bug.php?op=show&bugid=1432)
2004-05-20 15:19:19 +00:00
stronk7 ca87cbe100 Some improvements in RSS:
- Article's author is showed if present.
- In forum posts feeds, show post->subject instead of discussion->name
- Description contents in every article are passed to format_text() to
  show contents like the rest of Moodle.
2004-05-09 18:34:33 +00:00
stronk7 1adf511c7e Included global $THEME to support custom images... 2004-05-07 18:08:54 +00:00
stronk7 8adcb49f8e First version of RSS System.
Discussion and post forum feeds supported.
Integrated in cron system.
Some strings missing.
Test, test, test...
2004-05-02 23:08:19 +00:00