moodle.git
12 years agoMDL-25310 backup - Bump!
Eloy Lafuente [Thu, 18 Nov 2010 21:35:40 +0000 (21:35 +0000)]
MDL-25310 backup - Bump!

12 years agoMDL-25310 backup - some minor tasks related to cleaning/old options
Eloy Lafuente [Thu, 18 Nov 2010 21:34:01 +0000 (21:34 +0000)]
MDL-25310 backup - some minor tasks related to cleaning/old options

12 years agoqtype_multichoice MDL-25208 problem with editing.
Tim Hunt [Thu, 18 Nov 2010 17:59:23 +0000 (17:59 +0000)]
qtype_multichoice MDL-25208 problem with editing.

12 years agoFixed capability names
David Mudrak [Thu, 18 Nov 2010 16:13:39 +0000 (16:13 +0000)]
Fixed capability names

12 years agoFormfactor theme custom menu style fixes, MDL-25213
john St [Thu, 18 Nov 2010 15:30:39 +0000 (15:30 +0000)]
Formfactor theme custom menu style fixes, MDL-25213

12 years agofix for Arialist theme submenu arrow, MDL-25211
john St [Thu, 18 Nov 2010 14:55:14 +0000 (14:55 +0000)]
fix for Arialist theme submenu arrow, MDL-25211

12 years agoOverlay theme fix for MDL-25214
john St [Thu, 18 Nov 2010 14:48:42 +0000 (14:48 +0000)]
Overlay theme fix for MDL-25214

12 years agoRemoving obsolete permission explanation strings
David Mudrak [Thu, 18 Nov 2010 14:06:57 +0000 (14:06 +0000)]
Removing obsolete permission explanation strings

12 years agoMDL-24863 unit tests - tidy up a bit some tests
Eloy Lafuente [Thu, 18 Nov 2010 14:02:02 +0000 (14:02 +0000)]
MDL-24863 unit tests - tidy up a bit some tests

12 years agoRemoving legacy hidden role assignment strings
David Mudrak [Thu, 18 Nov 2010 13:56:49 +0000 (13:56 +0000)]
Removing legacy hidden role assignment strings

12 years agoFixed the anchor of Show parent link in the Forum
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.

12 years agoMDL-25104, fixed answertext in mulitchoice questoin type
Dongsheng Cai [Thu, 18 Nov 2010 07:35:27 +0000 (07:35 +0000)]
MDL-25104, fixed answertext in mulitchoice questoin type

12 years agomessage MDL-25267 improved the test for Jabber configuration
Andrew Davis [Thu, 18 Nov 2010 07:17:19 +0000 (07:17 +0000)]
message MDL-25267 improved the test for Jabber configuration

12 years agobackup MDL-25283 Fixed regression in restore by adding destroy method to independent...
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.

12 years agomessage MDL-25264 removed another reference to $USER
Andrew Davis [Thu, 18 Nov 2010 07:05:47 +0000 (07:05 +0000)]
message MDL-25264 removed another reference to $USER

12 years agofixing regression in the last commit
Petr Skoda [Thu, 18 Nov 2010 06:26:27 +0000 (06:26 +0000)]
fixing regression in the last commit

12 years agoNOBUG explaining why textlib sorting fails
Petr Skoda [Thu, 18 Nov 2010 06:14:59 +0000 (06:14 +0000)]
NOBUG explaining why textlib sorting fails

12 years agodatabase MDL-24863
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

12 years agomessage MDL-25264 made it possible to edit another user's message preferences
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

12 years agomessage MDL-25267 made jabber processor detect if it hasnt been configured
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

12 years agoNOBUG: Added missing backup message provider string
Sam Hemelryk [Thu, 18 Nov 2010 02:54:46 +0000 (02:54 +0000)]
NOBUG: Added missing backup message provider string

12 years agomessage MDL-25265 message_send() now uses a success flag rather than returning false...
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

12 years agobackup MDL-24962 Backup, Restore, and Import all now explicitly destroy the UI, contr...
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.

12 years agogradebook MDL-25238 made things line up in IE and Safari with static student columns...
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

