]>
git.mjollnir.org Git - moodle.git/log
vyshane [Wed, 22 Mar 2006 04:15:00 +0000 (04:15 +0000)]
Added $CFG->pagepath for Moodle Doc link.
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.
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.
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.
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
gustav_delius [Tue, 21 Mar 2006 22:35:03 +0000 (22:35 +0000)]
Restore works again, except for random questions.
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.
gustav_delius [Tue, 21 Mar 2006 20:55:23 +0000 (20:55 +0000)]
Fix bug 4952
dhawes [Tue, 21 Mar 2006 20:54:50 +0000 (20:54 +0000)]
fix listed in bug 3834 applied
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
gustav_delius [Tue, 21 Mar 2006 18:15:09 +0000 (18:15 +0000)]
Moved questiontype specific backup functions into questiontype classes
moodler [Tue, 21 Mar 2006 16:57:32 +0000 (16:57 +0000)]
Fixed bug in make_mod_upload_directory() vecause of new lang packs
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.
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.
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
gustav_delius [Tue, 21 Mar 2006 15:33:30 +0000 (15:33 +0000)]
Fixed small problem in delete_question()
tjhunt [Tue, 21 Mar 2006 14:09:55 +0000 (14:09 +0000)]
Clarify doc comment.
thepurpleblob [Tue, 21 Mar 2006 13:38:36 +0000 (13:38 +0000)]
Removed unused global (see bug #4948)
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.
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
moodler [Tue, 21 Mar 2006 09:28:08 +0000 (09:28 +0000)]
No reports or grading when there are no questions
moodler [Tue, 21 Mar 2006 09:24:47 +0000 (09:24 +0000)]
Christian's code to support time delays
moodler [Tue, 21 Mar 2006 09:23:20 +0000 (09:23 +0000)]
Removing language files we don't need
moodler [Tue, 21 Mar 2006 09:21:00 +0000 (09:21 +0000)]
Just another warning
moodler [Tue, 21 Mar 2006 09:16:22 +0000 (09:16 +0000)]
Removed errant help file
moodler [Tue, 21 Mar 2006 09:12:38 +0000 (09:12 +0000)]
Improve the English
moodler [Tue, 21 Mar 2006 09:08:57 +0000 (09:08 +0000)]
Change of function name, no actual change
moodler [Tue, 21 Mar 2006 09:08:16 +0000 (09:08 +0000)]
Old change, just removing a comment
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
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
moodler [Tue, 21 Mar 2006 09:04:22 +0000 (09:04 +0000)]
Aha, the link to the new reset feature
moodler [Tue, 21 Mar 2006 09:03:30 +0000 (09:03 +0000)]
Checking in an old change
moodler [Tue, 21 Mar 2006 08:56:20 +0000 (08:56 +0000)]
Show tag name in the RSS feed
moodler [Tue, 21 Mar 2006 08:04:15 +0000 (08:04 +0000)]
Small patches while I contemplate rewriting all those patches from scratch
moodler [Tue, 21 Mar 2006 07:37:12 +0000 (07:37 +0000)]
Filled in string for blog tags block
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.
vyshane [Tue, 21 Mar 2006 07:03:37 +0000 (07:03 +0000)]
Bug #4887
vyshane [Tue, 21 Mar 2006 04:59:55 +0000 (04:59 +0000)]
Added $CFG->pagepath for Moodle Docs.
vyshane [Tue, 21 Mar 2006 04:38:05 +0000 (04:38 +0000)]
Added language strings for CVS imports.
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.
vyshane [Tue, 21 Mar 2006 03:11:38 +0000 (03:11 +0000)]
Fixed Bug #4945
moodler [Tue, 21 Mar 2006 01:35:42 +0000 (01:35 +0000)]
Tweaking output and layout
gustav_delius [Mon, 20 Mar 2006 23:05:35 +0000 (23:05 +0000)]
Improved language strings used during deletion of courses
gustav_delius [Mon, 20 Mar 2006 23:04:22 +0000 (23:04 +0000)]
Some improvements to delete_question()
gustav_delius [Mon, 20 Mar 2006 20:59:46 +0000 (20:59 +0000)]
Moved the quiz constants into lib.php to keep things simple.
gustav_delius [Mon, 20 Mar 2006 20:52:18 +0000 (20:52 +0000)]
Rename quiz_default_questiontype to default_questiontype
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.
gustav_delius [Mon, 20 Mar 2006 20:19:29 +0000 (20:19 +0000)]
Removed references to quiz
stronk7 [Mon, 20 Mar 2006 16:25:00 +0000 (16:25 +0000)]
Automatic installer.php by installer_builder (
20060320 )
moodler [Mon, 20 Mar 2006 15:56:19 +0000 (15:56 +0000)]
Rename a link
moodler [Mon, 20 Mar 2006 15:55:08 +0000 (15:55 +0000)]
Tidy form a tiny bit
moodler [Mon, 20 Mar 2006 15:44:07 +0000 (15:44 +0000)]
Some new default styles for generaltables
moodler [Mon, 20 Mar 2006 15:33:18 +0000 (15:33 +0000)]
Small fix for admin menu layout and also print_table
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)
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
thepurpleblob [Mon, 20 Mar 2006 13:48:33 +0000 (13:48 +0000)]
Added explanatory note about encodings in imported files.
moodler [Mon, 20 Mar 2006 13:12:21 +0000 (13:12 +0000)]
New string
moodler [Mon, 20 Mar 2006 12:50:22 +0000 (12:50 +0000)]
Some new strings
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. ;-)
moodler [Mon, 20 Mar 2006 09:36:47 +0000 (09:36 +0000)]
Speedup! get_timezone_record wasn't caching! :-)
ikawhero [Mon, 20 Mar 2006 08:28:25 +0000 (08:28 +0000)]
Block for listing blog tags
moodler [Mon, 20 Mar 2006 07:47:41 +0000 (07:47 +0000)]
Put some default times in for people who were tracking dev
moodler [Mon, 20 Mar 2006 07:45:55 +0000 (07:45 +0000)]
Add timemodified to blog_tag_instance records and some clean up
moodler [Mon, 20 Mar 2006 07:40:55 +0000 (07:40 +0000)]
Added timemodified to blog_tag_instance table and some indexes
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
moodler [Mon, 20 Mar 2006 05:48:40 +0000 (05:48 +0000)]
tag support in rss
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
stronk7 [Sun, 19 Mar 2006 20:42:34 +0000 (20:42 +0000)]
Email encoding only can be specified if $CFG->unicodedb=true
gustav_delius [Sun, 19 Mar 2006 19:49:37 +0000 (19:49 +0000)]
Teacher-provided text is now printed without cleaning.
gustav_delius [Sun, 19 Mar 2006 19:23:07 +0000 (19:23 +0000)]
Show All link below question list.
gustav_delius [Sun, 19 Mar 2006 18:33:35 +0000 (18:33 +0000)]
Removed a notice
gustav_delius [Sun, 19 Mar 2006 18:31:48 +0000 (18:31 +0000)]
Almost forgot to take out diagnostic echo
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.
gustav_delius [Sun, 19 Mar 2006 12:19:49 +0000 (12:19 +0000)]
Small correction to comment
stronk7 [Sun, 19 Mar 2006 11:13:16 +0000 (11:13 +0000)]
Notice killing... ;-)
stronk7 [Sun, 19 Mar 2006 11:10:25 +0000 (11:10 +0000)]
Notice killing... ;-)
gustav_delius [Sun, 19 Mar 2006 11:05:04 +0000 (11:05 +0000)]
slightly more informative error message
gustav_delius [Sun, 19 Mar 2006 11:03:12 +0000 (11:03 +0000)]
Don't try to recode empty answers.
gustav_delius [Sun, 19 Mar 2006 11:02:36 +0000 (11:02 +0000)]
I hadn't known that ! has higher precedence than ==
gustav_delius [Sun, 19 Mar 2006 10:43:12 +0000 (10:43 +0000)]
miniscule change: subquestion code only has to be unique within question
gustav_delius [Sun, 19 Mar 2006 10:21:23 +0000 (10:21 +0000)]
temporary fix to essay print_question... This really should be converted to using templates.
stronk7 [Sun, 19 Mar 2006 10:04:24 +0000 (10:04 +0000)]
Automatic installer.php by installer_builder (
20060319 )
gustav_delius [Sun, 19 Mar 2006 09:50:43 +0000 (09:50 +0000)]
Fixed backup and restore for match questions
gustav_delius [Sun, 19 Mar 2006 09:20:42 +0000 (09:20 +0000)]
Fixed multichoice restore
Print message when recoding fails
stronk7 [Sun, 19 Mar 2006 02:46:56 +0000 (02:46 +0000)]
Now the user emailcharset setting can fallback to the site emailcharset setting.
stronk7 [Sun, 19 Mar 2006 02:38:21 +0000 (02:38 +0000)]
Now encode_mimeheader() only encodes the header if it isn't 100% ASCII.
stronk7 [Sun, 19 Mar 2006 02:35:50 +0000 (02:35 +0000)]
Starting NOW we are using our own encode_mimeheader() function to
generate all Moodle emails. Only applied if we are running under
$CFG->unicodedb. Tested with postfix and sendmail servers and
Thunderbird, Mail and Entourage mail clients...
Test, test, test....!
mark-nielsen [Sun, 19 Mar 2006 02:16:00 +0000 (02:16 +0000)]
[Fixed] this page was shooting of warnings for unset variable score. Now checks to make sure score is set before using it.
mark-nielsen [Sun, 19 Mar 2006 02:08:37 +0000 (02:08 +0000)]
cleaned up the left menu feature output by removing an unused form and several unnecessary string concatenations
stronk7 [Sun, 19 Mar 2006 02:07:51 +0000 (02:07 +0000)]
Updating phpmailer to 1.73. Some bugs solved.
stronk7 [Sun, 19 Mar 2006 02:06:06 +0000 (02:06 +0000)]
Updating phpmailer to 1.73. DOS linefeeds are now out.
stronk7 [Sun, 19 Mar 2006 02:03:02 +0000 (02:03 +0000)]
Updating phpmailer to 1.73. Language files.
mark-nielsen [Sun, 19 Mar 2006 01:53:50 +0000 (01:53 +0000)]
[Changed] The print_simple_box_start/stop changes conflicted greatly with the display of branch table buttons (the box printed above the buttons some how :( ) To fix this, the tables were taken out and divs were used instead to display and arrange the buttons. This turns out to be a good thing because now the user has more control over the buttons via style sheet. Also did some extra clean up in the section of code printing the branch table.
[Added] new styles to styles.php to help display the buttons correctly.
stronk7 [Sun, 19 Mar 2006 01:09:15 +0000 (01:09 +0000)]
Function encode_mimeheader() added. Finally, it seems that we have to
use our own function because phpmailer one doesn't handle multi-byte
characters, breaking them.
gbateson [Sat, 18 Mar 2006 23:47:56 +0000 (23:47 +0000)]
increase gap size for long answers in JCloze
koenr [Sat, 18 Mar 2006 20:52:50 +0000 (20:52 +0000)]
these files have two titles
koenr [Sat, 18 Mar 2006 20:41:24 +0000 (20:41 +0000)]
changed titles to Moodle standard helpfile titles
stronk7 [Sat, 18 Mar 2006 17:48:52 +0000 (17:48 +0000)]
First cut of email working with any encoding. Works practically ok but
I've to check something that seems to be a bug in the build of the
subject. Sendind it to CVS to check the code under Win32 and Linux.
gustav_delius [Sat, 18 Mar 2006 14:14:55 +0000 (14:14 +0000)]
Multianswer restore now works.
Timelimit is rounded to integer before saving in the database
Some more diagnostic error messages
Towards more plugable question types: $QUIZ_MENU is now populated by the question types themselves.
skodak [Sat, 18 Mar 2006 10:07:35 +0000 (10:07 +0000)]
fixed warning