moodle.git
12 years agolesson MDL-24860 added mod/lesson/db/messages.php
andyjdavis [Wed, 22 Dec 2010 04:12:35 +0000 (12:12 +0800)]
lesson MDL-24860 added mod/lesson/db/messages.php

12 years agomessage MDL-24860 fixed messaging code in mod_lesson and marked spots that are direct...
andyjdavis [Wed, 22 Dec 2010 04:05:49 +0000 (12:05 +0800)]
message MDL-24860 fixed messaging code in mod_lesson and marked spots that are directly sending email

12 years agoThis is my last commit to CVS. Goodbye old friend - you've served us well.
Martin Dougiamas [Tue, 14 Dec 2010 07:39:48 +0000 (07:39 +0000)]
This is my last commit to CVS.  Goodbye old friend - you've served us well.

12 years agoUpdated the HEAD build version to 20101214
Moodle Robot [Tue, 14 Dec 2010 00:51:53 +0000 (00:51 +0000)]
Updated the HEAD build version to 20101214

12 years agoAutomatic installer lang files (20101214)
AMOS bot [Tue, 14 Dec 2010 00:40:11 +0000 (00:40 +0000)]
Automatic installer lang files (20101214)

12 years agoMDL-25663 debugging does not print html any more in CLI mode
Petr Skoda [Mon, 13 Dec 2010 20:53:19 +0000 (20:53 +0000)]
MDL-25663 debugging does not print html any more in CLI mode

12 years agoMDL-25659 fixed borked creation of enrol instances enrol/database, fixed detection...
Petr Skoda [Mon, 13 Dec 2010 20:48:29 +0000 (20:48 +0000)]
MDL-25659 fixed borked creation of enrol instances enrol/database, fixed detection of misconfigured sync

12 years agoMDL-25659 fixed overriding of fields variable and improved coding style in similar...
Petr Skoda [Mon, 13 Dec 2010 18:07:40 +0000 (18:07 +0000)]
MDL-25659 fixed overriding of fields variable and improved coding style in similar places
credit goes to Bill Johnson

12 years agogradebook MDL-24330 unit tests now function differently so produce different results
Andrew Davis [Mon, 13 Dec 2010 06:55:32 +0000 (06:55 +0000)]
gradebook MDL-24330 unit tests now function differently so produce different results

12 years agoUpdated the HEAD build version to 20101213
Moodle Robot [Mon, 13 Dec 2010 00:49:02 +0000 (00:49 +0000)]
Updated the HEAD build version to 20101213

12 years agoUpdated the HEAD build version to 20101212
Moodle Robot [Sun, 12 Dec 2010 00:49:04 +0000 (00:49 +0000)]
Updated the HEAD build version to 20101212

12 years agoAutomatic installer lang files (20101212)
AMOS bot [Sun, 12 Dec 2010 00:40:09 +0000 (00:40 +0000)]
Automatic installer lang files (20101212)

12 years agoUpdated the HEAD build version to 20101211
Moodle Robot [Sat, 11 Dec 2010 00:49:01 +0000 (00:49 +0000)]
Updated the HEAD build version to 20101211

12 years agoAutomatic installer lang files (20101211)
AMOS bot [Sat, 11 Dec 2010 00:40:09 +0000 (00:40 +0000)]
Automatic installer lang files (20101211)

12 years agoNOMDL mnet: do not display 'All Hosts' in the Network servers block
David Mudrak [Fri, 10 Dec 2010 22:18:26 +0000 (22:18 +0000)]
NOMDL mnet: do not display 'All Hosts' in the Network servers block

12 years ago"MDL-25634 Filepicker upload should handle files which exceed max_post_size directive...
Dongsheng Cai [Fri, 10 Dec 2010 04:13:09 +0000 (04:13 +0000)]
"MDL-25634 Filepicker upload should handle files which exceed max_post_size directive in php.ini"

12 years ago"MDL-25633 Filepicker upload should display better error report"
Dongsheng Cai [Fri, 10 Dec 2010 03:16:59 +0000 (03:16 +0000)]
"MDL-25633 Filepicker upload should display better error report"