12 years agobackup MDL-24962 Automated backups now explicitly destroy the backup controller creat...
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.

12 years agoMDL-25276 dml - fix/implement sql_cast2int/real() across the 5 drivers. Tests passing.
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.

12 years agoMDL-25276 dml - completed sql_cast_char2int/real tests to reveal some problems
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

12 years agoauth/cas: MDL-25062 CAS authentication plugin does not validate the CAS server certif...
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.

12 years agoUpdated the HEAD build version to 20101118
Moodle Robot [Thu, 18 Nov 2010 00:48:15 +0000 (00:48 +0000)]
Updated the HEAD build version to 20101118

12 years agoAutomatic installer lang files (20101118)
AMOS bot [Thu, 18 Nov 2010 00:40:09 +0000 (00:40 +0000)]
Automatic installer lang files (20101118)

12 years agoauth/cas: MDL-25062 CAS authentication plugin does not validate the CAS server certif...
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.

12 years agoMDL-21437 data - fixed navigation from list to single
Eloy Lafuente [Wed, 17 Nov 2010 21:47:08 +0000 (21:47 +0000)]
MDL-21437 data - fixed navigation from list to single

12 years agoMDL-21437 data - fixed the sort by fuctionality to be cross-db for all fields
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

12 years agoMDL-21437 data - latlong, menu, radiobutton, text, textarea, url
Eloy Lafuente [Wed, 17 Nov 2010 19:27:47 +0000 (19:27 +0000)]
MDL-21437 data - latlong, menu, radiobutton, text, textarea, url

12 years agoMDL-21437 data - checkbox and multimenu fields search working + require all too
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

12 years agoMDL-21437 data - number and date fields search under mssql and oracle
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

12 years agoMDL-21437 data - latlong, radio menu and multimenu now working under sqlserver &...
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

12 years agoYet another string using proper placeholder in Javascript
David Mudrak [Wed, 17 Nov 2010 12:44:17 +0000 (12:44 +0000)]
Yet another string using proper placeholder in Javascript

12 years agoNOBUG standardising prevention of output buffering
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

12 years agoNOBUG: I hate the shut-up operator, really!
Eloy Lafuente [Wed, 17 Nov 2010 11:02:32 +0000 (11:02 +0000)]
NOBUG: I hate the shut-up operator, really!

12 years agoMDL-25268 dml - improved limitnum/limitfrom regexp in ms drivers + tests
Eloy Lafuente [Wed, 17 Nov 2010 10:39:56 +0000 (10:39 +0000)]
MDL-25268 dml - improved limitnum/limitfrom regexp in ms drivers + tests

12 years agoMDL-22898, fixed wiki preview
Dongsheng Cai [Wed, 17 Nov 2010 09:41:25 +0000 (09:41 +0000)]
MDL-22898, fixed wiki preview

12 years agoMDL-22449, improve wiki help info
Dongsheng Cai [Wed, 17 Nov 2010 09:04:46 +0000 (09:04 +0000)]
MDL-22449, improve wiki help info

12 years agocommunity block MDL-25262 improve hub listing css
jerome mouneyrac [Wed, 17 Nov 2010 09:03:26 +0000 (09:03 +0000)]
community block MDL-25262 improve hub listing css

12 years agoMDL-25250, fixed php coding error in wiki module
Dongsheng Cai [Wed, 17 Nov 2010 08:43:16 +0000 (08:43 +0000)]
MDL-25250, fixed php coding error in wiki module

12 years agoMDL-24941, fixed nopermission error when student entering scheduled chat session
Dongsheng Cai [Wed, 17 Nov 2010 07:56:40 +0000 (07:56 +0000)]
MDL-24941, fixed nopermission error when student entering scheduled chat session

12 years agoregistration MDL-25261 trivial confirmation regitration page improvement
jerome mouneyrac [Wed, 17 Nov 2010 07:53:10 +0000 (07:53 +0000)]
registration MDL-25261 trivial confirmation regitration page improvement

12 years agoinstallation MDL-24863 fixed area that is calling get_site() to catch dml_exception...
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())

12 years agodatabase MDL-24863 applied fix like MDL-23997 which converts number to string.
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.

