]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agoblocklib: MDL-19010 move the check for whether the right database tables exist -...
tjhunt [Thu, 7 May 2009 02:57:39 +0000 (02:57 +0000)]
blocklib: MDL-19010 move the check for whether the right database tables exist - and we no longer need this global.

16 years agoblocklib: MDL-19010 move the check for whether the right database tables exist to...
tjhunt [Thu, 7 May 2009 02:56:48 +0000 (02:56 +0000)]
blocklib: MDL-19010 move the check for whether the right database tables exist to a place where it is better encapsulated.

16 years agoblocklib: MDL-19010 fix upgrade breakage that Nico caused when he fixed the other...
tjhunt [Thu, 7 May 2009 02:38:12 +0000 (02:38 +0000)]
blocklib: MDL-19010 fix upgrade breakage that Nico caused when he fixed the other problems.

16 years agoFixing drift between CVS and git
Moodle HQ git importer [Thu, 7 May 2009 00:35:40 +0000 (00:35 +0000)]
Fixing drift between CVS and git

16 years agoUpdated the HEAD build version to 20090507
moodlerobot [Thu, 7 May 2009 00:35:40 +0000 (00:35 +0000)]
Updated the HEAD build version to 20090507

16 years agoMDL-19095 mod/forum: fix for new forum discussions being broken
fmarier [Wed, 6 May 2009 22:41:39 +0000 (22:41 +0000)]
MDL-19095 mod/forum: fix for new forum discussions being broken

(This problem was introduced in e2d7687fc420495acebc6952a44794f5390a78b9)

16 years agoMDL-19029 fixed validation problems; merged from MOODLE_19_STABLE
skodak [Wed, 6 May 2009 18:50:52 +0000 (18:50 +0000)]
MDL-19029 fixed validation problems; merged from MOODLE_19_STABLE

16 years agoMDL-19029 fixed validation problem in yui titles; merged from MOODLE_19_STABLE
skodak [Wed, 6 May 2009 18:35:47 +0000 (18:35 +0000)]
MDL-19029 fixed validation problem in yui titles; merged from MOODLE_19_STABLE

16 years agoMDL-16915 fixed warnings caused by empty arrays in forum ratings; merged from MOODLE_...
skodak [Wed, 6 May 2009 18:14:01 +0000 (18:14 +0000)]
MDL-16915 fixed warnings caused by empty arrays in forum ratings; merged from MOODLE_19_STABLE

16 years agoMDL-14463 search/order - make it cross-db + delete unused column from query ; merged...
stronk7 [Wed, 6 May 2009 17:25:26 +0000 (17:25 +0000)]
MDL-14463 search/order - make it cross-db + delete unused column from query ; merged from 19_STABLE

16 years agoMDL-18670 adding proper permissions for mkdir(); merged from MOODLE_19_STABLE
skodak [Wed, 6 May 2009 16:10:45 +0000 (16:10 +0000)]
MDL-18670 adding proper permissions for mkdir(); merged from MOODLE_19_STABLE

16 years agoMDL-19010 Including courselib where needed during upgrade
nicolasconnault [Wed, 6 May 2009 14:19:19 +0000 (14:19 +0000)]
MDL-19010 Including courselib where needed during upgrade

16 years agoMDL-19010 Only output blocks after upgrade
nicolasconnault [Wed, 6 May 2009 10:49:49 +0000 (10:49 +0000)]
MDL-19010 Only output blocks after upgrade

16 years agoMDL-19010 reverting last commit- DML must throw exceptions - fix the calling code
skodak [Wed, 6 May 2009 10:39:51 +0000 (10:39 +0000)]
MDL-19010 reverting last commit- DML must throw exceptions - fix the calling code

16 years agoMDL-19010 Fixing upgrade code to work with mysql. Also returning false when get_recor...
nicolasconnault [Wed, 6 May 2009 10:22:33 +0000 (10:22 +0000)]
MDL-19010 Fixing upgrade code to work with mysql. Also returning false when get_recordset_sql hits a SQL error, instead of crashing during upgrade with a Fatal error: Exception thrown without a stack frame in Unknown on line 0

