moodle.git
11 years agoMDL-31011 course: Fixed typo in comment
Sam Hemelryk [Mon, 16 Jan 2012 06:44:57 +0000 (14:44 +0800)]
MDL-31011 course: Fixed typo in comment

11 years agoMDL-29724-update login page layout for all themes
Mary Evans [Tue, 10 Jan 2012 01:21:22 +0000 (01:21 +0000)]
MDL-29724-update login page layout for all themes

11 years agoMDL-3054 quiz : cleaned whitespaces.
Aparup Banerjee [Mon, 16 Jan 2012 05:41:12 +0000 (13:41 +0800)]
MDL-3054 quiz : cleaned whitespaces.

11 years agoMDL-30578, Updating CMILongIdentifer read comments at tracker
Mayank Gupa [Wed, 11 Jan 2012 20:02:51 +0000 (01:32 +0530)]
MDL-30578, Updating CMILongIdentifer read comments at tracker

11 years agoMDL-30578, Updating CMILongIdentifer to check for valid URI (RFC 3986 [6]) and URN...
Mayank Gupa [Sun, 4 Dec 2011 23:23:25 +0000 (04:53 +0530)]
MDL-30578, Updating CMILongIdentifer to check for valid URI (RFC 3986 [6]) and URN syntax as per RFC 2141 [3]

11 years agoMDL-29102 fix notice when auto-creating groups in existing grouping
Petr Skoda [Sun, 15 Jan 2012 18:26:43 +0000 (19:26 +0100)]
MDL-29102 fix notice when auto-creating groups in existing grouping

11 years agoMDL-31171 fix blog attachment serving in BLOG_USER_LEVEL
Petr Skoda [Sun, 15 Jan 2012 18:11:16 +0000 (19:11 +0100)]
MDL-31171 fix blog attachment serving in BLOG_USER_LEVEL

11 years agoMDL-31011 fix report links in logs
Petr Skoda [Sun, 15 Jan 2012 18:02:08 +0000 (19:02 +0100)]
MDL-31011 fix report links in logs

11 years agoMDL-31035 fix showuseridentity notice before settings upgrade
Petr Skoda [Sun, 15 Jan 2012 16:12:35 +0000 (17:12 +0100)]
MDL-31035 fix showuseridentity notice before settings upgrade

11 years agoMDL-21992 fix custom scripts on https pages and CLI
Petr Skoda [Sun, 15 Jan 2012 14:51:55 +0000 (15:51 +0100)]
MDL-21992 fix custom scripts on https pages and CLI

11 years agoMDL-31161 fix notice when checking plugin requirements
Petr Skoda [Sun, 15 Jan 2012 14:34:56 +0000 (15:34 +0100)]
MDL-31161 fix notice when checking plugin requirements

Credit goes to Joseph Rézeau, thanks.

11 years agoMDL-30958 do not use Yahoo CDN on https sites
Petr Skoda [Sun, 15 Jan 2012 14:24:34 +0000 (15:24 +0100)]
MDL-30958 do not use Yahoo CDN on https sites

Browsers do not like mixing of ssl and non-use content on one page. Unfortunately YAHOO does not provide the files over SSL yet - see http://yuilibrary.com/yui/docs/tutorials/faq/#does-yahoos-cdn-support-ssl

11 years agoMDL-31170 fix automatic blog blocks hiding/unhiding after blog level change
Petr Skoda [Sun, 15 Jan 2012 12:40:12 +0000 (13:40 +0100)]
MDL-31170 fix automatic blog blocks hiding/unhiding after blog level change

11 years agoMDL-31092 send localised new account emails
Petr Skoda [Sun, 15 Jan 2012 10:33:08 +0000 (11:33 +0100)]
MDL-31092 send localised new account emails

11 years agoMDL-31166 do not try to cleanup data root paths in CLI install script
Petr Skoda [Sun, 15 Jan 2012 10:05:00 +0000 (11:05 +0100)]
MDL-31166 do not try to cleanup data root paths in CLI install script

PARAM_TYPE can not be used for full OS paths. Admins have to enter correct data there, if not they get directory creation error.