12 years agogradebook MDL-24330 massively reduced grade objects unit tests execution time so...
Andrew Davis [Fri, 10 Dec 2010 03:05:49 +0000 (03:05 +0000)]
gradebook MDL-24330 massively reduced grade objects unit tests execution time so I can actually run them

12 years agoUpdated the HEAD build version to 20101210
Moodle Robot [Fri, 10 Dec 2010 00:50:04 +0000 (00:50 +0000)]
Updated the HEAD build version to 20101210

12 years agoAutomatic installer lang files (20101210)
AMOS bot [Fri, 10 Dec 2010 00:40:09 +0000 (00:40 +0000)]
Automatic installer lang files (20101210)

12 years agoMDL-25418 glossary - fix incorrect LOWER() call also present in glossary import ...
Eloy Lafuente [Thu, 9 Dec 2010 22:50:23 +0000 (22:50 +0000)]
MDL-25418 glossary - fix incorrect LOWER() call also present in glossary import & entry export functionalities

12 years agoMDL-22676 language customization: enlarge the input textarea fields
David Mudrak [Thu, 9 Dec 2010 11:48:55 +0000 (11:48 +0000)]
MDL-22676 language customization: enlarge the input textarea fields

This patch combines the solution submitted by Ray Guo (computed
min-height) and the one used in AMOS (set the height of the textarea so
that it takes all available space in the row).

12 years agoMDL-25623 fix incorrect use of DISTINCT on text fields
Petr Skoda [Thu, 9 Dec 2010 11:02:53 +0000 (11:02 +0000)]
MDL-25623 fix incorrect use of DISTINCT on text fields

12 years agofixed incorrect progress bar name
Petr Skoda [Thu, 9 Dec 2010 09:09:21 +0000 (09:09 +0000)]
fixed incorrect progress bar name

12 years agolib MDL-25595 added dbport option handling to mssql connect()
Aparup Banerjee [Thu, 9 Dec 2010 07:01:03 +0000 (07:01 +0000)]
lib MDL-25595 added dbport option handling to mssql connect()

12 years agomessage MDL-25240 switched personal messages from FORMAT_PLAIN to FORMAT_MOODLE
Andrew Davis [Thu, 9 Dec 2010 06:39:53 +0000 (06:39 +0000)]
message MDL-25240 switched personal messages from FORMAT_PLAIN to FORMAT_MOODLE

12 years agomessage MDL-25240 add explanatory comment
Andrew Davis [Thu, 9 Dec 2010 06:39:10 +0000 (06:39 +0000)]
message MDL-25240 add explanatory comment

12 years agoMDL-25607 respect visibility of news forum in the Latest news block
Petr Skoda [Thu, 9 Dec 2010 06:23:18 +0000 (06:23 +0000)]
MDL-25607 respect visibility of news forum in the Latest news block

12 years agolib MDL-25532 added dbport handling for during db creation
Aparup Banerjee [Thu, 9 Dec 2010 06:18:20 +0000 (06:18 +0000)]
lib MDL-25532 added dbport handling for during db creation

12 years agoMDL-25614 add missing group lib
Petr Skoda [Thu, 9 Dec 2010 06:14:38 +0000 (06:14 +0000)]
MDL-25614 add missing group lib

12 years agorss MDL-25563 made the rss block unescape item URLs to prevent double escaping
Andrew Davis [Thu, 9 Dec 2010 03:02:26 +0000 (03:02 +0000)]
rss MDL-25563 made the rss block unescape item URLs to prevent double escaping

12 years agoUpdated the HEAD build version to 20101209
Moodle Robot [Thu, 9 Dec 2010 00:49:16 +0000 (00:49 +0000)]
Updated the HEAD build version to 20101209

12 years agoAutomatic installer lang files (20101209)
AMOS bot [Thu, 9 Dec 2010 00:40:09 +0000 (00:40 +0000)]
Automatic installer lang files (20101209)

12 years agoMDL-25619 portfolio: exported HTML output can not be cleaned
David Mudrak [Wed, 8 Dec 2010 23:20:04 +0000 (23:20 +0000)]
MDL-25619 portfolio: exported HTML output can not be cleaned