12 years agoNOBUG: Fixed up docs
Sam Hemelryk [Wed, 17 Nov 2010 07:04:02 +0000 (07:04 +0000)]
NOBUG: Fixed up docs

12 years agoNOBUG: Documenting CFG->extramemorylimit within config-dist
Sam Hemelryk [Wed, 17 Nov 2010 06:57:22 +0000 (06:57 +0000)]
NOBUG: Documenting CFG->extramemorylimit within config-dist

12 years agomessage MDL-25240 made filters work when displaying messages
Andrew Davis [Wed, 17 Nov 2010 06:36:26 +0000 (06:36 +0000)]
message MDL-25240 made filters work when displaying messages

12 years agomessage MDL-25240 corrected index.php's description
Andrew Davis [Wed, 17 Nov 2010 06:34:59 +0000 (06:34 +0000)]
message MDL-25240 corrected index.php's description

12 years agoMDL-24698 hopefully fixed all completion_info problems
Petr Skoda [Wed, 17 Nov 2010 06:23:56 +0000 (06:23 +0000)]
MDL-24698 hopefully fixed all completion_info problems

12 years agoMDL-23610 increasing version number to trigger environment test
Petr Skoda [Wed, 17 Nov 2010 03:52:05 +0000 (03:52 +0000)]
MDL-23610 increasing version number to trigger environment test

12 years agocommunity block MDL-25256 fix hub description on the search form (previous hub descri...
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)

12 years agonavigation MDL-25247 Fixed regression in the navigation.
Sam Hemelryk [Wed, 17 Nov 2010 02:20:05 +0000 (02:20 +0000)]
navigation MDL-25247 Fixed regression in the navigation.

12 years agoMDL-23610 finally fixed the broken utf8 detection in mysqli driver
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

12 years agoUpdated the HEAD build version to 20101117
Moodle Robot [Wed, 17 Nov 2010 00:48:28 +0000 (00:48 +0000)]
Updated the HEAD build version to 20101117

12 years agoAutomatic installer lang files (20101117)
AMOS bot [Wed, 17 Nov 2010 00:40:13 +0000 (00:40 +0000)]
Automatic installer lang files (20101117)

12 years agoFixed trivial typo in enrolment string
David Mudrak [Tue, 16 Nov 2010 18:25:28 +0000 (18:25 +0000)]
Fixed trivial typo in enrolment string

12 years agoAJAX enrolment uses proper {$a} placeholder
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.

12 years agoFixed typo in the capability name
David Mudrak [Tue, 16 Nov 2010 17:36:01 +0000 (17:36 +0000)]
Fixed typo in the capability name

12 years agoMDL-22449 wiki lang string polishing plus adding link strings
Helen Foster [Tue, 16 Nov 2010 16:59:00 +0000 (16:59 +0000)]
MDL-22449 wiki lang string polishing plus adding link strings

12 years agoMDL-25194 setting 'returnurl' and removing display of correctanswerfeedback... ...
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

12 years agoMDL-25194 removing display of correctanswerfeedback... , left these only on calculate...
Pierre Pichet [Tue, 16 Nov 2010 15:50:50 +0000 (15:50 +0000)]
MDL-25194 removing display of correctanswerfeedback... , left these only on calculatedmultichoice

12 years agoMDL-25194 settig 'returnurl'
Pierre Pichet [Tue, 16 Nov 2010 15:47:42 +0000 (15:47 +0000)]
MDL-25194 settig 'returnurl'

12 years agotheme MDL-22492 / MDL-25204 hack it so that help popups never appear under other...
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.

12 years agoMDL-13379 mnet: course overview at my home page displays remote courses, too
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.

12 years agoMDL-25235 fixed param type for OS paths
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

12 years agomod-forum-search MDL-25239 Fixed double encoding of the search param during pagination
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

12 years agowebservice MDL-25195 fix web service admin pages navigation bar/navigation
jerome mouneyrac [Tue, 16 Nov 2010 07:45:31 +0000 (07:45 +0000)]
webservice MDL-25195 fix web service admin pages navigation bar/navigation