11 years agoMDL-31165 fix InnoDB conversion query to use ENGINE parameter instead of legacy TYPE
Petr Skoda [Sat, 14 Jan 2012 21:52:46 +0000 (22:52 +0100)]
MDL-31165 fix InnoDB conversion query to use ENGINE parameter instead of legacy TYPE

11 years agoAutomatically generated installer lang files
AMOS bot [Sun, 15 Jan 2012 00:31:08 +0000 (00:31 +0000)]
Automatically generated installer lang files

11 years agoMDL-31164-Fixes Sky High theme truncates report-Part2
Mary Evans [Sun, 15 Jan 2012 00:09:20 +0000 (00:09 +0000)]
MDL-31164-Fixes Sky High theme truncates report-Part2

11 years agoMDL-31109 fix maintenance link value in get_string()
Petr Skoda [Sat, 14 Jan 2012 23:56:01 +0000 (00:56 +0100)]
MDL-31109 fix maintenance link value in get_string()

11 years agoMDL-31117 delete obsolete TODO
Petr Skoda [Sat, 14 Jan 2012 23:43:28 +0000 (00:43 +0100)]
MDL-31117 delete obsolete TODO

This TODO was added when we were still using moodledata folder for group images, it is not relevant any more because group images are in new file API which supports DB transaction rollbacks.

11 years agoMDL-31127 init USER->access when switching roles
Petr Skoda [Sat, 14 Jan 2012 23:14:44 +0000 (00:14 +0100)]
MDL-31127 init USER->access when switching roles

Only admins were affected by this problem because has_capability() does not init USER->access for them.

11 years agoMDL-27165 fix broken confirmed user filtering
Petr Skoda [Sat, 14 Jan 2012 21:14:26 +0000 (22:14 +0100)]
MDL-27165 fix broken confirmed user filtering

11 years agoMDL-30891 fix invalid hardcoded capability check when disable legacy files repo
Petr Skoda [Sat, 14 Jan 2012 20:57:01 +0000 (21:57 +0100)]
MDL-30891 fix invalid hardcoded capability check when disable legacy files repo

11 years agoMDL-31053 fix invalid context preloading in get_user_capability_course()
Petr Skoda [Sat, 14 Jan 2012 20:36:02 +0000 (21:36 +0100)]
MDL-31053 fix invalid context preloading in get_user_capability_course()

11 years agoMDL-31124 reinstroduce accidentally removed restore code for 1.9 backups
Petr Skoda [Sat, 14 Jan 2012 20:17:50 +0000 (21:17 +0100)]
MDL-31124 reinstroduce accidentally removed restore code for 1.9 backups

11 years agoMDL-31144-fixes hidden Navigation block menu items when docked
Mary Evans [Sat, 14 Jan 2012 01:16:29 +0000 (01:16 +0000)]
MDL-31144-fixes hidden Navigation block menu items when docked

11 years agoMDL-29091 quiz - switch to use moodle_url::out_as_local_url
Dan Poltawski [Wed, 24 Aug 2011 14:31:56 +0000 (15:31 +0100)]
MDL-29091 quiz - switch to use moodle_url::out_as_local_url

11 years agoMDL-29091 weblib - Introduce out_as_local_url() method to moodle_url
Dan Poltawski [Wed, 24 Aug 2011 14:20:46 +0000 (15:20 +0100)]
MDL-29091 weblib - Introduce out_as_local_url() method to moodle_url

This can be used for passing around PARAM_LOCALURL's where necessary
stripping the wwwroot

11 years agoMDL-31072: Added indexes to table role_assignments to speed up work in many-users...
Marina Glancy [Tue, 10 Jan 2012 06:57:05 +0000 (14:57 +0800)]
MDL-31072: Added indexes to table role_assignments to speed up work in many-users-many-contexts environments

11 years agoMDL-31072: Fixed bug causing memory overflow for many-user systems:
Marina Glancy [Tue, 10 Jan 2012 06:39:06 +0000 (14:39 +0800)]
MDL-31072: Fixed bug causing memory overflow for many-user systems:

when function find_users was supposed to be used for user validation but no userids were passed to it, it retrieved all users in the system.
This caused memory overflow on systems with too many users (like moodle.org).
Now we make sure that find_users is not called for validation if there is nobody to validate.