16 years agoMDL-18059 database rates - secured ; merged from 19_STABLE
stronk7 [Wed, 6 May 2009 10:22:17 +0000 (10:22 +0000)]
MDL-18059 database rates - secured ; merged from 19_STABLE

16 years agoblocklib.php: MDL-19010 rearrange lib/db/upgrade.php before commit to CVS
tjhunt [Wed, 6 May 2009 09:31:23 +0000 (09:31 +0000)]
blocklib.php: MDL-19010 rearrange lib/db/upgrade.php before commit to CVS

16 years agopagelib: MDL-12212 eliminate data_lesson
tjhunt [Wed, 6 May 2009 09:31:08 +0000 (09:31 +0000)]
pagelib: MDL-12212 eliminate data_lesson

16 years agomoodle_page: MDL-12212 improve comments and add some work-in-progress warnings
tjhunt [Wed, 6 May 2009 09:29:05 +0000 (09:29 +0000)]
moodle_page: MDL-12212 improve comments and add some work-in-progress warnings

16 years agoblocklib: MDL-19010 remove no-longer-necessary global variable use from blocks
tjhunt [Wed, 6 May 2009 09:28:26 +0000 (09:28 +0000)]
blocklib: MDL-19010 remove no-longer-necessary global variable use from blocks

16 years agomoodle_page: MDL-12212 add a couple more useful classes to body
tjhunt [Wed, 6 May 2009 09:28:06 +0000 (09:28 +0000)]
moodle_page: MDL-12212 add a couple more useful classes to body

16 years agomoodle_page: MDL-12212 add a couple more useful classes to body
tjhunt [Wed, 6 May 2009 09:27:16 +0000 (09:27 +0000)]
moodle_page: MDL-12212 add a couple more useful classes to body

16 years agoblocklib: MDL-19010 rename $position -> $region throughout blocklib.php
tjhunt [Wed, 6 May 2009 09:27:02 +0000 (09:27 +0000)]
blocklib: MDL-19010 rename $position -> $region throughout blocklib.php

16 years agopagelib: MDL-12212 eliminate data_page
tjhunt [Wed, 6 May 2009 09:26:46 +0000 (09:26 +0000)]
pagelib: MDL-12212 eliminate data_page

16 years agopagelib: MDL-12212 eliminate chat_page
tjhunt [Wed, 6 May 2009 09:25:54 +0000 (09:25 +0000)]
pagelib: MDL-12212 eliminate chat_page

16 years agoMDL-18058 glossary rates - secured ; merged from 19_STABLE
stronk7 [Wed, 6 May 2009 09:25:54 +0000 (09:25 +0000)]
MDL-18058 glossary rates - secured ; merged from 19_STABLE

16 years agopagelib: MDL-12212 eliminate quiz_page
tjhunt [Wed, 6 May 2009 09:24:45 +0000 (09:24 +0000)]
pagelib: MDL-12212 eliminate quiz_page

16 years agomoodle_page: MDL-12212 eliminate page_my_moodle
tjhunt [Wed, 6 May 2009 09:23:37 +0000 (09:23 +0000)]
moodle_page: MDL-12212 eliminate page_my_moodle

16 years agomoodle_page: MDL-12212 remove deprecated calls from course/view.php and page_course...
tjhunt [Wed, 6 May 2009 09:19:46 +0000 (09:19 +0000)]
moodle_page: MDL-12212 remove deprecated calls from course/view.php and page_course::print_header

16 years agoblocklib: MDL-19010 Fix blocks that were relying on ->instance in an unfortunate way
tjhunt [Wed, 6 May 2009 09:15:33 +0000 (09:15 +0000)]
blocklib: MDL-19010 Fix blocks that were relying on ->instance in an unfortunate way