12 years agoMDL-21250 capital letters removal
Helen Foster [Wed, 8 Dec 2010 19:47:46 +0000 (19:47 +0000)]
MDL-21250 capital letters removal

12 years agoMDL-21250 capital letters removal
Helen Foster [Wed, 8 Dec 2010 19:42:42 +0000 (19:42 +0000)]
MDL-21250 capital letters removal

12 years agoMDL-21250 capital letters removal
Helen Foster [Wed, 8 Dec 2010 19:34:47 +0000 (19:34 +0000)]
MDL-21250 capital letters removal

12 years agoMDL-21250 capital letters removal
Helen Foster [Wed, 8 Dec 2010 19:16:17 +0000 (19:16 +0000)]
MDL-21250 capital letters removal

12 years agoMDL-21250 capital letters removal
Helen Foster [Wed, 8 Dec 2010 15:37:34 +0000 (15:37 +0000)]
MDL-21250 capital letters removal

12 years agoMDL-21250 capital letters removal and greylisted string removal
Helen Foster [Wed, 8 Dec 2010 15:35:52 +0000 (15:35 +0000)]
MDL-21250 capital letters removal and greylisted string removal

12 years agoMDL-21250 capital letters removal
Helen Foster [Wed, 8 Dec 2010 14:34:03 +0000 (14:34 +0000)]
MDL-21250 capital letters removal

12 years agoMDL-21250 capital letters removal also license info added
Helen Foster [Wed, 8 Dec 2010 11:01:20 +0000 (11:01 +0000)]
MDL-21250 capital letters removal also license info added

12 years agoMDL-21250 capital letters removal
Helen Foster [Wed, 8 Dec 2010 10:50:53 +0000 (10:50 +0000)]
MDL-21250 capital letters removal

12 years agoMDL-25593 added missing filelib include
Petr Skoda [Wed, 8 Dec 2010 08:15:21 +0000 (08:15 +0000)]
MDL-25593 added missing filelib include
credit goes to Adam Olley

12 years agoMDL-25472 support non-standard dir separators in zip archives and other anomalies
Petr Skoda [Wed, 8 Dec 2010 08:08:45 +0000 (08:08 +0000)]
MDL-25472 support non-standard dir separators in zip archives and other anomalies

12 years agoMDL-25543 fixed borked preupgrade script support
Petr Skoda [Wed, 8 Dec 2010 07:51:00 +0000 (07:51 +0000)]
MDL-25543 fixed borked preupgrade script support
credit goes to Chris B Stones

12 years agoMDL-25611 more browser detection cleanup and improvements
Petr Skoda [Wed, 8 Dec 2010 07:39:58 +0000 (07:39 +0000)]
MDL-25611 more browser detection cleanup and improvements
general WebKit support, adding version support for android, fixing android browser name (engine name first), adding more tests

12 years agoMDL-25611 browser detection cleanup and improvements
Petr Skoda [Wed, 8 Dec 2010 06:51:54 +0000 (06:51 +0000)]
MDL-25611 browser detection cleanup and improvements

12 years agoNOBUG: Fixed up annoying type in moodle_page @property list
Sam Hemelryk [Wed, 8 Dec 2010 02:04:47 +0000 (02:04 +0000)]
NOBUG: Fixed up annoying type in moodle_page @property list

12 years agonavigation MDL-25578 Fixed up navbar when viewing categories.
Sam Hemelryk [Wed, 8 Dec 2010 02:03:07 +0000 (02:03 +0000)]
navigation MDL-25578 Fixed up navbar when viewing categories.

12 years agoUpdated the HEAD build version to 20101208
Moodle Robot [Wed, 8 Dec 2010 00:49:40 +0000 (00:49 +0000)]
Updated the HEAD build version to 20101208

12 years agoAutomatic installer lang files (20101208)
AMOS bot [Wed, 8 Dec 2010 00:40:09 +0000 (00:40 +0000)]
Automatic installer lang files (20101208)

