stronk7 [Sun, 9 May 2004 23:15:56 +0000 (23:15 +0000)]
Solved a small bug in scheduled backups when encoding links!!
I've tested it against 10 courses (manual and scheduled) and
everything seems to work fine. In some days I'll test it againt
some BIG course (if moodle.org is updated to this version).
Dump version to 1.3 beta (as I think everything is finished now).
stronk7 [Sun, 9 May 2004 22:20:05 +0000 (22:20 +0000)]
Now glossaries can produce RSS feeds too !!
Some strings (RSS related) has been moved from forum.php to moodle.php
to avoid suplicating them once per module.
It seems to work fine, please test...:-)
stronk7 [Sun, 9 May 2004 18:59:36 +0000 (18:59 +0000)]
Added some consistency with the show/hide feature in Moodle.
Now if the course is hidden or the activity is hidden, only
teachers cand download the feed.
stronk7 [Sun, 9 May 2004 18:34:33 +0000 (18:34 +0000)]
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.
stronk7 [Fri, 7 May 2004 23:40:41 +0000 (23:40 +0000)]
Changed the system to recode links to forums. Now it it detect
that the link doesn't belong to the course being restored, then
the original link is mantained.
With this, the backup/restore should be finished. Now some
tests to check everything !!
defacer [Fri, 7 May 2004 10:46:34 +0000 (10:46 +0000)]
Eloy discovered this little bug hiding under the rug. Even though this code
is not used at all right now, it was wrong and would need to be fixed when
we have calendars for the site front page.
defacer [Fri, 7 May 2004 10:42:11 +0000 (10:42 +0000)]
Modified the behavior of upcoming events block to be the same as month block,
even though there is no way to go from it to the detailed month view right now.
defacer [Fri, 7 May 2004 10:15:10 +0000 (10:15 +0000)]
Fix for bug 1320:
Upcoming events were not displayed before calendar_session_vars() was called
at least once. The upcoming events block did not do that, because once upon a
time it was displayed below the month view, which was known to do it :)
Solution: calendar_session_vars() is now called directly from lib.php.
stronk7 [Thu, 6 May 2004 22:17:45 +0000 (22:17 +0000)]
Some minor changes about the system to encode file.php calls included.
Solve an important issue about scheduled backups not working properly
when encoding links...
Added support for event->visible in backup & restore.
TODO: Add wwwroot to backup/restore to use it when decoding.
Change the system to encode forum calls.
gustav_delius [Thu, 6 May 2004 16:30:12 +0000 (16:30 +0000)]
It is possible to create weekly repeating events but it is not yet possible to edit or delete them together. Also it is now possible to specify the duration in minutes as an alternative to specifying the end time and date.
defacer [Thu, 6 May 2004 07:45:10 +0000 (07:45 +0000)]
Fix for 3-month pane event filters, now you don't get a "missing required parameter"
error when you click on them. Reported by Ger Tielemans in the forums.
jungwirr [Wed, 5 May 2004 17:06:56 +0000 (17:06 +0000)]
changed the options settings to be more compliant with the rest of the
modules.
Added help page links for many options.
Changed the style of the add multiple interface to match mod.php