]> git.mjollnir.org Git - moodle.git/log
moodle.git
19 years agoNew generaltable styles added...
stronk7 [Sun, 26 Mar 2006 01:31:46 +0000 (01:31 +0000)]
New generaltable styles added...

19 years ago[Added] two new lang entries for import.php
mark-nielsen [Sun, 26 Mar 2006 00:13:37 +0000 (00:13 +0000)]
[Added] two new lang entries for import.php

19 years ago[Fixed] Import. Updated code to work with /question instead of /mod/quiz. Lead...
mark-nielsen [Sun, 26 Mar 2006 00:10:39 +0000 (00:10 +0000)]
[Fixed] Import.  Updated code to work with /question instead of /mod/quiz.  Lead to a few interal bug fixes.  Also moved two hard coded strings to the lang file.

19 years agoFixed typo.
stronk7 [Sat, 25 Mar 2006 23:43:14 +0000 (23:43 +0000)]
Fixed typo.

19 years ago[Removed] Tree view setting has been removed. Its functionality has been replaced...
mark-nielsen [Sat, 25 Mar 2006 21:43:10 +0000 (21:43 +0000)]
[Removed] Tree view setting has been removed.  Its functionality has been replaced with the tabs.

19 years ago[New Feature] Tabbed navigation added to lesson (similar to quiz)
mark-nielsen [Sat, 25 Mar 2006 21:38:57 +0000 (21:38 +0000)]
[New Feature] Tabbed navigation added to lesson (similar to quiz)
[Added] Graceful fails added to view.php, essay grading, and reports
[Changed] got rid of a lot of references to $_POST/GET/REQUEST
[Fixed] In reports, it required teacheredit, should only be teacher
[Changed] High scores - teachers can actually see them!  Also, improved output by using print_table and print_heading
[Changed] Grade essays now uses fullname() to print user names

19 years agoUse existing language string for correct answer
gustav_delius [Sat, 25 Mar 2006 21:36:00 +0000 (21:36 +0000)]
Use existing language string for correct answer

19 years ago[New] lang entries for tabs
mark-nielsen [Sat, 25 Mar 2006 21:29:20 +0000 (21:29 +0000)]
[New] lang entries for tabs
[Changed] old lang entries to help bring consistancy and unity to the different lesson pages

19 years agoShortened and simplified a string, so that it fits better onto the quiz editing form.
gustav_delius [Sat, 25 Mar 2006 21:28:41 +0000 (21:28 +0000)]
Shortened and simplified a string, so that it fits better onto the quiz editing form.

19 years agoRemoved warning when deleting questions with no states
gustav_delius [Sat, 25 Mar 2006 21:07:11 +0000 (21:07 +0000)]
Removed warning when deleting questions with no states

19 years agoFixed typo
gustav_delius [Sat, 25 Mar 2006 21:04:44 +0000 (21:04 +0000)]
Fixed typo

19 years agoFixed some mistakes
moodler [Sat, 25 Mar 2006 17:19:42 +0000 (17:19 +0000)]
Fixed some mistakes

19 years agoReturn to the record you edited after editing
moodler [Sat, 25 Mar 2006 16:29:35 +0000 (16:29 +0000)]
Return to the record you edited after editing

19 years agoFixed some bung security logic
moodler [Sat, 25 Mar 2006 16:19:06 +0000 (16:19 +0000)]
Fixed some bung security logic

19 years agoImprovements to RSS . it could be better
moodler [Sat, 25 Mar 2006 16:12:42 +0000 (16:12 +0000)]
Improvements to RSS . it could be better

19 years agoRemovced the "generate all" button and just made it a default action for
moodler [Sat, 25 Mar 2006 14:58:14 +0000 (14:58 +0000)]
Removced the "generate all" button and just made it a default action for
new databases

19 years agoUpdate the passed-in data object when generating new templates
moodler [Sat, 25 Mar 2006 14:57:36 +0000 (14:57 +0000)]
Update the passed-in data object when generating new templates

19 years agoSmarter links for the templates tab
moodler [Sat, 25 Mar 2006 14:56:27 +0000 (14:56 +0000)]
Smarter links for the templates tab

19 years agoiChanged strings
moodler [Sat, 25 Mar 2006 14:20:00 +0000 (14:20 +0000)]
iChanged strings