12 years agoMDL-23733 Disable TinyMCE on iPod Touch and Android devices
Petr Skoda [Tue, 7 Dec 2010 15:49:57 +0000 (15:49 +0000)]
MDL-23733 Disable TinyMCE on iPod Touch and Android devices

Credit goes to Paul Nicholls

12 years agoMDL-25068 forum: fixed error string usage
David Mudrak [Tue, 7 Dec 2010 12:34:35 +0000 (12:34 +0000)]
MDL-25068 forum: fixed error string usage

The string [cannotsubscribe,mod_forum] is supposed to be used for group
membership check only. I have fixed the two other usages of the string.
Note that the condition if (forum_subscribe()) was useless as the
function return true values only now after $DB conversion.

12 years agoNOMDL forum: fixed the string wording to match the current code condition
David Mudrak [Tue, 7 Dec 2010 12:34:11 +0000 (12:34 +0000)]
NOMDL forum: fixed the string wording to match the current code condition

Previous string was used together with the legacy:guest capability.
However, the current code checks is_enrolled() instead. This led to a
weird situation when non-enrolled admin or manager could not subscribe
to a forum and the error message was completely confusing for them.

12 years agoMDL-22114 forum: fixed PAGE url param set
David Mudrak [Tue, 7 Dec 2010 12:33:24 +0000 (12:33 +0000)]
MDL-22114 forum: fixed PAGE url param set

I am pretty sure Sam overlooked this is in the commit afef965e

12 years agoMDL-25524 workshop: fixed random allocator removing current allocations
David Mudrak [Tue, 7 Dec 2010 11:39:50 +0000 (11:39 +0000)]
MDL-25524 workshop: fixed random allocator removing current allocations

The bug was in filter_current_assessments() being applied before get_unkept_assessments()
so actually no current assessment records could be detected.

12 years agodeprecatedlib NOBUG fix typo.
Tim Hunt [Tue, 7 Dec 2010 10:34:15 +0000 (10:34 +0000)]
deprecatedlib NOBUG fix typo.

12 years agooutput MDL-25597 Bumping version after the three new settings were added.
Sam Hemelryk [Tue, 7 Dec 2010 08:50:18 +0000 (08:50 +0000)]
output MDL-25597 Bumping version after the three new settings were added.

12 years agooutput MDL-25597 Added three new config settings that allow you to add additional...
Sam Hemelryk [Tue, 7 Dec 2010 08:48:38 +0000 (08:48 +0000)]
output MDL-25597 Added three new config settings that allow you to add additional HTML to every page.

12 years agolib MDL-25532 added dbport option to mysqli driver
Aparup Banerjee [Tue, 7 Dec 2010 07:30:35 +0000 (07:30 +0000)]
lib MDL-25532 added dbport option to mysqli driver

12 years agoMDL-25588 report_customlang: removed redundant safe path check
David Mudrak [Tue, 7 Dec 2010 06:08:51 +0000 (06:08 +0000)]
MDL-25588 report_customlang: removed redundant safe path check

Only the $lang part of the the path comes from the browser and it is
checked in get_localpack_location() anyway.

12 years agoUpdated the HEAD build version to 20101207
Moodle Robot [Tue, 7 Dec 2010 00:49:33 +0000 (00:49 +0000)]
Updated the HEAD build version to 20101207

12 years agoMDL-25582 Fixed inconsistence in FEATURE_MOD_INTRO evaluation
David Mudrak [Mon, 6 Dec 2010 16:07:31 +0000 (16:07 +0000)]
MDL-25582 Fixed inconsistence in FEATURE_MOD_INTRO evaluation

12 years agofix for magazine theme MDL-25581
john St [Mon, 6 Dec 2010 16:00:16 +0000 (16:00 +0000)]
fix for magazine theme MDL-25581

12 years agoMDLSITE-1162 .gitignore file for Moodle git mirror
David Mudrak [Mon, 6 Dec 2010 12:57:38 +0000 (12:57 +0000)]
MDLSITE-1162 .gitignore file for Moodle git mirror

