11 Commits

Author SHA1 Message Date
stronk7
bcf306f6d8 Now message forum RSS Feeds are using the category. Useful under
some RSS agregators able to group messages.
Credits go to Dmitry Pupinin.
Bug 3654
(http://moodle.org/bugs/bug.php?op=show&bugid=3654)

Merged from MOODLE_15_STABLE
2005-07-24 23:08:53 +00:00
stronk7
e88b32089d Missing parenthesis added. 2005-03-26 18:12:15 +00:00
stronk7
fac63246cc Forum->intro is processed correctly by format_text() everywhere. 2005-03-26 17:31:01 +00:00
stronk7
3849dae80f Now the FIRST string working under CFG->filterall is done:
forum->name
(everything tested but email)

(I'm going to maintain a list of strings in Developers Wiki)
2005-03-26 01:57:40 +00:00
moodler
7a2c8b00d6 Merged SQL fixes from stable 2004-09-29 07:56:33 +00:00
gustav_delius
8f0cd6ef0f Resolved problems with previous replacement of
& to & and fixed redirect() to entity encode the
inut where needed.
Julian Sedding
2004-09-21 11:41:58 +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
gustav_delius
41905731b7 fixed capitalization and quoting of attribute values 2004-09-12 16:24:41 +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
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
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