12 years agoMDL-25194 replace protected options of default_question_type by public optionsa defin...
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

12 years agopublication MDL-25221 destroy backup controller once backup is done.
jerome mouneyrac [Tue, 16 Nov 2010 03:04:40 +0000 (03:04 +0000)]
publication MDL-25221 destroy backup controller once backup is done.

12 years agoSCORM MDL-24273 fix typo in SCORM 2004 code
Dan Marsden [Tue, 16 Nov 2010 01:03:56 +0000 (01:03 +0000)]
SCORM MDL-24273 fix typo in SCORM 2004 code

12 years agoSCORM 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

12 years agoSCORM 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

12 years agoSCORM 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

12 years agoUpdated the HEAD build version to 20101116
Moodle Robot [Tue, 16 Nov 2010 00:49:07 +0000 (00:49 +0000)]
Updated the HEAD build version to 20101116

12 years agoSCORM MDL-24273 fix typo in SCORM 2004 code
Dan Marsden [Tue, 16 Nov 2010 00:21:59 +0000 (00:21 +0000)]
SCORM MDL-24273 fix typo in SCORM 2004 code

12 years agoSCORM 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

12 years agoSCORM 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

12 years agoMDL-23978 portfolio: do not cleanup images with portfolio URI scheme
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.

12 years agoMDL-25205 help string improvement
Helen Foster [Mon, 15 Nov 2010 20:47:07 +0000 (20:47 +0000)]
MDL-25205 help string improvement

12 years agoqtype multichoice MDL-25208 Saving questions was broken.
Tim Hunt [Mon, 15 Nov 2010 17:17:48 +0000 (17:17 +0000)]
qtype multichoice MDL-25208 Saving questions was broken.

12 years agoMDL-25161 restore - keep course->numsections unmodified
Eloy Lafuente [Mon, 15 Nov 2010 17:10:11 +0000 (17:10 +0000)]
MDL-25161 restore - keep course->numsections unmodified

12 years agoquiz editing MDL-25205 help for the order and paging page.
Tim Hunt [Mon, 15 Nov 2010 17:00:38 +0000 (17:00 +0000)]
quiz editing MDL-25205 help for the order and paging page.

12 years agoquiz reports MDL-25206 Make it more obvious how to review the students responses.
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.

12 years agoreport_customlang: regenerate foreign key after recent tables rename
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.

12 years agoMDL-24962 backup - clean plan/settings circular refs on restore
Eloy Lafuente [Mon, 15 Nov 2010 16:08:02 +0000 (16:08 +0000)]
MDL-24962 backup - clean plan/settings circular refs on restore

12 years agoMDL-24959 glossary_random - render images in picked entries properly
Eloy Lafuente [Mon, 15 Nov 2010 15:46:14 +0000 (15:46 +0000)]
MDL-24959 glossary_random - render images in picked entries properly

12 years agoquestion import MDL-25200 was ignoring the category specified in the file.
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.

12 years agoMDL-25227 glossary - fix delete_instance() and clean orphaned entries
Eloy Lafuente [Mon, 15 Nov 2010 15:16:57 +0000 (15:16 +0000)]
MDL-25227  glossary - fix delete_instance() and clean orphaned entries

12 years agoMDL-25225 forum: fixed discussion control layout
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.

12 years agoMDL-25192 and MDL-25194 import and saving images using instructions ['files'] array
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

12 years agoMDL-25192 editing and saving instructions image usng question->id
Pierre Pichet [Mon, 15 Nov 2010 14:09:19 +0000 (14:09 +0000)]
MDL-25192 editing and saving instructions image usng question->id

12 years agoMDL-24405 reverting lang strings thanks to Chris Collman for review
Helen Foster [Mon, 15 Nov 2010 12:19:37 +0000 (12:19 +0000)]
MDL-24405 reverting lang strings thanks to Chris Collman for review

12 years agoForum MDL-25170 Discussion move feature should have button so you don't do it by...
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)

12 years agoMDL-21657 fixed regression in function call after its API change
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.

12 years agogradebook MDL-25171 made it possible to deselect all grade items when exporting grades
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