skodak
488fa6f7f9
MDL-7959 improve rss template for Image gallery preset
2006-12-17 22:00:30 +00:00
skodak
aa3b20e9df
MDL-7945 Database learning activity does not use user defined RSS template, but continues to use default template.
2006-12-17 21:48:51 +00:00
skodak
e076bccbc9
fixed number of rss articles in data mod settings - broken during new forms conversion
2006-12-17 21:12:23 +00:00
gbateson
244299a374
increased release number to v2.3.0, to differentiate this version fo the module from v2.2.0, which is used on Moodle 1.7
2006-12-17 02:27:40 +00:00
gbateson
54021a6f35
Modified README.TXT to reflect the fact that this version fo the module, v2.3.0, is not compatitble with Moodle 1.7 and eariler.
2006-12-17 02:22:38 +00:00
gbateson
76fcbbcb49
Modifications to reflect the fact that this version of the module, v2.2.0, only works with Moodle 1.7
2006-12-17 01:15:05 +00:00
tjhunt
55894a4205
MDL-7928 - Numerical question type should use * for the match anything answer. Merged from MOODLE_17_STABLE.
2006-12-15 18:30:39 +00:00
tjhunt
0dae5d33a7
MDL-7926 - set_field_select function. Merged from MOODLE_17_STABLE.
2006-12-15 18:23:31 +00:00
tjhunt
828df720a2
MDL-7925 - description question types were being created with defaultgrade = 1. It should be zero, so fix the bug, and reset any wrong ones in the database. Merged from MOODLE_17_STABLE.
2006-12-15 15:41:56 +00:00
toyomoyo
4e3ea0e0d9
adding long time warning MDL-7890
2006-12-15 05:34:35 +00:00
toyomoyo
a880d5917b
fixing broken xhtml
2006-12-15 05:30:56 +00:00
toyomoyo
027ce10e0e
fixing broken html
2006-12-15 05:23:57 +00:00
toyomoyo
cef5542133
fixing broken html
2006-12-15 05:06:53 +00:00
toyomoyo
935c40d856
added warning to warn possible long updates, MDL-7890
2006-12-15 04:39:19 +00:00
moodler
79135e13f5
Automatic installer.php lang files by installer_builder (20061215)
2006-12-15 03:14:33 +00:00
mits
ebf046bc34
Fixed a missing closing brace }.
...
Thank you Joseph Rezeau: http://moodle.org/mod/forum/discuss.php?d=60788 .
2006-12-14 14:10:07 +00:00
jamiesensei
19194f825a
added setAdvanced MoodleQuickForm method. And added closeHeaderAfter method
2006-12-14 12:44:10 +00:00
skodak
102a58099a
SC#341 fixed initilaization of navtail variable
2006-12-14 08:14:03 +00:00
vyshane
67c0e16eed
Merged from 1.7.
2006-12-14 08:10:41 +00:00
vyshane
53a4443bae
Merged from 1.7.
2006-12-14 07:48:40 +00:00
toyomoyo
3f5abcb20a
accessibility fixes
2006-12-14 07:48:40 +00:00
vyshane
e9880ed208
Merged from 1.7.
2006-12-14 04:47:29 +00:00
vyshane
d7226dca93
New icons for question feedback.
...
MDL-7467
2006-12-14 02:34:32 +00:00
vyshane
e0c256473d
Changes for MDL-7467.
...
The images show each possible answer's "correctness":
Green tick - correct answer
Amber tick - partially correct answer
Red cross - wrong answer
Each image will have the appropriate alt text.
The answer that the student has picked is highlited by changing the background colour: light green, light amber or light yellow, depending on the correctness of the chosen answer. In addition to this, the image for that answer is much bigger in size than for the other possible answers. The alt text for this image will indicate that this answer was picked.
This way, the visual cues, the relative importance of each answer (chosen/non-chosen), and the relative relationships (correct/wrong) are kept. The chosen answer is emphasised by the background highlighting, by the bigger size of the icon, and by the alt text as well. I think this covers all the bases.
2006-12-14 02:32:32 +00:00
vyshane
07d9065d0b
Tweaked CSS for question feedback.
2006-12-14 02:31:05 +00:00
toyomoyo
a0ab421159
fixing broken html
2006-12-14 02:05:33 +00:00
skodak
40b6dd0116
MDL-5964 need html editor for comments in database mod + added format sql table field
...
MDL-7813 accessiblity fixes in comments
2006-12-13 23:09:34 +00:00
skodak
bb828644ba
xhtml and accessibility cleanup in data mod MDL-7813
...
* buttons reorganized - now displayed only with templates where usable
2006-12-13 21:02:01 +00:00
skodak
63efcb8c72
data preset coding style fixes
2006-12-13 20:32:13 +00:00
skodak
aab98aaff1
data mod whitespace cleanup - there are already many accessibility related changes and fixes that are not backportable anyway and merging from previous versions is not expected
2006-12-13 20:26:11 +00:00
skodak
b252c1ccf6
MDL-7822 Make imagegallery database template accessible - minor fixing
2006-12-13 09:58:55 +00:00
skodak
6c31d376c2
MDL-5696 fixed 'Checkbox' actually allows 'checkboxes' and empty 'options' (radio buttons too)
2006-12-13 09:53:59 +00:00
skodak
76a2fd8251
xhtml and accessibility cleanup in data mod MDL-7813
...
* preference form fixes
do not search for one character in data mod MDL-7911
2006-12-13 09:38:46 +00:00
skodak
007e4f6ede
xhtml and accessibility cleanup in data mod MDL-7813
...
* image alt value is now called "Alternative text" because it should not be considered optional
2006-12-13 09:29:03 +00:00
skodak
a032a46017
xhtml and accessibility cleanup in data mod MDL-7813
...
* fixed labels in preference form
2006-12-13 09:22:47 +00:00
toyomoyo
077f381461
accessiblity, associating <th> with respective row or col
2006-12-13 08:24:23 +00:00
toyomoyo
fc9b712ef3
fixing accessibility issues
2006-12-13 05:25:45 +00:00
toyomoyo
54926e7818
various accessbility fixes
2006-12-13 03:03:43 +00:00
skodak
e357c206db
xhtml and accessibility cleanup in data mod MDL-7813
...
* image galery preset accessiblity fixes MDL-7822
* xhtml fixes
* fields now use s() and p() where needed
* added labels to all fields - imporved accessiblity for adding of new entries
* some other general bugfixing and cleanup
it is still not finished though, expect some more commits tomorrow
2006-12-12 23:34:55 +00:00
skodak
1a57f3aa8d
MDL-7909 add optional id parameter to choose_from_menu() and print_textarea() - needed data mod changes
2006-12-12 22:08:50 +00:00
skodak
7850588ab8
MDL-7909 add optional id parameter to choose_from_menu() and print_textarea() + minor quoting improvement in choose_from_menu()
2006-12-12 22:06:37 +00:00
skodak
9706fa5684
MDL-7905 Add new available tag for element id for in database mod - fixed renaming of field
...
and other cleanup
2006-12-12 20:10:32 +00:00
skodak
740902d0ff
MDL-7822 Make imagegallery database template accessible
2006-12-12 20:09:23 +00:00
skodak
a5adbd0c39
MDL-7905 Add new available tag for element id for in database mod
2006-12-12 18:20:51 +00:00
sam_marshall
dc268b2f24
MDL-7904: Trivial change to load_capability_def (so it works if run multiple times for the same file during one PHP run)
2006-12-12 17:23:31 +00:00
skodak
bbb5ac9ae6
MDL-7901 allow empty spans in multilang block
2006-12-12 12:27:59 +00:00
csantossaenz
8e5d604263
Fixed problem with the update of cmi.entry adding conditions in the first php block
2006-12-12 11:57:00 +00:00
skodak
f16242ce61
MDL-7887 Multilang upgrade to new tags in Moodle 1.8
2006-12-12 10:39:17 +00:00
tjhunt
9016b062e7
MDL-7602 - Multianswer question type only works with invalid HTML. Merged from MOODLE_17_STABLE.
2006-12-12 08:58:53 +00:00
toyomoyo
62fb666445
making default scope col for <th>
2006-12-12 08:11:49 +00:00