mits
ece8f7bc77
re-translated help file which was mentioned on:
...
http://moodle.org/mod/forum/discuss.php?d=16695
2004-12-30 01:22:24 +00:00
mits
28ac7a640d
translated some.
2004-12-29 23:27:30 +00:00
gustav_delius
0dc4810a9a
Changed user interface for adding multiple random questions, see http://moodle.org/mod/forum/discuss.php?d=16531#78785
2004-12-29 22:57:35 +00:00
moodler
94d807790c
Updated version
2004-12-29 16:12:08 +00:00
gustav_delius
71d1ef585f
added alt text to icons
2004-12-29 10:03:53 +00:00
gustav_delius
2d09198e5f
avoid division by zero when the sum of grades is zero
2004-12-29 09:22:33 +00:00
gustav_delius
fa92dd2437
improved an error message, see http://moodle.org/bugs/bug.php?op=show&bugid=504&pos=0
2004-12-29 07:48:21 +00:00
gustav_delius
df4fe0009b
avoids error when exporting 0 questions
2004-12-29 07:21:55 +00:00
gustav_delius
089a284b88
sort category question list by type then name as suggested in http://moodle.org/bugs/bug.php?op=show&bugid=2045
...
Also removed a PHP notice
2004-12-29 07:19:54 +00:00
ikawhero
8d6380f7cc
New strings added
2004-12-29 03:55:14 +00:00
ikawhero
082864f91c
Fixed keyword searching
...
Added functions for printing contact links
2004-12-29 03:54:33 +00:00
moodler
caa0f2ffa2
No need to show profile editing link to guests
2004-12-28 17:52:05 +00:00
moodler
b603ccb72c
Hide Messages block from guests
2004-12-28 17:50:35 +00:00
mits
cb071a1d74
translated one string...
2004-12-28 16:47:52 +00:00
moodler
bc8ccf6b18
First quick go at a Messages block. Needs polishing but seems to work.
2004-12-28 16:34:13 +00:00
mits
ab3cf9957b
new lang file translated.
2004-12-28 16:05:26 +00:00
moodler
34dd5900e4
FIxed my last hasty checkin
2004-12-28 15:12:46 +00:00
moodler
3c6b56daa4
Viewing site front page is now logged.
2004-12-28 15:11:16 +00:00
moodler
114176a25e
add_to_log now always updates user->lastaccess
2004-12-28 14:59:29 +00:00
moodler
4cd37687c8
Moved a string (out of order)
2004-12-28 13:57:38 +00:00
moodler
7ccab9b1d5
Added messaging buttons to the online users list
2004-12-28 13:50:17 +00:00
moodler
2fc1b1feb8
Add messaging buttons to the user profile
2004-12-28 13:49:44 +00:00
moodler
e8e2d7f12f
Latest messaging system
...
Needs a lot of work still but you can now manage your contact list
and send/receive messages from people so it's usable!
2004-12-28 13:49:15 +00:00
moodler
f7ea3a0b10
New strings for Messaging facility
2004-12-28 13:45:04 +00:00
moodler
c408677db6
Temporary message icon (currently the same as email...)
2004-12-28 12:20:28 +00:00
moodler
bbd587a753
Changes to the generaltab classes to distinguish between selected and non
...
selected tabs
2004-12-28 10:04:49 +00:00
gustav_delius
b63850e8d4
Fixed form error checking for cloze questions, see bug http://moodle.org/bugs/bug.php?op=show&bugid=697
2004-12-28 09:12:40 +00:00
moodler
e53c030b7a
Added format field for messages
2004-12-28 08:56:20 +00:00
moodler
0eacb23ccc
Updated message databases with better time storage, and also some logging
...
for message reading and writing
2004-12-28 07:40:26 +00:00
scop22
75b496cc1f
Some new strings translated in Korean language pack
2004-12-28 07:39:49 +00:00
moodler
c3dd541003
More links for other non-activity modules
2004-12-28 07:26:18 +00:00
moodler
1b1a5f7ec2
Merged fix from stable
2004-12-28 02:46:47 +00:00
gustav_delius
b403c32aa0
Reinstated the line in stripslashes_safe() that removes the slash that escapes a backslash. Martin removed this line in March. Why?
2004-12-27 23:40:42 +00:00
moodler
a7ca4cd150
When teachers view quizzes (attempting or reviewing) they see a small
...
link with the actual question id of that question. The link creates
a popup so that they can edit that question directly.
2004-12-27 14:52:24 +00:00
moodler
c9a945caed
Fixed a string name
2004-12-27 14:34:38 +00:00
carlesbellver
bf8936d316
*** empty log message ***
2004-12-27 12:38:31 +00:00
moodler
1376ebb1c1
Undoing the "login as student" link that chooses a student at random.
2004-12-27 02:29:46 +00:00
gustav_delius
48d3eadabc
I have put a "Login as Student" link into the admin block.
2004-12-26 20:18:24 +00:00
mits
c0b8ff1ef4
new help file translated.
2004-12-26 17:02:03 +00:00
gustav_delius
dc511e9fdb
removed php notice and fixed line endings
2004-12-26 16:09:12 +00:00
gustav_delius
8fbb315db3
fixed missing string error that I introduced when improving the breadcrumbs.
2004-12-26 14:55:50 +00:00
moodler
d99bab2d1d
Some changes that may help on safe mode ... see bug 2093
...
The new directory permissions maintain group mode better,
and the manual chown is now removed to prevent safe mode
from getting upset.
2004-12-26 14:45:39 +00:00
gustav_delius
b63c0ee521
Fixes a bug with user events created by an activity module.
...
The old code assumed that the courseid would always be set but that is only the case for course events, not for user or group events. (See http://moodle.org/mod/forum/discuss.php?d=4466#20827 for a discussion about the meaning of the courseid field in the event table)
I also made the $courseid argument to get_coursemodule_from_instance() optional. It is not needed and in some cases it will not be know, as for example for non-course events created by activity modules.
2004-12-26 13:58:07 +00:00
mits
6741221e34
translated few...
2004-12-25 19:04:37 +00:00
martignoni
cd62f2d4b1
Three new strings for quiz config page
2004-12-25 17:42:50 +00:00
mits
4adee6cbc7
translated some string and added a new helpfile.
2004-12-24 23:44:07 +00:00
mits
37fd4e6c26
polished.
2004-12-24 19:03:24 +00:00
mits
d964f29d7c
translated some string and added a new helpfile.
2004-12-24 18:50:57 +00:00
thepurpleblob
d75bc0b272
Now supports shortanswer import. Cleaned up the CDATA import too.
2004-12-24 11:16:43 +00:00
djachenko
a90aa87792
""
2004-12-23 17:00:56 +00:00