5878 Commits

Author SHA1 Message Date
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
moodler
4899c66789 FIxed up logging when viewing submissions (database truncation in logs)
Thanks Eloy!
2004-02-17 12:25:01 +00:00
moodler
f8f63ecdd5 On second thoughts, Eloy was right - showall is useless. :-) 2004-02-17 12:18:02 +00:00
moodler
987ecd9806 showall is an optional variable that will showall the people in one list 2004-02-17 12:16:14 +00:00
moodler
fc4a5a2f63 FIxed the logging of attempts so that clicking on the link in the log
actually shows you that attempt, rather than opening a new one!
2004-02-17 12:14:02 +00:00
rkingdon
c65e968162 A couple more strings for the sanity check. 2004-02-17 11:22:25 +00:00
rkingdon
9aba486423 Added sanity check before calculating grade. 2004-02-17 11:11:00 +00:00
moodler
7a38bf2836 A tiny MP# player. :-) 2004-02-17 09:43:36 +00:00
moodler
609a2b13b7 SOme info about $CFG->filterall 2004-02-17 06:33:04 +00:00
moodler
9e353ce7e2 Upgrade filter references 2004-02-17 05:28:52 +00:00
moodler
4da85078e9 Changed the name of all filters to be consistent.
Removed texh filter
2004-02-17 05:22:26 +00:00
moodler
830e238d58 Removed tex binaries and renamed main filter file 2004-02-17 05:12:33 +00:00
moodler
f4da2ed4d7 Don't specify id on upgrades! Thanks, Eloy! 2004-02-17 03:58:06 +00:00
moodler
ae2aa3c82c More fixes 2004-02-17 03:43:33 +00:00
fiedorow
e8e6a5602e Improved mimeTeX binaries & more uniform cross-platform code in filter 2004-02-17 03:41:10 +00:00