19 years agoFixes for fields display
moodler [Sat, 25 Mar 2006 14:00:54 +0000 (14:00 +0000)]
Fixes for fields display

19 years agoBump! Now we support Win32 locales. B-)
stronk7 [Sat, 25 Mar 2006 12:26:33 +0000 (12:26 +0000)]
Bump! Now we support Win32 locales. B-)

Anyway some "holes" remain. See:

http://docs.moodle.org/en/Table_of_locales

19 years agoEnglish_Australia is our root Windows locale! :-P
stronk7 [Sat, 25 Mar 2006 12:21:35 +0000 (12:21 +0000)]
English_Australia is our root Windows locale! :-P

See: http://docs.moodle.org/en/Table_of_locales

19 years agoRename a string
moodler [Sat, 25 Mar 2006 08:49:20 +0000 (08:49 +0000)]
Rename a string

19 years agoBetter-looking add fields
moodler [Sat, 25 Mar 2006 08:46:35 +0000 (08:46 +0000)]
Better-looking add fields

19 years agoDon't prefix add filed with label
moodler [Sat, 25 Mar 2006 08:46:02 +0000 (08:46 +0000)]
Don't prefix add filed with label

19 years agoFixing call to upgrade_plugins since questiontypes moved to question/type
mjollnir_ [Sat, 25 Mar 2006 07:55:56 +0000 (07:55 +0000)]
Fixing call to upgrade_plugins since questiontypes moved to question/type

19 years agoAdded support for Yahoo and MSN Search
moodler [Sat, 25 Mar 2006 07:09:40 +0000 (07:09 +0000)]
Added support for Yahoo and MSN Search

19 years agoAdded question type that is used if a question of unknown type is encountered.
gustav_delius [Fri, 24 Mar 2006 21:21:59 +0000 (21:21 +0000)]
Added question type that is used if a question of unknown type is encountered.
Also removed some of the unnecessary calls to name()

19 years agoThese are no longer needed because the backup functions are part of the questiontype...
gustav_delius [Fri, 24 Mar 2006 20:44:13 +0000 (20:44 +0000)]
These are no longer needed because the backup functions are part of the questiontype classes now.

19 years agoMore time fixes for stats - under certain dst situations there could have been an...
mjollnir_ [Fri, 24 Mar 2006 20:43:38 +0000 (20:43 +0000)]
More time fixes for stats - under certain dst situations there could have been an infinite loop. Please someone who is clever about timezones & dst review this

19 years agoSetting title attribute on questiontype icons so that tooltips show the question...
gustav_delius [Fri, 24 Mar 2006 20:02:42 +0000 (20:02 +0000)]
Setting title attribute on questiontype icons so that tooltips show the question type name

19 years agoRenaming question/questiontypes/ to question/types/ as requested by Martin
gustav_delius [Fri, 24 Mar 2006 19:54:13 +0000 (19:54 +0000)]
Renaming question/questiontypes/ to question/types/ as requested by Martin

19 years agoRenaming question/questiontypes/ to question/types/ as requested by Martin
gustav_delius [Fri, 24 Mar 2006 19:31:46 +0000 (19:31 +0000)]
Renaming question/questiontypes/ to question/types/ as requested by Martin

19 years agoAccessibility: resizable icons moved to pix/a/ and renamed.
nfreear [Fri, 24 Mar 2006 17:08:47 +0000 (17:08 +0000)]
Accessibility: resizable icons moved to pix/a/ and renamed.

19 years agoAlways allow regeneration of templates
moodler [Fri, 24 Mar 2006 14:49:21 +0000 (14:49 +0000)]
Always allow regeneration of templates

19 years agoAdded missing string
thepurpleblob [Fri, 24 Mar 2006 14:49:13 +0000 (14:49 +0000)]
Added missing string

19 years agoCleaned up approval script (more security ;-))
moodler [Fri, 24 Mar 2006 14:48:54 +0000 (14:48 +0000)]
Cleaned up approval script (more security ;-))

19 years agoFixed a typo
moodler [Fri, 24 Mar 2006 14:44:55 +0000 (14:44 +0000)]
Fixed a typo

19 years agoUpdate for URL field changes.
vyshane [Fri, 24 Mar 2006 14:35:21 +0000 (14:35 +0000)]
Update for URL field changes.