12 years agoMDL-25536 fixed incorrect reading of plugin options in imsenterprise enrol plugin
Petr Skoda [Mon, 6 Dec 2010 05:52:55 +0000 (05:52 +0000)]
MDL-25536 fixed incorrect reading of plugin options in imsenterprise enrol plugin

12 years agoNOBUG: Removed unused variable
Sam Hemelryk [Mon, 6 Dec 2010 03:21:01 +0000 (03:21 +0000)]
NOBUG: Removed unused variable

12 years agoUpdated the HEAD build version to 20101206
Moodle Robot [Mon, 6 Dec 2010 00:54:02 +0000 (00:54 +0000)]
Updated the HEAD build version to 20101206

12 years ago"COMMENTING MDL-25540 fixed bullet point displayed over user pics, credits to Davo...
Dongsheng Cai [Sun, 5 Dec 2010 18:44:01 +0000 (18:44 +0000)]
"COMMENTING MDL-25540 fixed bullet point displayed over user pics, credits to Davo Smith"

12 years ago"DATA MODULE MDL-25564 fixed $PAGE->url, credits to Davo Smith"
Dongsheng Cai [Sun, 5 Dec 2010 18:36:44 +0000 (18:36 +0000)]
"DATA MODULE MDL-25564 fixed $PAGE->url, credits to Davo Smith"

12 years ago"MDL-25529 revert changes, it broke module instance creating page"
Dongsheng Cai [Sun, 5 Dec 2010 18:01:33 +0000 (18:01 +0000)]
"MDL-25529 revert changes, it broke module instance creating page"

