gbateson
0c59601c11
changed some variable names to improve readability:
...
$i, $ii, $iii => $str_start, $cdata_start, $cdata_end,
$hp->files => $hp->references
2005-09-22 01:19:00 +00:00
stronk7
50d83d8f05
<span> tags are now allowed inside post->subject. Bug 4099.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=4099 )
Merged from MOODLE_15_STABLE
2005-09-21 21:29:09 +00:00
michaelpenne
b46d9213ba
Added styles to the next and previous buttons on branch tables to allow customization
2005-09-21 21:00:36 +00:00
thepurpleblob
fd9c86c592
Whoops - should have been a text field
...
...and fixed some more dodgy xhtml on <input> tags.
2005-09-21 15:19:53 +00:00
thepurpleblob
522b9982c7
Changed config initialisation so it doesn't use optional_variable() function.
...
Fixed a couple of non-xhtml <br>s
Added authchangepasswordurl config parameter (ongoing improvements to
'multiple' auth methods functionality)
2005-09-21 14:58:41 +00:00
djachenko
b906f34b8b
""
2005-09-21 14:55:21 +00:00
urs_hunkler
508308fb7c
Added CSS properties for Firefox for fixed placement of the timer. It is a preliminarily fix. Please follow Bug #4053 .
2005-09-21 14:23:13 +00:00
mits
4fe8dfaddc
translated new strings associated with IMS.
2005-09-21 13:22:03 +00:00
stronk7
9b50609c8e
Error messges improved & detect some exceptions ins the manifest file
...
(strange chars)
2005-09-21 12:34:50 +00:00
stronk7
7f95046d15
Added some IMS CP strings plus some generic errors.
...
If somebody can check them...it isn't one of my skills! ;-)
2005-09-21 12:33:27 +00:00
gbateson
d4e351cd8b
SQL to update clickreportid must be done one statement at a time
2005-09-21 11:53:04 +00:00
gbateson
1ee38bed41
when adding a "chain" of HotPots, check quiz specified in "Next" button has not already been added
2005-09-21 11:51:07 +00:00
stronk7
406e4672f7
Problem with reference parameters solved under PHP 4.x. Bug 4102.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=4102 )
2005-09-21 10:27:04 +00:00
mits
166eb40cac
translated a help file for workshop.
2005-09-21 05:26:53 +00:00
gbateson
2393e715d6
renumbered steps 1,2,3,3,4 => 1,2,3,4,5
...
signalled steps 3 and 4 as not required for Moodle 1.5 and later
2005-09-21 00:25:51 +00:00
stronk7
7fe60b0c76
Now the ALL link in the paging bar is under the
...
glossary->showall setting control. Bug 4072.
(http://moodle.org/bugs/bug.php?op=show&bugid=4072 )
Merged from MOODLE_15_STABLE
2005-09-20 17:19:44 +00:00
gbateson
6241666438
removed XSS hole caused by urldecode
2005-09-20 11:48:50 +00:00
thepurpleblob
ac04332685
Removed check for student/teacher on submit and replaced with check for (not)
...
guest, as (a) it didn't stop guests and (b) it broke the studentview mode
2005-09-20 09:22:06 +00:00
julmis
132ba6df91
Merged from MOODLE_15_STABLE
...
- added xxs fix optional_param for id.
2005-09-20 08:59:18 +00:00
barias
5ccf09bda1
Minor updates in spanish translation
2005-09-20 08:24:23 +00:00
gbateson
4b83220717
Improved the setting of quiz name and summary for quiz chains
2005-09-20 07:12:00 +00:00
mits
fb5fac3caa
translated new strings and help files for resource.
2005-09-20 03:51:17 +00:00
mits
380d1b6e92
added some based on standard theme.
2005-09-20 02:47:31 +00:00
michaelpenne
cfdfadecd3
Changes the save button from 'Save' to 'Save Changes'. More moodley :)
2005-09-19 22:40:46 +00:00
michaelpenne
503114809f
Added backup/restore code for essay question type. In the process of testing, fixed several other bugs
...
in the quiz restore code regarding state restoration.
2005-09-19 22:38:18 +00:00
michaelpenne
275161455f
When one deletes a course, essay records in the quiz_essay are now deleted
2005-09-19 22:35:03 +00:00
koenr
028bde7f74
New strings from Karoly. Thanks!
2005-09-19 21:10:47 +00:00
mchurch
19216ba3d8
Prevent a wearning message from being displayed around the modules menu on
...
a fresh install of Moodle.
2005-09-19 20:56:36 +00:00
michaelpenne
4f1b940454
The two .sql scripts were missing the uniqueid column in the quiz_attempts table.
2005-09-19 19:12:35 +00:00
martignoni
67d7841f81
First run of new text messages for HotPot v2.1
2005-09-19 17:40:40 +00:00
skodak
85e006261a
fixed IE and https problems; merged from MOODLE_15_STABLE
2005-09-19 17:13:06 +00:00
stronk7
baceaf91f0
First version of the IMS CP resource module.
...
Known limitations:
- IMS Metadata is not loaded (soon it will be).
- IMS submanifests are not supported (is anybody using them?).
- Need to convert loaded data to SITE->charset, have to think a bit about it.
But it loads IMS CP packages like a charm! ;-)
2005-09-19 16:53:02 +00:00
stronk7
93f7a9e3fc
Added some strings for the new IMS CP resource type.
2005-09-19 16:39:47 +00:00
martignoni
e2df0752c9
Added string for 'importmaxerror'
2005-09-19 16:39:05 +00:00
stronk7
1d23983d7e
Added some styles for the new IMS CP resource type.
2005-09-19 16:34:47 +00:00
gbateson
7882cdaf79
improved handling of Hot Potatoes navigation buttons
2005-09-19 06:29:14 +00:00
patrickslee
7b2523bdba
Added some number rounding for grades to prevent PostgreSQL errors (Merged from MOODLE_15_STABLE mod/quiz/locallib.php)
2005-09-19 00:26:23 +00:00
patrickslee
25c4cc57f8
Corrected some table/field names (Merged from MOODLE_15_STABLE)
2005-09-19 00:25:11 +00:00
dlnsk
30eb86ca36
*** empty log message ***
2005-09-17 17:45:50 +00:00
dlnsk
aa21904c49
file quiz_analysis.php was initially added on branch MOODLE_15_STABLE.
2005-09-17 17:41:10 +00:00
dlnsk
d5f6d91c6c
file dfwiki.php was initially added on branch MOODLE_15_STABLE.
2005-09-17 17:41:10 +00:00
gustav_delius
dbc72c9959
Fix for bug 3995
2005-09-17 13:09:43 +00:00
mits
db6ee942d1
Fiexed based on en language pack fix as below.
...
"Fix for bug 4019 and some other XHTML issues"
2005-09-17 13:04:03 +00:00
gustav_delius
a567590ba5
Fix for bug 4019
2005-09-17 12:33:29 +00:00
gustav_delius
dc151b29af
Merged from STABLE
2005-09-17 12:31:36 +00:00
gustav_delius
c3f806312f
Fix for bug 4052
2005-09-17 12:10:35 +00:00
mits
6b92a64c4f
translated new strings for hotpot.
2005-09-17 11:17:25 +00:00
mits
9ba6dcdc15
translated a help file for hotpot.
2005-09-16 19:04:23 +00:00
mits
8729ee1902
polished.
...
translated a help file for workshop.
2005-09-16 18:14:49 +00:00
mits
a51e038e85
translated new strings and help files for hotpot.
2005-09-16 14:37:33 +00:00