16 years agoblocklib: MDL-19010 refactor blocklib to use block_manager to get the blocks for...
tjhunt [Wed, 6 May 2009 09:15:05 +0000 (09:15 +0000)]
blocklib: MDL-19010 refactor blocklib to use block_manager to get the blocks for rendering

16 years agoblocklib: MDL-19010 add block and get_blocks methods
tjhunt [Wed, 6 May 2009 09:14:42 +0000 (09:14 +0000)]
blocklib: MDL-19010 add block and get_blocks methods

16 years agoblocklib: MDL-19010 start of block_manager - get and set regions
tjhunt [Wed, 6 May 2009 09:14:01 +0000 (09:14 +0000)]
blocklib: MDL-19010 start of block_manager - get and set regions

16 years agomoodle_page: MDL-12212 clarify some comments
tjhunt [Wed, 6 May 2009 09:13:40 +0000 (09:13 +0000)]
moodle_page: MDL-12212 clarify some comments

16 years agoblocklib: MDL-19010 always include blocklib in setup.php, stip includes elsewhere
tjhunt [Wed, 6 May 2009 09:13:16 +0000 (09:13 +0000)]
blocklib: MDL-19010 always include blocklib in setup.php, stip includes elsewhere

16 years agoblocklib: MDL-19010 upgrade database tables ready for now blocks system
tjhunt [Wed, 6 May 2009 09:12:03 +0000 (09:12 +0000)]
blocklib: MDL-19010 upgrade database tables ready for now blocks system

16 years agomoodle_page: MDL-12212 completely remove the old tag and admin page classes
tjhunt [Wed, 6 May 2009 09:11:07 +0000 (09:11 +0000)]
moodle_page: MDL-12212 completely remove the old tag and admin page classes

16 years agomoodle_page: MDL-12212 ->subpage field
tjhunt [Wed, 6 May 2009 09:03:49 +0000 (09:03 +0000)]
moodle_page: MDL-12212 ->subpage field

16 years agomoodle_page: MDL-12212 ->cm and ->activityrecord fields
tjhunt [Wed, 6 May 2009 09:03:33 +0000 (09:03 +0000)]
moodle_page: MDL-12212 ->cm and ->activityrecord fields

16 years agomoodle_page: MDL-12212 eliminate page_tag::print_footer
tjhunt [Wed, 6 May 2009 09:03:16 +0000 (09:03 +0000)]
moodle_page: MDL-12212 eliminate page_tag::print_footer

16 years agomoodle_page: MDL-12212 deprecate more of the legacy page machinery, and avoid overwri...
tjhunt [Wed, 6 May 2009 09:03:03 +0000 (09:03 +0000)]
moodle_page: MDL-12212 deprecate more of the legacy page machinery, and avoid overwriting $PAGE ever

16 years agomoodle_page: MDL-12212 kill legacy page_allows_editing implementations
tjhunt [Wed, 6 May 2009 09:02:48 +0000 (09:02 +0000)]
moodle_page: MDL-12212 kill legacy page_allows_editing implementations

16 years agomoodle_page: MDL-12212 new implementation of user_allowed_editing
tjhunt [Wed, 6 May 2009 09:01:42 +0000 (09:01 +0000)]
moodle_page: MDL-12212 new implementation of user_allowed_editing

16 years agomoodle_page: MDL-12212 Unbreak home page when editing is on
tjhunt [Wed, 6 May 2009 09:00:58 +0000 (09:00 +0000)]
moodle_page: MDL-12212 Unbreak home page when editing is on

16 years agomoodle_page: MDL-12212 remove get_extra_header_string method from blog page
tjhunt [Wed, 6 May 2009 09:00:15 +0000 (09:00 +0000)]
moodle_page: MDL-12212 remove get_extra_header_string method from blog page

16 years agomoodle_page: MDL-12212 reimplement user_is_editing, deprecate isediting
tjhunt [Wed, 6 May 2009 08:59:29 +0000 (08:59 +0000)]
moodle_page: MDL-12212 reimplement user_is_editing, deprecate isediting

