]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoAdd return option to notify(). Merged from MOODLE_17_STABLE.
tjhunt [Tue, 31 Oct 2006 10:47:26 +0000 (10:47 +0000)]
Add return option to notify(). Merged from MOODLE_17_STABLE.

18 years agoChange name when file name contains more of a point MDL-6897 - patch submitted by...
skodak [Tue, 31 Oct 2006 10:16:26 +0000 (10:16 +0000)]
Change name when file name contains more of a point MDL-6897 - patch submitted by Toni Mas; merged from MOODLE_17_STABLE

18 years agoMerged MDL-6975 from stable
moodler [Tue, 31 Oct 2006 09:15:47 +0000 (09:15 +0000)]
Merged MDL-6975 from stable

18 years agoadding of user events into calendar and posting of blogs is now enabled by default...
skodak [Tue, 31 Oct 2006 09:09:40 +0000 (09:09 +0000)]
adding of user events into calendar and posting of blogs is now enabled by default - MDL-7297 and MDL-7245; merged from MOODLE_17_STABLE

18 years agoMerged note about guest exception from stable
moodler [Tue, 31 Oct 2006 09:00:42 +0000 (09:00 +0000)]
Merged note about guest exception from stable

18 years agomerged fix for MDL-7302, tagid lost when turning editting on and off
toyomoyo [Tue, 31 Oct 2006 08:50:55 +0000 (08:50 +0000)]
merged fix for MDL-7302, tagid lost when turning editting on and off

18 years agoMerged documentation for Roles from stable MDL-6923
moodler [Tue, 31 Oct 2006 08:14:36 +0000 (08:14 +0000)]
Merged documentation for Roles from stable    MDL-6923

18 years agomerged removing evil semicolon
toyomoyo [Tue, 31 Oct 2006 07:34:03 +0000 (07:34 +0000)]
merged removing evil semicolon

