thepurpleblob
713b2a2f71
MDL-10531:
...
GIFT now handles Essay and Description type questions. See help/docs.
Merged from STABLE_18
2007-07-21 07:48:56 +00:00
toyomoyo
c55dee3fa9
MDL-10181, user management improvements fixes
2007-07-13 08:26:47 +00:00
thepurpleblob
c569a97541
MDL-10415:
...
Documentation for Aiken format added back, plus a few other minor improvements.
2007-07-11 09:58:11 +00:00
poltawski
0d53808b11
MDL-10311 Group import broken - missing lang strings & slight helpfile update
...
merged from MOODLE_18_STABLE
2007-07-06 15:35:37 +00:00
bobopinna
6cb178cd20
Fixed help title
2007-07-03 12:13:52 +00:00
bobopinna
5a11f4c35e
Added missing help files
2007-07-03 12:04:17 +00:00
wildgirl
0825e989d0
improved help file - MDL-5074 and MDL-5075 fixes
2007-06-29 14:26:29 +00:00
wildgirl
bd5e35c2f1
old help file removed
2007-06-25 21:15:44 +00:00
wildgirl
6be58b1c18
improved help file - MDL-7073 fix
2007-06-23 10:25:03 +00:00
tjhunt
6e9debfbf1
Removing remaining references to RQP in core code. I had not realised there were so many.
By the way, I am committing this from a pub in York. Pub's with wireless, whatever next?
2007-05-24 17:25:37 +00:00
nfreear
5dbae3560e
Follow up fix for bug MDL-9890 - replacing nicolasconnault's fixes that I overwrote - sorry!
2007-05-23 14:45:49 +00:00
nfreear
f79310ed56
Big fix for MDL-9890 "Help should be well-formed, XHTML Strict and semantic"
2007-05-23 11:59:20 +00:00
toyomoyo
edb89e4bd5
MDL-8877, adding help files for changed extendenrol and groupextendenrol features
2007-05-22 02:24:31 +00:00
poltawski
307f1bcbf5
MDL-9742 Converting tabs to spaces
2007-05-08 23:19:50 +00:00
nicolasconnault
77a297d274
Fixed many xhtml errors
2007-04-20 07:54:42 +00:00
tjhunt
3e0647ffaf
MDL-9342 - Let the question author choose how the options are numbered in Multiple choices questions.
2007-04-13 21:16:04 +00:00
nicolasconnault
e025351854
MDL-9144
2007-04-04 04:31:22 +00:00
nicolasconnault
1034c280ec
MDL-9135
2007-04-04 04:22:16 +00:00
nicolasconnault
88b6d71443
MDL-7186
2007-03-30 05:21:40 +00:00
nicolasconnault
73d7d22bd1
1. Added proper breadcrumb to group/edit|create page (preserves previous grouping/group selections)
...
2. Changed "Create Orphan group" to "Create orphan group"
3. Added help string for groupenrolmentkey
4. Edited moodle docs for groups edit page
2007-03-30 02:39:46 +00:00
toyomoyo
34c26fd2e1
changing help file as helen suggested
2007-03-30 02:24:18 +00:00
toyomoyo
74fddb6da9
merged fix for MDL-8983, adding help file for hidden assignments
2007-03-29 06:38:35 +00:00
thepurpleblob
533f9aeab3
MDL-8898
...
Improvements to error handling in question bank import/export.
2007-03-14 12:55:04 +00:00
nicolasconnault
facb512c06
MDL-8792 - Simply added help icon to explain the options available regarding embedding media files in the site.
2007-03-12 05:46:41 +00:00
nicolasconnault
b2e8e723eb
MDL-8787 - Created new help file for News Forum Type, and overrode the help button for the forum type select in mod_form.php
2007-03-07 07:13:31 +00:00
nicolasconnault
7f8febdc7e
MDL-8701
2007-03-01 02:55:18 +00:00
nfreear
d02e887b69
Part of fix for Bug 2617 "Implement groupings & course modules..."
2007-02-28 14:10:18 +00:00
jmg324
a3b81262dd
MDL-8571 fixing broken links in help index
2007-02-19 12:20:10 +00:00
thepurpleblob
b942d94348
MDL-8450
Added support for including question categories in a quiz export.
2007-02-07 10:02:31 +00:00
moodler
922259801b
Added switchrole help file! MDL-8378
2007-02-02 06:15:39 +00:00
thepurpleblob
d68f70780b
Changed remark about additional formats to direct to Modules & Plugins database.
2007-01-30 14:04:59 +00:00
thepurpleblob
3f45ebe66e
MDL-8226
Move aon & aiken import format from head into contrib. No longer maintained. Use GIFT instead.
2007-01-19 14:41:35 +00:00
moodler
6ba2c73d04
More fixes for the help on required fields
2007-01-13 04:54:44 +00:00
skodak
0f13ec8f9b
MDL-8105 some more icon class fixes including new .iconhelp for help and docs icon
2007-01-08 20:30:38 +00:00
skodak
60af27037b
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
2007-01-08 19:34:16 +00:00
moodler
df31d7fb8d
Search and replace to fix up heading style p --> h1
2007-01-05 06:40:12 +00:00
skodak
7150226896
MDL-7861 xhtml strict fixes - fixed all <br> in our code
2007-01-04 23:38:17 +00:00
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
toyomoyo
58f779ab11
MDL-7861, adding a missing tag
2007-01-03 07:34:35 +00:00
toyomoyo
661b912bfa
fixing broken xhtml MLD-7861
2006-12-20 07:15:23 +00:00
tjhunt
09db6da231
MDL-7972 - improve GIFT import export for truefalse questions.
...
Also clean up whitespace in question/format/gift/format.php.
MDL-7928 - Numerical question type should use * for the match anything answer - GIFT format part. - Merged from MOODLE_17_STABLE.
2006-12-18 16:38:58 +00:00
toyomoyo
fbd24d333b
MDL-7861, making moodle xhtml strict, adding missing alt text
2006-12-18 04:53:02 +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
toyomoyo
3f5abcb20a
accessibility fixes
2006-12-14 07:48:40 +00:00
toyomoyo
077f381461
accessiblity, associating <th> with respective row or col
2006-12-13 08:24:23 +00:00
toyomoyo
0d0e48d464
addming missing help file
2006-12-11 06:29:34 +00:00
mark-nielsen
eb302b1914
Merged in fix for MDL-7418
2006-12-08 18:48:01 +00:00
vyshane
c47a721112
New shortcut for language dropdown.
2006-12-08 04:42:39 +00:00
gbateson
30a281d3c1
Add information about columns in "ClickTrail Report" table
2006-12-08 04:22:57 +00:00
gbateson
070f9c8707
abandoned attempts are now included in all reports
2006-12-08 04:18:54 +00:00