skodak
86255e006b
fixed syntax errors
2008-05-12 20:18:42 +00:00
skodak
98d80d851b
MDL-14692 groupings restore logic switched - credit goes to Vitor Rocio
2008-05-12 19:55:22 +00:00
stronk7
b90d006cd4
user preferences are not restored if user exists. MDL-12594 ; merged from 19_STABLE
2008-05-12 18:01:59 +00:00
tjhunt
7453df700f
MDL-14804 - question_list_instances is broken - It does not include the each modules lib file before doing function_exists($module->name.'_question_list_instances').
2008-05-12 17:29:56 +00:00
tjhunt
e4cdf3fb2c
MDL-10899 - followup - need to move random questions too.
2008-05-12 15:59:05 +00:00
tjhunt
d33725bd2d
New convinience function in accesslib: get_parent_contextid. Also, the start of some unit tests for accesslib, but only this trivial funciton, and the get_parent_contexts function it is based on. Still, it is a start.
2008-05-12 15:28:34 +00:00
skodak
8b9cfac4ab
MDL-11719 increased size of idnumber in user table - needed for some enrolment plugins; merged from MOODLE_19_STABLE
2008-05-12 14:38:45 +00:00
skodak
ab37dc6031
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
2008-05-12 14:05:46 +00:00
tjhunt
d4e5675c00
MDL-14797 - Error when moving a course to an empty category on Postgres
2008-05-12 10:44:44 +00:00
scyrma
bf5373daf6
MDL-14739: Images needed for the editor
2008-05-12 10:00:20 +00:00
scyrma
19be75a856
MDL-14795: initial commit of the code sent in by Mauno Korpelainen, after reformatting.
2008-05-12 09:02:17 +00:00
jerome
8f4c9919b8
MDL-14656 Make welcome.html XHTML compliant, merged from 19
2008-05-12 05:19:24 +00:00
scyrma
b62a6a9465
MDL-14739: The changelog of the new version of tinymce has been renamed
2008-05-12 03:24:33 +00:00
scyrma
653d3cc8ef
Minor typo corrections
2008-05-12 03:17:26 +00:00
scyrma
76d64f22b8
MDL-14739: previous commit half-failed, re-submitting new files for spellchecker plugin
2008-05-12 03:10:33 +00:00
scyrma
81502602d5
MDL-14739: add the latest version of the spellchecker plugin
2008-05-12 03:04:47 +00:00
moodlerobot
2005a9bb8b
Updated the HEAD build version to 20080512
2008-05-12 01:53:03 +00:00
moodlerobot
4a751ca03a
Automatic installer.php lang files by installer_builder (20080512)
2008-05-12 01:19:58 +00:00
stronk7
5777b048a6
Prevent excess of unenolments by enrol_database_sync.php. MDL-8550 ; merged from 19_STABLE
2008-05-11 23:55:50 +00:00
stronk7
183a13c294
Prevent some notices and process if $CFG->emoticons is not set or empty. MDL-12414 ; merged from 19_STABLE
2008-05-11 23:34:29 +00:00
skodak
dd1e295528
MDL-14451 removed pre 1.9 upgrade code - question upgrade related
2008-05-11 19:03:24 +00:00
skodak
7c7b6f966a
MDL-14451 removed pre 1.9 upgrade code - question upgrade related
2008-05-11 18:57:53 +00:00
skodak
f6c544eabe
MDL-14451 removed pre 1.9 upgrade code - question upgrade related
2008-05-11 18:57:17 +00:00
skodak
a13936c57c
MDL-14451 removed pre 1.9 upgrade code
2008-05-11 18:55:00 +00:00
skodak
369c0a79ff
MDL-14451 removed pre 1.9 upgrade code
2008-05-11 18:40:39 +00:00
moodlerobot
f569d2ae3d
Updated the HEAD build version to 20080511
2008-05-11 01:48:29 +00:00
stronk7
5835a33482
cvs tag -F MOODLE_19_MERGED -j MOODLE_19_STABLE ; merged from 19_STABLE
2008-05-10 22:07:54 +00:00
diml
6b51c209e6
fixes \ / issue (Win/Linux)
2008-05-10 18:32:07 +00:00
diml
67afeedd73
fixes MDL-14774 and MDL-14777
...
Exception issues should find a solution here. Fixes inclusion path
problems relative to Zend baseroot.
2008-05-10 14:11:10 +00:00
diml
de10ccbe76
fixes MDL-14775
2008-05-10 14:01:20 +00:00
diml
3e335d5d78
fixes MDL-14776
2008-05-10 14:00:56 +00:00
moodlerobot
260792d11f
New uz installer lang
2008-05-10 02:59:58 +00:00
moodlerobot
0eef88444f
Updated the HEAD build version to 20080510
2008-05-10 01:54:12 +00:00
diml
083499fd2b
fixes MDL-14770, $course_id error
2008-05-09 21:49:31 +00:00
tjhunt
e2134c5ddc
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.
2008-05-09 15:50:44 +00:00
tjhunt
9ade28e57e
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.
2008-05-09 15:10:39 +00:00
tjhunt
7fb1b88dc7
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.
2008-05-09 15:05:36 +00:00
tjhunt
08121fadcb
Problem when editing calculated questions when installed on Postgres.
2008-05-09 15:02:24 +00:00
jamiesensei
c5fedf065c
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.
2008-05-09 13:59:36 +00:00
tjhunt
a588d813cb
MDL-14762 - find and update links to files in answer->feedback when moving questions between contexts.
2008-05-09 13:13:43 +00:00
scyrma
b5278b2d70
MDL-14739: TinyMCE 3.0.8, along with Moodle-specific Modules, as included by Mauno Korpelainen.
2008-05-09 09:29:20 +00:00
scyrma
a50323a329
MDL-14739: Removing old version, before adding new one
2008-05-09 08:21:11 +00:00
jamiesensei
c37415a08d
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
2008-05-09 06:12:57 +00:00
moodlerobot
63a1749458
Updated the HEAD build version to 20080509
2008-05-09 01:55:29 +00:00
moodlerobot
f90ca0e8b9
Automatic installer.php lang files by installer_builder (20080509)
2008-05-09 01:22:21 +00:00
danmarsden
2ea2bfadfa
MDL-14736 this doesn't need to be an error call, as the backup should still succeed - changing to use notify() instead.
2008-05-08 22:28:06 +00:00
agrabs
bf5ebe7366
MDL-14518 - changed $SESSION->feedback->current_tab to $current_tab
2008-05-08 12:09:59 +00:00
agrabs
3cad95693b
removed a call print_box_end(). It was not needed.
2008-05-08 11:49:48 +00:00
jamiesensei
16a4c12098
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.
2008-05-08 10:11:06 +00:00
jamiesensei
44eb3b6e9e
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.
2008-05-08 09:53:31 +00:00