moodler
b5305428bb
Some fixes for CVS docs
2004-05-20 04:12:13 +00:00
moodler
f0fa88f896
Latest tags file
2004-05-20 03:58:06 +00:00
moodler
0186df304d
Bump bump de bump, yeah
2004-05-20 03:50:21 +00:00
moodler
ae6f861d20
A problem with brackets was reported, but I couldn't duplicate it.
...
Just in case, I've added an escape for them.
2004-05-20 03:37:57 +00:00
moodler
fcc0e250bc
Just fixing the footer link on course list blocks
2004-05-20 00:55:11 +00:00
stronk7
3168c823a4
Hi !!
...
Solved one bug before being posted to the Bugs System. Incredible !!!
(http://moodle.org/mod/forum/discuss.php?d=8089 )
:-D
2004-05-19 23:34:51 +00:00
stronk7
ba484b2108
Now day-names are showed properly always. Bug 1422.
...
Using gmt functions to avoid TZ displacements...
(http://moodle.org/bugs/bug.php?op=show&bugid=1422 )
And BUMP version.
2004-05-19 23:08:03 +00:00
stronk7
4b92953150
Patched file. Bug 1425 closed.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1425 )
2004-05-19 07:12:40 +00:00
moodler
52b201eeb5
Teacher forum never has groups
2004-05-19 06:43:22 +00:00
moodler
6cd48cb119
I've recoded Farsi from Numeric Character References to Windows-1256
...
(it was never actually UTF!!)
2004-05-19 05:11:47 +00:00
moodler
bd76032e1b
Fixed the link I just added
2004-05-19 03:52:34 +00:00
moodler
56215ed40f
If a quiz has been attempted and the teacher is editing the quiz,
...
then let them know about the attempts.
bug 321
Thanks, Bernard!
2004-05-19 03:22:21 +00:00
moodler
a601728c8d
Fix for BUg 320 from Bernard Boucher
2004-05-19 02:53:03 +00:00
stronk7
b66dcd725d
Fixed bug avoiding teachers create new scales...
...
NEED BUG 1425 SOLVED!!
(http://moodle.org/bugs/bug.php?op=show&bugid=1425 )
2004-05-18 17:08:41 +00:00
moodler
4b4d25fa36
Suppress some errors in set_time_limit ... (these scripts aren't used yet)
2004-05-18 14:16:34 +00:00
moodler
1bf4c86205
Suppress warnings on set_time_limit
2004-05-18 14:14:47 +00:00
moodler
a71bfa1c78
Supress errors on set_time_limit() for servers with safe mode restrictions
2004-05-18 14:12:21 +00:00
moodler
d5f286f1aa
A fix from boman in bug 1421 that allows the script to be
...
run from anywhere on the command line in PHP > 4.3.0.
ie:
php /some/dir/moodle/admin/php.php
... now works again
2004-05-18 13:38:58 +00:00
moodler
ffdd209ad2
Use fullname() functions for quiz reports
2004-05-18 13:31:37 +00:00
defacer
4e17c6f39e
Fix for bug 1416:
...
Now the module icon is shown before the event name in the mini-month tooltips.
Maybe this would be better with the module name instead, but I don't know.
Comment in the bugtracker if this isn't what we want.
2004-05-18 07:51:46 +00:00
moodler
6be91aab91
Changed some CSS to font tags, so that IE looks more consistent
2004-05-18 07:10:17 +00:00
moodler
cb1c64a821
New string for opening quizzes
2004-05-18 04:22:34 +00:00
moodler
a796d0b8c3
Don't show the replies column when no replies are allowed - it seems to
...
upset some people.
2004-05-18 03:15:32 +00:00
moodler
d31262021a
Minor tweaks I forgot to check in from a long time ago
2004-05-18 03:14:01 +00:00
julmis
5ac539aedb
Removing select_color.html
2004-05-17 22:57:08 +00:00
stronk7
9c00263349
Completely rewritten scales interface. It allows to delete unused
...
scales, edit and move them between custom and standar (only admins).
Editing teacher can modify only custom scales.
Bug 1223.
(http://moodle.org/bugs/bug.php?op=show&bugid=1223)
Please, test and decide...
2004-05-17 22:19:23 +00:00
stronk7
8e82f5ac4f
Added a new string for the new scales.php alternative. Bug 1223
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1223 )
2004-05-17 22:08:42 +00:00
moodler
b2a3cd2d24
Quizzes with long periods (longer than 5 days) are now handled
...
in the calendar as two separate events ... one for open and one for close
bug 1402
2004-05-17 17:04:01 +00:00
moodler
36eb856f04
Delete events when activity is deleted
2004-05-17 16:24:19 +00:00
moodler
d6533f314c
Strip tags from Resource names before filtering bug 1418
2004-05-17 16:04:05 +00:00
moodler
d89c6578a5
Fix resource names properly
2004-05-17 15:36:47 +00:00
moodler
1c3abdb092
SHow event name in upcoming events (not activity name) bug 1415
2004-05-17 14:29:55 +00:00
martignoni
29114b96f2
New string for Resource auto-linking filter
2004-05-17 09:58:29 +00:00
martignoni
4288d6d76b
New string 'Edit files'
2004-05-17 09:56:17 +00:00
defacer
65b0e53770
Fix for bug 1194:
...
Now forum_print_user_discussions does not show discussions in hidden
forums, unless you are an an editing teacher.
** NOISY DIFF WARNING **
I don't know why this happens, but the only changes are in function
forum_print_user_discussions (10 lines or so).
2004-05-17 09:31:06 +00:00
defacer
b1bcd540f0
Fix for bug 1323:
...
When the admin is logged in as a different user, user events are shown
correctly in the calendar.
Also, fixed a very-recently-introduced bug which appears to have escaped
notice so far.
2004-05-17 09:07:05 +00:00
defacer
b1295c5e21
Random refinements.
2004-05-17 08:54:23 +00:00
moodler
d034765aeb
Added a line to disable this function:
...
HTMLArea.prototype.stripBaseURL
since it seemed to be stripping parts of URLs in some cases (bug 1411)
2004-05-17 08:04:28 +00:00
defacer
4131f3743f
Fix for bug 1395:
...
view.php now does require_login(). Also some minor refinements.
2004-05-17 07:31:54 +00:00
moodler
7708837eff
Latest files from Paula for pt_br
2004-05-17 07:10:59 +00:00
paca70
05ba8bd0d9
Postgresql uses smallint instead of tinyint.
2004-05-17 06:52:06 +00:00
koenr
fed354f2ba
filling in missing strings...
2004-05-17 04:32:34 +00:00
stronk7
35055d3786
Step4 done. :-)
2004-05-16 18:05:02 +00:00
julmis
1665e6c80d
Changing link dialog and adding new select color dialog.
2004-05-16 16:09:23 +00:00
moodler
2d33fc00d1
Allow other Google thigns into the site too ... in particular translate.google.com
2004-05-16 14:19:35 +00:00
moodler
6f80940b1e
Simpler method for recent activity .... I had problems with the other
...
Use last access to course if it exists, otherwise two days ...
2004-05-16 10:34:17 +00:00
stronk7
4f006bc149
Added support for CFG->forcelogin in some files. Bug 1396
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1396 )
2004-05-16 10:26:04 +00:00
moodler
8cadd23f98
Some cleaning up of the navigation bars in quizzes
2004-05-16 10:20:26 +00:00
moodler
a32c99e288
To prevent notices in unusual situations (empty lang files) bug 1404
2004-05-16 09:28:41 +00:00
moodler
952b728086
New string "edit files"
2004-05-16 09:11:38 +00:00