defacer [Fri, 14 May 2004 12:48:50 +0000 (12:48 +0000)]
Behavior change, according to Gustav's remarks on the forums. Events from
courses other than the one you are browsing are not displayed in the month
views or as upcoming events, except only if you explicitly do it in the
full month view. However, if you manually go to a day with such an event and
get a day view, you will see the event. Should I find a way to hide that too?
defacer [Fri, 14 May 2004 07:34:10 +0000 (07:34 +0000)]
Fix for bug 1354:
(REAL fix this time! ;-)
Thanks for the report, Eloy. I now know what I was doing wrong. Because on my
dev site I have the same TZ as the server, sometimes I can make mistakes and
"get away with them". :-/
stronk7 [Fri, 14 May 2004 00:17:29 +0000 (00:17 +0000)]
Now wiki links to activities are decoded to its new location
when restoring courses. If the link belongs to the course, it's
adjusted as internal, else it's modified to link its original
source.
defacer [Thu, 13 May 2004 12:24:11 +0000 (12:24 +0000)]
Removed the "hardcoded" method to find the block name, the correct is to ask
the block itself. It was causing errors for blocks with no lang file. Also,
removed some useless commented code.
stronk7 [Wed, 12 May 2004 20:39:34 +0000 (20:39 +0000)]
Bug 1296 solved.
Now duplicate entries are showed in all the lists. Simply I've changed
the fields order in select statements to make entryid (unique) the first.
Not detected negative consequences...ciao :-)
http://moodle.org/bugs/bug.php?op=show&bugid=1296
stronk7 [Wed, 12 May 2004 18:44:15 +0000 (18:44 +0000)]
Solved bug 985. Now "show" will work with aliases and with concepts
with and without aliases. Changed the cuery to a left join to
be able to process entries without aliases. This type of operation
should be changed to boolean queries sometime in MySQL 4!!
Test it!!
http://moodle.org/bugs/bug.php?op=show&bugid=985
stronk7 [Tue, 11 May 2004 22:38:45 +0000 (22:38 +0000)]
Solved bug 1086.
Please, verify (and close) it. Patch submitted by Petr Skoda. Thanks!
I've modified some lines in formats to avoid some Notices and make
everything display more consistent. Please, test it!!
defacer [Tue, 11 May 2004 16:08:03 +0000 (16:08 +0000)]
Preparation for Nuke blocks integration, and relaxing of requirements for
block db upgrade scripts. We 're getting to a point where you can really
have a directory with just a single 20-line file for your block and Moodle
will do all the rest. Much like Nuke does now. That is A Good Thing! :-)
defacer [Tue, 11 May 2004 07:20:44 +0000 (07:20 +0000)]
Fix for bug 1365:
This one was most insidious. Usually we get bugs that have to do with the
user/server timezone interaction, but by now I 've learned to be extra
careful about that. This one, however, only had to do with the server's
timezone and was 100% certain to happen if you are GMT minus something.
Considering that I 'm GMT+2, it went unnoticed. Sorry!
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.