19261 Commits

Author SHA1 Message Date
gustav_delius
4dca7e51ca Some minor improvements in the handling of review options, the setting of timestamp, and improvements to the documentation 2006-03-22 17:22:36 +00:00
nfreear
48943f403c Accessibility: fixed bug 4012 x9, added Alt, filled empty Alt-link text. 2006-03-22 17:19:46 +00:00
gustav_delius
609c7d517d Fixed bug 4953 2006-03-22 17:18:55 +00:00
ikawhero
7d61cf6596 Added sorting - needs generalising. 2006-03-22 16:48:35 +00:00
thepurpleblob
4b920216ac New help popup for import option 'match grades'.
Needs some more info.
2006-03-22 16:44:47 +00:00
thepurpleblob
76f0a33403 Grades in imported questions must match grades option list.
Added option to either generate error or match to nearest valid value if they don't
2006-03-22 16:30:14 +00:00
thepurpleblob
8511669cb9 Added function for matching/checking question grades on quiz import. 2006-03-22 16:27:46 +00:00
thepurpleblob
e86ce920fa Added new strings for question grade matching 2006-03-22 16:27:04 +00:00
moodler
1472fc4b36 Fingers were on auto-pilot obviously! Thanks Mits! 2006-03-22 15:54:54 +00:00
moodler
a835f1c343 Removed some debugging 2006-03-22 14:55:49 +00:00
thepurpleblob
b4db945e40 Grade option list generation now out to library 2006-03-22 14:44:33 +00:00
thepurpleblob
e9de436630 Split out grade option list generation, so it can be used in import/export too. 2006-03-22 14:43:55 +00:00
moodler
f0497d6ff0 Various cleanups 2006-03-22 14:31:32 +00:00
moodler
6c74c1da70 Some language modifications 2006-03-22 14:31:06 +00:00
gustav_delius
dfa47f965c Cleanup: don't use questiontype constants within questiontypes 2006-03-22 13:51:25 +00:00
moodler
26d93549f5 Fixed up some styles and pagepath for field-editing pages 2006-03-22 13:38:29 +00:00
gustav_delius
76a1cf366e Don't name script files after the plugin, makes it more difficult to base a new plugin on an old one. 2006-03-22 12:19:40 +00:00
gustav_delius
e08eba6a66 These are no longer needed because the restore functions are part of the questiontype classes now. 2006-03-22 11:56:04 +00:00
gustav_delius
18cbc9683d rqp questions set the type to rqp_nn where nn is the rqp_type id 2006-03-22 11:19:26 +00:00
gustav_delius
ead293420d Questiontypes are doing their own database upgrade now.
I modified the enrollment plugin mechanism to work for any type of plugin
2006-03-22 10:44:54 +00:00
gustav_delius
ea889e7744 Recode qtypes during restore of old backups. 2006-03-22 10:32:29 +00:00
gustav_delius
9b908126b9 Bumped the backup version because I need this version in the question restore code. 2006-03-22 10:28:42 +00:00
ikawhero
f918fce272 Some styles for block blog tags 2006-03-22 10:14:52 +00:00
ikawhero
eaa319b355 Added colours (correct Aust English spelling) for block blog tags 2006-03-22 10:14:08 +00:00
moodler
b6ffdddaa5 Tweaky tweaky tweak 2006-03-22 09:53:13 +00:00
moodler
bf4de5b583 Cleanups 2006-03-22 09:49:29 +00:00
moodler
aa34425f43 Fixed up hardcoded tables with notice_yesno 2006-03-22 09:43:10 +00:00
moodler
9a169d1dc7 Cleaned up table of fields 2006-03-22 09:33:29 +00:00
ikawhero
976982d3e2 Corrected variable reference - was causing problems with SQL inserts/updates. 2006-03-22 09:16:08 +00:00
moodler
c9095ae670 The menu to add fields is now more accessible 2006-03-22 09:14:44 +00:00
moodler
1b0d9dca18 Fixing more typos 2006-03-22 08:56:47 +00:00
moodler
423bd918b5 Fixing silly stuff 2006-03-22 08:44:26 +00:00
gustav_delius
3be86ca6b3 In preparation of the qtype plugin-mechanism give set version information for all questiontypes that already have database tables. 2006-03-22 08:41:56 +00:00
ikawhero
78d932b793 Initialise variable usedtags. 2006-03-22 08:38:47 +00:00
moodler
ed69c72326 Fixes 2006-03-22 08:32:54 +00:00
moodler
0997e51afe Lots and lots and lots of cleanup for the data module code, mostly
to do with how the field classes worked.  Now it should be even easier
for developers.

No changes for users.  :-P

The changes are not well tested yet!
2006-03-22 08:07:26 +00:00
vyshane
53c988a403 Fix for Bug #4954
Patch submitted by jun at catalyst dot net dot nz
2006-03-22 07:07:57 +00:00
vyshane
1e9f3edb56 Added $CFG->pagepath for Moodle Doc link. 2006-03-22 04:15:00 +00:00
vyshane
c05181937a Added $forcelang optional parameter. This is useful if we want to get help.php
to display the help content in a language irrespective of the site language
settings. This is needed for /admin/helpdoc.php script. This view requires
previews for:

1) en_utf8
2) the current language the site is set to

Without the change to /help.php, 1) is not possible.
2006-03-22 03:16:27 +00:00
vyshane
3b26532171 Fixed preview link bug (Bug #4942). Made the preview popup use /help.php for a
real preview of what the help content will look like.
2006-03-22 03:13:31 +00:00
gustav_delius
6040798269 Abolished the qtype integers. The question types are now indexed by their name as specified by their directory name. This will avoid a lot of confusion in future when we have plugable question types. 2006-03-21 23:08:36 +00:00
danstowell
069b6daf76 Minor changes to RSSlib - main change is augnmented PHPdoc for the issues in RSS enclosures 2006-03-21 22:35:23 +00:00
gustav_delius
ba8f7ff02a Restore works again, except for random questions. 2006-03-21 22:35:03 +00:00
gustav_delius
315559d354 Moving question restore code into questiontype classes. The restore is now temporarily broken but I will fix it as soon as I get home. 2006-03-21 20:59:32 +00:00
gustav_delius
6af1e0b2c2 Fix bug 4952 2006-03-21 20:55:23 +00:00
dhawes
6b263129c0 fix listed in bug 3834 applied 2006-03-21 20:54:50 +00:00
stronk7
b51551e794 Some excess of security was causing Bug 4713.
(http://moodle.org/bugs/bug.php?op=show&bugid=4713)

Merged from MOODLE_15_STABLE
2006-03-21 20:08:51 +00:00
gustav_delius
c5d94c4150 Moved questiontype specific backup functions into questiontype classes 2006-03-21 18:15:09 +00:00
moodler
42431d7a30 Fixed bug in make_mod_upload_directory() vecause of new lang packs 2006-03-21 16:57:32 +00:00
gustav_delius
fe1106f0d1 Now the question backup code has been separated from the quiz backup code. 2006-03-21 16:50:42 +00:00