19 years agoBug fixes and changes to URL field.
vyshane [Fri, 24 Mar 2006 14:34:00 +0000 (14:34 +0000)]
Bug fixes and changes to URL field.

19 years agoRenamed fields.php to field.php
moodler [Fri, 24 Mar 2006 02:44:05 +0000 (02:44 +0000)]
Renamed fields.php to field.php

19 years agoRenaming some stuff, it's the fashion this week
moodler [Fri, 24 Mar 2006 02:35:36 +0000 (02:35 +0000)]
Renaming some stuff, it's the fashion this week

19 years agoJust working out the preset file format
moodler [Fri, 24 Mar 2006 02:21:48 +0000 (02:21 +0000)]
Just working out the preset file format

19 years agoFix for Bug #4969. Renamed variable $mode to $template.
vyshane [Fri, 24 Mar 2006 02:09:15 +0000 (02:09 +0000)]
Fix for Bug #4969. Renamed variable $mode to $template.

19 years agoAdded two strings to display dates properly. For English we leave them
stronk7 [Thu, 23 Mar 2006 23:45:28 +0000 (23:45 +0000)]
Added two strings to display dates properly. For English we leave them
empty as ASCII = UTF-8

19 years agoProper fix for the module toolbar actions
patrickslee [Thu, 23 Mar 2006 23:36:20 +0000 (23:36 +0000)]
Proper fix for the module toolbar actions

19 years agoFixed group switch icon cannot set a module to use no groups
patrickslee [Thu, 23 Mar 2006 22:56:11 +0000 (22:56 +0000)]
Fixed group switch icon cannot set a module to use no groups

19 years agoRemoving questiontype settings from quiz settings page
gustav_delius [Thu, 23 Mar 2006 19:56:42 +0000 (19:56 +0000)]
Removing questiontype settings from quiz settings page

19 years agoTaking out help button from the grade option, there is really no help required.
gustav_delius [Thu, 23 Mar 2006 19:51:58 +0000 (19:51 +0000)]
Taking out help button from the grade option, there is really no help required.

19 years agoTimer now uses the client's clock. Patch contributed by Phillip Franks, see bug 4967
gustav_delius [Thu, 23 Mar 2006 19:32:24 +0000 (19:32 +0000)]
Timer now uses the client's clock. Patch contributed by Phillip Franks, see bug 4967