18 years agolib/textlib.class: Cache dir is now created correctly, allowing speed increase (SR...
martinlanghoff [Tue, 31 Oct 2006 05:03:54 +0000 (05:03 +0000)]
lib/textlib.class: Cache dir is now created correctly, allowing speed increase (SR# 595)

Previous logic had dir created only when mbstring wasn't used, but the
typo3 lib needs to cache some data regardless, for the specCharsToASCII
function, which uses internal translation tables.

Author: Luke Hudson <luke@catalyst.net.nz>

18 years agoKilled infinite loop when upgrading teachers! (merge from stable)
moodler [Tue, 31 Oct 2006 04:38:39 +0000 (04:38 +0000)]
Killed infinite loop when upgrading teachers!  (merge from stable)

18 years agoMerge participant count from stable
moodler [Tue, 31 Oct 2006 01:21:48 +0000 (01:21 +0000)]
Merge participant count from stable

18 years agoOracle optimization. Texts under 4000cc can be handled directly as varchar2,
stronk7 [Mon, 30 Oct 2006 23:13:48 +0000 (23:13 +0000)]
Oracle optimization. Texts under 4000cc can be handled directly as varchar2,
so they don't need the 2-phase (insert/update) handling of LOBs

Merged from MOODLE_17_STABLE

18 years agoFixed one bug on Oracle produced when we were inserting
stronk7 [Mon, 30 Oct 2006 22:59:49 +0000 (22:59 +0000)]
Fixed one bug on Oracle produced when we were inserting
records with returnid disabled and containing LOBs

Merged from MOODLE_17_STABLE

18 years agoAdding of calendar events broken MDL-7297; merged from MOODLE_17_STABLE
skodak [Mon, 30 Oct 2006 22:33:45 +0000 (22:33 +0000)]
Adding of calendar events broken MDL-7297; merged from MOODLE_17_STABLE

18 years agofixed double enableajax in previous commit MDL-7296; merged from MOODLE_17_STABLE
skodak [Mon, 30 Oct 2006 21:04:04 +0000 (21:04 +0000)]
fixed double enableajax in previous commit MDL-7296; merged from MOODLE_17_STABLE

18 years agoDisabled global search by default and marked as experimental MDL-7296 and AJAX moved...
skodak [Mon, 30 Oct 2006 21:01:47 +0000 (21:01 +0000)]
Disabled global search by default and marked as experimental MDL-7296 and AJAX moved to experimental too; merged from MOODLE_17_STABLE

18 years agoPrevent Oracle to fail when inserting records with log->info empty
stronk7 [Mon, 30 Oct 2006 19:53:40 +0000 (19:53 +0000)]
Prevent Oracle to fail when inserting records with log->info empty
(will be solved once we got all those NOT NULL fields fixed)

Merged from MOODLE_17_STABLE

18 years agoFixing display of pivots when they are author names
stronk7 [Mon, 30 Oct 2006 19:32:44 +0000 (19:32 +0000)]
Fixing display of pivots when they are author names

Merged from MOODLE_17_STABLE

18 years agoFixing some queries with duplicate column names. MDL-7294
stronk7 [Mon, 30 Oct 2006 19:02:58 +0000 (19:02 +0000)]
Fixing some queries with duplicate column names. MDL-7294

Merged from MOODLE_17_STABLE

18 years agoNow glossary is using the proper sql_substr() function
stronk7 [Mon, 30 Oct 2006 18:34:21 +0000 (18:34 +0000)]
Now glossary is using the proper sql_substr() function

Merged from MOODLE_17_STABLE

18 years agoNew function sql_substr() returns the proper substr() function for each DB
stronk7 [Mon, 30 Oct 2006 18:31:08 +0000 (18:31 +0000)]
New function sql_substr() returns the proper substr() function for each DB

Merged from MOODLE_17_STABLE

18 years agoNow lcase() and ucase() are out from glossary
stronk7 [Mon, 30 Oct 2006 18:01:10 +0000 (18:01 +0000)]
Now lcase() and ucase() are out from glossary

18 years agosql_as() is deprecated. Column aliases ALWAYS must use the AS keyword.
stronk7 [Mon, 30 Oct 2006 17:46:37 +0000 (17:46 +0000)]
sql_as() is deprecated. Column aliases ALWAYS must use the AS keyword.

Merged from MOODLE_17_STABLE

18 years agoDeprecating sql_as (now the AS keyword is required in COLUMN aliases)
stronk7 [Mon, 30 Oct 2006 17:41:55 +0000 (17:41 +0000)]
Deprecating sql_as (now the AS keyword is required in COLUMN aliases)

Merged from MOODLE_17_STABLE

18 years agoUpdating wood to show the nav-bar properly.
stronk7 [Mon, 30 Oct 2006 16:55:17 +0000 (16:55 +0000)]
Updating wood to show the nav-bar properly.

Merged from MOODLE_17_STABLE

18 years agoMake General feedback more tolerant of whitespace. Merged from MOODLE_17_STABLE.
tjhunt [Mon, 30 Oct 2006 16:35:53 +0000 (16:35 +0000)]
Make General feedback more tolerant of whitespace. Merged from MOODLE_17_STABLE.

18 years agofixed a notice
thepurpleblob [Mon, 30 Oct 2006 16:22:58 +0000 (16:22 +0000)]
fixed a notice

18 years agoAdded enablerecordcache setting to control the get_record() cache.
stronk7 [Mon, 30 Oct 2006 15:58:46 +0000 (15:58 +0000)]
Added enablerecordcache setting to control the get_record() cache.
Note that some parts of Moodle can enable/disable it selectively.

Merged from MOODLE_17_STABLE

18 years agoAdded some strings for the enablerecordcache setting.
stronk7 [Mon, 30 Oct 2006 15:54:10 +0000 (15:54 +0000)]
Added some strings for the enablerecordcache setting.

Merged from MOODLE_17_STABLE

18 years agoWrong "settings" link in course Administration block on module pages MDL-7286; merged...
skodak [Mon, 30 Oct 2006 14:58:09 +0000 (14:58 +0000)]
Wrong "settings" link in course Administration block on module pages MDL-7286; merged from MOODLE_17_STABLE

18 years ago If an user's credit card cannot be captured on the internet directly, obtain autho...
ethem [Mon, 30 Oct 2006 13:07:20 +0000 (13:07 +0000)]
   If an user's credit card cannot be captured on the internet directly, obtain authorization code over phone from customer's bank.

   Some users may not wish to use their credit cards on the internet directly for security reasons.
   In this case, you need to obtain an authorization code from user's bank.
   Initially, ask for credit card information from the customer
   like bank name, name on card, card number, expiry date and card validation code
   by means of phone, face-to-face or a billing application.
   Then, call the customer services of user's bank giving this information and demand an authorization code.
   Finally, after obtaining it, login as user to get the user enrolled.
   Alternatively, you can give it to the user saying enrol using this code.

18 years ago If an user's credit card cannot be captured on the internet directly, obtain autho...
ethem [Mon, 30 Oct 2006 12:53:15 +0000 (12:53 +0000)]
   If an user's credit card cannot be captured on the internet directly, obtain authorization code over phone from customer's bank.

   Some users may not wish to use their credit cards on the internet directly for security reasons.
   In this case, you need to obtain an authorization code from user's bank.
   Initially, ask for credit card information from the customer
   like bank name, name on card, card number, expiry date and card validation code
   by means of phone, face-to-face or a billing application.
   Then, call the customer services of user's bank giving this information and demand an authorization code.
   Finally, after obtaining it, login as user to get the user enrolled.
   Alternatively, you can give it to the user saying enrol using this code.

18 years agoJournal Module fixes fro 1.7 MDL-7159; merged from MOODLE_17_STABLE
skodak [Mon, 30 Oct 2006 11:16:27 +0000 (11:16 +0000)]
Journal Module fixes fro 1.7 MDL-7159; merged from MOODLE_17_STABLE

18 years agoNew string: All Pending Orders
ethem [Mon, 30 Oct 2006 11:16:09 +0000 (11:16 +0000)]
New string: All Pending Orders

18 years ago[MDL-7287] Lesson - tweaked continue.php to include a file via filesystem not HTTP...
sam_marshall [Mon, 30 Oct 2006 11:02:08 +0000 (11:02 +0000)]
[MDL-7287] Lesson - tweaked continue.php to include a file via filesystem not HTTP because I couldn't see any reason to do it the latter way and it breaks under our loadbalancing system

18 years agoShow a link for echeck payments if an user has_capability('enrol/authorize:uploadcsv').
ethem [Mon, 30 Oct 2006 10:12:20 +0000 (10:12 +0000)]
Show a link for echeck payments if an user has_capability('enrol/authorize:uploadcsv').

18 years agoMerged drag class fixes from stable
moodler [Mon, 30 Oct 2006 09:41:55 +0000 (09:41 +0000)]
Merged drag class fixes from stable

18 years agocorrect the setting the fixed flag in JMatch quizzes
gbateson [Mon, 30 Oct 2006 08:55:35 +0000 (08:55 +0000)]
correct the setting the fixed flag in JMatch quizzes

18 years agoSOme misc foxes to installing (fixed icons, removed test that broke etc)
moodler [Mon, 30 Oct 2006 08:47:55 +0000 (08:47 +0000)]
SOme misc foxes to installing (fixed icons, removed test that broke etc)
that I did some time ago and never checked in

18 years agomerged fixed gradebookroles settings
toyomoyo [Mon, 30 Oct 2006 08:44:53 +0000 (08:44 +0000)]
merged fixed gradebookroles settings

18 years agoGet only courses made transactions. This lessens the course list; Merged from 17stable.
ethem [Mon, 30 Oct 2006 08:33:00 +0000 (08:33 +0000)]
Get only courses made transactions. This lessens the course list; Merged from 17stable.

18 years agoMerged AJAX GUI fixes from stable
moodler [Mon, 30 Oct 2006 08:21:51 +0000 (08:21 +0000)]
Merged AJAX GUI fixes from stable

18 years agoMerged fixed typo
moodler [Mon, 30 Oct 2006 07:56:39 +0000 (07:56 +0000)]
Merged fixed typo

18 years agoMerged ajax fix for MDL-7281
moodler [Mon, 30 Oct 2006 07:48:02 +0000 (07:48 +0000)]
Merged ajax fix for MDL-7281

18 years agomerged, do not remove context information when deleting the site course
toyomoyo [Mon, 30 Oct 2006 06:34:14 +0000 (06:34 +0000)]
merged, do not remove context information when deleting the site course

18 years agochanged focus when there is no error in the page to the first element in a form rathe...
jamiesensei [Mon, 30 Oct 2006 06:27:15 +0000 (06:27 +0000)]
changed focus when there is no error in the page to the first element in a form rather than no focus.

18 years agomerged fixing progress count
toyomoyo [Mon, 30 Oct 2006 05:40:46 +0000 (05:40 +0000)]
merged fixing progress count

18 years agomerged, ignore site level course teacher assignments when upgrading from 1.6 or below
toyomoyo [Mon, 30 Oct 2006 05:26:59 +0000 (05:26 +0000)]
merged, ignore site level course teacher assignments when upgrading from 1.6 or below

18 years agoMerge better gradebookroles default from stable
moodler [Mon, 30 Oct 2006 03:57:08 +0000 (03:57 +0000)]
Merge better gradebookroles default from stable

18 years agomerged fix for MDL-6895, adding optional param
toyomoyo [Mon, 30 Oct 2006 03:48:08 +0000 (03:48 +0000)]
merged fix for MDL-6895, adding optional param

18 years agomerged fix for MDL-7267, fixing keywords pivot
toyomoyo [Mon, 30 Oct 2006 03:38:13 +0000 (03:38 +0000)]
merged fix for MDL-7267, fixing keywords pivot

18 years agoAutomatic installer.php lang files by installer_builder (20061030)
moodler [Mon, 30 Oct 2006 03:03:00 +0000 (03:03 +0000)]
Automatic installer.php lang files by installer_builder (20061030)

18 years agoMerged metal fixes from stable
moodler [Mon, 30 Oct 2006 03:01:49 +0000 (03:01 +0000)]
Merged metal fixes from stable

18 years agoMDL-6864 The links 'Language editing' could be more descriptive
koenr [Sun, 29 Oct 2006 22:28:17 +0000 (22:28 +0000)]
MDL-6864 The links 'Language editing' could be more descriptive

18 years agoMDL-7042 Missing string on admin/roles/manage.php
koenr [Sun, 29 Oct 2006 21:54:56 +0000 (21:54 +0000)]
MDL-7042 Missing string on admin/roles/manage.php

18 years agoMerged fixes for not-logged-in users from stable
moodler [Sun, 29 Oct 2006 15:58:21 +0000 (15:58 +0000)]
Merged fixes for not-logged-in users from stable

18 years agoMerged fixes for gradebookroles from stable MDL-7253
moodler [Sun, 29 Oct 2006 15:02:45 +0000 (15:02 +0000)]
Merged fixes for gradebookroles from stable   MDL-7253

18 years agoMerged missing langimport string from stable MDL-7258
moodler [Sun, 29 Oct 2006 13:58:03 +0000 (13:58 +0000)]
Merged missing langimport string from stable  MDL-7258

18 years agoMerged fix for MDL-7248 from stable
moodler [Sun, 29 Oct 2006 13:31:27 +0000 (13:31 +0000)]
Merged fix for MDL-7248 from stable

18 years agoadded help button for format drop down
jamiesensei [Sun, 29 Oct 2006 10:19:48 +0000 (10:19 +0000)]
added help button for format drop down

18 years agoMerged new help links from stable
moodler [Sun, 29 Oct 2006 08:14:30 +0000 (08:14 +0000)]
Merged new help links from stable

18 years agoA small help file for permissions
moodler [Sun, 29 Oct 2006 08:07:16 +0000 (08:07 +0000)]
A small help file for permissions

18 years agoMerged some performance improvements from stable
moodler [Sun, 29 Oct 2006 07:23:57 +0000 (07:23 +0000)]
Merged some performance improvements from stable

18 years agoMerged user profile improvements from stable
moodler [Sun, 29 Oct 2006 04:21:23 +0000 (04:21 +0000)]
Merged user profile improvements from stable

18 years agoMake registration code a bit more unique
moodler [Sun, 29 Oct 2006 02:31:53 +0000 (02:31 +0000)]
Make registration code a bit more unique

18 years agoAdding PIVOT as MSSQL reserved word
stronk7 [Sat, 28 Oct 2006 23:13:26 +0000 (23:13 +0000)]
Adding PIVOT as MSSQL reserved word

Merged from MOODLE_17_STABLE

18 years agoMDL-6940 - I decided to rewrite the glossary comments UI, the original code (pre...
skodak [Sat, 28 Oct 2006 21:55:19 +0000 (21:55 +0000)]
MDL-6940 - I decided to rewrite the glossary comments UI, the original code (pre 1.8) was not nice at all, it is IMHO more readable now and the forms implementation could be greatly simplified; this can also serve as sample trusttext implementation outside of forms code

18 years agoNow record_cache is controlled by $CFG->enablerecordcache
stronk7 [Sat, 28 Oct 2006 19:56:34 +0000 (19:56 +0000)]
Now record_cache is controlled by $CFG->enablerecordcache

Merged from MOODLE_17_STABLE

18 years agoMoved cache cleaning code near the begin of functions. Sometimes
stronk7 [Sat, 28 Oct 2006 17:53:00 +0000 (17:53 +0000)]
Moved cache cleaning code near the begin of functions. Sometimes
it wasnt' executed due to function ending. MDL-7196

Merged from MOODLE_17_STABLE

18 years agoAdding one unmerged change from 17_STABLE. Was breaking some things...
stronk7 [Sat, 28 Oct 2006 16:50:28 +0000 (16:50 +0000)]
Adding one unmerged change from 17_STABLE. Was breaking some things...

18 years agoDropping xmldb_dbg($message). Now it has been replaced by a new cleaner
stronk7 [Sat, 28 Oct 2006 15:24:04 +0000 (15:24 +0000)]
Dropping xmldb_dbg($message). Now it has been replaced by a new cleaner
debug system, with XMLDB hook for debug enabled by the creation of one
function called: xmldb_debug($message, $object), currently present in
lib/datalib.php MDL-7261

18 years agoNew xmldb_debug($message, $object) added. It's the official hook
stronk7 [Sat, 28 Oct 2006 15:20:14 +0000 (15:20 +0000)]
New xmldb_debug($message, $object) added. It's the official hook
provided by XMLDB's debug() function. MDL-7261

18 years agoNow, on error, the new XMLDB->debug($msg) function is called.
stronk7 [Sat, 28 Oct 2006 15:18:40 +0000 (15:18 +0000)]
Now, on error, the new XMLDB->debug($msg) function is called.
It provides the facility to hook to one external function, if
available: xmldb_debug($message, $xmldb_object) to perform
custom debugging/logging. MDL-7261

18 years agoUpdate to 1.8dev
stronk7 [Sat, 28 Oct 2006 11:02:54 +0000 (11:02 +0000)]
Update to 1.8dev

18 years agoFix main install.xml file. It was preventing HEAD installation. MDL-7262
stronk7 [Sat, 28 Oct 2006 10:47:19 +0000 (10:47 +0000)]
Fix main install.xml file. It was preventing HEAD installation. MDL-7262

18 years agoImprove error output of install_from_xmldb_file(). Part of MDL-7262
stronk7 [Sat, 28 Oct 2006 10:37:54 +0000 (10:37 +0000)]
Improve error output of install_from_xmldb_file(). Part of MDL-7262

Merged from MOODLE_17_STABLE

18 years agoAutomatic installer.php lang files by installer_builder (20061028)
moodler [Sat, 28 Oct 2006 03:08:14 +0000 (03:08 +0000)]
Automatic installer.php lang files by installer_builder (20061028)

18 years agofix loginsteps string in moodle.php MDL-7249; merged from MOODLE_17_STABLE
skodak [Fri, 27 Oct 2006 21:48:54 +0000 (21:48 +0000)]
fix loginsteps string in moodle.php MDL-7249; merged from MOODLE_17_STABLE

18 years ago Blog RSS is not being generated MDL-7256; merged from MOODLE_17_STABLE
skodak [Fri, 27 Oct 2006 21:42:50 +0000 (21:42 +0000)]
 Blog RSS is not being generated MDL-7256; merged from MOODLE_17_STABLE

18 years agoFinish strings for graderoles MDL-7253; merged from MOODLE_17_STABLE
skodak [Fri, 27 Oct 2006 21:07:18 +0000 (21:07 +0000)]
Finish strings for graderoles MDL-7253; merged from MOODLE_17_STABLE

18 years agoTurn AJAX off for now at site level MDL-7254; merged from MOODLE_17_STABLE
skodak [Fri, 27 Oct 2006 20:34:40 +0000 (20:34 +0000)]
Turn AJAX off for now at site level MDL-7254; merged from MOODLE_17_STABLE

18 years agoCounting extra updates performed by Oracle & MSSQL in PERF
stronk7 [Fri, 27 Oct 2006 17:49:25 +0000 (17:49 +0000)]
Counting extra updates performed by Oracle & MSSQL in PERF

18 years agoI forgot to globalize $record_cache in delete_record_XXX() functions.
stronk7 [Fri, 27 Oct 2006 17:14:58 +0000 (17:14 +0000)]
I forgot to globalize $record_cache in delete_record_XXX() functions.

Merged from MOODLE_17_STABLE

18 years agoMinor improvements to the get_record() cache. Part of MDL-7196
stronk7 [Fri, 27 Oct 2006 16:56:34 +0000 (16:56 +0000)]
Minor improvements to the get_record() cache. Part of MDL-7196

1) Check the cache issset() before unset() it.
2) In the set_field() function, if fieldX = 'id',
   just delete such element from the cache,
   else the whole table
3) Add some more unset() operations against the cache in
   the delete_xxxx() dmllib functions.

