paca70
d956341c66
Fixed INT4 SERIAL
2004-02-19 19:07:04 +00:00
moodler
e8da8d7004
Format answers in multiple choice questions
2004-02-19 18:14:19 +00:00
fiedorow
9cc1730595
Added debugger for TeX filter
2004-02-19 18:05:01 +00:00
fiedorow
9b361d24b3
Added debugger for algebra filter
2004-02-19 18:03:41 +00:00
moodler
2ab76925a2
Cleaned up group menus
2004-02-19 17:57:22 +00:00
moodler
eb6147a8bb
For the group functions, a group 0 means everyone
2004-02-19 17:56:52 +00:00
moodler
1d9fc41755
Groups menu now includes "All groups"
...
Titles have tags stripped
2004-02-19 17:56:05 +00:00
moodler
8e4c9ef7b1
Don't bug out when sort not specified
2004-02-19 17:54:32 +00:00
moodler
b14875e4a4
New error message
2004-02-19 17:52:31 +00:00
giro123
5eac36be7d
Benito Arias
2004-02-19 17:45:00 +00:00
moodler
a63d7730d0
Add string for "All groups"
2004-02-19 17:09:43 +00:00
mits
9f182b1046
translated few.
2004-02-19 15:42:04 +00:00
moodler
004f8037f4
Fixed missing log_displays - thanks Eloy!
2004-02-19 13:28:31 +00:00
moodler
899e041895
Fixed missing Label logs - thanks Eloy!
2004-02-19 13:25:25 +00:00
paca70
94b9a1ca02
First changes for creating help-translation system.
...
http://site/files/index.php?fi=lang
shows now selected language "lang" files.
2004-02-19 10:13:07 +00:00
paca70
7279163ff2
Removed signed/unsigned definations (Thanks to Ulrik Petersen to pointing this out)
2004-02-19 09:54:33 +00:00
paca70
b92d1a68a5
First versions for postgres7.
2004-02-19 09:03:34 +00:00
moodler
a740ff66d9
Don't show editing icons when questions can't be edited!
2004-02-19 07:53:09 +00:00
moodler
f668898c3f
Add logging for password changes
2004-02-19 02:09:37 +00:00
stronk7
c9ec4c5557
Bump. More modules support logs-restore.
2004-02-19 00:06:19 +00:00
giro123
4b9633290d
*** empty log message ***
2004-02-18 22:53:38 +00:00
stronk7
7399316518
Now journal logs are restored too :-)
2004-02-18 22:30:35 +00:00
stronk7
93766dbd6a
Now glossary logs are restored too !! :-)
2004-02-18 22:29:50 +00:00
giro123
dc06435513
Facundo Ortiz
2004-02-18 22:25:37 +00:00
stronk7
d3acd64d59
Little bug storing wrong comment->id in the info field
...
when performing the "delete comment" action. Now it works fine. :-)
2004-02-18 21:50:33 +00:00
giro123
2816154cd6
*** empty log message ***
2004-02-18 21:38:10 +00:00
giro123
89b264c794
Facundo Ortiz
2004-02-18 21:25:17 +00:00
stronk7
fabf55e684
Added the cmid field to some add_to_log() calls. To use it when
...
restoring logs. Now I think that everything is ready !! :-)
2004-02-18 20:52:44 +00:00
stronk7
f43c695e1e
Added cmid to some add_to_log() function calls.
...
Needed to be able to restore logs properly. :-)
2004-02-18 20:02:33 +00:00
ralf-bonn
5bb661c215
Einige aktuelle Verbesserungen
2004-02-18 16:50:14 +00:00
mits
4a4d7c5ff4
step by step
2004-02-18 16:17:38 +00:00
moodler
448acc2a51
Default to just using "mimetex" binary. This makes it easier
...
to drop in unusual binaries and have them work
2004-02-18 16:02:09 +00:00
moodler
c6e86280f2
Latest translation ... submitted here: http://moodle.org/mod/forum/discuss.php?d=5414
2004-02-18 13:14:33 +00:00
moodler
ac1c2b0719
Removing old English stuff
2004-02-18 13:08:42 +00:00
rkingdon
c7901feb99
Fixed restart bug - continue now handle through POST not GET.
2004-02-18 12:12:12 +00:00
moodler
dbb4919258
Better error checking when trying to show an incomplete attempt
2004-02-18 08:40:58 +00:00
moodler
d6021c77f6
FIxed a silly typo!
2004-02-18 05:48:31 +00:00
moodler
7758d00f97
New "secret" variable
2004-02-18 03:31:45 +00:00
moodler
b8be40ce52
Variable $CFG->admineditalways will enable admin editing all the time
2004-02-18 03:30:05 +00:00
moodler
a0beda7a7a
Format quiz feedback
2004-02-18 03:07:50 +00:00
moodler
a99008f6e1
Restore logs consistently
2004-02-18 02:28:47 +00:00
moodler
71ca2a2a05
Changed log URLs for attempts ... the old one worked too but this is
...
better for consistency.
Not much gets past Eloy "Eagle Eyes" Lafuente!
2004-02-18 02:24:29 +00:00
fiedorow
5794f89813
Support for absolute value added
2004-02-17 19:06:22 +00:00
fiedorow
0c7aca91e9
mimetex.darwin updated; tex previewer added
2004-02-17 19:03:30 +00:00
stronk7
10672458f9
Now "attempt", "submit" and "review" actions
...
use the q=xxx&attempt=yyyy syntax instead of
id=xxxx&attempt=yyyy (not working old one)
It's necessary to change the "review" add_to_log() call
to use this sintax. It uses the old (nor working) one.
I wait to Martin to do this, because I've sent one email about this.
For info, the line to correct is number 57 in review.php from:
add_to_log($course->id, "quiz", "review", "review.php?id=$cm->id&attempt=$attempt->id", "$quiz->id", "$cm->id");
to:
add_to_log($course->id, "quiz", "review", "review.php?q=$quiz->id&attempt=$attempt->id", "$quiz->id", "$cm->id");
Ciao :-)
2004-02-17 17:27:27 +00:00
giro123
4c918350d6
*** empty log message ***
2004-02-17 16:34:12 +00:00
stronk7
40c287b095
Added support for "choose" and "choose again" action logs. :-)
2004-02-17 16:19:58 +00:00
moodler
abcc3a17b9
Fixed up some logging
2004-02-17 14:39:15 +00:00
moodler
249bdbe3cf
Don't allow signup page to work unless necessary
2004-02-17 14:11:19 +00:00
mits
c15ed23f52
translated few strings.
2004-02-17 12:27:54 +00:00