19 years agoTwo new $CFG runtime variables created $CFG->ostype (WINDOWS, UNIX) and
stronk7 [Thu, 23 Mar 2006 17:54:33 +0000 (17:54 +0000)]
Two new $CFG runtime variables created $CFG->ostype (WINDOWS, UNIX) and
$CFG->os (= PHP_OS) to handle it centrally. Also, although not critical,
it should be recommended to replace all the current uses of PHP_OS to the
new variables. See bug 4968.
(http://moodle.org/bugs/bug.php?op=show&bugid=4968)

19 years agoAutomatic installer.php by installer_builder (20060323)
stronk7 [Thu, 23 Mar 2006 16:52:20 +0000 (16:52 +0000)]
Automatic installer.php by installer_builder (20060323)

19 years agoAutomatic installer.php by installer_builder (20060323)
stronk7 [Thu, 23 Mar 2006 16:35:18 +0000 (16:35 +0000)]
Automatic installer.php by installer_builder (20060323)

19 years agoTable type fix. ENGINE changed to TYPE. Old mysql version issue.
ethem [Thu, 23 Mar 2006 14:26:18 +0000 (14:26 +0000)]
Table type fix. ENGINE changed to TYPE. Old mysql version issue.

19 years agoDo the module upgrades before the qtype upgrades
gustav_delius [Thu, 23 Mar 2006 13:05:40 +0000 (13:05 +0000)]
Do the module upgrades before the qtype upgrades

19 years agoAdded support for matching questions. Bug #3901
thepurpleblob [Thu, 23 Mar 2006 11:13:50 +0000 (11:13 +0000)]
Added support for matching questions. Bug #3901

19 years agoNot all questions have grades/fractions. Added check.
thepurpleblob [Thu, 23 Mar 2006 11:12:54 +0000 (11:12 +0000)]
Not all questions have grades/fractions. Added check.

19 years agoVarious tidy-ups
moodler [Thu, 23 Mar 2006 10:01:21 +0000 (10:01 +0000)]
Various tidy-ups

19 years agoBlock now configurable.
ikawhero [Thu, 23 Mar 2006 09:55:20 +0000 (09:55 +0000)]
Block now configurable.

19 years agoAdded some new strings for blog tags block
ikawhero [Thu, 23 Mar 2006 09:53:52 +0000 (09:53 +0000)]
Added some new strings for blog tags block

19 years agoFixed bug data_print_template() from /mod/data/lib.php. Extra function
vyshane [Thu, 23 Mar 2006 08:34:22 +0000 (08:34 +0000)]
Fixed bug data_print_template() from /mod/data/lib.php. Extra function
argument removed.

19 years agoTidied up the class size assignments
ikawhero [Thu, 23 Mar 2006 07:48:49 +0000 (07:48 +0000)]
Tidied up the class size assignments

19 years agoRenamed $rid to $recordid in function call $field->update_content($rid,
vyshane [Thu, 23 Mar 2006 07:20:16 +0000 (07:20 +0000)]
Renamed $rid to $recordid in function call $field->update_content($rid,
$value, $name); This fixes a bug that was causing the data_content to be
stored wrongly.

19 years agoFixed extra function argument in call for display_add_field() from add.php.
vyshane [Thu, 23 Mar 2006 06:20:48 +0000 (06:20 +0000)]
Fixed extra function argument in call for display_add_field() from add.php.

19 years agoremoved $content->content = $this->format_data_field_multimenu_content($value); bad...
moodler [Thu, 23 Mar 2006 05:41:48 +0000 (05:41 +0000)]
removed $content->content = $this->format_data_field_multimenu_content($value); bad cut and paste

19 years agoFixed some typos
moodler [Thu, 23 Mar 2006 05:38:53 +0000 (05:38 +0000)]
Fixed some typos

19 years agoFixed typo in function define_field()
vyshane [Thu, 23 Mar 2006 03:48:58 +0000 (03:48 +0000)]
Fixed typo in function define_field()

19 years agoFixed Fatal error: Call to undefined function get_course() in /data/www/html/server...
moodler [Thu, 23 Mar 2006 02:50:21 +0000 (02:50 +0000)]
Fixed Fatal error: Call to undefined function get_course() in /data/www/html/server/dev/mod/data/field/file/field.class.php on line 133

19 years agoFixed php notice for undeclared variable.
vyshane [Thu, 23 Mar 2006 02:34:37 +0000 (02:34 +0000)]
Fixed php notice for undeclared variable.

19 years agoAdded missing text
moodler [Thu, 23 Mar 2006 01:32:34 +0000 (01:32 +0000)]
Added missing text

19 years agoFixing missing , in prefix_blog_instance postgres creation
mjollnir_ [Thu, 23 Mar 2006 00:37:53 +0000 (00:37 +0000)]
Fixing missing , in prefix_blog_instance postgres creation

19 years agoPutting the "Save as new question" button back.
gustav_delius [Wed, 22 Mar 2006 22:37:27 +0000 (22:37 +0000)]
Putting the "Save as new question" button back.

19 years agoThe obsolete table quiz_attemptonlast_datasets should no longer get created
gustav_delius [Wed, 22 Mar 2006 22:04:31 +0000 (22:04 +0000)]
The obsolete table quiz_attemptonlast_datasets should no longer get created

19 years agoRemoved some more references to quiz from the questiontype code.
gustav_delius [Wed, 22 Mar 2006 21:51:33 +0000 (21:51 +0000)]
Removed some more references to quiz from the questiontype code.

19 years agoFixed the links to the question review script.
gustav_delius [Wed, 22 Mar 2006 21:30:00 +0000 (21:30 +0000)]
Fixed the links to the question review script.

19 years agoFixed link to example file.
thepurpleblob [Wed, 22 Mar 2006 19:14:36 +0000 (19:14 +0000)]
Fixed link to example file.

19 years agoChanged comment about encoding (must be utf-8)
thepurpleblob [Wed, 22 Mar 2006 18:58:36 +0000 (18:58 +0000)]
Changed comment about encoding (must be utf-8)

19 years agoadded rest of instructions for this option
thepurpleblob [Wed, 22 Mar 2006 18:43:44 +0000 (18:43 +0000)]
added rest of instructions for this option

19 years agoDeleting attempts properly now
gustav_delius [Wed, 22 Mar 2006 18:27:28 +0000 (18:27 +0000)]
Deleting attempts properly now

19 years agoAdded a new entry to this file for Essay question type. I followed the format of...
michaelpenne [Wed, 22 Mar 2006 18:06:00 +0000 (18:06 +0000)]
Added a new entry to this file for Essay question type.  I followed the format of the other question types listed in this file.

19 years agoHelp file for the Essay question type.
michaelpenne [Wed, 22 Mar 2006 18:03:42 +0000 (18:03 +0000)]
Help file for the Essay question type.

19 years agoAccessibility: fix bug 4963 in function, print_header. Added 'lang' attribute to...
nfreear [Wed, 22 Mar 2006 17:48:53 +0000 (17:48 +0000)]
Accessibility: fix bug 4963 in function, print_header. Added 'lang' attribute to $direction, used by standard and other themes.

19 years agoSome minor improvements in the handling of review options, the setting of timestamp...
gustav_delius [Wed, 22 Mar 2006 17:22:36 +0000 (17:22 +0000)]
Some minor improvements in the handling of review options, the setting of timestamp, and improvements to the documentation

19 years agoAccessibility: fixed bug 4012 x9, added Alt, filled empty Alt-link text.
nfreear [Wed, 22 Mar 2006 17:19:46 +0000 (17:19 +0000)]
Accessibility: fixed bug 4012 x9, added Alt, filled empty Alt-link text.

19 years agoFixed bug 4953
gustav_delius [Wed, 22 Mar 2006 17:18:55 +0000 (17:18 +0000)]
Fixed bug 4953

19 years agoAdded sorting - needs generalising.
ikawhero [Wed, 22 Mar 2006 16:48:35 +0000 (16:48 +0000)]
Added sorting - needs generalising.

19 years agoNew help popup for import option 'match grades'.
thepurpleblob [Wed, 22 Mar 2006 16:44:47 +0000 (16:44 +0000)]
New help popup for import option 'match grades'.
Needs some more info.

19 years agoGrades in imported questions must match grades option list.
thepurpleblob [Wed, 22 Mar 2006 16:30:14 +0000 (16:30 +0000)]
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

19 years agoAdded function for matching/checking question grades on quiz import.
thepurpleblob [Wed, 22 Mar 2006 16:27:46 +0000 (16:27 +0000)]
Added function for matching/checking question grades on quiz import.

19 years agoAdded new strings for question grade matching
thepurpleblob [Wed, 22 Mar 2006 16:27:04 +0000 (16:27 +0000)]
Added new strings for question grade matching

19 years agoFingers were on auto-pilot obviously! Thanks Mits!
moodler [Wed, 22 Mar 2006 15:54:54 +0000 (15:54 +0000)]
Fingers were on auto-pilot obviously!   Thanks Mits!

19 years agoRemoved some debugging
moodler [Wed, 22 Mar 2006 14:55:49 +0000 (14:55 +0000)]
Removed some debugging

19 years agoGrade option list generation now out to library
thepurpleblob [Wed, 22 Mar 2006 14:44:33 +0000 (14:44 +0000)]
Grade option list generation now out to library

19 years agoSplit out grade option list generation, so it can be used in import/export too.
thepurpleblob [Wed, 22 Mar 2006 14:43:55 +0000 (14:43 +0000)]
Split out grade option list generation, so it can be used in import/export too.

19 years agoVarious cleanups
moodler [Wed, 22 Mar 2006 14:31:32 +0000 (14:31 +0000)]
Various cleanups

19 years agoSome language modifications
moodler [Wed, 22 Mar 2006 14:31:06 +0000 (14:31 +0000)]
Some language modifications

19 years agoCleanup: don't use questiontype constants within questiontypes
gustav_delius [Wed, 22 Mar 2006 13:51:25 +0000 (13:51 +0000)]
Cleanup: don't use questiontype constants within questiontypes

19 years agoFixed up some styles and pagepath for field-editing pages
moodler [Wed, 22 Mar 2006 13:38:29 +0000 (13:38 +0000)]
Fixed up some styles and pagepath for field-editing pages

19 years agoDon't name script files after the plugin, makes it more difficult to base a new plugi...
gustav_delius [Wed, 22 Mar 2006 12:19:40 +0000 (12:19 +0000)]
Don't name script files after the plugin, makes it more difficult to base a new plugin on an old one.

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.