16 years agomoodle_page: MDL-12212 eliminate page::edit_always
tjhunt [Wed, 6 May 2009 08:56:44 +0000 (08:56 +0000)]
moodle_page: MDL-12212 eliminate page::edit_always

16 years agomoodle_page: MDL-12212 Kill legacy url_... and blocks_... methods
tjhunt [Wed, 6 May 2009 08:55:53 +0000 (08:55 +0000)]
moodle_page: MDL-12212 Kill legacy url_... and blocks_... methods
Start calling $PAGE->set_url in all the places it will be necessary
Start of a stub implementation of $PAGE->blocks to stop other things breaking
Remove some of the special case methods in admin_page

16 years agomoodle_page: MDL-12212 Eliminate legacy blocks_ methods
tjhunt [Wed, 6 May 2009 08:53:14 +0000 (08:53 +0000)]
moodle_page: MDL-12212 Eliminate legacy blocks_ methods

moving blocks will now be broken until the new bockslib is done

16 years agofix remove_params
tjhunt [Wed, 6 May 2009 08:51:23 +0000 (08:51 +0000)]
fix remove_params

16 years agomoodle_page: MDL-12212 ->url and cleanup init of $FULLME, etc.
tjhunt [Wed, 6 May 2009 08:50:32 +0000 (08:50 +0000)]
moodle_page: MDL-12212 ->url and cleanup init of $FULLME, etc.

16 years agomoodle_url: MDL-12212 clean up moodle_url coding style
tjhunt [Wed, 6 May 2009 08:49:12 +0000 (08:49 +0000)]
moodle_url: MDL-12212 clean up moodle_url coding style

16 years agomoodle_page: MDL-12212 ->docspath
tjhunt [Wed, 6 May 2009 08:48:13 +0000 (08:48 +0000)]
moodle_page: MDL-12212 ->docspath

16 years agomoodle_page: MDL-14306 (part of MDL-12212) class name on body with ->category
tjhunt [Wed, 6 May 2009 08:46:48 +0000 (08:46 +0000)]
moodle_page: MDL-14306 (part of MDL-12212) class name on body with ->category

If ->allowcategorythemes is set, includes all parent categories too

16 years agomoodle_page: MDL-12212 ->category and ->categories
tjhunt [Wed, 6 May 2009 08:46:05 +0000 (08:46 +0000)]
moodle_page: MDL-12212 ->category and ->categories

16 years agomoodle_page: MDL-14305 (and MDL-12212) class on body based on ->wwwroot
tjhunt [Wed, 6 May 2009 08:44:58 +0000 (08:44 +0000)]
moodle_page: MDL-14305 (and MDL-12212) class on body based on ->wwwroot

16 years agomoodle_page: MDL-12212 more ->pagepaths to kill
tjhunt [Wed, 6 May 2009 08:43:51 +0000 (08:43 +0000)]
moodle_page: MDL-12212 more ->pagepaths to kill

16 years agomoodle_page: MDL-12212 ->bodyclasses and initialise_standard_body_classes
tjhunt [Wed, 6 May 2009 08:42:13 +0000 (08:42 +0000)]
moodle_page: MDL-12212 ->bodyclasses and initialise_standard_body_classes

16 years agomoodle_page: MDL-12212 eliminate the two different interpretations of
tjhunt [Wed, 6 May 2009 08:41:02 +0000 (08:41 +0000)]
moodle_page: MDL-12212 eliminate the two different interpretations of
pagetype

16 years agomoodle_page: MDL-12212 kill $CFG->pagepath (use $PAGE->set_pagetype)
tjhunt [Wed, 6 May 2009 08:38:55 +0000 (08:38 +0000)]
moodle_page: MDL-12212 kill $CFG->pagepath (use $PAGE->set_pagetype)
deprecate $PAGE->get_format_name (use $PAGE->pagetype)
deprecate page_id_and_class (use $PAGE->pagetype)