12 years agocourse MDL-25529 $introeditor not declared in some cases (=> it was displaying php...
jerome mouneyrac [Sun, 5 Dec 2010 08:24:33 +0000 (08:24 +0000)]
course MDL-25529 $introeditor not declared in some cases (=> it was displaying php notice when adding the official newmodule template)

12 years agoUpdated the HEAD build version to 20101205
Moodle Robot [Sun, 5 Dec 2010 00:51:35 +0000 (00:51 +0000)]
Updated the HEAD build version to 20101205

12 years agoAutomatic installer lang files (20101205)
AMOS bot [Sun, 5 Dec 2010 00:40:09 +0000 (00:40 +0000)]
Automatic installer lang files (20101205)

12 years agoremoving backslash
Helen Foster [Sat, 4 Dec 2010 19:44:51 +0000 (19:44 +0000)]
removing backslash

12 years agoUpdated the HEAD build version to 20101204
Moodle Robot [Sat, 4 Dec 2010 00:53:41 +0000 (00:53 +0000)]
Updated the HEAD build version to 20101204

12 years agoAutomatic installer lang files (20101204)
AMOS bot [Sat, 4 Dec 2010 00:40:09 +0000 (00:40 +0000)]
Automatic installer lang files (20101204)

12 years agoMDL-25535 Testing default values when editing numerical options
Pierre Pichet [Fri, 3 Dec 2010 14:57:30 +0000 (14:57 +0000)]
MDL-25535 Testing default values when editing numerical options

12 years agoenrol MDL-25522 removed extra redundant definition of field names in query causing...
Aparup Banerjee [Fri, 3 Dec 2010 09:31:31 +0000 (09:31 +0000)]
enrol MDL-25522 removed extra redundant definition of field names in query causing oracle issues

12 years agoMDL-25459 removing option to set picture and tags in admin profile setup form, we...
Petr Skoda [Fri, 3 Dec 2010 05:26:17 +0000 (05:26 +0000)]
MDL-25459 removing option to set picture and tags in admin profile setup form, we can use these only after setup is finished

12 years agoUpdated the HEAD build version to 20101203
Moodle Robot [Fri, 3 Dec 2010 00:49:18 +0000 (00:49 +0000)]
Updated the HEAD build version to 20101203

12 years agoMDL-21250 capital letters removal
Helen Foster [Thu, 2 Dec 2010 21:48:04 +0000 (21:48 +0000)]
MDL-21250 capital letters removal

12 years agoMDL-21250 capital letters removal
Helen Foster [Thu, 2 Dec 2010 19:18:08 +0000 (19:18 +0000)]
MDL-21250 capital letters removal

12 years agoMDL-21250 capital letters removal
Helen Foster [Thu, 2 Dec 2010 18:22:19 +0000 (18:22 +0000)]
MDL-21250 capital letters removal

12 years agoMDL-25316 quiz_get_extra_capabilities() does not need to fetch subcapabilities explicitly
David Mudrak [Thu, 2 Dec 2010 16:51:52 +0000 (16:51 +0000)]
MDL-25316 quiz_get_extra_capabilities() does not need to fetch subcapabilities explicitly

12 years agoMDL-25316 capabilities defined in subplugins are available when overriding the module...
David Mudrak [Thu, 2 Dec 2010 16:51:41 +0000 (16:51 +0000)]
MDL-25316 capabilities defined in subplugins are available when overriding the module permissions

12 years agoMDL-21250 capital letters removal
Helen Foster [Thu, 2 Dec 2010 16:48:22 +0000 (16:48 +0000)]
MDL-21250 capital letters removal

12 years agoMDL-21250 capital letters removal
Helen Foster [Thu, 2 Dec 2010 16:18:41 +0000 (16:18 +0000)]
MDL-21250 capital letters removal

12 years agoMDL-21250 capital letters removal
Helen Foster [Thu, 2 Dec 2010 15:42:24 +0000 (15:42 +0000)]
MDL-21250 capital letters removal

12 years agolocal NOBUG Improved my settings example (probably typical usage) in local/readme.txt
Sam Marshall [Thu, 2 Dec 2010 11:26:55 +0000 (11:26 +0000)]
local NOBUG Improved my settings example (probably typical usage) in local/readme.txt

12 years agocourse-reports MDL-24173 Course reports now use the report page layout + minor tweaks...
Sam Hemelryk [Thu, 2 Dec 2010 07:31:48 +0000 (07:31 +0000)]
course-reports MDL-24173 Course reports now use the report page layout + minor tweaks to the serenity theme.

12 years ago"MDL-25497, fixed Non-JavaScript file uploader generates warnings, credits to Tim...
Dongsheng Cai [Thu, 2 Dec 2010 07:26:25 +0000 (07:26 +0000)]
"MDL-25497, fixed Non-JavaScript file uploader generates warnings, credits to Tim Lock"

12 years agoblock-navigation MDL-23838 There is now an option that you can enable so that categor...
Sam Hemelryk [Thu, 2 Dec 2010 07:13:07 +0000 (07:13 +0000)]
block-navigation MDL-23838 There is now an option that you can enable so that categories in the navigation are links as well.

12 years agosearch MDL-25153 fixed performance problem
Aparup Banerjee [Thu, 2 Dec 2010 06:24:50 +0000 (06:24 +0000)]
search MDL-25153 fixed performance problem

12 years agooutput-custommenu MDL-25447 Fixed up the processing of the custom menu removing the...
Sam Hemelryk [Thu, 2 Dec 2010 06:11:27 +0000 (06:11 +0000)]
output-custommenu MDL-25447 Fixed up the processing of the custom menu removing the hard-coded single step down

12 years agoMDL-25474 do not try to use caching for dynamic JS - it can not work
Petr Skoda [Thu, 2 Dec 2010 05:46:09 +0000 (05:46 +0000)]
MDL-25474 do not try to use caching for dynamic JS - it can not work

12 years agoMDL-25474 do not use html editor for css and js editing
Petr Skoda [Thu, 2 Dec 2010 05:35:26 +0000 (05:35 +0000)]
MDL-25474 do not use html editor for css and js editing

12 years agotheme-base MDL-25498 Fixed up z-index overlay issue with YUI3 custom menu.
Sam Hemelryk [Thu, 2 Dec 2010 05:20:37 +0000 (05:20 +0000)]
theme-base MDL-25498 Fixed up z-index overlay issue with YUI3 custom menu.

12 years agoUpdated the HEAD build version to 20101202
Moodle Robot [Thu, 2 Dec 2010 00:50:07 +0000 (00:50 +0000)]
Updated the HEAD build version to 20101202