Merged from MOODLE_17_STABLE

18 years agoMerged blog RSS fix MDL-7251
moodler [Fri, 27 Oct 2006 16:28:20 +0000 (16:28 +0000)]
Merged blog RSS fix  MDL-7251

18 years agoMDL-7250 merged from stable
sam_marshall [Fri, 27 Oct 2006 16:27:28 +0000 (16:27 +0000)]
MDL-7250 merged from stable

18 years agoFixed a problem with TIMESPAN pattern matching
bobopinna [Fri, 27 Oct 2006 08:04:15 +0000 (08:04 +0000)]
Fixed a problem with TIMESPAN pattern matching

18 years agoComments in data print the "by" and then the date but no username MDL-7235; merged...
skodak [Fri, 27 Oct 2006 07:50:28 +0000 (07:50 +0000)]
Comments in data print the "by" and then the date but no username MDL-7235; merged from MOODLE_17_STABLE

18 years agoAdded support to adl.nav (Sequencing is needed to complete)
bobopinna [Fri, 27 Oct 2006 06:51:25 +0000 (06:51 +0000)]
Added support to adl.nav (Sequencing is needed to complete)

18 years agomerged, taking care of a warning
toyomoyo [Fri, 27 Oct 2006 02:15:02 +0000 (02:15 +0000)]
merged, taking care of a warning

