]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years ago"MDL-15488, change default instance name"
dongsheng [Thu, 18 Sep 2008 09:34:13 +0000 (09:34 +0000)]
"MDL-15488, change default instance name"

16 years ago"MDL-16384, dynload for alfresco"
dongsheng [Thu, 18 Sep 2008 09:33:18 +0000 (09:33 +0000)]
"MDL-16384, dynload for alfresco"

16 years agoXHTML Strict!
tjhunt [Thu, 18 Sep 2008 08:21:57 +0000 (08:21 +0000)]
XHTML Strict!

16 years agoMDL-13894: saving a better source IP, following what the admin wants. (merge from...
scyrma [Thu, 18 Sep 2008 08:18:58 +0000 (08:18 +0000)]
MDL-13894: saving a better source IP, following what the admin wants. (merge from 1.9)

16 years agoMDL-16334 Convert mod/quiz/comment.php to use attemptlib.php - final part of the...
tjhunt [Thu, 18 Sep 2008 07:39:10 +0000 (07:39 +0000)]
MDL-16334 Convert mod/quiz/comment.php to use attemptlib.php - final part of the work on the quiz navigtion, I hope.
MDL-16559 Remove question/comment.html template, and instead just have a function in questionlib.php
MDL-16562 Regression from MDL-16263, notices when regrading.
Sorry, the three got tangled together (coupled through questionlib) while I was fixing bugs in preparation for a demo.

16 years agoNew tags file
moodler [Thu, 18 Sep 2008 07:37:11 +0000 (07:37 +0000)]
New tags file

16 years agoNew option on close_window_button to reload the page that opened this pop-up, as...
tjhunt [Thu, 18 Sep 2008 07:34:45 +0000 (07:34 +0000)]
New option on close_window_button to reload the page that opened this pop-up, as the pop-up is closed. Needed in preparation for MDL-16334.

16 years agoMDL-16486 Fixed mistyped function call
nicolasconnault [Thu, 18 Sep 2008 07:34:18 +0000 (07:34 +0000)]
MDL-16486 Fixed mistyped function call

16 years ago"MDL-13766, 1) improve javascript error handle 2) add language string 3) change param...
dongsheng [Thu, 18 Sep 2008 07:08:45 +0000 (07:08 +0000)]
"MDL-13766, 1) improve javascript error handle 2) add language string 3) change parameter type"

16 years agoMDL-16427 changing $answer=='*' to $answer ==='*'
pichetp [Thu, 18 Sep 2008 06:16:50 +0000 (06:16 +0000)]
MDL-16427 changing $answer=='*' to $answer ==='*'

16 years agoMDL-16427 implement the '*' convention as for other questiontypes
pichetp [Thu, 18 Sep 2008 06:13:18 +0000 (06:13 +0000)]
MDL-16427 implement the '*' convention as for other questiontypes

16 years agoMDL-15402: add comments to the repository plugin_init() function
jerome [Thu, 18 Sep 2008 05:54:23 +0000 (05:54 +0000)]
MDL-15402: add comments to the repository plugin_init() function

16 years agoMDL_14763 removing old help file multianswer.html
pichetp [Thu, 18 Sep 2008 05:48:31 +0000 (05:48 +0000)]
MDL_14763 removing old help file multianswer.html

16 years agoMDL-15402: refactor repository_admin_form into repository_type_form
jerome [Thu, 18 Sep 2008 05:48:25 +0000 (05:48 +0000)]
MDL-15402: refactor repository_admin_form into repository_type_form

16 years agoMDL-15402: comment adminitration part of the repository plugins
jerome [Thu, 18 Sep 2008 05:43:38 +0000 (05:43 +0000)]
MDL-15402: comment adminitration part of the repository plugins

16 years agoMDL-15402: add skeleton comments to all repository plugins
jerome [Thu, 18 Sep 2008 05:33:44 +0000 (05:33 +0000)]
MDL-15402: add skeleton comments to all repository plugins

16 years agoMDL-15402: remove has_multiple_instance(), API will know there is multiple instance...
jerome [Thu, 18 Sep 2008 05:23:02 +0000 (05:23 +0000)]
MDL-15402: remove has_multiple_instance(), API will know there is multiple instance if the function get_instance_option_names() return a not empty object. (fix box.net)

16 years agoMDL-15402: remove has_multiple_instance(), API will know there is multiple instance...
jerome [Thu, 18 Sep 2008 05:21:51 +0000 (05:21 +0000)]
MDL-15402: remove has_multiple_instance(), API will know there is multiple instance if the function get_instance_option_names() return a not empty object.

16 years agoMinor bug fixes.
tjhunt [Thu, 18 Sep 2008 04:33:38 +0000 (04:33 +0000)]
Minor bug fixes.

16 years agoMDL-15452 quiz navigation - followup - avoid a division by 0.
tjhunt [Thu, 18 Sep 2008 04:31:11 +0000 (04:31 +0000)]
MDL-15452 quiz navigation - followup - avoid a division by 0.

16 years agoMDL-15402: refactor get_admin_option_names() into get_type_option_names()
jerome [Thu, 18 Sep 2008 03:19:52 +0000 (03:19 +0000)]
MDL-15402: refactor get_admin_option_names() into get_type_option_names()

16 years agoMDL-15402: refactor admin_config_form() into type_config_form()
jerome [Thu, 18 Sep 2008 03:06:10 +0000 (03:06 +0000)]
MDL-15402: refactor admin_config_form() into type_config_form()

16 years agoMDL-15402: remove version.php file from flickr plugin
jerome [Thu, 18 Sep 2008 03:02:28 +0000 (03:02 +0000)]
MDL-15402: remove version.php file from flickr plugin

16 years agoMDL-16411 - fix qtype admin page to look in the new place for version numbers.
tjhunt [Thu, 18 Sep 2008 02:46:06 +0000 (02:46 +0000)]
MDL-16411 - fix qtype admin page to look in the new place for version numbers.

16 years agoMDL-15402: remove has_admin_config() and has_instance_config() from repository local...
jerome [Thu, 18 Sep 2008 02:39:10 +0000 (02:39 +0000)]
MDL-15402: remove has_admin_config() and has_instance_config() from repository local and update plugins

16 years agoMDL-15402: remove has_admin_config() and has_instance_config() from repository lib...
jerome [Thu, 18 Sep 2008 02:36:17 +0000 (02:36 +0000)]
MDL-15402: remove has_admin_config() and has_instance_config() from repository lib and all repository plugins

16 years ago"MDL-13766, print_login should not be an abstract function"
dongsheng [Thu, 18 Sep 2008 02:25:28 +0000 (02:25 +0000)]
"MDL-13766, print_login should not be an abstract function"

16 years agoUpdated the HEAD build version to 20080918
moodlerobot [Thu, 18 Sep 2008 01:54:19 +0000 (01:54 +0000)]
Updated the HEAD build version to 20080918

16 years agoMDL_14763 adding new helpfile
pichetp [Wed, 17 Sep 2008 23:11:25 +0000 (23:11 +0000)]
MDL_14763 adding new helpfile

16 years agoMDL-15666 MDL-16486
nicolasconnault [Wed, 17 Sep 2008 14:41:16 +0000 (14:41 +0000)]
MDL-15666 MDL-16486

16 years agoMDL-15666 MDL-16486
nicolasconnault [Wed, 17 Sep 2008 14:31:30 +0000 (14:31 +0000)]
MDL-15666 MDL-16486

16 years ago"MDL-16539, fix a syntax error"
dongsheng [Wed, 17 Sep 2008 08:24:45 +0000 (08:24 +0000)]
"MDL-16539, fix a syntax error"

16 years agoFixed some wording ...
moodler [Wed, 17 Sep 2008 08:15:10 +0000 (08:15 +0000)]
Fixed some wording ...

16 years ago"MDL-16539, fix warning when create new foler"
dongsheng [Wed, 17 Sep 2008 07:11:50 +0000 (07:11 +0000)]
"MDL-16539, fix warning when create new foler"

16 years ago"MDL-14706, comment value check code to make progress bar work"
dongsheng [Wed, 17 Sep 2008 07:02:08 +0000 (07:02 +0000)]
"MDL-14706, comment value check code to make progress bar work"

16 years agoMDL-11501 Fixed error in xml file
nicolasconnault [Wed, 17 Sep 2008 06:41:08 +0000 (06:41 +0000)]
MDL-11501 Fixed error in xml file

16 years agoMDL-15402: add some help texts to filckr/boxnet plugins
jerome [Wed, 17 Sep 2008 06:09:10 +0000 (06:09 +0000)]
MDL-15402: add some help texts to filckr/boxnet plugins

16 years agoMDL-16505 - Removing qtype_datasetdependent questiontype - finish off the database...
tjhunt [Wed, 17 Sep 2008 05:24:29 +0000 (05:24 +0000)]
MDL-16505 - Removing qtype_datasetdependent questiontype - finish off the database upgrade, after Pierre's previous work.

16 years agoUpdated the HEAD build version to 20080917
moodlerobot [Wed, 17 Sep 2008 01:45:34 +0000 (01:45 +0000)]
Updated the HEAD build version to 20080917

16 years agoMDL-7097 - API debug. Change the control of debugging over to SCORM admin settings.
piers [Tue, 16 Sep 2008 22:50:16 +0000 (22:50 +0000)]
MDL-7097 - API debug. Change the control of debugging over to SCORM admin settings.

16 years agoMDL-14591 - recover gracefully from portfolio cron
mjollnir_ [Tue, 16 Sep 2008 21:41:26 +0000 (21:41 +0000)]
MDL-14591 - recover gracefully from portfolio cron

16 years agoMDL-16542 - missing global $USER
poltawski [Tue, 16 Sep 2008 21:32:09 +0000 (21:32 +0000)]
MDL-16542 - missing global $USER

16 years agoMDL-15758 - make sure there's a break between mutliple-session chat export
mjollnir_ [Tue, 16 Sep 2008 20:42:59 +0000 (20:42 +0000)]
MDL-15758 - make sure there's a break between mutliple-session chat export

16 years ago MDL-11501 Scorm New attempts and reviewing. Changes to help customise player/package...
piers [Tue, 16 Sep 2008 20:32:50 +0000 (20:32 +0000)]
 MDL-11501 Scorm New attempts and reviewing. Changes to help customise player/package interactions.

16 years agoglossary portfolio caller - fixing tiny bug - incorrectly named string key (thanks...
mjollnir_ [Tue, 16 Sep 2008 19:42:00 +0000 (19:42 +0000)]
glossary portfolio caller - fixing tiny bug - incorrectly named string key (thanks dan for finding it!)

16 years agoMDL-16526 - added admin notifications for misconfigured portfolio plugins.
mjollnir_ [Tue, 16 Sep 2008 19:09:30 +0000 (19:09 +0000)]
MDL-16526 - added admin notifications for misconfigured portfolio plugins.

does not get triggered while admin is currently editing, only when users use it.

16 years ago MDL-16520 - better handling of resuming exports in portfolio
mjollnir_ [Tue, 16 Sep 2008 19:02:30 +0000 (19:02 +0000)]
  MDL-16520 - better handling of resuming exports in portfolio

16 years agoMDL-16177
nicolasconnault [Tue, 16 Sep 2008 18:57:01 +0000 (18:57 +0000)]
MDL-16177

16 years agofixing fatal error in message lib - relative path to config.php
mjollnir_ [Tue, 16 Sep 2008 18:54:49 +0000 (18:54 +0000)]
fixing fatal error in message lib - relative path to config.php

16 years agoMDL-16535 - better handling of the expired error
mjollnir_ [Tue, 16 Sep 2008 18:17:28 +0000 (18:17 +0000)]
MDL-16535 - better handling of the expired error

16 years agoMDL-16535 - nicer messages about invalid exports
mjollnir_ [Tue, 16 Sep 2008 17:50:55 +0000 (17:50 +0000)]
MDL-16535 - nicer messages about invalid exports

16 years agoMDL-15758: fixing up mod/chat supported formats
mjollnir_ [Tue, 16 Sep 2008 17:25:27 +0000 (17:25 +0000)]
MDL-15758: fixing up mod/chat supported formats

16 years agoMDL-16483 minor fixes
nicolasconnault [Tue, 16 Sep 2008 16:40:15 +0000 (16:40 +0000)]
MDL-16483 minor fixes

16 years agofixing int() should be (int) in file storage
mjollnir_ [Tue, 16 Sep 2008 15:56:19 +0000 (15:56 +0000)]
fixing int() should be (int) in file storage

16 years agoMDL-15777 - updated data file and picture field types to export files using file...
mjollnir_ [Tue, 16 Sep 2008 15:48:24 +0000 (15:48 +0000)]
MDL-15777 - updated data file and picture field types to export files using file api.

There's still something about this I don't like - documented in  MDL-16493 and code

16 years agoMDL-15758 - adding back in changes to default presets for imagegallery for export...
mjollnir_ [Tue, 16 Sep 2008 15:46:20 +0000 (15:46 +0000)]
MDL-15758 - adding back in changes to default presets for imagegallery for export placeholder

16 years agoMDL-16483 Reverting as Petr ordered... I mean, suggested.
nicolasconnault [Tue, 16 Sep 2008 14:35:15 +0000 (14:35 +0000)]
MDL-16483 Reverting as Petr ordered... I mean, suggested.

16 years agoMDL-16414 - make the handling of the download portfolio plugin nicer
mjollnir_ [Tue, 16 Sep 2008 14:23:41 +0000 (14:23 +0000)]
MDL-16414 - make the handling of the download portfolio plugin nicer

16 years agoMDL-14591 - better handling of variable headers in portfolio export
mjollnir_ [Tue, 16 Sep 2008 14:22:26 +0000 (14:22 +0000)]
MDL-14591 - better handling of variable headers in portfolio export

16 years agoMDL-14591 - added security in file serving in pull portfolio plugins
mjollnir_ [Tue, 16 Sep 2008 14:17:32 +0000 (14:17 +0000)]
MDL-14591 - added security in file serving in pull portfolio plugins

16 years agoMDL-16505 Removing qtype_datasetdependent questiontype
pichetp [Tue, 16 Sep 2008 13:06:04 +0000 (13:06 +0000)]
MDL-16505 Removing qtype_datasetdependent questiontype

16 years agoMDL-16519 - added some more help text to box.net config page
mjollnir_ [Tue, 16 Sep 2008 13:01:34 +0000 (13:01 +0000)]
MDL-16519 - added some more help text to box.net config page

16 years agoMDL-14591 - fixed up the ordering of the deferring to plugins in admin_config_form
mjollnir_ [Tue, 16 Sep 2008 13:01:13 +0000 (13:01 +0000)]
MDL-14591 - fixed up the ordering of the deferring to plugins in admin_config_form

16 years agoMDL-16505 Removing qtype_datasetdependent questiontype
pichetp [Tue, 16 Sep 2008 12:59:00 +0000 (12:59 +0000)]
MDL-16505 Removing qtype_datasetdependent questiontype

16 years agoMDL-16520 - print info about current export
mjollnir_ [Tue, 16 Sep 2008 12:28:20 +0000 (12:28 +0000)]
MDL-16520 - print info about current export

16 years agoMDL-16483 Refactored install/upgrade code into lib/adminlib. Created an intermediate...
nicolasconnault [Tue, 16 Sep 2008 12:19:43 +0000 (12:19 +0000)]
MDL-16483 Refactored install/upgrade code into lib/adminlib. Created an intermediate MoodleUnitTestCase class that overrides simpletest's constructor, destructor and setup/teardown methods. All moodle unit tests must extend this class.

16 years agoMDL-16520 - make the already exporting portfolio error more user friendly
mjollnir_ [Tue, 16 Sep 2008 10:41:17 +0000 (10:41 +0000)]
MDL-16520 - make the already exporting portfolio error more user friendly

16 years agoMDL-16527 "responses report : use question_get_feedback_class and question_get_feedba...
jamiesensei [Tue, 16 Sep 2008 10:30:06 +0000 (10:30 +0000)]
MDL-16527 "responses report : use question_get_feedback_class and question_get_feedback_image from questionlib.php instead of custom styles" better not make styles dependent on question type. Just use overall styles.

16 years agoMDL-16528 "responses report : improve efficiency of sql" moved the querying for state...
jamiesensei [Tue, 16 Sep 2008 09:50:24 +0000 (09:50 +0000)]
MDL-16528 "responses report : improve efficiency of sql" moved the querying for state data all into one big query rather than an individual query for each question in each attempt.

16 years agoMDL-16527 "responses report : use question_get_feedback_class and question_get_feedba...
jamiesensei [Tue, 16 Sep 2008 09:46:57 +0000 (09:46 +0000)]
MDL-16527 "responses report : use question_get_feedback_class and question_get_feedback_image from questionlib.php instead of custom styles"

16 years agoMDL-15402: implement readonly repository instances (support flickr_public)
jerome [Tue, 16 Sep 2008 09:08:36 +0000 (09:08 +0000)]
MDL-15402: implement readonly repository instances (support flickr_public)

16 years agoMDL-12563 Fixed RSS dates so that they are always GMT
moodler [Tue, 16 Sep 2008 08:57:34 +0000 (08:57 +0000)]
MDL-12563 Fixed RSS dates so that they are always GMT

16 years agoMDL-16523 - shortened admin mneu items for portfolio plugins
mjollnir_ [Tue, 16 Sep 2008 08:10:24 +0000 (08:10 +0000)]
MDL-16523 - shortened admin mneu items for portfolio plugins

16 years agoMDL-16521 - made folder optional in box.net portfolio transfer
mjollnir_ [Tue, 16 Sep 2008 08:05:50 +0000 (08:05 +0000)]
MDL-16521 - made folder optional in box.net portfolio transfer

16 years agoMDL-16521- 'share' parameter must be int for create folder in box.net
mjollnir_ [Tue, 16 Sep 2008 08:00:11 +0000 (08:00 +0000)]
MDL-16521- 'share' parameter must be int for create folder in box.net

16 years agoMDL-15666 MDL-16486
nicolasconnault [Tue, 16 Sep 2008 07:33:16 +0000 (07:33 +0000)]
MDL-15666 MDL-16486

16 years agoMDL-16524 - Fixed a typo.
mits [Tue, 16 Sep 2008 06:13:35 +0000 (06:13 +0000)]
MDL-16524 - Fixed a typo.

16 years agoMDL-13766, clean up
dongsheng [Tue, 16 Sep 2008 05:33:55 +0000 (05:33 +0000)]
MDL-13766, clean up

16 years agoMDL-13766, move filepicker javascript code to a seperated file.
dongsheng [Tue, 16 Sep 2008 03:52:11 +0000 (03:52 +0000)]
MDL-13766, move filepicker javascript code to a seperated file.

16 years agoMDL-13766
dongsheng [Tue, 16 Sep 2008 03:11:17 +0000 (03:11 +0000)]
MDL-13766
1. Clean up source code
2. use search api replace old get_listing api

16 years agoMDL-15350: format code (mostly white spaces) + skeleton for documentation
jerome [Tue, 16 Sep 2008 02:09:35 +0000 (02:09 +0000)]
MDL-15350: format code (mostly white spaces) + skeleton for documentation

16 years agoMDL-15488: format code (mostly white space) + skeleton for documentation
jerome [Tue, 16 Sep 2008 02:01:59 +0000 (02:01 +0000)]
MDL-15488: format code (mostly white space) + skeleton for documentation

16 years agoUpdated the HEAD build version to 20080916
moodlerobot [Tue, 16 Sep 2008 01:50:29 +0000 (01:50 +0000)]
Updated the HEAD build version to 20080916

16 years agoMDL-7097 - API debug. Add ability to manually poke the SCORM API for 1.2 and 2004.
piers [Mon, 15 Sep 2008 19:56:36 +0000 (19:56 +0000)]
MDL-7097 - API debug. Add ability to manually poke the SCORM API for 1.2 and 2004.

16 years agoMDL-16517 - fix regression i introduced in resource mod portfolio implementation
mjollnir_ [Mon, 15 Sep 2008 19:39:46 +0000 (19:39 +0000)]
MDL-16517  - fix regression i introduced in resource mod portfolio implementation

16 years agoDB error changing array('id', $state->id) to array('id'=> $state->id)
pichetp [Mon, 15 Sep 2008 18:39:15 +0000 (18:39 +0000)]
DB error changing array('id', $state->id) to array('id'=> $state->id)

16 years agoMDL-16516 - fixing bad regression in mahara portfolio plugin
mjollnir_ [Mon, 15 Sep 2008 17:14:51 +0000 (17:14 +0000)]
MDL-16516 - fixing bad regression in mahara portfolio plugin

16 years agoRe-introducing colons in page names + cleaning tabs output. MDL-15896 ; merged from...
stronk7 [Mon, 15 Sep 2008 16:24:48 +0000 (16:24 +0000)]
Re-introducing colons in page names + cleaning tabs output. MDL-15896 ; merged from 19_STABLE

16 years agoMDL-15666 - fake writting files in test portfolio exporter so that we can test integr...
mjollnir_ [Mon, 15 Sep 2008 16:10:55 +0000 (16:10 +0000)]
MDL-15666 - fake writting files in test portfolio exporter so that we can test integration between callers and plugins

16 years agoMDL-15666 - fixing bugs in resource unit test implementation
mjollnir_ [Mon, 15 Sep 2008 16:08:59 +0000 (16:08 +0000)]
MDL-15666 - fixing bugs in resource unit test implementation

16 years agoMDL-16514 - adding format to forum mod_form and fixing regression in single forum...
mjollnir_ [Mon, 15 Sep 2008 15:55:11 +0000 (15:55 +0000)]
MDL-16514 - adding format to forum mod_form and fixing regression in single forum type add instance

16 years agoMDL-16389 meta course help file update
wildgirl [Mon, 15 Sep 2008 15:44:19 +0000 (15:44 +0000)]
MDL-16389 meta course help file update

16 years agoMDL-15314 lang string rewording, thanks to Ray Lawrence
wildgirl [Mon, 15 Sep 2008 15:16:02 +0000 (15:16 +0000)]
MDL-15314 lang string rewording, thanks to Ray Lawrence

16 years agoMDL-15134 lang string typo fix, thanks to David Mudrak
wildgirl [Mon, 15 Sep 2008 14:21:01 +0000 (14:21 +0000)]
MDL-15134 lang string typo fix, thanks to David Mudrak

16 years agoMDL-16362 "Quiz - bar graph on results screen" removing var_dump that I forgot to...
jamiesensei [Mon, 15 Sep 2008 14:08:11 +0000 (14:08 +0000)]
MDL-16362 "Quiz - bar graph on results screen" removing var_dump that I forgot to clean up.

16 years agoMDL-14404 enrolment expiry notification help file text
wildgirl [Mon, 15 Sep 2008 14:06:05 +0000 (14:06 +0000)]
MDL-14404 enrolment expiry notification help file text

16 years agoMDL-15760 - move boxnet folder creation from prepare_package into send_package
mjollnir_ [Mon, 15 Sep 2008 14:01:57 +0000 (14:01 +0000)]
MDL-15760 - move boxnet folder creation from prepare_package  into send_package

16 years agoMDL-15666 Subclassing exporter class so that only local files are written
nicolasconnault [Mon, 15 Sep 2008 13:45:14 +0000 (13:45 +0000)]
MDL-15666 Subclassing exporter class so that only local files are written

16 years agoMDL-16362 "Quiz - bar graph on results screen" there was a bug in my code that would...
jamiesensei [Mon, 15 Sep 2008 13:38:31 +0000 (13:38 +0000)]
MDL-16362 "Quiz - bar graph on results screen" there was a bug in my code that would put the graph generation code into an infinite loop if the overall grade for the quiz is 0. Since the change in the type of the field for quiz->grade the old test for quiz->grade being zero doesn't work. Using $quiz->grade as a bool does not work ($quiz->grade is now a string 0.0000), since Moodle 2.0 need to use $quiz->grade == 0.

16 years agoMDL-15666 Testing a matrix of portfolio caller/plugin. Starting the new cleanup metho...
nicolasconnault [Mon, 15 Sep 2008 13:18:44 +0000 (13:18 +0000)]
MDL-15666 Testing a matrix of portfolio caller/plugin. Starting the new cleanup method in unit tests (max id)