]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agoquiz timer js: Fix typo (that was not causing problems)
tjhunt [Wed, 11 Mar 2009 07:00:36 +0000 (07:00 +0000)]
quiz timer js: Fix typo (that was not causing problems)

16 years agoquiz and qtypes: Regressions from MDL-7308 since '0.0000000' is not empty() in PHP.
tjhunt [Wed, 11 Mar 2009 06:36:25 +0000 (06:36 +0000)]
quiz and qtypes: Regressions from MDL-7308 since '0.0000000' is not empty() in PHP.

16 years agoMDL-18500 New formslib element type duration for periods of time.
tjhunt [Wed, 11 Mar 2009 06:07:33 +0000 (06:07 +0000)]
MDL-18500 New formslib element type duration for periods of time.

16 years ago"REPOSITORY, FILEPICKER/MDL-13766, plugin developers can define login button label."
dongsheng [Wed, 11 Mar 2009 06:03:33 +0000 (06:03 +0000)]
"REPOSITORY, FILEPICKER/MDL-13766, plugin developers can define login button label."

16 years ago"REPOSITORY, GDOCS/MDL-16383, tell filepicker gdocs support documents only"
dongsheng [Wed, 11 Mar 2009 05:43:54 +0000 (05:43 +0000)]
"REPOSITORY, GDOCS/MDL-16383, tell filepicker gdocs support documents only"

16 years agosort lang file.
tjhunt [Wed, 11 Mar 2009 05:37:22 +0000 (05:37 +0000)]
sort lang file.

16 years ago"DATA/MDL-18024, use rid instead page to comment a record, merged from 1.9"
dongsheng [Wed, 11 Mar 2009 05:33:55 +0000 (05:33 +0000)]
"DATA/MDL-18024, use rid instead page to comment a record, merged from 1.9"

16 years agoweb service MDL-12886 documentation: manage no return value into the description...
jerome [Wed, 11 Mar 2009 04:28:04 +0000 (04:28 +0000)]
web service MDL-12886 documentation: manage no return value into the description array

16 years ago"DATA/MDL-18136, fix pagination in data mod, merged from 1.9"
dongsheng [Wed, 11 Mar 2009 04:22:40 +0000 (04:22 +0000)]
"DATA/MDL-18136, fix pagination in data mod, merged from 1.9"

16 years ago"ADMINLIB/MDL-17966, display changes saved in admin page, merged from 1.9"
dongsheng [Wed, 11 Mar 2009 02:42:28 +0000 (02:42 +0000)]
"ADMINLIB/MDL-17966, display changes saved in admin page, merged from 1.9"

16 years ago"CHAT/MDL-14949, remove mod/chat:talk capability and check chat and readlog capabilit...
dongsheng [Wed, 11 Mar 2009 02:34:20 +0000 (02:34 +0000)]
"CHAT/MDL-14949, remove mod/chat:talk capability and check chat and readlog capabilities respectively, merged and modified from 1.9"

16 years agoUpdated the HEAD build version to 20090311
moodlerobot [Tue, 10 Mar 2009 23:32:59 +0000 (23:32 +0000)]
Updated the HEAD build version to 20090311

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

16 years agoMDL-14961 Merged from MOODLE_19_STABLE
nicolasconnault [Tue, 10 Mar 2009 14:03:37 +0000 (14:03 +0000)]
MDL-14961 Merged from MOODLE_19_STABLE

16 years agoquiz settings: MDL-18485 Improve quiz settings form
tjhunt [Tue, 10 Mar 2009 08:39:51 +0000 (08:39 +0000)]
quiz settings: MDL-18485 Improve quiz settings form

* Reorder form fields to group things more logically.
** and on the corresponding admin page too.

* Set some options to be 'Advanced' by default:
** Apply penalties.
** Each attempt builds on the last.
** Decimal places for question grades.
** The five 'Extra restrictions on attempts' settings. (password, etc.)
* Admins can still change this to suit their institiution at Administration > Plugins > Activity modules > Quiz.
* These new defaults are applied if the admin had not previously set any fields to be advanced.

* Disable some filds when they are not applicable:
** Grading method, if num attempts = 1
** Penaly scheme, if adaptive mode = no
** Each attempt builds of last, if num attempts = 1
** Review after quiz closed options, if no close date.
** Delay between 1st and 2nd attempts, if num attempts = 1
** Delay between later attempts, if num attempts < 3

* Convert quiz.timelimit to be in seconds, for consistency, and ready for the new duration field type (MDL 18500).
** Including ensuring that backup and restore is backwards compatible.

* MDL-5537 New setting, questiondecimalpoints, so, for example, you can show the quiz grade as an integer, but have fractional question grades.
** There is a 'Same as overall decimal points' option, which is the default.

