skodak [Mon, 12 May 2008 14:38:45 +0000 (14:38 +0000)]
MDL-11719 increased size of idnumber in user table - needed for some enrolment plugins; merged from MOODLE_19_STABLE
skodak [Mon, 12 May 2008 14:05:46 +0000 (14:05 +0000)]
MDL-14183 guest type role not allowed in defaultuserroleid anymore, because it was causing trouble in many places; admins must choose another role if guest role detected in this setting; merged from MOODLE_19_STABLE
tjhunt [Mon, 12 May 2008 10:44:44 +0000 (10:44 +0000)]
MDL-14797 - Error when moving a course to an empty category on Postgres
scyrma [Mon, 12 May 2008 10:00:20 +0000 (10:00 +0000)]
MDL-14739: Images needed for the editor
scyrma [Mon, 12 May 2008 09:02:17 +0000 (09:02 +0000)]
MDL-14795: initial commit of the code sent in by Mauno Korpelainen, after reformatting.
jerome [Mon, 12 May 2008 05:19:24 +0000 (05:19 +0000)]
MDL-14656 Make welcome.html XHTML compliant, merged from 19
scyrma [Mon, 12 May 2008 03:24:33 +0000 (03:24 +0000)]
MDL-14739: The changelog of the new version of tinymce has been renamed
scyrma [Mon, 12 May 2008 03:17:26 +0000 (03:17 +0000)]
Minor typo corrections
scyrma [Mon, 12 May 2008 03:10:33 +0000 (03:10 +0000)]
MDL-14739: previous commit half-failed, re-submitting new files for spellchecker plugin
scyrma [Mon, 12 May 2008 03:04:47 +0000 (03:04 +0000)]
MDL-14739: add the latest version of the spellchecker plugin
moodlerobot [Mon, 12 May 2008 01:53:03 +0000 (01:53 +0000)]
Updated the HEAD build version to
20080512
moodlerobot [Mon, 12 May 2008 01:19:58 +0000 (01:19 +0000)]
installer.php lang files by installer_builder (
20080512)
stronk7 [Sun, 11 May 2008 23:55:50 +0000 (23:55 +0000)]
Prevent excess of unenolments by enrol_database_sync.php. MDL-8550 ; merged from 19_STABLE
stronk7 [Sun, 11 May 2008 23:34:29 +0000 (23:34 +0000)]
Prevent some notices and process if $CFG->emoticons is not set or empty. MDL-12414 ; merged from 19_STABLE
skodak [Sun, 11 May 2008 19:03:24 +0000 (19:03 +0000)]
MDL-14451 removed pre 1.9 upgrade code - question upgrade related
skodak [Sun, 11 May 2008 18:57:53 +0000 (18:57 +0000)]
MDL-14451 removed pre 1.9 upgrade code - question upgrade related
skodak [Sun, 11 May 2008 18:57:17 +0000 (18:57 +0000)]
MDL-14451 removed pre 1.9 upgrade code - question upgrade related
skodak [Sun, 11 May 2008 18:55:00 +0000 (18:55 +0000)]
MDL-14451 removed pre 1.9 upgrade code
skodak [Sun, 11 May 2008 18:40:39 +0000 (18:40 +0000)]
MDL-14451 removed pre 1.9 upgrade code
moodlerobot [Sun, 11 May 2008 01:48:29 +0000 (01:48 +0000)]
Updated the HEAD build version to
20080511
stronk7 [Sat, 10 May 2008 22:07:54 +0000 (22:07 +0000)]
cvs tag -F MOODLE_19_MERGED -j MOODLE_19_STABLE ; merged from 19_STABLE
diml [Sat, 10 May 2008 18:32:07 +0000 (18:32 +0000)]
fixes \ / issue (Win/Linux)
diml [Sat, 10 May 2008 14:11:10 +0000 (14:11 +0000)]
fixes MDL-14774 and MDL-14777
Exception issues should find a solution here. Fixes inclusion path
problems relative to Zend baseroot.
diml [Sat, 10 May 2008 14:01:20 +0000 (14:01 +0000)]
fixes MDL-14775
diml [Sat, 10 May 2008 14:00:56 +0000 (14:00 +0000)]
fixes MDL-14776
moodlerobot [Sat, 10 May 2008 02:59:58 +0000 (02:59 +0000)]
New uz installer lang
moodlerobot [Sat, 10 May 2008 01:54:12 +0000 (01:54 +0000)]
Updated the HEAD build version to
20080510
diml [Fri, 9 May 2008 21:49:31 +0000 (21:49 +0000)]
fixes MDL-14770, $course_id error
tjhunt [Fri, 9 May 2008 15:50:44 +0000 (15:50 +0000)]
Following the fixes for MDL-14750 and MDL-10899, do a database upgrade that fixes any bogus values in the parent or category columns of multianswer questions' subquestions.
tjhunt [Fri, 9 May 2008 15:10:39 +0000 (15:10 +0000)]
MDL-14750 - Multianswer questions get broken by backup and restore becuase question->parent is not recoded properly in the database. This commit also fixes a regression introduced by the fix for MDL-5482.
tjhunt [Fri, 9 May 2008 15:05:36 +0000 (15:05 +0000)]
MDL-10899 - There is some data associated with some questons that needs to be udpated when moving questions between categories. This commit deals with subquestions, and lays the foundation for fixing the other problem - datasets - which is files as bug 14767.
tjhunt [Fri, 9 May 2008 15:02:24 +0000 (15:02 +0000)]
Problem when editing calculated questions when installed on Postgres.
jamiesensei [Fri, 9 May 2008 13:59:36 +0000 (13:59 +0000)]
MDL-14223 "Add a column for the user's idnumber, controllable by a site-wide setting" and MDL-14224 "Add a site-wide setting to hide the user profile image from quiz reports"
The quiz overview report now respect the settings for the gradebook - whether to display idnumbers and user pictures.
Also re-factored the code to build table / download content a little to reduce code duplication.
tjhunt [Fri, 9 May 2008 13:13:43 +0000 (13:13 +0000)]
MDL-14762 - find and update links to files in answer->feedback when moving questions between contexts.
scyrma [Fri, 9 May 2008 09:29:20 +0000 (09:29 +0000)]
MDL-14739: TinyMCE 3.0.8, along with Moodle-specific Modules, as included by Mauno Korpelainen.
scyrma [Fri, 9 May 2008 08:21:11 +0000 (08:21 +0000)]
MDL-14739: Removing old version, before adding new one
jamiesensei [Fri, 9 May 2008 06:12:57 +0000 (06:12 +0000)]
MDL-14637 "allow activity modules to add sub menus of settings pages to admin menu" and MDL-14565 "allow quiz reports to add configuration settings to the admin tree" added a mechanism to admin/settings/plugins.php to allow modules to include a file settingstree.php instead of settings.php which will allow for more flexibility of what a module can add to the admin settings menu.
Merged from 1.9
Added a comment to the if branch that includes config.html that this branch needs to be deleted as soon as quiz/config.html has been migrated to settingstree.php which is MDL-7010
moodlerobot [Fri, 9 May 2008 01:55:29 +0000 (01:55 +0000)]
Updated the HEAD build version to
20080509
moodlerobot [Fri, 9 May 2008 01:22:21 +0000 (01:22 +0000)]
installer.php lang files by installer_builder (
20080509)
danmarsden [Thu, 8 May 2008 22:28:06 +0000 (22:28 +0000)]
MDL-14736 this doesn't need to be an error call, as the backup should still succeed - changing to use notify() instead.
agrabs [Thu, 8 May 2008 12:09:59 +0000 (12:09 +0000)]
MDL-14518 - changed $SESSION->feedback->current_tab to $current_tab
agrabs [Thu, 8 May 2008 11:49:48 +0000 (11:49 +0000)]
removed a call print_box_end(). It was not needed.
jamiesensei [Thu, 8 May 2008 10:11:06 +0000 (10:11 +0000)]
For the overview report : MDL-14199 "Option to only show / export final grade" small improvement to UI. Include highlighted message in the form about what the current grading method is. Some changes to lang strings for overview report settings form to indicate that options affect downloaded data as well as data shown on the screen.
Merged from 1.9 branch.
jamiesensei [Thu, 8 May 2008 09:53:31 +0000 (09:53 +0000)]
For the overview report : MDL-14199 "Option to only show / export final grade" small improvement to UI. Include highlighted message in the form about what the current grading method is.
Merged from 1.9 branch.
jamiesensei [Thu, 8 May 2008 09:35:08 +0000 (09:35 +0000)]
MDL-14198 "Make it clear which student attempt gives the final grade, if the scoring method is first, last or highest score" adding a message about the highlighting above the table.
Merged from 1.9 branch.
dongsheng [Thu, 8 May 2008 08:49:02 +0000 (08:49 +0000)]
"MDL-14129, fix print_error"
dongsheng [Thu, 8 May 2008 08:43:17 +0000 (08:43 +0000)]
"MDL-14129, fix print_error"
dongsheng [Thu, 8 May 2008 07:06:41 +0000 (07:06 +0000)]
"MDL-14129, fix print_error"
dongsheng [Thu, 8 May 2008 06:27:28 +0000 (06:27 +0000)]
"MDL-14129, fix print_error"
jerome [Thu, 8 May 2008 03:49:51 +0000 (03:49 +0000)]
MDL-12300 message window does show date now, merged from 19
jerome [Thu, 8 May 2008 03:08:13 +0000 (03:08 +0000)]
MDL-14716 Install script: icon image are now displayed on the Server Checks page, merged from19
jerome [Thu, 8 May 2008 02:44:50 +0000 (02:44 +0000)]
MDL-14697 Participants page OK button hidden if javascript is enabled, merged from 19
scyrma [Thu, 8 May 2008 02:38:47 +0000 (02:38 +0000)]
MDL-11113: re-add function to deprecatedlib.php, and use it in old version of the help file.
jerome [Thu, 8 May 2008 02:38:38 +0000 (02:38 +0000)]
MDL-12648 Undefined property: stdClass::$wwwroot on popup screen during installation, merged from 19
jerome [Thu, 8 May 2008 02:21:53 +0000 (02:21 +0000)]
MDL-14656 Make install.php XHTML compliant, merged from 19
moodlerobot [Thu, 8 May 2008 01:53:35 +0000 (01:53 +0000)]
Updated the HEAD build version to
20080508
moodlerobot [Thu, 8 May 2008 01:19:41 +0000 (01:19 +0000)]
installer.php lang files by installer_builder (
20080508)
stronk7 [Wed, 7 May 2008 18:28:59 +0000 (18:28 +0000)]
Reverting to previous revision. MDL-14668 ; merged from 19_STABLE
jamiesensei [Wed, 7 May 2008 16:00:56 +0000 (16:00 +0000)]
MDL-14734 "improve interface for deleting attempts"
* The control for deleting attempts is a drop down box with onchange javascript to submit the form, you cannot see the label to say what the drop down box does. Better to use a button. The button label is visible so you can see what it does.
* Checkboxes should be displayed when there is no attempt to delete.
* The whole column for checkboxes should be removed when no attempts are displayed ie. when showing students with no attempts.
jamiesensei [Wed, 7 May 2008 14:38:18 +0000 (14:38 +0000)]
MDL-14201 "Summary graph" included a summary graph at the bottom of overview report page. Shows the distribution of grades achieved by students. If a group is selected the grades from the group are compared with the grades for all participants.
jamiesensei [Wed, 7 May 2008 14:01:04 +0000 (14:01 +0000)]
For the overview report : MDL-14199 "Option to only show / export final grade" fixing a notice warning from the form definition
tjhunt [Wed, 7 May 2008 13:34:54 +0000 (13:34 +0000)]
MDL-14727 - Do a database update to fix random questions with the wrong parent (there may be some of these floating around in people's databases becuase of MDL-5482.)
tjhunt [Wed, 7 May 2008 13:04:43 +0000 (13:04 +0000)]
MDL-14726 - rcache bit wrong in set_field
tjhunt [Wed, 7 May 2008 12:32:03 +0000 (12:32 +0000)]
MDL-5482 - Backup and restore problems for match, random and truefalse question types.
All the credit goes to Paulo Matos who carefully worked out and tested this fix, and updated the patch several times over more than a year while I very slowly got around to reviewing it and checking it in.
skodak [Wed, 7 May 2008 11:32:06 +0000 (11:32 +0000)]
MDL-14724 Students cannot see discussions in forums made by teachers if timedposts enabled; merged from MOODLE_19_STABLE
scyrma [Wed, 7 May 2008 08:33:09 +0000 (08:33 +0000)]
MDL-11113: prepare for support for more browsers
scyrma [Wed, 7 May 2008 07:40:50 +0000 (07:40 +0000)]
MDL-11113: simplify the code - use only one function to check for html editor availability
scyrma [Wed, 7 May 2008 07:27:11 +0000 (07:27 +0000)]
This is a bit outdated, make this obvious.
dongsheng [Wed, 7 May 2008 06:19:59 +0000 (06:19 +0000)]
"MDL-14129, fix print_error calls"
dongsheng [Wed, 7 May 2008 06:02:51 +0000 (06:02 +0000)]
"MDL-14129, fix print_error call under course/, see tracker"
fmarier [Wed, 7 May 2008 04:40:18 +0000 (04:40 +0000)]
Printing ADODB error to the web server error log (MDL-14628)
Merged from MOODLE_18_STABLE and MOODLE_19_STABLE
dongsheng [Wed, 7 May 2008 03:08:44 +0000 (03:08 +0000)]
"MDL-13233, replace the uses of old files to new ones, see tracker"
dongsheng [Wed, 7 May 2008 02:59:36 +0000 (02:59 +0000)]
"MDL-14668, fix course full name in activity reports, see tracker"
moodlerobot [Wed, 7 May 2008 01:49:59 +0000 (01:49 +0000)]
Updated the HEAD build version to
20080507
agrabs [Tue, 6 May 2008 19:27:04 +0000 (19:27 +0000)]
MDL-14711 - added a class feedback_item_pagebreak in feedback_item_class.php
mudrd8mz [Tue, 6 May 2008 18:39:15 +0000 (18:39 +0000)]
MDL-14686 remove get_and_set_current_group()
mudrd8mz [Tue, 6 May 2008 18:36:42 +0000 (18:36 +0000)]
MDL-14685 remove print_group_menu()
mudrd8mz [Tue, 6 May 2008 18:29:32 +0000 (18:29 +0000)]
MDL-14684 Remove setup_and_print_groups()
mudrd8mz [Tue, 6 May 2008 18:25:47 +0000 (18:25 +0000)]
MDL-14712 Remove function hotpot_get_report_users()
mudrd8mz [Tue, 6 May 2008 18:23:05 +0000 (18:23 +0000)]
MDL-14683 remove document_file()
jamiesensei [Tue, 6 May 2008 18:04:03 +0000 (18:04 +0000)]
For the overview report : MDL-14199 "Option to only show / export final grade" and MDL-14198 "Make it clear which student attempt gives the final grade, if the scoring method is first, last or highest score" fixed a small problem I noticed in this patch.
jamiesensei [Tue, 6 May 2008 17:34:39 +0000 (17:34 +0000)]
For the overview report : MDL-14199 "Option to only show / export final grade" and MDL-14198 "Make it clear which student attempt gives the final grade, if the scoring method is first, last or highest score"
thepurpleblob [Tue, 6 May 2008 14:59:39 +0000 (14:59 +0000)]
MDL-14659
Add bypass list for proxy usage.
thepurpleblob [Tue, 6 May 2008 14:51:30 +0000 (14:51 +0000)]
MDL-14659
Add bypass list for proxy usage.
tjhunt [Tue, 6 May 2008 07:34:46 +0000 (07:34 +0000)]
MDL-14681 - Fix package name of question/update.php.
scyrma [Tue, 6 May 2008 05:00:47 +0000 (05:00 +0000)]
MDL-14654: False is a problem, zero is fine. (merge from 1.9)
moodlerobot [Tue, 6 May 2008 01:53:56 +0000 (01:53 +0000)]
Updated the HEAD build version to
20080506
dongsheng [Mon, 5 May 2008 13:31:11 +0000 (13:31 +0000)]
"MDL-13233, create files, see tracker"
dongsheng [Mon, 5 May 2008 13:28:50 +0000 (13:28 +0000)]
"MDL-13233, revert to old version, see tracker"
jamiesensei [Mon, 5 May 2008 13:12:11 +0000 (13:12 +0000)]
For overview report - MDL-14185 "Switch to using formslib and improve the interface" and MDL-14186 "Switch to using moodle_url and eliminate the use of $SESSION global"
scyrma [Mon, 5 May 2008 07:13:58 +0000 (07:13 +0000)]
esthetic typo fix (merge from 1.9)
moodlerobot [Mon, 5 May 2008 01:48:40 +0000 (01:48 +0000)]
Updated the HEAD build version to
20080505
stronk7 [Mon, 5 May 2008 00:28:45 +0000 (00:28 +0000)]
Fixing query to be cross-db. Credit goes to David Mudrak. MDL-14583 ; merged from 19_STABLE
stronk7 [Mon, 5 May 2008 00:09:58 +0000 (00:09 +0000)]
Glossary concepts must support multilang filter (all filters, in fact).
And accesible alt texts for action buttons too. MDL-14687 ; merged from 19_STABLE
mudrd8mz [Sun, 4 May 2008 20:03:18 +0000 (20:03 +0000)]
Removing obsolete admin/langdoc.php
Help files can be translated by admin/lang.php since 1.9.
moodlerobot [Sun, 4 May 2008 01:59:53 +0000 (01:59 +0000)]
Updated the HEAD build version to
20080504
moodlerobot [Sun, 4 May 2008 01:22:00 +0000 (01:22 +0000)]
installer.php lang files by installer_builder (
20080504)
moodlerobot [Sun, 4 May 2008 00:48:57 +0000 (00:48 +0000)]
New lang supported by installer: cy_utf8
skodak [Sat, 3 May 2008 21:43:36 +0000 (21:43 +0000)]
MDL-14678 syntax problems
agrabs [Sat, 3 May 2008 21:41:53 +0000 (21:41 +0000)]
MDL-14657 - additional check if instance-id is numeric for better compatibility to
postgres