Also improved query inside find_users to make it work faster

11 years agoMDL-31060: removed unnecessary fields from query which also caused problems in MSSQL
Marina Glancy [Tue, 10 Jan 2012 02:03:43 +0000 (10:03 +0800)]
MDL-31060: removed unnecessary fields from query which also caused problems in MSSQL

11 years agoMDL-31025 navigation: When calling load_section_activities you must provide an array...
Sam Hemelryk [Thu, 5 Jan 2012 01:29:44 +0000 (14:29 +1300)]
MDL-31025 navigation: When calling load_section_activities you must provide an array of activities not course_modinfo

11 years agoMDL-30408 Allow modules the choice to not appear on 'Add a...' lists
sam marshall [Tue, 22 Nov 2011 16:16:23 +0000 (16:16 +0000)]
MDL-30408 Allow modules the choice to not appear on 'Add a...' lists

This is useful for modules which are created by the system and are not supposed to be created by users. There are various reasons for doing this in third-party modules.

11 years agoMDL-3054 record the current page of a quiz attempt
Charles Fulton [Sun, 8 Jan 2012 22:14:09 +0000 (14:14 -0800)]
MDL-3054 record the current page of a quiz attempt

11 years agoMDL-31143 quiz reports: average grade of null causes php error.
Tim Hunt [Thu, 12 Jan 2012 16:42:19 +0000 (16:42 +0000)]
MDL-31143 quiz reports: average grade of null causes php error.

11 years agoMDL-31135 question instances report: 'All' option broken
Tim Hunt [Thu, 12 Jan 2012 12:43:22 +0000 (12:43 +0000)]
MDL-31135 question instances report: 'All' option broken

11 years agoMDL-31130 question bank: toggling show all / 20 per page broken.
Jonathon Fowler [Thu, 12 Jan 2012 12:41:25 +0000 (12:41 +0000)]
MDL-31130 question bank: toggling show all / 20 per page broken.

11 years agoMDL-31102 question preview: fix HTML validation errors.
Tim Hunt [Tue, 10 Jan 2012 15:39:37 +0000 (15:39 +0000)]
MDL-31102 question preview: fix HTML validation errors.

11 years agoMDL-31100 unit tests: don't mangle UTF-8 in failure messages.
Tim Hunt [Tue, 10 Jan 2012 13:59:40 +0000 (13:59 +0000)]
MDL-31100 unit tests: don't mangle UTF-8 in failure messages.

11 years agoMDL-31095 quiz editing: only set quiz->grade to 0 if really necessary.
Tim Hunt [Wed, 11 Jan 2012 16:21:47 +0000 (16:21 +0000)]
MDL-31095 quiz editing: only set quiz->grade to 0 if really necessary.

It is only necessary when there are (non-preview) attempts. However,
after making this change we have to ensure users cannot start attempts
when ->grade > 0 and ->sumgrades = 0.

Display ->grade on the order and paging tab of edit.php, so it is clear
what is going on when you are using that tab.

Finally, improve the error message a student gets if they try to start a
quiz with no questions.

11 years agoMDL-31095 quiz: fix bug in quiz::has_questions.
Tim Hunt [Wed, 11 Jan 2012 16:19:30 +0000 (16:19 +0000)]
MDL-31095 quiz: fix bug in quiz::has_questions.

11 years agoMDL-31080 quiz editing, must be able to see and delete missing questions
Tim Hunt [Mon, 9 Jan 2012 16:33:53 +0000 (16:33 +0000)]
MDL-31080 quiz editing, must be able to see and delete missing questions

11 years agoMDL-31040 Correct LTR language issue and inconsistency in display
Andrew Robert Nicols [Fri, 6 Jan 2012 08:58:56 +0000 (08:58 +0000)]
MDL-31040 Correct LTR language issue and inconsistency in display

11 years agoMDL-31018 Improve consistency of horizontal alignment across grade reports
Andrew Robert Nicols [Wed, 4 Jan 2012 16:19:16 +0000 (16:19 +0000)]
MDL-31018 Improve consistency of horizontal alignment across grade reports

