]> git.mjollnir.org Git - moodle.git/log
moodle.git
19 years agoThese are no longer needed because the restore functions are part of the questiontype...
gustav_delius [Wed, 22 Mar 2006 11:56:04 +0000 (11:56 +0000)]
These are no longer needed because the restore functions are part of the questiontype classes now.

19 years agorqp questions set the type to rqp_nn where nn is the rqp_type id
gustav_delius [Wed, 22 Mar 2006 11:19:26 +0000 (11:19 +0000)]
rqp questions set the type to rqp_nn where nn is the rqp_type id

19 years agoQuestiontypes are doing their own database upgrade now.
gustav_delius [Wed, 22 Mar 2006 10:44:54 +0000 (10:44 +0000)]
Questiontypes are doing their own database upgrade now.
I modified the enrollment plugin mechanism to work for any type of plugin

19 years agoRecode qtypes during restore of old backups.
gustav_delius [Wed, 22 Mar 2006 10:32:29 +0000 (10:32 +0000)]
Recode qtypes during restore of old backups.

19 years agoBumped the backup version because I need this version in the question restore code.
gustav_delius [Wed, 22 Mar 2006 10:28:42 +0000 (10:28 +0000)]
Bumped the backup version because I need this version in the question restore code.

19 years agoSome styles for block blog tags
ikawhero [Wed, 22 Mar 2006 10:14:52 +0000 (10:14 +0000)]
Some styles for block blog tags

19 years agoAdded colours (correct Aust English spelling) for block blog tags
ikawhero [Wed, 22 Mar 2006 10:14:08 +0000 (10:14 +0000)]
Added colours (correct Aust English spelling) for block blog tags

19 years agoTweaky tweaky tweak
moodler [Wed, 22 Mar 2006 09:53:13 +0000 (09:53 +0000)]
Tweaky tweaky tweak

19 years agoCleanups
moodler [Wed, 22 Mar 2006 09:49:29 +0000 (09:49 +0000)]
Cleanups

19 years agoFixed up hardcoded tables with notice_yesno
moodler [Wed, 22 Mar 2006 09:43:10 +0000 (09:43 +0000)]
Fixed up hardcoded tables with notice_yesno

19 years agoCleaned up table of fields
moodler [Wed, 22 Mar 2006 09:33:29 +0000 (09:33 +0000)]
Cleaned up table of fields

19 years agoCorrected variable reference - was causing problems with SQL inserts/updates.
ikawhero [Wed, 22 Mar 2006 09:16:08 +0000 (09:16 +0000)]
Corrected variable reference - was causing problems with SQL inserts/updates.

19 years agoThe menu to add fields is now more accessible
moodler [Wed, 22 Mar 2006 09:14:44 +0000 (09:14 +0000)]
The menu to add fields is now more accessible

19 years agoFixing more typos
moodler [Wed, 22 Mar 2006 08:56:47 +0000 (08:56 +0000)]
Fixing more typos

19 years agoFixing silly stuff
moodler [Wed, 22 Mar 2006 08:44:26 +0000 (08:44 +0000)]
Fixing silly stuff

19 years agoIn preparation of the qtype plugin-mechanism give set version information for all...
gustav_delius [Wed, 22 Mar 2006 08:41:56 +0000 (08:41 +0000)]
In preparation of the qtype plugin-mechanism give set version information for all questiontypes that already have database tables.

19 years agoInitialise variable usedtags.
ikawhero [Wed, 22 Mar 2006 08:38:47 +0000 (08:38 +0000)]
Initialise variable usedtags.

19 years agoFixes
moodler [Wed, 22 Mar 2006 08:32:54 +0000 (08:32 +0000)]
Fixes

19 years agoLots and lots and lots of cleanup for the data module code, mostly
moodler [Wed, 22 Mar 2006 08:07:26 +0000 (08:07 +0000)]
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!

19 years agoFix for Bug #4954
vyshane [Wed, 22 Mar 2006 07:07:57 +0000 (07:07 +0000)]
Fix for Bug #4954
Patch submitted by jun at catalyst dot net dot nz

