Eloy Lafuente [Thu, 18 Nov 2010 21:35:40 +0000 (21:35 +0000)]
MDL-25310 backup - Bump!
Eloy Lafuente [Thu, 18 Nov 2010 21:34:01 +0000 (21:34 +0000)]
MDL-25310 backup - some minor tasks related to cleaning/old options
Tim Hunt [Thu, 18 Nov 2010 17:59:23 +0000 (17:59 +0000)]
qtype_multichoice MDL-25208 problem with editing.
David Mudrak [Thu, 18 Nov 2010 16:13:39 +0000 (16:13 +0000)]
Fixed capability names
john St [Thu, 18 Nov 2010 15:30:39 +0000 (15:30 +0000)]
Formfactor theme custom menu style fixes, MDL-25213
john St [Thu, 18 Nov 2010 14:55:14 +0000 (14:55 +0000)]
fix for Arialist theme submenu arrow, MDL-25211
john St [Thu, 18 Nov 2010 14:48:42 +0000 (14:48 +0000)]
Overlay theme fix for MDL-25214
David Mudrak [Thu, 18 Nov 2010 14:06:57 +0000 (14:06 +0000)]
Removing obsolete permission explanation strings
Eloy Lafuente [Thu, 18 Nov 2010 14:02:02 +0000 (14:02 +0000)]
MDL-24863 unit tests - tidy up a bit some tests
David Mudrak [Thu, 18 Nov 2010 13:56:49 +0000 (13:56 +0000)]
Removing legacy hidden role assignment strings
David Mudrak [Thu, 18 Nov 2010 12:47:24 +0000 (12:47 +0000)]
Fixed the anchor of Show parent link in the Forum
The anchor link led to the post itself instead of to the parent.
Dongsheng Cai [Thu, 18 Nov 2010 07:35:27 +0000 (07:35 +0000)]
MDL-25104, fixed answertext in mulitchoice questoin type
Andrew Davis [Thu, 18 Nov 2010 07:17:19 +0000 (07:17 +0000)]
message MDL-25267 improved the test for Jabber configuration
Sam Hemelryk [Thu, 18 Nov 2010 07:09:09 +0000 (07:09 +0000)]
backup MDL-25283 Fixed regression in restore by adding destroy method to independent restore stages.
Andrew Davis [Thu, 18 Nov 2010 07:05:47 +0000 (07:05 +0000)]
message MDL-25264 removed another reference to $USER
Petr Skoda [Thu, 18 Nov 2010 06:26:27 +0000 (06:26 +0000)]
fixing regression in the last commit
Petr Skoda [Thu, 18 Nov 2010 06:14:59 +0000 (06:14 +0000)]
NOBUG explaining why textlib sorting fails
Aparup Banerjee [Thu, 18 Nov 2010 06:00:51 +0000 (06:00 +0000)]
database MDL-24863
- added restricting text conditions to where_clause , it throws a dml_exception when detected.
- also added to where_clause throwing dml_exception for field that doesn't exist in table.
- added unit tests for text condition restricting.
- added 2 unit tests for set_field_select() testing 'auto-casting params to int problem' fix
Andrew Davis [Thu, 18 Nov 2010 05:28:51 +0000 (05:28 +0000)]
message MDL-25264 made it possible to edit another user's message preferences
Andrew Davis [Thu, 18 Nov 2010 02:59:23 +0000 (02:59 +0000)]
message MDL-25267 made jabber processor detect if it hasnt been configured
Sam Hemelryk [Thu, 18 Nov 2010 02:54:46 +0000 (02:54 +0000)]
NOBUG: Added missing backup message provider string
Andrew Davis [Thu, 18 Nov 2010 02:19:59 +0000 (02:19 +0000)]
message MDL-25265 message_send() now uses a success flag rather than returning false immediately if a processor fails to prevent a single bad processor preventing others from running
Sam Hemelryk [Thu, 18 Nov 2010 02:09:23 +0000 (02:09 +0000)]
backup MDL-24962 Backup, Restore, and Import all now explicitly destroy the UI, controller, and stage objects upon completion.
Andrew Davis [Thu, 18 Nov 2010 01:56:16 +0000 (01:56 +0000)]
gradebook MDL-25238 made things line up in IE and Safari with static student columns enabled
Sam Hemelryk [Thu, 18 Nov 2010 01:35:16 +0000 (01:35 +0000)]
backup MDL-24962 Automated backups now explicitly destroy the backup controller created at the end of a backup for a course.
Eloy Lafuente [Thu, 18 Nov 2010 01:27:49 +0000 (01:27 +0000)]
MDL-25276 dml - fix/implement sql_cast2int/real() across the 5 drivers. Tests passing.
Eloy Lafuente [Thu, 18 Nov 2010 01:10:41 +0000 (01:10 +0000)]
MDL-25276 dml - completed sql_cast_char2int/real tests to reveal some problems
Inaki [Thu, 18 Nov 2010 00:57:06 +0000 (00:57 +0000)]
auth/cas: MDL-25062 CAS authentication plugin does not validate the CAS server certificate
If we enable the server validation but don't specify a certificate file path
flag the error and don't let the user save the settings.
Moodle Robot [Thu, 18 Nov 2010 00:48:15 +0000 (00:48 +0000)]
Updated the HEAD build version to
20101118
AMOS bot [Thu, 18 Nov 2010 00:40:09 +0000 (00:40 +0000)]
Automatic installer lang files (
20101118)
Inaki [Thu, 18 Nov 2010 00:12:23 +0000 (00:12 +0000)]
auth/cas: MDL-25062 CAS authentication plugin does not validate the CAS server certificate
The CAS protocol security model requires that you verify the cas server
certificate before you trust the answer (valid authentication and username
etc.).
Credit goes to Joachim Fritschi for reporting it and providing a patch.
Eloy Lafuente [Wed, 17 Nov 2010 21:47:08 +0000 (21:47 +0000)]
MDL-21437 data - fixed navigation from list to single
Eloy Lafuente [Wed, 17 Nov 2010 21:18:53 +0000 (21:18 +0000)]
MDL-21437 data - fixed the sort by fuctionality to be cross-db for all fields
Eloy Lafuente [Wed, 17 Nov 2010 19:27:47 +0000 (19:27 +0000)]
MDL-21437 data - latlong, menu, radiobutton, text, textarea, url
Eloy Lafuente [Wed, 17 Nov 2010 19:13:26 +0000 (19:13 +0000)]
MDL-21437 data - checkbox and multimenu fields search working + require all too
Eloy Lafuente [Wed, 17 Nov 2010 17:54:00 +0000 (17:54 +0000)]
MDL-21437 data - number and date fields search under mssql and oracle
Eloy Lafuente [Wed, 17 Nov 2010 16:57:56 +0000 (16:57 +0000)]
MDL-21437 data - latlong, radio menu and multimenu now working under sqlserver & oracle
David Mudrak [Wed, 17 Nov 2010 12:44:17 +0000 (12:44 +0000)]
Yet another string using proper placeholder in Javascript
Petr Skoda [Wed, 17 Nov 2010 12:25:36 +0000 (12:25 +0000)]
NOBUG standardising prevention of output buffering
we should really add some new define before the config.php inclusion soon
Eloy Lafuente [Wed, 17 Nov 2010 11:02:32 +0000 (11:02 +0000)]
NOBUG: I hate the shut-up operator, really!
Eloy Lafuente [Wed, 17 Nov 2010 10:39:56 +0000 (10:39 +0000)]
MDL-25268 dml - improved limitnum/limitfrom regexp in ms drivers + tests
Dongsheng Cai [Wed, 17 Nov 2010 09:41:25 +0000 (09:41 +0000)]
MDL-22898, fixed wiki preview
Dongsheng Cai [Wed, 17 Nov 2010 09:04:46 +0000 (09:04 +0000)]
MDL-22449, improve wiki help info
jerome mouneyrac [Wed, 17 Nov 2010 09:03:26 +0000 (09:03 +0000)]
community block MDL-25262 improve hub listing css
Dongsheng Cai [Wed, 17 Nov 2010 08:43:16 +0000 (08:43 +0000)]
MDL-25250, fixed php coding error in wiki module
Dongsheng Cai [Wed, 17 Nov 2010 07:56:40 +0000 (07:56 +0000)]
MDL-24941, fixed nopermission error when student entering scheduled chat session
jerome mouneyrac [Wed, 17 Nov 2010 07:53:10 +0000 (07:53 +0000)]
registration MDL-25261 trivial confirmation regitration page improvement
Aparup Banerjee [Wed, 17 Nov 2010 07:40:48 +0000 (07:40 +0000)]
installation MDL-24863 fixed area that is calling get_site() to catch dml_exception instead of dml_read_exception. (This is to handle other possible types of dml_exceptions during calling get_site())
Aparup Banerjee [Wed, 17 Nov 2010 07:36:02 +0000 (07:36 +0000)]
database MDL-24863 applied fix like MDL-23997 which converts number to string.
Sam Hemelryk [Wed, 17 Nov 2010 07:04:02 +0000 (07:04 +0000)]
NOBUG: Fixed up docs
Sam Hemelryk [Wed, 17 Nov 2010 06:57:22 +0000 (06:57 +0000)]
NOBUG: Documenting CFG->extramemorylimit within config-dist
Andrew Davis [Wed, 17 Nov 2010 06:36:26 +0000 (06:36 +0000)]
message MDL-25240 made filters work when displaying messages
Andrew Davis [Wed, 17 Nov 2010 06:34:59 +0000 (06:34 +0000)]
message MDL-25240 corrected index.php's description
Petr Skoda [Wed, 17 Nov 2010 06:23:56 +0000 (06:23 +0000)]
MDL-24698 hopefully fixed all completion_info problems
Petr Skoda [Wed, 17 Nov 2010 03:52:05 +0000 (03:52 +0000)]
MDL-23610 increasing version number to trigger environment test
jerome mouneyrac [Wed, 17 Nov 2010 03:29:35 +0000 (03:29 +0000)]
community block MDL-25256 fix hub description on the search form (previous hub description was assigned to the following)
Sam Hemelryk [Wed, 17 Nov 2010 02:20:05 +0000 (02:20 +0000)]
navigation MDL-25247 Fixed regression in the navigation.
Petr Skoda [Wed, 17 Nov 2010 01:58:38 +0000 (01:58 +0000)]
MDL-23610 finally fixed the broken utf8 detection in mysqli driver
this was actually causing tons of false reports because people are often creating the database without the encoding parameter, especially when testing upgrades
Moodle Robot [Wed, 17 Nov 2010 00:48:28 +0000 (00:48 +0000)]
Updated the HEAD build version to
20101117
AMOS bot [Wed, 17 Nov 2010 00:40:13 +0000 (00:40 +0000)]
Automatic installer lang files (
20101117)
David Mudrak [Tue, 16 Nov 2010 18:25:28 +0000 (18:25 +0000)]
Fixed trivial typo in enrolment string
David Mudrak [Tue, 16 Nov 2010 18:02:14 +0000 (18:02 +0000)]
AJAX enrolment uses proper {$a} placeholder
We now have M.util.get_string() that should be used instead of custom
replacement. Otherwise the placeholder is not detected in AMOS
web translator.
David Mudrak [Tue, 16 Nov 2010 17:36:01 +0000 (17:36 +0000)]
Fixed typo in the capability name
Helen Foster [Tue, 16 Nov 2010 16:59:00 +0000 (16:59 +0000)]
MDL-22449 wiki lang string polishing plus adding link strings
Pierre Pichet [Tue, 16 Nov 2010 15:53:11 +0000 (15:53 +0000)]
MDL-25194 setting 'returnurl' and removing display of correctanswerfeedback... , left these only on calculatedmultichoice
Pierre Pichet [Tue, 16 Nov 2010 15:50:50 +0000 (15:50 +0000)]
MDL-25194 removing display of correctanswerfeedback... , left these only on calculatedmultichoice
Pierre Pichet [Tue, 16 Nov 2010 15:47:42 +0000 (15:47 +0000)]
MDL-25194 settig 'returnurl'
Tim Hunt [Tue, 16 Nov 2010 14:09:39 +0000 (14:09 +0000)]
theme MDL-22492 / MDL-25204 hack it so that help popups never appear under other things.
David Mudrak [Tue, 16 Nov 2010 13:40:34 +0000 (13:40 +0000)]
MDL-13379 mnet: course overview at my home page displays remote courses, too
The patch submitted by Hubert Chathi. I just changed it a bit to use
moodle_url instead of string URLs and to use s() instead of format_string()
when putting the course fullname into title="" attribute value.
Petr Skoda [Tue, 16 Nov 2010 10:27:00 +0000 (10:27 +0000)]
MDL-25235 fixed param type for OS paths
paths to executable are not PARAM_TEXT, we have to use PARAM_RAW there + whitespace fixes
Sam Hemelryk [Tue, 16 Nov 2010 09:00:47 +0000 (09:00 +0000)]
mod-forum-search MDL-25239 Fixed double encoding of the search param during pagination
jerome mouneyrac [Tue, 16 Nov 2010 07:45:31 +0000 (07:45 +0000)]
webservice MDL-25195 fix web service admin pages navigation bar/navigation
Pierre Pichet [Tue, 16 Nov 2010 03:43:54 +0000 (03:43 +0000)]
MDL-25194 replace protected options of default_question_type by public optionsa defined in calculated.
the same parameter is used in calculatedsimple and caculatedmulti which extends question_calculated_qtype
jerome mouneyrac [Tue, 16 Nov 2010 03:04:40 +0000 (03:04 +0000)]
publication MDL-25221 destroy backup controller once backup is done.
Dan Marsden [Tue, 16 Nov 2010 01:03:56 +0000 (01:03 +0000)]
SCORM MDL-24273 fix typo in SCORM 2004 code
Dan Marsden [Tue, 16 Nov 2010 01:02:17 +0000 (01:02 +0000)]
SCORM MDL-24273 fix typo in SCORM 2004 code
Dan Marsden [Tue, 16 Nov 2010 00:56:24 +0000 (00:56 +0000)]
SCORM MDL-24273 fix typo in SCORM 2004 code
Dan Marsden [Tue, 16 Nov 2010 00:49:37 +0000 (00:49 +0000)]
SCORM MDL-24273 fix typo in SCORM 2004 code
Moodle Robot [Tue, 16 Nov 2010 00:49:07 +0000 (00:49 +0000)]
Updated the HEAD build version to
20101116
Dan Marsden [Tue, 16 Nov 2010 00:21:59 +0000 (00:21 +0000)]
SCORM MDL-24273 fix typo in SCORM 2004 code
Dan Marsden [Tue, 16 Nov 2010 00:19:41 +0000 (00:19 +0000)]
SCORM MDL-24273 fix typo in SCORM 2004 code
Dan Marsden [Tue, 16 Nov 2010 00:16:56 +0000 (00:16 +0000)]
SCORM MDL-24273 fix typo in SCORM 2004 code
David Mudrak [Mon, 15 Nov 2010 22:59:06 +0000 (22:59 +0000)]
MDL-23978 portfolio: do not cleanup images with portfolio URI scheme
The problem was in the order of the content preparing. Now when the
filters are always skipped (they have to) we must always run
format_text() first. That will prepare nice HTML in which we just
rewrite the portfolio URIs.
Note that we are still calling clean_text() so that we do not export
malicious code for portfolios like File download. In the future, this
may be changed, made format specific or even per-export configurable.
As a side product of the patch, I have re-enabled online assignment
portfolio export and switched $options->para to false consistently.
Helen Foster [Mon, 15 Nov 2010 20:47:07 +0000 (20:47 +0000)]
MDL-25205 help string improvement
Tim Hunt [Mon, 15 Nov 2010 17:17:48 +0000 (17:17 +0000)]
qtype multichoice MDL-25208 Saving questions was broken.
Eloy Lafuente [Mon, 15 Nov 2010 17:10:11 +0000 (17:10 +0000)]
MDL-25161 restore - keep course->numsections unmodified
Tim Hunt [Mon, 15 Nov 2010 17:00:38 +0000 (17:00 +0000)]
quiz editing MDL-25205 help for the order and paging page.
Tim Hunt [Mon, 15 Nov 2010 16:41:42 +0000 (16:41 +0000)]
quiz reports MDL-25206 Make it more obvious how to review the students responses.
David Mudrak [Mon, 15 Nov 2010 16:13:06 +0000 (16:13 +0000)]
report_customlang: regenerate foreign key after recent tables rename
Thanks to Tim Hunt for spotting this overlooked key definition.
Eloy Lafuente [Mon, 15 Nov 2010 16:08:02 +0000 (16:08 +0000)]
MDL-24962 backup - clean plan/settings circular refs on restore
Eloy Lafuente [Mon, 15 Nov 2010 15:46:14 +0000 (15:46 +0000)]
MDL-24959 glossary_random - render images in picked entries properly
Tim Hunt [Mon, 15 Nov 2010 15:27:24 +0000 (15:27 +0000)]
question import MDL-25200 was ignoring the category specified in the file.
Eloy Lafuente [Mon, 15 Nov 2010 15:16:57 +0000 (15:16 +0000)]
MDL-25227 glossary - fix delete_instance() and clean orphaned entries
David Mudrak [Mon, 15 Nov 2010 14:18:24 +0000 (14:18 +0000)]
MDL-25225 forum: fixed discussion control layout
The display mode selector is supposed to display in the middle of the
row. Move discussion selector should be on the right, portfolio export
selector on the left. Thanks Sam Marshall for the report and testing the
patches.
Pierre Pichet [Mon, 15 Nov 2010 14:14:43 +0000 (14:14 +0000)]
MDL-25192 and MDL-25194 import and saving images using instructions ['files'] array
Pierre Pichet [Mon, 15 Nov 2010 14:09:19 +0000 (14:09 +0000)]
MDL-25192 editing and saving instructions image usng question->id
Helen Foster [Mon, 15 Nov 2010 12:19:37 +0000 (12:19 +0000)]
MDL-24405 reverting lang strings thanks to Chris Collman for review
Sam Marshall [Mon, 15 Nov 2010 10:41:26 +0000 (10:41 +0000)]
Forum MDL-25170 Discussion move feature should have button so you don't do it by accident (again)
David Mudrak [Mon, 15 Nov 2010 10:02:44 +0000 (10:02 +0000)]
MDL-21657 fixed regression in function call after its API change
The API of the function forum_print_posts_threaded() was changed in
63e87951e6ce93aadc2b891556bf832fe4b5226c but this call was not updated.
This led to not displaying other replies when replying to a forum post.
Andrew Davis [Mon, 15 Nov 2010 09:03:32 +0000 (09:03 +0000)]
gradebook MDL-25171 made it possible to deselect all grade items when exporting grades