11 years agoweekly release 2.3dev (blame stronk7 for 0202 mistake)
Eloy Lafuente (stronk7) [Thu, 12 Jan 2012 10:34:20 +0000 (11:34 +0100)]
weekly release 2.3dev (blame stronk7 for 0202 mistake)

On 20120102 version was incorrectly bumped to 2012-02-02. So,
until then (< 1mo) we are going to be incrementing decimal digits
only and not date ones (first 8).

11 years agoMerge branch 'install_master' of git://github.com/amosbot/moodle
Eloy Lafuente (stronk7) [Thu, 12 Jan 2012 10:24:39 +0000 (11:24 +0100)]
Merge branch 'install_master' of git://github.com/amosbot/moodle

11 years agoMerge branch 'w02_MDL-29684_m23_metaenrol' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Wed, 11 Jan 2012 22:48:06 +0000 (23:48 +0100)]
Merge branch 'w02_MDL-29684_m23_metaenrol' of git://github.com/skodak/moodle

11 years agoMDL-26469 upgrade: cope with modules that do not set $module->cron.
Tim Hunt [Wed, 11 Jan 2012 15:42:23 +0000 (15:42 +0000)]
MDL-26469 upgrade: cope with modules that do not set $module->cron.

11 years agoMDL-26469 upgrade: module cron setting not updated.
Tim Hunt [Wed, 11 Jan 2012 14:04:09 +0000 (14:04 +0000)]
MDL-26469 upgrade: module cron setting not updated.

11 years agoMDL-30635 quiz cron: fixup - enable in version.php & fn name quiz_statistics_cron
Tim Hunt [Wed, 11 Jan 2012 10:09:30 +0000 (10:09 +0000)]
MDL-30635 quiz cron: fixup - enable in version.php & fn name quiz_statistics_cron

11 years agoAutomatically generated installer lang files
AMOS bot [Wed, 11 Jan 2012 00:31:15 +0000 (00:31 +0000)]
Automatically generated installer lang files

11 years agoMerge branch 'MDL-31101' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Tue, 10 Jan 2012 22:34:56 +0000 (23:34 +0100)]
Merge branch 'MDL-31101' of git://github.com/timhunt/moodle

11 years agoMDL-31101 format_string: Don't mangle < and > in strings like x < 1.
Tim Hunt [Tue, 10 Jan 2012 14:32:41 +0000 (14:32 +0000)]
MDL-31101 format_string: Don't mangle < and > in strings like x < 1.

11 years agoMDL-30452 Repositories: Changed default capability on repos - Thanks Michael
Rajesh Taneja [Tue, 20 Dec 2011 04:11:34 +0000 (12:11 +0800)]
MDL-30452 Repositories: Changed default capability on repos - Thanks Michael

11 years agoMerge branch 'MDL-24394' of git://github.com/timhunt/moodle
Sam Hemelryk [Tue, 10 Jan 2012 01:30:32 +0000 (14:30 +1300)]
Merge branch 'MDL-24394' of git://github.com/timhunt/moodle

11 years agoMerge branch 'MDL-31019' of git://github.com/timhunt/moodle
Sam Hemelryk [Tue, 10 Jan 2012 01:26:08 +0000 (14:26 +1300)]
Merge branch 'MDL-31019' of git://github.com/timhunt/moodle

11 years agoMDL-31000 Added comment about the importance of repository array keys and hardened...
Sam Hemelryk [Mon, 9 Jan 2012 23:21:24 +0000 (12:21 +1300)]
MDL-31000 Added comment about the importance of repository array keys and hardened new dnd repository lookup

11 years agoRevert "MDL-31000 Respect sortorder of repositories when displaying the filepicker"
Sam Hemelryk [Mon, 9 Jan 2012 23:18:34 +0000 (12:18 +1300)]
Revert "MDL-31000 Respect sortorder of repositories when displaying the filepicker"

This change was reverted because the array keys need to be the id, existing code relies on this.
This reverts commit ef72c7942e69b41296989bbbd51a0d84ee4f636b.

11 years agoMerge branch 'dragdrop-for-master' of git://git.luns.net.uk/moodle
Sam Hemelryk [Mon, 9 Jan 2012 22:52:09 +0000 (11:52 +1300)]
Merge branch 'dragdrop-for-master' of git://git.luns.net.uk/moodle