18 years agofix detection and display of fixed items in JMatch (jmt file)
gbateson [Fri, 27 Oct 2006 00:53:24 +0000 (00:53 +0000)]
fix detection and display of fixed items in JMatch (jmt file)

18 years agoDeprecating old "upgrade" files. MDL-7214
stronk7 [Thu, 26 Oct 2006 22:46:02 +0000 (22:46 +0000)]
Deprecating old "upgrade" files. MDL-7214

Merged from MOODLE_17_STABLE

18 years agoDeprecating old "upgrade" files. MDL-7214
stronk7 [Thu, 26 Oct 2006 22:39:10 +0000 (22:39 +0000)]
Deprecating old "upgrade" files. MDL-7214

Merged from MOODLE_17_STABLE

18 years agofixed whitespace merge
skodak [Thu, 26 Oct 2006 20:08:52 +0000 (20:08 +0000)]
fixed whitespace merge

18 years agoNew upgrade.php file added for this module. MDL-7214
stronk7 [Thu, 26 Oct 2006 18:12:42 +0000 (18:12 +0000)]
New upgrade.php file added for this module. MDL-7214

18 years agoNew upgrade.php file added for this module. MDL-7214
stronk7 [Thu, 26 Oct 2006 17:33:40 +0000 (17:33 +0000)]
New upgrade.php file added for this module. MDL-7214

18 years agoNew upgrade.php file added for this module. MDL-7214
stronk7 [Thu, 26 Oct 2006 17:02:31 +0000 (17:02 +0000)]
New upgrade.php file added for this module. MDL-7214

18 years agoNew upgrade.php file added for this module. MDL-7214
stronk7 [Thu, 26 Oct 2006 16:33:49 +0000 (16:33 +0000)]
New upgrade.php file added for this module. MDL-7214

18 years agoNew upgrade.php file added for this module. MDL-7214
stronk7 [Thu, 26 Oct 2006 15:38:18 +0000 (15:38 +0000)]
New upgrade.php file added for this module. MDL-7214

18 years agoMerged fixes from stable for MDL-7229 (opentogoogle capabilities)
moodler [Thu, 26 Oct 2006 14:55:45 +0000 (14:55 +0000)]
Merged fixes from stable for MDL-7229  (opentogoogle capabilities)