* Improve some field labels.

* Make corresponding changes in the help files.

16 years agoajaxlib: fix unit tests.
tjhunt [Tue, 10 Mar 2009 08:01:57 +0000 (08:01 +0000)]
ajaxlib: fix unit tests.

16 years agorepostiory: remove blank unit tests file that otherwise registers as a fail.
tjhunt [Tue, 10 Mar 2009 07:54:57 +0000 (07:54 +0000)]
repostiory: remove blank unit tests file that otherwise registers as a fail.

16 years agoUnit tests: Override xmlstrictheaders for unit tests, it causes unnecessary grief...
tjhunt [Tue, 10 Mar 2009 07:54:15 +0000 (07:54 +0000)]
Unit tests: Override xmlstrictheaders for unit tests, it causes unnecessary grief here.

16 years agoUnit tests: in recurseFolders, skip files/folders whose names begnis with '.'/
tjhunt [Tue, 10 Mar 2009 07:53:42 +0000 (07:53 +0000)]
Unit tests: in recurseFolders, skip files/folders whose names begnis with '.'/

16 years agoajaxlib: fix unit tests.
tjhunt [Tue, 10 Mar 2009 07:48:29 +0000 (07:48 +0000)]
ajaxlib: fix unit tests.

16 years ago"FILE_MANAGER, REPOSITORY/MDL-16597, remove padding in file listing"
dongsheng [Tue, 10 Mar 2009 07:31:14 +0000 (07:31 +0000)]
"FILE_MANAGER, REPOSITORY/MDL-16597, remove padding in file listing"

16 years agoduration formslib element: MDL-18500 crude initial version so I can commit some depen...
tjhunt [Tue, 10 Mar 2009 06:46:34 +0000 (06:46 +0000)]
duration formslib element: MDL-18500 crude initial version so I can commit some dependant quiz changes

This will be a formslib element for entering a time duration, like a quiz time limit. A better version to follow.

16 years agodate form fields: MDL-18502 Change the optional 'disabled' checkbox to an 'enabled' on
tjhunt [Tue, 10 Mar 2009 06:44:05 +0000 (06:44 +0000)]
date form fields: MDL-18502 Change the optional 'disabled' checkbox to an 'enabled' on

Better for usability to avoid a double-negative.

16 years agoadmin setting: MDL-18485 Improve the display of defaults for admin_setting_text_with_...
tjhunt [Tue, 10 Mar 2009 06:43:07 +0000 (06:43 +0000)]
admin setting: MDL-18485 Improve the display of defaults for admin_setting_text_with_advanced

16 years agotablelib: Fix typo.
tjhunt [Tue, 10 Mar 2009 05:00:16 +0000 (05:00 +0000)]
tablelib: Fix typo.

16 years ago"MESSAGING, INSTALLATION/MDL-17457, change installation hook to meet moodle 2.0"
dongsheng [Tue, 10 Mar 2009 02:09:06 +0000 (02:09 +0000)]
"MESSAGING, INSTALLATION/MDL-17457, change installation hook to meet moodle 2.0"

16 years ago"REPOSITORY, UPGRADE/MDL-18354, upgrade/install repository plugins using moodle hook"
dongsheng [Tue, 10 Mar 2009 02:01:24 +0000 (02:01 +0000)]
"REPOSITORY, UPGRADE/MDL-18354, upgrade/install repository plugins using moodle hook"

16 years agoMDL-18460 - SCORM Report - remove duplicated header - thanks Vlas Voloshin for the...
danmarsden [Tue, 10 Mar 2009 01:17:42 +0000 (01:17 +0000)]
MDL-18460 - SCORM Report - remove duplicated header - thanks Vlas Voloshin for the report.

16 years agoMDL-18468 Adding admin experimental option to enable split on restore. Thanks for...
stronk7 [Mon, 9 Mar 2009 23:43:39 +0000 (23:43 +0000)]
MDL-18468 Adding admin experimental option to enable split on restore. Thanks for string cleanup, Helen.
Merged from 19_STABLE (more or less)

16 years agoMDL-18468 restore preprocessing (split) - Added $CFG->experimentalsplitrestore option
stronk7 [Mon, 9 Mar 2009 23:36:00 +0000 (23:36 +0000)]
MDL-18468 restore preprocessing (split) - Added $CFG->experimentalsplitrestore option
to enable split of moodle.xml files into upto 19 smaller files for quicker restore.
Merged from 19_STABLE

16 years agoUpdated the HEAD build version to 20090310
moodlerobot [Mon, 9 Mar 2009 23:33:38 +0000 (23:33 +0000)]
Updated the HEAD build version to 20090310

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