11 years agoMerge branch 'wip-mdl-30608' of git://github.com/rajeshtaneja/moodle
Eloy Lafuente (stronk7) [Mon, 9 Jan 2012 21:18:50 +0000 (22:18 +0100)]
Merge branch 'wip-mdl-30608' of git://github.com/rajeshtaneja/moodle

11 years agoMerge branch 'MDL-6102-master' of git://github.com/sammarshallou/moodle
Eloy Lafuente (stronk7) [Mon, 9 Jan 2012 21:02:10 +0000 (22:02 +0100)]
Merge branch 'MDL-6102-master' of git://github.com/sammarshallou/moodle

11 years agoMerge branch 'MDL-30783_t2' of git://github.com/kiklop74/moodle
Eloy Lafuente (stronk7) [Mon, 9 Jan 2012 20:47:16 +0000 (21:47 +0100)]
Merge branch 'MDL-30783_t2' of git://github.com/kiklop74/moodle

11 years agoMDL-24394 qtype_match: should be able to use multilang for the choices.
Tim Hunt [Mon, 9 Jan 2012 18:05:06 +0000 (18:05 +0000)]
MDL-24394 qtype_match: should be able to use multilang for the choices.

11 years agoMDL-29766 Add drag and drop upload to filemanager / filepicker elements
Davo Smith [Tue, 8 Nov 2011 20:05:19 +0000 (20:05 +0000)]
MDL-29766 Add drag and drop upload to filemanager / filepicker elements

11 years agoMDL-31019 quiz secure mode. Fix typo that breaks submit.
Tim Hunt [Mon, 9 Jan 2012 17:09:11 +0000 (17:09 +0000)]
MDL-31019 quiz secure mode. Fix typo that breaks submit.

11 years agoMDL-6102 Default time format incorrectly has leading zeros on 12-hour times (e.g...
sam marshall [Tue, 3 Jan 2012 17:19:20 +0000 (17:19 +0000)]
MDL-6102 Default time format incorrectly has leading zeros on 12-hour times (e.g. 03:57 PM)

11 years agoMDL-30583 Navigation : fixed string.
Aparup Banerjee [Mon, 9 Jan 2012 06:35:38 +0000 (14:35 +0800)]
MDL-30583 Navigation : fixed string.

11 years agoMerge branch 'wip-MDL-30583-master' of git://github.com/samhemelryk/moodle
Aparup Banerjee [Mon, 9 Jan 2012 05:44:36 +0000 (13:44 +0800)]
Merge branch 'wip-MDL-30583-master' of git://github.com/samhemelryk/moodle

11 years agoMerge branch 'w02_MDL-30718_m23_usertimedb' of git://github.com/skodak/moodle
Aparup Banerjee [Mon, 9 Jan 2012 04:18:36 +0000 (12:18 +0800)]
Merge branch 'w02_MDL-30718_m23_usertimedb' of git://github.com/skodak/moodle

11 years agoMerge branch 'w02_MDL-31005_m23_contextlevelname' of git://github.com/skodak/moodle
Sam Hemelryk [Mon, 9 Jan 2012 03:12:24 +0000 (16:12 +1300)]
Merge branch 'w02_MDL-31005_m23_contextlevelname' of git://github.com/skodak/moodle

11 years agoMDL-30608 Blocks: Fixed block disappering from search page
Sam Hemelryk [Wed, 4 Jan 2012 06:04:57 +0000 (14:04 +0800)]
MDL-30608 Blocks: Fixed block disappering from search page

11 years agoMerge branch 'w02_MDL-30944_m23_cohortenrol' of git://github.com/skodak/moodle
Sam Hemelryk [Mon, 9 Jan 2012 01:58:57 +0000 (14:58 +1300)]
Merge branch 'w02_MDL-30944_m23_cohortenrol' of git://github.com/skodak/moodle

11 years agoMerge branch 'w02_MDL-29046_m23_clidistrolib' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Mon, 9 Jan 2012 01:31:02 +0000 (02:31 +0100)]
Merge branch 'w02_MDL-29046_m23_clidistrolib' of git://github.com/skodak/moodle

