]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agoMDL-18462 theme: consistency in css for incorrect questions (merged from MOODLE_19_ST...
mjollnir_ [Mon, 9 Mar 2009 09:25:09 +0000 (09:25 +0000)]
MDL-18462 theme: consistency in css for incorrect questions (merged from MOODLE_19_STABLE)

CVS: ----------------------------------------------------------------------
CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS:  Tag: MOODLE_19_STABLE
CVS:  theme/standard/styles_color.css
CVS: ----------------------------------------------------------------------

16 years agoweb service MDL-12886 remove single operation group functions (=> our REST clients...
jerome [Mon, 9 Mar 2009 05:27:37 +0000 (05:27 +0000)]
web service MDL-12886 remove single operation group functions (=> our REST clients/server won't work till our REST implementation supports array)

16 years agoweb service MDL-12886 update web service exception messages
jerome [Mon, 9 Mar 2009 05:20:16 +0000 (05:20 +0000)]
web service MDL-12886 update web service exception messages

16 years agoweb service MDL-12886 if the groupid doesn't exist, groups_remove_member and groups_a...
jerome [Mon, 9 Mar 2009 04:49:50 +0000 (04:49 +0000)]
web service MDL-12886 if the groupid doesn't exist, groups_remove_member and groups_add_member return now exception (not a boolean as before)

16 years agolesson upgrade: My guess at how to fix the regressions from MDL-17101.
tjhunt [Mon, 9 Mar 2009 03:11:29 +0000 (03:11 +0000)]
lesson upgrade: My guess at how to fix the regressions from MDL-17101.

16 years agoweb service MDL-12886 Add unit tests for Group web service functions.
jerome [Mon, 9 Mar 2009 02:19:38 +0000 (02:19 +0000)]
web service MDL-12886 Add unit tests for Group web service functions.

16 years agoforum/subscribe to all forums broken - MDL-15317
poltawski [Sun, 8 Mar 2009 23:50:37 +0000 (23:50 +0000)]
forum/subscribe to all forums broken - MDL-15317

Was calling has_capability on $cm rather than a context..
thanks to Garret Gengler for the fix.

16 years agoUpdated the HEAD build version to 20090309
moodlerobot [Sun, 8 Mar 2009 23:38:39 +0000 (23:38 +0000)]
Updated the HEAD build version to 20090309

16 years agorepository/googledocs New repository plugin MDL-16383
poltawski [Sun, 8 Mar 2009 15:53:11 +0000 (15:53 +0000)]
repository/googledocs New repository plugin MDL-16383

Google have now allowed documents to be downloaded via their API
(http://googledataapis.blogspot.com/2009/02/start-downloads.html) so
the google docs repo plugin could be finished.

At the moment i've set the export format hardcoded, hopefully we can allow the
repo api let the user choose later...

16 years agoUpdated the HEAD build version to 20090308
moodlerobot [Sat, 7 Mar 2009 23:36:35 +0000 (23:36 +0000)]
Updated the HEAD build version to 20090308

16 years agoMDL-18265 fixed regressions by hardfreeze security workaround - defaults were overrid...
skodak [Sat, 7 Mar 2009 20:59:25 +0000 (20:59 +0000)]
MDL-18265 fixed regressions by hardfreeze security workaround - defaults were overriding locked values

16 years agoMDL-18473 - many thanks to Manolescu Dorel, who contributed these two functions
agrabs [Sat, 7 Mar 2009 00:40:37 +0000 (00:40 +0000)]
MDL-18473 - many thanks to Manolescu Dorel, who contributed these two functions

16 years agoUpdated the HEAD build version to 20090307
moodlerobot [Fri, 6 Mar 2009 23:32:07 +0000 (23:32 +0000)]
Updated the HEAD build version to 20090307

16 years agolesson grading: MDL-17101 The lesson module was sending the incorrect raw grade value...
mark-nielsen [Fri, 6 Mar 2009 19:03:46 +0000 (19:03 +0000)]
lesson grading: MDL-17101 The lesson module was sending the incorrect raw grade values.  Correcting the values by calculating the actual raw grade before sending to gradebook. Merged from MOODLE_19_STABLE and updated for trunk.

16 years agoquestion bank: MDL-18355 Add question button did not work when the question bank...
tjhunt [Fri, 6 Mar 2009 06:46:13 +0000 (06:46 +0000)]
question bank: MDL-18355 Add question button did not work when the question bank was hidden.

16 years agoquiz editing: coding style cleanup.
tjhunt [Fri, 6 Mar 2009 04:06:48 +0000 (04:06 +0000)]
quiz editing: coding style cleanup.

16 years agoUpdated the HEAD build version to 20090306
moodlerobot [Thu, 5 Mar 2009 23:38:03 +0000 (23:38 +0000)]
Updated the HEAD build version to 20090306

16 years agoAutomatic installer.php lang files by installer_builder (20090306)
moodlerobot [Thu, 5 Mar 2009 23:28:16 +0000 (23:28 +0000)]
Automatic installer.php lang files by installer_builder (20090306)

16 years agoImprovements in:
rezaie9 [Thu, 5 Mar 2009 21:04:06 +0000 (21:04 +0000)]
Improvements in:
- alignment of survey questions
- removing horizontal scrollbar from lessons
- online users block
- navigation menu direction
- displaying names in grading report
Changes applyed by Shamim Rezaie (http://rezaie.info)

16 years agoquiz/questions: Improve documentation of database tables.
tjhunt [Thu, 5 Mar 2009 11:24:41 +0000 (11:24 +0000)]
quiz/questions: Improve documentation of database tables.

16 years agoquiz overview report: Fix type of the grade columns to be NUMBER(12,7).
tjhunt [Thu, 5 Mar 2009 11:24:15 +0000 (11:24 +0000)]
quiz overview report: Fix type of the grade columns to be NUMBER(12,7).
Also, improve comments.

16 years agoquiz reports: Fix up unit tests.
tjhunt [Thu, 5 Mar 2009 08:50:01 +0000 (08:50 +0000)]
quiz reports: Fix up unit tests.

16 years agoweb service MDL-12886 Add unit tests for User web service functions.
jerome [Thu, 5 Mar 2009 06:59:58 +0000 (06:59 +0000)]
web service MDL-12886 Add unit tests for User web service functions.
Change most of User web service functions to support multiple operation in one call. Adapt SOAP and XMLRPC test client. (REST User test clients wont work anymore till REST server supports array parameter)

16 years ago"REPOSITORY/MDL-13766, improve create function"
dongsheng [Thu, 5 Mar 2009 05:40:56 +0000 (05:40 +0000)]
"REPOSITORY/MDL-13766, improve create function"

16 years ago"FILEPICKER/MDL-13766, fix search action"
dongsheng [Thu, 5 Mar 2009 05:22:35 +0000 (05:22 +0000)]
"FILEPICKER/MDL-13766, fix search action"

16 years ago"REPOSITORY/MDL-17815, remove instance config when deleting instances"
dongsheng [Thu, 5 Mar 2009 04:59:48 +0000 (04:59 +0000)]
"REPOSITORY/MDL-17815, remove instance config when deleting instances"

16 years ago"REPOSITORY/MDL-18354, enabled local and upload repository plugins when upgrading"
dongsheng [Thu, 5 Mar 2009 04:40:51 +0000 (04:40 +0000)]
"REPOSITORY/MDL-18354, enabled local and upload repository plugins when upgrading"

16 years agoQuestion categories. Move code to a more appropriate place.
tjhunt [Thu, 5 Mar 2009 04:19:33 +0000 (04:19 +0000)]
Question categories. Move code to a more appropriate place.

16 years agoFix comment.
tjhunt [Thu, 5 Mar 2009 03:35:13 +0000 (03:35 +0000)]
Fix comment.

16 years agoXMLDB generated docs: XHTML strictify output, and strip trailing whitespace.
tjhunt [Thu, 5 Mar 2009 03:09:33 +0000 (03:09 +0000)]
XMLDB generated docs: XHTML strictify output, and strip trailing whitespace.

16 years agoUpdated the HEAD build version to 20090305
moodlerobot [Wed, 4 Mar 2009 23:36:59 +0000 (23:36 +0000)]
Updated the HEAD build version to 20090305

16 years agoMDL-18440 email_to_user() - avoid some notices ; merged from 19_STABLE
stronk7 [Wed, 4 Mar 2009 15:03:00 +0000 (15:03 +0000)]
MDL-18440 email_to_user() - avoid some notices ; merged from 19_STABLE

16 years agoMDL-18228 Fixed the language issue and removed the grader report preference
nicolasconnault [Wed, 4 Mar 2009 14:20:45 +0000 (14:20 +0000)]
MDL-18228 Fixed the language issue and removed the grader report preference

16 years agoMDL-16852 fixed left join trouble; merged from MOODLE_19_STABLE
skodak [Wed, 4 Mar 2009 13:36:06 +0000 (13:36 +0000)]
MDL-16852 fixed left join trouble; merged from MOODLE_19_STABLE

16 years agoMDL-15913: Smartpix fails if themes or images have upper-case names
sam_marshall [Wed, 4 Mar 2009 11:55:08 +0000 (11:55 +0000)]
MDL-15913: Smartpix fails if themes or images have upper-case names

16 years agoquiz lib: MDL-17579 should call delete_attempt from questionlib.php rather than tryin...
tjhunt [Wed, 4 Mar 2009 08:35:05 +0000 (08:35 +0000)]
quiz lib: MDL-17579 should call delete_attempt from questionlib.php rather than trying to do the job itself.

16 years ago"CHAT/MDL-14651, move down DOCTYPE declaration"
dongsheng [Wed, 4 Mar 2009 07:15:18 +0000 (07:15 +0000)]
"CHAT/MDL-14651, move down DOCTYPE declaration"

16 years agoweb service MDL-12886 better looking documentation, use a lower integer for the mock...
jerome [Wed, 4 Mar 2009 03:18:14 +0000 (03:18 +0000)]
web service MDL-12886 better looking documentation, use a lower integer for the mock token

16 years agoroles admin: Fix notice when creating a role with no legacy type.
tjhunt [Wed, 4 Mar 2009 02:46:48 +0000 (02:46 +0000)]
roles admin: Fix notice when creating a role with no legacy type.

16 years agoMDL-15276 add check for RESTORE_SILENTLY
danmarsden [Wed, 4 Mar 2009 02:44:05 +0000 (02:44 +0000)]
MDL-15276 add check for RESTORE_SILENTLY

16 years agoUpdated the HEAD build version to 20090304
moodlerobot [Tue, 3 Mar 2009 23:34:38 +0000 (23:34 +0000)]
Updated the HEAD build version to 20090304

16 years agoAutomatic installer.php lang files by installer_builder (20090304)
moodlerobot [Tue, 3 Mar 2009 23:24:52 +0000 (23:24 +0000)]
Automatic installer.php lang files by installer_builder (20090304)

16 years agoMDL-18430: Completion progress report CSV download should be whole report not one...
sam_marshall [Tue, 3 Mar 2009 17:28:05 +0000 (17:28 +0000)]
MDL-18430: Completion progress report CSV download should be whole report not one page

16 years agoMDL-18427: Completion system does not require_once gradelib when used
sam_marshall [Tue, 3 Mar 2009 17:04:49 +0000 (17:04 +0000)]
MDL-18427: Completion system does not require_once gradelib when used

16 years agoMDL-18390:
thepurpleblob [Tue, 3 Mar 2009 15:36:17 +0000 (15:36 +0000)]
MDL-18390:
Correctly report unhandled question types and get string from language pack.

16 years agoqtype admin: MDL-18425 also related to MDL-18355.
tjhunt [Tue, 3 Mar 2009 07:47:32 +0000 (07:47 +0000)]
qtype admin: MDL-18425 also related to MDL-18355.

Allow question types  to be displayed in order that is better than random or alphabetical. Since we don't know all the qtypes there may be:
1. Store the order in the DB (config plugins).
2. Set up a good default order for the standard types. (Unknown types go at the end by default.)
3. Allow admins to edit the order on the qtype admin screen.

16 years agoFix unit tests.
tjhunt [Tue, 3 Mar 2009 07:44:30 +0000 (07:44 +0000)]
Fix unit tests.

16 years ago"FORUM/MDL-15968, respect mod/forum:viewqandawithoutposting in forum_search_posts...
dongsheng [Tue, 3 Mar 2009 06:48:03 +0000 (06:48 +0000)]
"FORUM/MDL-15968, respect mod/forum:viewqandawithoutposting in forum_search_posts, merged from 1.9"

16 years agoquiz editing: MDL-18355 further refinements to the UI.
tjhunt [Tue, 3 Mar 2009 05:13:53 +0000 (05:13 +0000)]
quiz editing: MDL-18355 further refinements to the UI.

16 years agoAiken question import: MDL-18423 Greater robustness when parsing.
tjhunt [Tue, 3 Mar 2009 05:11:55 +0000 (05:11 +0000)]
Aiken question import: MDL-18423 Greater robustness when parsing.

16 years agoMDL-14736 Backup/Restore don't halt backup if can't delete temp files - just display...
danmarsden [Tue, 3 Mar 2009 01:18:16 +0000 (01:18 +0000)]
MDL-14736 Backup/Restore don't halt backup if can't delete temp files - just display notification and save error to log table

16 years ago"FORUM/MDL-14860, declare subtext varible before use it, merged from 1.9"
dongsheng [Tue, 3 Mar 2009 01:03:56 +0000 (01:03 +0000)]
"FORUM/MDL-14860, declare subtext varible before use it, merged from 1.9"

16 years agoMDL-12037 Backup Log - improve reporting of errors during backup_execute - espeically...
danmarsden [Tue, 3 Mar 2009 00:53:23 +0000 (00:53 +0000)]
MDL-12037 Backup Log - improve reporting of errors during backup_execute - espeically for silent backups

16 years agoMDL-12037 Backup Log - add new field to backup_log table to allow other backup relate...
danmarsden [Tue, 3 Mar 2009 00:06:08 +0000 (00:06 +0000)]
MDL-12037 Backup Log - add new field to backup_log table to allow other backup related functions to save log data

16 years agoMDL-17934 flv player in resources - allow full screen. Credit goes to Darren Jones...
stronk7 [Mon, 2 Mar 2009 23:41:55 +0000 (23:41 +0000)]
MDL-17934 flv player in resources - allow full screen. Credit goes to Darren Jones. Merged from 19_STABLE

16 years agoUpdated the HEAD build version to 20090303
moodlerobot [Mon, 2 Mar 2009 23:32:59 +0000 (23:32 +0000)]
Updated the HEAD build version to 20090303

16 years agoMDL-18412 - fixed incorrect config var name. thanks Anthony.
piers [Mon, 2 Mar 2009 23:16:47 +0000 (23:16 +0000)]
MDL-18412 - fixed incorrect config var name. thanks Anthony.

16 years agoMDL-18148 - AICC compliance fixes from Martin Holden.
piers [Mon, 2 Mar 2009 23:07:44 +0000 (23:07 +0000)]
MDL-18148 - AICC compliance fixes from Martin Holden.

16 years agoMDL-17492 Do not try to access the first key of an empty array in case of no tag...
mudrd8mz [Mon, 2 Mar 2009 21:51:25 +0000 (21:51 +0000)]
MDL-17492 Do not try to access the first key of an empty array in case of no tag exists yet. Merged from 1.9 stable

16 years agoMDL-17492 Reset flag did not work in PostgreSQL. Merged from 1.9
mudrd8mz [Mon, 2 Mar 2009 21:45:08 +0000 (21:45 +0000)]
MDL-17492 Reset flag did not work in PostgreSQL. Merged from 1.9

Postgres does not seem to support table alias in UPDATE statement.
Therefore the SQL like
 UPDATE mdl_tag tg SET tg.flag = 0, tg.timemodified = 1236027984 WHERE tg.id IN (4)
ends with an ERROR: column "tg" of relation "mdl_tag" does not exist
The fix is quite easy - just do not use table alias as it makes no sense
here anyway.

16 years agoMDL-18148 - AICC compliance fixes from Martin Holden.
piers [Mon, 2 Mar 2009 19:36:12 +0000 (19:36 +0000)]
MDL-18148 - AICC compliance fixes from Martin Holden.

16 years agoMDL-18420 reserved words - lowercase sqlite reserved words
stronk7 [Mon, 2 Mar 2009 19:20:47 +0000 (19:20 +0000)]
MDL-18420 reserved words - lowercase sqlite reserved words

16 years agoMDL-18420 reserved words - adding 2 new PG reserved words. Merged from 19_STABLE
stronk7 [Mon, 2 Mar 2009 19:09:29 +0000 (19:09 +0000)]
MDL-18420 reserved words - adding 2 new PG reserved words. Merged from 19_STABLE

16 years agoMDL-18420 reserved words - adding MySQL 5.1 and 6.0 new reserved words ; merged from...
stronk7 [Mon, 2 Mar 2009 18:53:59 +0000 (18:53 +0000)]
MDL-18420 reserved words - adding MySQL 5.1 and 6.0 new reserved words ; merged from 19_STABLE

16 years agoMDL-14743 offer a link to the English help file. Merged from 1.9 stable
mudrd8mz [Mon, 2 Mar 2009 14:14:19 +0000 (14:14 +0000)]
MDL-14743 offer a link to the English help file. Merged from 1.9 stable

16 years agoUpdated the HEAD build version to 20090302
moodlerobot [Sun, 1 Mar 2009 23:33:32 +0000 (23:33 +0000)]
Updated the HEAD build version to 20090302

16 years agoMDL-18407 fixed dml regression
skodak [Sun, 1 Mar 2009 21:03:38 +0000 (21:03 +0000)]
MDL-18407 fixed dml regression

16 years agoMDL-16520 portfolio: when an exception happens, kill the active export
mjollnir_ [Sun, 1 Mar 2009 11:01:57 +0000 (11:01 +0000)]
MDL-16520 portfolio: when an exception happens, kill the active export

16 years agoUpdated the HEAD build version to 20090301
moodlerobot [Sat, 28 Feb 2009 23:37:27 +0000 (23:37 +0000)]
Updated the HEAD build version to 20090301

16 years agoMDL-18407 fixed wrong select
skodak [Sat, 28 Feb 2009 09:09:09 +0000 (09:09 +0000)]
MDL-18407 fixed wrong select

16 years agoUpdated the HEAD build version to 20090228
moodlerobot [Fri, 27 Feb 2009 23:32:40 +0000 (23:32 +0000)]
Updated the HEAD build version to 20090228

16 years agoMDL-18004 Fixed problem of duplicate entries in the drop-down
nicolasconnault [Fri, 27 Feb 2009 15:38:34 +0000 (15:38 +0000)]
MDL-18004 Fixed problem of duplicate entries in the drop-down

16 years agoMDL-18004 Fixed problem of duplicate entries in the drop-down
nicolasconnault [Fri, 27 Feb 2009 15:32:03 +0000 (15:32 +0000)]
MDL-18004 Fixed problem of duplicate entries in the drop-down

16 years agoMDL-18004 Fixed problem of duplicate entries in the drop-down
nicolasconnault [Fri, 27 Feb 2009 15:25:05 +0000 (15:25 +0000)]
MDL-18004 Fixed problem of duplicate entries in the drop-down

16 years agoMDL-18403: Completion system can cause problems if grade completion is somehow enable...
sam_marshall [Fri, 27 Feb 2009 14:35:05 +0000 (14:35 +0000)]
MDL-18403: Completion system can cause problems if grade completion is somehow enabled when completion is set to manual

16 years agoMDL-18004 Adding keymanagers for when grade publishing is enabled, plus a few improve...
nicolasconnault [Fri, 27 Feb 2009 14:19:25 +0000 (14:19 +0000)]
MDL-18004 Adding keymanagers for when grade publishing is enabled, plus a few improvements in the tabs and breadcrumbs

16 years agoMDL-16913 Enabled Weight and Extra credit inputs for grade items, but not for categor...
nicolasconnault [Fri, 27 Feb 2009 13:43:52 +0000 (13:43 +0000)]
MDL-16913 Enabled Weight and Extra credit inputs for grade items, but not for category items

16 years agoMDL-18401: Glossary page bar should highlight current page
sam_marshall [Fri, 27 Feb 2009 12:58:23 +0000 (12:58 +0000)]
MDL-18401: Glossary page bar should highlight current page

16 years agoquiz editing: Refactor the editing actions to make functions in editlib.php for most...
tjhunt [Fri, 27 Feb 2009 08:45:05 +0000 (08:45 +0000)]
quiz editing: Refactor the editing actions to make functions in editlib.php for most of them.

In the process, do MDL-17456, move/delete questions by question id rather than position, for greater robustness.

16 years agoquiz: Fix unit tests.
tjhunt [Fri, 27 Feb 2009 08:43:28 +0000 (08:43 +0000)]
quiz: Fix unit tests.

16 years ago"REPOSITORY/MDL-13766, repaint filepicker when hide/show it"
dongsheng [Fri, 27 Feb 2009 06:38:06 +0000 (06:38 +0000)]
"REPOSITORY/MDL-13766, repaint filepicker when hide/show it"

16 years ago"REPOSITORY/MDL-13766, should not use abstract function in repository base class...
dongsheng [Fri, 27 Feb 2009 06:25:56 +0000 (06:25 +0000)]
"REPOSITORY/MDL-13766, should not use abstract function in repository base class, inproperly use of parameters can break moodle page"

16 years ago"REPOSITORY/MDL-13766, 1. support help option 2. make breadcrumb clickable"
dongsheng [Fri, 27 Feb 2009 04:29:21 +0000 (04:29 +0000)]
"REPOSITORY/MDL-13766, 1. support help option 2. make breadcrumb clickable"

16 years agoweb service MDL-12886 documentation
jerome [Fri, 27 Feb 2009 01:05:51 +0000 (01:05 +0000)]
web service MDL-12886 documentation

16 years agoweb service MDL-12886 documentation: check if "Display debug messages" is set Off
jerome [Fri, 27 Feb 2009 01:01:34 +0000 (01:01 +0000)]
web service MDL-12886 documentation: check if "Display debug messages" is set Off

16 years agoweb service MDL-12886 documentation: complete description of the return type
jerome [Fri, 27 Feb 2009 00:48:26 +0000 (00:48 +0000)]
web service MDL-12886 documentation: complete description of the return type

16 years agoUpdated the HEAD build version to 20090227
moodlerobot [Thu, 26 Feb 2009 23:32:21 +0000 (23:32 +0000)]
Updated the HEAD build version to 20090227

16 years agoMDL-18148 - AICC compliance fixes. Fixing general new file API problems, and stripsl...
piers [Thu, 26 Feb 2009 18:19:05 +0000 (18:19 +0000)]
MDL-18148 - AICC compliance fixes.  Fixing general new file API problems, and stripslashes_safe().

16 years agoMDL-18148 - AICC compliance fixes from Martin Holden.
piers [Thu, 26 Feb 2009 16:31:23 +0000 (16:31 +0000)]
MDL-18148 - AICC compliance fixes from Martin Holden.

16 years agoquiz editing: MDL-17284 Major coding style cleanup.
tjhunt [Thu, 26 Feb 2009 08:30:45 +0000 (08:30 +0000)]
quiz editing: MDL-17284 Major coding style cleanup.

This is a mixture of stuff in the coding guildelines and personal preference.

16 years agoweb service MDL-12886 documentation: better display, test if web services are enable...
jerome [Thu, 26 Feb 2009 08:18:28 +0000 (08:18 +0000)]
web service MDL-12886 documentation: better display, test if web services are enable, display return type

16 years agoqtypes help: MDL-5106 Create questiontype help file dynamically
tjhunt [Thu, 26 Feb 2009 07:07:40 +0000 (07:07 +0000)]
qtypes help: MDL-5106 Create questiontype help file dynamically

16 years agoquiz editing: MDL-18376 Since there is no grading for description, we can show more...
tjhunt [Thu, 26 Feb 2009 06:51:35 +0000 (06:51 +0000)]
quiz editing: MDL-18376 Since there is no grading for description, we can show more question text. Thanks Olli.

16 years agoquiz editing: MDL-18355 Try to improve the discoverability of Description again.
tjhunt [Thu, 26 Feb 2009 06:33:18 +0000 (06:33 +0000)]
quiz editing: MDL-18355 Try to improve the discoverability of Description again.

16 years agoqtype admin: MDL-16412 Enforce the allowed question types when a user tries to create...
tjhunt [Thu, 26 Feb 2009 06:06:18 +0000 (06:06 +0000)]
qtype admin: MDL-16412 Enforce the allowed question types when a user tries to create a question.

16 years agoquiz editing: MDL-18355 further refinements to the UI. Thanks Olli.
tjhunt [Thu, 26 Feb 2009 05:53:31 +0000 (05:53 +0000)]
quiz editing: MDL-18355 further refinements to the UI. Thanks Olli.

16 years agoweb service MDL-12886 add lang strings for web services
jerome [Thu, 26 Feb 2009 04:22:26 +0000 (04:22 +0000)]
web service MDL-12886 add lang strings for web services

16 years ago"LANG/MDL-17620, add language string, merged from 1.9"
dongsheng [Thu, 26 Feb 2009 02:33:04 +0000 (02:33 +0000)]
"LANG/MDL-17620, add language string, merged from 1.9"

16 years agoweb service MDL-12886 comment the web service description array generation (too much...
jerome [Thu, 26 Feb 2009 02:27:18 +0000 (02:27 +0000)]
web service MDL-12886 comment the web service description array generation (too much complex, need refactoring)

16 years agoweb service MDL-12886 comment the web service description array generation (too much...
jerome [Thu, 26 Feb 2009 02:23:31 +0000 (02:23 +0000)]
web service MDL-12886 comment the web service description array generation (too much complex, need refactoring)