16 years agomoodle_page: MDL-12212 rewrite blocks_name_allowed_in_format to improve readability
tjhunt [Wed, 6 May 2009 08:36:50 +0000 (08:36 +0000)]
moodle_page: MDL-12212 rewrite blocks_name_allowed_in_format to improve readability

16 years agomoodle_page: MDL-12212 eliminate two old methods that were never used
tjhunt [Wed, 6 May 2009 08:36:18 +0000 (08:36 +0000)]
moodle_page: MDL-12212 eliminate two old methods that were never used

16 years agomoodle_page: MDL-12212 remove code in legacy page types that stores a course record
tjhunt [Wed, 6 May 2009 08:35:39 +0000 (08:35 +0000)]
moodle_page: MDL-12212 remove code in legacy page types that stores a course record

16 years agomoodle_page: MDL-12212 implement ->pagetype
tjhunt [Wed, 6 May 2009 08:34:32 +0000 (08:34 +0000)]
moodle_page: MDL-12212 implement ->pagetype

16 years agofilters: MDL-7336 use $PAGE->context now that it exists
tjhunt [Wed, 6 May 2009 08:31:30 +0000 (08:31 +0000)]
filters: MDL-7336 use $PAGE->context now that it exists

16 years agomoodle_page: MDL-12212 implement ->context
tjhunt [Wed, 6 May 2009 08:30:25 +0000 (08:30 +0000)]
moodle_page: MDL-12212 implement ->context

16 years agomoodle_page: MDL-12212 start of new moodle_page class
tjhunt [Wed, 6 May 2009 08:29:22 +0000 (08:29 +0000)]
moodle_page: MDL-12212 start of new moodle_page class
* has course and status fields
* $PAGE->status updated by print_header and footer
* $PAGE->set_course now replace course_setup function
* global $PAGE created in setup.php
* unit tests for functionality so far
* Moodle still seems to work after this commit!

16 years agomoodle_page: MDL-12212 deprecate page_import_types and clean up file
tjhunt [Wed, 6 May 2009 08:27:12 +0000 (08:27 +0000)]
moodle_page: MDL-12212 deprecate page_import_types and clean up file

16 years agomoodle_page: MDL-12212 remove useless code as a preparitory step
tjhunt [Wed, 6 May 2009 08:26:19 +0000 (08:26 +0000)]
moodle_page: MDL-12212 remove useless code as a preparitory step