11 years agoMerge branch 'MDL-30031' of git://github.com/bostelm/moodle
Eloy Lafuente (stronk7) [Mon, 9 Jan 2012 01:14:20 +0000 (02:14 +0100)]
Merge branch 'MDL-30031' of git://github.com/bostelm/moodle

11 years agoMerge branch 'w02_MDL-30717_m23_usercreated' of git://github.com/skodak/moodle
Sam Hemelryk [Mon, 9 Jan 2012 01:03:10 +0000 (14:03 +1300)]
Merge branch 'w02_MDL-30717_m23_usercreated' of git://github.com/skodak/moodle

11 years agoMDL-30928 lib: Fixed whitespace
Sam Hemelryk [Mon, 9 Jan 2012 00:57:06 +0000 (13:57 +1300)]
MDL-30928 lib: Fixed whitespace

11 years agoMerge branch 'w02_MDL-30928_m23_deletetimes' of git://github.com/skodak/moodle
Sam Hemelryk [Mon, 9 Jan 2012 00:52:37 +0000 (13:52 +1300)]
Merge branch 'w02_MDL-30928_m23_deletetimes' of git://github.com/skodak/moodle

11 years agoMerge branch 'w02_MDL-30969_m23_suspendedcsv' of git://github.com/skodak/moodle
Sam Hemelryk [Mon, 9 Jan 2012 00:02:31 +0000 (13:02 +1300)]
Merge branch 'w02_MDL-30969_m23_suspendedcsv' of git://github.com/skodak/moodle

11 years agoMerge branch 'MDL-30778_t2' of git://github.com/kiklop74/moodle
Eloy Lafuente (stronk7) [Sun, 8 Jan 2012 23:41:55 +0000 (00:41 +0100)]
Merge branch 'MDL-30778_t2' of git://github.com/kiklop74/moodle

11 years agoMerge branch 'MDL-30966-print-object' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Sun, 8 Jan 2012 23:33:02 +0000 (00:33 +0100)]
Merge branch 'MDL-30966-print-object' of git://github.com/mudrd8mz/moodle

11 years agoMerge branch 'master_MDL-31043' of git://github.com/danmarsden/moodle
Sam Hemelryk [Sun, 8 Jan 2012 23:23:11 +0000 (12:23 +1300)]
Merge branch 'master_MDL-31043' of git://github.com/danmarsden/moodle

11 years agoMerge branch 'MDL-30635' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Sun, 8 Jan 2012 23:15:21 +0000 (00:15 +0100)]
Merge branch 'MDL-30635' of git://github.com/timhunt/moodle

11 years agoMerge branch 'MDL-30652-master' of git://github.com/ankitagarwal/moodle
Sam Hemelryk [Sun, 8 Jan 2012 23:02:41 +0000 (12:02 +1300)]
Merge branch 'MDL-30652-master' of git://github.com/ankitagarwal/moodle

11 years agoMerge branch 'MDL-31000-master-1' of git://git.luns.net.uk/moodle
Sam Hemelryk [Sun, 8 Jan 2012 22:52:29 +0000 (11:52 +1300)]
Merge branch 'MDL-31000-master-1' of git://git.luns.net.uk/moodle

11 years agoMDL-30583 navigation: Added setting to control display of front page activities on...
Sam Hemelryk [Tue, 6 Dec 2011 00:04:12 +0000 (13:04 +1300)]
MDL-30583 navigation: Added setting to control display of front page activities on the navigation

11 years agoMDL-31005 fix strict coding style warning in context_helper
Petr Skoda [Sun, 8 Jan 2012 14:39:03 +0000 (15:39 +0100)]
MDL-31005 fix strict coding style warning in context_helper

PHP54 compatibility

11 years agoMDL-29046 use of install/distrolib.php in the CLI installer
Aleksey Avdeev [Mon, 22 Aug 2011 15:45:58 +0000 (19:45 +0400)]
MDL-29046 use of install/distrolib.php in the CLI installer

Signed-off-by: Aleksey Avdeev <solo@altlinux.ru>
11 years agoMDL-29684 improve enrol_meta plugin
Petr Skoda [Wed, 28 Dec 2011 16:21:59 +0000 (17:21 +0100)]
MDL-29684 improve enrol_meta plugin

