5160 Commits

Author SHA1 Message Date
stigbjarne
481893d070 New file 2004-01-06 10:29:19 +00:00
moodler
860a0cd028 Added a field that was missing 2004-01-06 06:15:56 +00:00
moodler
2e04935a60 Add new help file to index 2004-01-06 03:32:27 +00:00
moodler
ca9c070589 Added a course to the example 2004-01-06 03:30:41 +00:00
moodler
b06c3ba8cf Help file for user uploads 2004-01-06 03:29:14 +00:00
moodler
0a6150ca2e Some formatting tweaks 2004-01-06 02:48:12 +00:00
moodler
f99035c299 Add a link to the upload user script in the admin menus 2004-01-06 02:35:27 +00:00
moodler
84994c886e Some new strings related to user importing 2004-01-06 02:33:28 +00:00
moodler
5de0722025 Cleaned up the script to fit coding guidelines better.
I haven't tested this yet, or touched the main parsing routine
2004-01-06 02:32:43 +00:00
thetrinity
24c70149ad Changed to UNIX file type and removed tabs for documentation. o U 2004-01-06 02:19:11 +00:00
thetrinity
d0f86d1654 Brings documentation up to date with rev.1.2 of gift/format.php 2004-01-06 01:49:32 +00:00
stronk7
282ecaf828 Added support to teacherloading, assessmentstodrop and donotuse
fields in workshop module.
2004-01-05 18:21:42 +00:00
andre_bln
7748ddaa14 german language files 29.12.2003 2004-01-05 07:50:15 +00:00
stronk7
568d750b41 Now groupmode and groupmodeforce (course table) are in backup and restore too. 2004-01-05 00:57:23 +00:00
stronk7
148b8edfca Now, when the status is RUNNING, the function checks how much
old is that status in backup_logs table. If there is no activity
in that period, then the script status is unlocked automatically.
This prevents to become RUNNING for ever !!!
2004-01-05 00:27:22 +00:00
stronk7
79619daf93 Added addslashes() to check for existing users, because some characters
can break the query (old users containing ', for example).
2004-01-04 22:58:28 +00:00
stronk7
d8e24b78ea Changed code to use the insert_record() function in
the backup/restore backup_putid() function. To solve
bug 946 (http://moodle.org/bugs/bug.php?op=show&bugid=946).
2004-01-04 12:48:33 +00:00
stronk7
1a0c9eff8e Removed duplicate showreports field in course table!!
That (yy)yanked and (pp)pasted lines!! :-)
Thanks to Juan Pablo, from Bolivia.
2004-01-04 11:51:47 +00:00
moodler
4f3d1a638f Fix appearance of Guest User's name. 2004-01-04 05:04:10 +00:00
moodler
f464c2757a New version of the uploaduser script from Zbigniew Fiedorowicz and Steve Zeidner
http://moodle.org/mod/forum/discuss.php?d=2367#19283
2004-01-04 02:07:59 +00:00
koenr
f15d37e068 updated some ugly translations 2004-01-03 22:24:10 +00:00
stronk7
e9f3e715dd Add one more eregi_replace, because the 'alnum' allows the
comma char and it can cause some problems in filenames.

Off-topic: This is my 1st commit with my new eMac !! My old iMac screen
died two days ago... :-( but I've recovered everything :-)
2004-01-03 20:53:25 +00:00
moodler
deae201fc6 Fixed missing bracket 2004-01-03 15:41:15 +00:00
moodler
dfa1fbac6d Better fix 2004-01-03 06:31:23 +00:00
moodler
1cb5bf828b Don't carry description around in USER session variable ... can be big 2004-01-03 06:20:25 +00:00
les_kopari
0253cd4edc Adding remaining schema.xml files, one per table...still more to come.
See execution listing for test results thus far.
2004-01-02 18:12:45 +00:00
les_kopari
5a2f8b8dcd Initial. 2004-01-02 18:08:06 +00:00
les_kopari
7a55fe065d Initial add. 2004-01-02 17:55:09 +00:00
moodler
ea229804e1 Added an error message to catch some cases of sessions not working 2004-01-02 14:11:21 +00:00
villate
c133989f09 It now uses "backup" for the name of the backup files. 2004-01-02 10:25:16 +00:00
les_kopari
920d44320d Initial add...separate .xml file for each table. 2004-01-01 19:41:48 +00:00
les_kopari
18eaa5d2ca Initial add...just the first two tables, config and course. 2004-01-01 19:38:51 +00:00
koenr
431744ad94 translated by Koen Roggemans 2004-01-01 18:45:40 +00:00
koenr
7808ee76d5 filling in missing strings 2004-01-01 18:44:04 +00:00
kaipe
e72a2e6d63 As this page uses the multianswer import format, the require_once statements have been updated to fit the new plug-in paths for the import formats. 2004-01-01 15:12:16 +00:00
kaipe
5276dc4887 Short-answer fixes:
As the wild card feature makes it possible for a response to match more than one answer alternative, I made sure that the alternative with the
highest grade would count.
I also fixed bug #945 for the short answer case.
2004-01-01 15:01:29 +00:00
kaipe
0226a97d31 Fixed bug that could cause duplication of attempt numbers.
This bug came to the surface when the possibility to delete attempts was introduced in report/overview/report.php
2004-01-01 12:47:50 +00:00
moodler
02759cb587 On group images use description in the title ... 2004-01-01 08:36:53 +00:00
moodler
2b9641da2f Strings for new setting 2004-01-01 06:35:42 +00:00
moodler
263a473593 New setting makes it optional to show column of people who didn't answer 2004-01-01 06:35:22 +00:00
moodler
761205376c New strings for forum settings (allow students to view ratings of others) 2004-01-01 04:52:57 +00:00
moodler
3bd98ad4bc New option to allow students to see aggregate ratings on other posts (anonymous) 2004-01-01 04:48:55 +00:00
kaipe
e097165541 Fixed a single/double quote issue (again) 2003-12-31 19:22:38 +00:00
moodler
2b4287d5bc Shapes not shape 2003-12-31 15:22:05 +00:00
moodler
75194fffbf Temporary sorting order on group members 2003-12-31 14:16:55 +00:00
moodler
507407a795 Display group icon in forum is a group is defined 2003-12-31 13:40:33 +00:00
moodler
a08b9fe9d4 Changes to improve group images 2003-12-31 13:39:59 +00:00
moodler
f2c80965f5 Some improvements when displaying PNGs 2003-12-31 13:39:08 +00:00
martignoni
3afbefcc09 Tweeking again (still needs work!) 2003-12-31 09:29:49 +00:00
moodler
07be0ed2b9 Small fixes 2003-12-31 08:07:03 +00:00