16 years agoUpdated the HEAD build version to 20090506
moodlerobot [Wed, 6 May 2009 00:37:25 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090506

16 years agoAutomatic installer.php lang files by installer_builder (20090506)
moodlerobot [Wed, 6 May 2009 00:27:27 +0000 (00:27 +0000)]
Automatic installer.php lang files by installer_builder (20090506)

16 years agoMDL-19029 added missing CDATA; merged from MOODLE_19_STABLE
skodak [Tue, 5 May 2009 11:53:20 +0000 (11:53 +0000)]
MDL-19029 added missing CDATA; merged from MOODLE_19_STABLE

16 years agoMDL-19029 removed bogus feedback end span; merged from MOODLE_19_STABLE
skodak [Tue, 5 May 2009 11:43:13 +0000 (11:43 +0000)]
MDL-19029 removed bogus feedback end span; merged from MOODLE_19_STABLE

16 years agoMDL-18799 backup of file.php links - now using unicode modifiers if allowed in the...
stronk7 [Tue, 5 May 2009 09:26:47 +0000 (09:26 +0000)]
MDL-18799 backup of file.php links - now using unicode modifiers if allowed in the server ; merged from 19_STABLE

16 years ago"MDL-14651, remove a useless capability from chat module"
dongsheng [Tue, 5 May 2009 09:19:47 +0000 (09:19 +0000)]
"MDL-14651, remove a useless capability from chat module"

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:15:59 +0000 (09:15 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:14:30 +0000 (09:14 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:12:35 +0000 (09:12 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:10:53 +0000 (09:10 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:10:52 +0000 (09:10 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:07:21 +0000 (09:07 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:05:27 +0000 (09:05 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:05:27 +0000 (09:05 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-19067 removed obsoleted string (never used in any STABLE branch)
skodak [Tue, 5 May 2009 09:00:24 +0000 (09:00 +0000)]
MDL-19067 removed obsoleted string (never used in any STABLE branch)

16 years agoMDL-16692 converted glossary comments to new editor + file API fixes
skodak [Tue, 5 May 2009 08:57:12 +0000 (08:57 +0000)]
MDL-16692 converted glossary comments to new editor + file API fixes

16 years agoUpdated the HEAD build version to 20090505
moodlerobot [Tue, 5 May 2009 00:37:25 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090505

16 years agoMDL-19009 cleanup - there is no CONTEXT_GROUP and pinned block context
skodak [Mon, 4 May 2009 20:23:20 +0000 (20:23 +0000)]
MDL-19009 cleanup - there is no CONTEXT_GROUP and pinned block context

16 years agoMDL-18124 course creators can not delete any courses in their category any more,...
skodak [Mon, 4 May 2009 19:56:32 +0000 (19:56 +0000)]
MDL-18124 course creators can not delete any courses in their category any more, only those they created at most one day ago; merged from MOODLE_19_STABLE

16 years ago2.0 has lowercase xmldb objects.
stronk7 [Mon, 4 May 2009 14:33:01 +0000 (14:33 +0000)]
2.0 has lowercase xmldb objects.

16 years agoMDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE
skodak [Mon, 4 May 2009 13:15:00 +0000 (13:15 +0000)]
MDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE

16 years agoMDL-19052 fixed separate group mode access on grader report; merged from MOODLE_19_STABLE
skodak [Mon, 4 May 2009 13:13:49 +0000 (13:13 +0000)]
MDL-19052 fixed separate group mode access on grader report; merged from MOODLE_19_STABLE

16 years agoMDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE
skodak [Mon, 4 May 2009 12:55:20 +0000 (12:55 +0000)]
MDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE

16 years agoMDL-12444 Removed aggregationview preference from grader report. Merged from MOODLE_1...
nicolasconnault [Mon, 4 May 2009 12:30:03 +0000 (12:30 +0000)]
MDL-12444 Removed aggregationview preference from grader report. Merged from MOODLE_19_STABLE

16 years ago"MDL-13766, if moodle is working on HTTPS, then we are not allowed to access parent...
dongsheng [Mon, 4 May 2009 09:25:14 +0000 (09:25 +0000)]
"MDL-13766, if moodle is working on HTTPS, then we are not allowed to access parent window, we need to warn users what is going on, and tell them to refresh repository manually"

16 years ago"MDL-18520, remove empty path element from file listing"
dongsheng [Mon, 4 May 2009 09:12:55 +0000 (09:12 +0000)]
"MDL-18520, remove empty path element from file listing"

16 years ago"MDL-13766, improve file picker pagination"
dongsheng [Mon, 4 May 2009 08:59:01 +0000 (08:59 +0000)]
"MDL-13766, improve file picker pagination"

16 years agoMDL-18227 forum ratings - clean wrong records; merged from 19_STABLE
stronk7 [Mon, 4 May 2009 08:44:51 +0000 (08:44 +0000)]
MDL-18227 forum ratings - clean wrong records; merged from 19_STABLE

16 years agowebservice MDL-12886 clean SOAP client
jerome [Mon, 4 May 2009 06:36:43 +0000 (06:36 +0000)]
webservice MDL-12886 clean SOAP client

16 years agowebservice MDL-12886 SOAP server: register moodle_exception (fix for "unknown except...
jerome [Mon, 4 May 2009 05:27:39 +0000 (05:27 +0000)]
webservice MDL-12886 SOAP server: register moodle_exception (fix for  "unknown exception" )

16 years agowebservice MDL-12886 SOAP server: register moodle_exception (fix for "unknown except...
jerome [Mon, 4 May 2009 05:26:02 +0000 (05:26 +0000)]
webservice MDL-12886 SOAP server: register moodle_exception (fix for  "unknown exception" )