List of changes:
* configurable unenrol action
* new setting for synchronisation of all enrolled users or users with at least one role
* cron period increased to 1 hour in order to lower server load, courses should not get out of sync often
* CLI sync script for debugging or manual sync
* phpdocs fixes
* when plugin is disabled all roles are removed, enrollments are kept
* uninstall script
* other bugfixing

11 years agoMDL-30717 update user->timemodified in update_user_record()
Petr Skoda [Tue, 27 Dec 2011 14:54:01 +0000 (15:54 +0100)]
MDL-30717 update user->timemodified  in update_user_record()

11 years agoMDL-30717 add missing time created info in create_user_record()
Petr Skoda [Tue, 27 Dec 2011 14:34:32 +0000 (15:34 +0100)]
MDL-30717 add missing time created info in create_user_record()

Credit goes to Luis Gustavo Mueller de Alcantara.

11 years agoMDL-30718 add missing timecraeted and timeupdated, fix user undeleting
Petr Skoda [Tue, 27 Dec 2011 14:49:47 +0000 (15:49 +0100)]
MDL-30718 add missing timecraeted and timeupdated, fix user undeleting

11 years agoMDL-30928 include course and user deletion time in event
Petr Skoda [Tue, 27 Dec 2011 15:10:14 +0000 (16:10 +0100)]
MDL-30928 include course and user deletion time in event

Credit goes to Luis Gustavo Mueller de Alcantara.

11 years agoMDL-30944 improve enrol_cohort plugin
Petr Skoda [Wed, 28 Dec 2011 10:24:43 +0000 (11:24 +0100)]
MDL-30944 improve enrol_cohort plugin

List of changes:
* configurable unenrol action
* cron period increased to 1 hour in order to lower server load, courses should not get out of sync often
* CLI sync script for debugging or manual sync after configuration change
* phpdocs fixes
* when plugin is disabled all roles are removed, enrollments are kept
* uninstall script
* other bugfixing and performance improvements

11 years agoMDL-30969 add support for suspending in uploaduser admin tool
Petr Skoda [Tue, 3 Jan 2012 15:40:09 +0000 (16:40 +0100)]
MDL-30969 add support for suspending in uploaduser admin tool

11 years agoAutomatically generated installer lang files
AMOS bot [Sat, 7 Jan 2012 00:31:13 +0000 (00:31 +0000)]
Automatically generated installer lang files

11 years agoMDL-30966 print_object() output made CLI-friendly
David Mudrak [Tue, 3 Jan 2012 10:29:10 +0000 (11:29 +0100)]
MDL-30966 print_object() output made CLI-friendly

11 years agoMDL-30757 questions: kill legacy global $QUESTION_EDITTABCAPS
Tim Hunt [Thu, 15 Dec 2011 11:39:32 +0000 (11:39 +0000)]
MDL-30757 questions: kill legacy global $QUESTION_EDITTABCAPS

11 years agoMDL-30635 enable standard cron for all question and quiz plugin types.
Tim Hunt [Wed, 7 Dec 2011 16:29:49 +0000 (16:29 +0000)]
MDL-30635 enable standard cron for all question and quiz plugin types.

* Support for old non-standard cron for quiz reports dropped. (Standard
cron support was added in 2.2

* Cron support added for qbehaviour, qformat and quizacces plugins.

* qtypes were already supported in the standard way.

11 years agoMDL-31043 allow themes to set custommenu instead of using global settings
Dan Marsden [Thu, 5 Jan 2012 23:48:01 +0000 (12:48 +1300)]
MDL-31043 allow themes to set custommenu instead of using global settings

11 years agoweekly release 2.3dev (blame stronk7 for 0202 mistake)
Eloy Lafuente (stronk7) [Thu, 5 Jan 2012 14:02:23 +0000 (15:02 +0100)]
weekly release 2.3dev (blame stronk7 for 0202 mistake)

On 20120102 version was incorrectly bumped to 2012-02-02. So,
until then (< 1mo) we are going to be incrementing decimal digits
only and not date ones (first 8).