19 years agoAdded $CFG->pagepath for Moodle Doc link.
vyshane [Wed, 22 Mar 2006 04:15:00 +0000 (04:15 +0000)]
Added $CFG->pagepath for Moodle Doc link.

19 years agoAdded $forcelang optional parameter. This is useful if we want to get help.php
vyshane [Wed, 22 Mar 2006 03:16:27 +0000 (03:16 +0000)]
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.

19 years agoFixed preview link bug (Bug #4942). Made the preview popup use /help.php for a
vyshane [Wed, 22 Mar 2006 03:13:31 +0000 (03:13 +0000)]
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.

19 years agoAbolished the qtype integers. The question types are now indexed by their name as...
gustav_delius [Tue, 21 Mar 2006 23:08:36 +0000 (23:08 +0000)]
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.

19 years agoMinor changes to RSSlib - main change is augnmented PHPdoc for the issues in RSS...
danstowell [Tue, 21 Mar 2006 22:35:23 +0000 (22:35 +0000)]
Minor changes to RSSlib - main change is augnmented PHPdoc for the issues in RSS enclosures

19 years agoRestore works again, except for random questions.
gustav_delius [Tue, 21 Mar 2006 22:35:03 +0000 (22:35 +0000)]
Restore works again, except for random questions.

19 years agoMoving question restore code into questiontype classes. The restore is now temporaril...
gustav_delius [Tue, 21 Mar 2006 20:59:32 +0000 (20:59 +0000)]
Moving question restore code into questiontype classes. The restore is now temporarily broken but I will fix it as soon as I get home.

19 years agoFix bug 4952
gustav_delius [Tue, 21 Mar 2006 20:55:23 +0000 (20:55 +0000)]
Fix bug 4952

19 years agofix listed in bug 3834 applied
dhawes [Tue, 21 Mar 2006 20:54:50 +0000 (20:54 +0000)]
fix listed in bug 3834 applied

19 years agoSome excess of security was causing Bug 4713.
stronk7 [Tue, 21 Mar 2006 20:08:51 +0000 (20:08 +0000)]
Some excess of security was causing Bug 4713.
(http://moodle.org/bugs/bug.php?op=show&bugid=4713)

Merged from MOODLE_15_STABLE

19 years agoMoved questiontype specific backup functions into questiontype classes
gustav_delius [Tue, 21 Mar 2006 18:15:09 +0000 (18:15 +0000)]
Moved questiontype specific backup functions into questiontype classes

19 years agoFixed bug in make_mod_upload_directory() vecause of new lang packs
moodler [Tue, 21 Mar 2006 16:57:32 +0000 (16:57 +0000)]
Fixed bug in make_mod_upload_directory() vecause of new lang packs

19 years agoNow the question backup code has been separated from the quiz backup code.
gustav_delius [Tue, 21 Mar 2006 16:50:42 +0000 (16:50 +0000)]
Now the question backup code has been separated from the quiz backup code.

19 years agoPart fix, bug 4943: print_simple_box behaviour changed. Now aligns box, and shrinks...
nfreear [Tue, 21 Mar 2006 16:29:50 +0000 (16:29 +0000)]
Part fix, bug 4943: print_simple_box behaviour changed. Now aligns box, and shrinks to fit for left/right-alignment.

19 years agoMoving question backup from mod/quiz/ to question/. In a first step I am making a...
gustav_delius [Tue, 21 Mar 2006 15:38:35 +0000 (15:38 +0000)]
Moving question backup from mod/quiz/ to question/. In a first step I am making a duplicate copy of the whole backuplib.php. Next I will go in and delete the question backupcode from mod/quiz/backuplib.php and the quiz backup code from question/backuplib.php

19 years agoFixed small problem in delete_question()
gustav_delius [Tue, 21 Mar 2006 15:33:30 +0000 (15:33 +0000)]
Fixed small problem in delete_question()

19 years agoClarify doc comment.
tjhunt [Tue, 21 Mar 2006 14:09:55 +0000 (14:09 +0000)]
Clarify doc comment.

19 years agoRemoved unused global (see bug #4948)
thepurpleblob [Tue, 21 Mar 2006 13:38:36 +0000 (13:38 +0000)]
Removed unused global (see bug #4948)

19 years agoRename backup_ids_uk constraint to include prefix to allow easy installation of multi...
anthonyforth [Tue, 21 Mar 2006 10:31:28 +0000 (10:31 +0000)]
Rename backup_ids_uk constraint to include prefix to allow easy installation of multiple instances from one database.

19 years agoFIxes for some question styles that were getting confused by the new /question
moodler [Tue, 21 Mar 2006 09:39:15 +0000 (09:39 +0000)]
FIxes for some question styles that were getting confused by the new /question
directory

19 years agoNo reports or grading when there are no questions
moodler [Tue, 21 Mar 2006 09:28:08 +0000 (09:28 +0000)]
No reports or grading when there are no questions

19 years agoChristian's code to support time delays
moodler [Tue, 21 Mar 2006 09:24:47 +0000 (09:24 +0000)]
Christian's code to support time delays

19 years agoRemoving language files we don't need
moodler [Tue, 21 Mar 2006 09:23:20 +0000 (09:23 +0000)]
Removing language files we don't need

19 years agoJust another warning
moodler [Tue, 21 Mar 2006 09:21:00 +0000 (09:21 +0000)]
Just another warning

19 years agoRemoved errant help file
moodler [Tue, 21 Mar 2006 09:16:22 +0000 (09:16 +0000)]
Removed errant help file

19 years agoImprove the English
moodler [Tue, 21 Mar 2006 09:12:38 +0000 (09:12 +0000)]
Improve the English

19 years agoChange of function name, no actual change
moodler [Tue, 21 Mar 2006 09:08:57 +0000 (09:08 +0000)]
Change of function name, no actual change

19 years agoOld change, just removing a comment
moodler [Tue, 21 Mar 2006 09:08:16 +0000 (09:08 +0000)]
Old change, just removing a comment

19 years agoChristian's changes to update Resources when files are moved
moodler [Tue, 21 Mar 2006 09:07:19 +0000 (09:07 +0000)]
Christian's changes to update Resources when files are moved

I've not checked this closely but it seems to work

19 years agoMoved code to delete questions and question categories to lib/questionlib.php
gustav_delius [Tue, 21 Mar 2006 09:06:34 +0000 (09:06 +0000)]
Moved code to delete questions and question categories to lib/questionlib.php
Also fixed bug 4949

19 years agoAha, the link to the new reset feature
moodler [Tue, 21 Mar 2006 09:04:22 +0000 (09:04 +0000)]
Aha, the link to the new reset feature

19 years agoChecking in an old change
moodler [Tue, 21 Mar 2006 09:03:30 +0000 (09:03 +0000)]
Checking in an old change

19 years agoShow tag name in the RSS feed
moodler [Tue, 21 Mar 2006 08:56:20 +0000 (08:56 +0000)]
Show tag name in the RSS feed

19 years agoSmall patches while I contemplate rewriting all those patches from scratch
moodler [Tue, 21 Mar 2006 08:04:15 +0000 (08:04 +0000)]
Small patches while I contemplate rewriting all those patches from scratch

19 years agoFilled in string for blog tags block
moodler [Tue, 21 Mar 2006 07:37:12 +0000 (07:37 +0000)]
Filled in string for blog tags block

19 years agoNew feature: you can now reset a course simply and easily using the new
moodler [Tue, 21 Mar 2006 07:34:33 +0000 (07:34 +0000)]
New feature:  you can now reset a course simply and easily using the new
"Reset" item on the course admin menu.

This allows you to delete user data from the course without touching the
course itself.

19 years agoBug #4887
vyshane [Tue, 21 Mar 2006 07:03:37 +0000 (07:03 +0000)]
Bug #4887

19 years agoAdded $CFG->pagepath for Moodle Docs.
vyshane [Tue, 21 Mar 2006 04:59:55 +0000 (04:59 +0000)]
Added $CFG->pagepath for Moodle Docs.

19 years agoAdded language strings for CVS imports.
vyshane [Tue, 21 Mar 2006 04:38:05 +0000 (04:38 +0000)]
Added language strings for CVS imports.

19 years agoAdded CSV import facility for the data module. Fixed notice for checkbox and
vyshane [Tue, 21 Mar 2006 04:36:36 +0000 (04:36 +0000)]
Added CSV import facility for the data module. Fixed notice for checkbox and
multimenu field types.

19 years agoFixed Bug #4945
vyshane [Tue, 21 Mar 2006 03:11:38 +0000 (03:11 +0000)]
Fixed Bug #4945

19 years agoTweaking output and layout
moodler [Tue, 21 Mar 2006 01:35:42 +0000 (01:35 +0000)]
Tweaking output and layout

19 years agoImproved language strings used during deletion of courses
gustav_delius [Mon, 20 Mar 2006 23:05:35 +0000 (23:05 +0000)]
Improved language strings used during deletion of courses

19 years agoSome improvements to delete_question()
gustav_delius [Mon, 20 Mar 2006 23:04:22 +0000 (23:04 +0000)]
Some improvements to delete_question()

19 years agoMoved the quiz constants into lib.php to keep things simple.
gustav_delius [Mon, 20 Mar 2006 20:59:46 +0000 (20:59 +0000)]
Moved the quiz constants into lib.php to keep things simple.

19 years agoRename quiz_default_questiontype to default_questiontype
gustav_delius [Mon, 20 Mar 2006 20:52:18 +0000 (20:52 +0000)]
Rename quiz_default_questiontype to default_questiontype

19 years agoRenaming constants QUIZ_ADAPTIVE and QUIZ_IGNORE_DUPRESP to QUESTION_..... and moved...
gustav_delius [Mon, 20 Mar 2006 20:45:55 +0000 (20:45 +0000)]
Renaming constants QUIZ_ADAPTIVE and QUIZ_IGNORE_DUPRESP to QUESTION_..... and moved them to lib/questionlib.php because they are used for question-level options.

19 years agoRemoved references to quiz
gustav_delius [Mon, 20 Mar 2006 20:19:29 +0000 (20:19 +0000)]
Removed references to quiz

19 years agoAutomatic installer.php by installer_builder (20060320)
stronk7 [Mon, 20 Mar 2006 16:25:00 +0000 (16:25 +0000)]
Automatic installer.php by installer_builder (20060320)

19 years agoRename a link
moodler [Mon, 20 Mar 2006 15:56:19 +0000 (15:56 +0000)]
Rename a link

19 years agoTidy form a tiny bit
moodler [Mon, 20 Mar 2006 15:55:08 +0000 (15:55 +0000)]
Tidy form a tiny bit

19 years agoSome new default styles for generaltables
moodler [Mon, 20 Mar 2006 15:44:07 +0000 (15:44 +0000)]
Some new default styles for generaltables

19 years agoSmall fix for admin menu layout and also print_table
moodler [Mon, 20 Mar 2006 15:33:18 +0000 (15:33 +0000)]
Small fix for admin menu layout and also print_table

19 years agoSlight, temporary fix for one thing caused by new print_simple_box (see bug 4943)
moodler [Mon, 20 Mar 2006 15:27:35 +0000 (15:27 +0000)]
Slight, temporary fix for one thing caused by new print_simple_box (see bug 4943)

19 years agoRemoved comments for global filter settings.
thepurpleblob [Mon, 20 Mar 2006 15:06:10 +0000 (15:06 +0000)]
Removed comments for global filter settings.
These now have a GUI option on the admin=>filters page

19 years agoAdded explanatory note about encodings in imported files.
thepurpleblob [Mon, 20 Mar 2006 13:48:33 +0000 (13:48 +0000)]
Added explanatory note about encodings in imported files.

19 years agoNew string
moodler [Mon, 20 Mar 2006 13:12:21 +0000 (13:12 +0000)]
New string

19 years agoSome new strings
moodler [Mon, 20 Mar 2006 12:50:22 +0000 (12:50 +0000)]
Some new strings

19 years agoRSS should be fully working now
moodler [Mon, 20 Mar 2006 12:45:36 +0000 (12:45 +0000)]
RSS should be fully working now

but phew, we need to clean up that old simpblog stuff with all the wierd
variable names.  ;-)

19 years agoSpeedup! get_timezone_record wasn't caching! :-)
moodler [Mon, 20 Mar 2006 09:36:47 +0000 (09:36 +0000)]
Speedup!   get_timezone_record wasn't caching!  :-)

19 years agoBlock for listing blog tags
ikawhero [Mon, 20 Mar 2006 08:28:25 +0000 (08:28 +0000)]
Block for listing blog tags

19 years agoPut some default times in for people who were tracking dev
moodler [Mon, 20 Mar 2006 07:47:41 +0000 (07:47 +0000)]
Put some default times in for people who were tracking dev

19 years agoAdd timemodified to blog_tag_instance records and some clean up
moodler [Mon, 20 Mar 2006 07:45:55 +0000 (07:45 +0000)]
Add timemodified to blog_tag_instance records and some clean up

19 years agoAdded timemodified to blog_tag_instance table and some indexes
moodler [Mon, 20 Mar 2006 07:40:55 +0000 (07:40 +0000)]
Added timemodified to blog_tag_instance table and some indexes

19 years agoAdded a new field "module" to the post table to indicate what type of module
moodler [Mon, 20 Mar 2006 07:13:21 +0000 (07:13 +0000)]
Added a new field "module" to the post table to indicate what type of module
each entry is

19 years agotag support in rss
moodler [Mon, 20 Mar 2006 05:48:40 +0000 (05:48 +0000)]
tag support in rss

19 years agoSLightly more efficiency to help keep the cached_text table smaller see bug 4677
moodler [Mon, 20 Mar 2006 02:33:41 +0000 (02:33 +0000)]
SLightly more efficiency to help keep the cached_text table smaller see bug 4677

19 years agoEmail encoding only can be specified if $CFG->unicodedb=true
stronk7 [Sun, 19 Mar 2006 20:42:34 +0000 (20:42 +0000)]
Email encoding only can be specified if $CFG->unicodedb=true

19 years agoTeacher-provided text is now printed without cleaning.
gustav_delius [Sun, 19 Mar 2006 19:49:37 +0000 (19:49 +0000)]
Teacher-provided text is now printed without cleaning.

19 years agoShow All link below question list.
gustav_delius [Sun, 19 Mar 2006 19:23:07 +0000 (19:23 +0000)]
Show All link below question list.

19 years agoRemoved a notice
gustav_delius [Sun, 19 Mar 2006 18:33:35 +0000 (18:33 +0000)]
Removed a notice

19 years agoAlmost forgot to take out diagnostic echo
gustav_delius [Sun, 19 Mar 2006 18:31:48 +0000 (18:31 +0000)]
Almost forgot to take out diagnostic echo

19 years agoImproved handling of event types so that now graded states can always be distinguishe...
gustav_delius [Sun, 19 Mar 2006 18:28:29 +0000 (18:28 +0000)]
Improved handling of event types so that now graded states can always be distinguished from ungraded ones.

19 years agoSmall correction to comment
gustav_delius [Sun, 19 Mar 2006 12:19:49 +0000 (12:19 +0000)]
Small correction to comment

19 years agoNotice killing... ;-)
stronk7 [Sun, 19 Mar 2006 11:13:16 +0000 (11:13 +0000)]
Notice killing...  ;-)

19 years agoNotice killing... ;-)
stronk7 [Sun, 19 Mar 2006 11:10:25 +0000 (11:10 +0000)]
Notice killing... ;-)

19 years agoslightly more informative error message
gustav_delius [Sun, 19 Mar 2006 11:05:04 +0000 (11:05 +0000)]
slightly more informative error message

19 years agoDon't try to recode empty answers.
gustav_delius [Sun, 19 Mar 2006 11:03:12 +0000 (11:03 +0000)]
Don't try to recode empty answers.

19 years agoI hadn't known that ! has higher precedence than ==
gustav_delius [Sun, 19 Mar 2006 11:02:36 +0000 (11:02 +0000)]
I hadn't known that ! has higher precedence than ==

19 years agominiscule change: subquestion code only has to be unique within question
gustav_delius [Sun, 19 Mar 2006 10:43:12 +0000 (10:43 +0000)]
miniscule change: subquestion code only has to be unique within question