moodle.git
11 years agoMDL-28048 glossary - add multilang support to categories
Eloy Lafuente (stronk7) [Sun, 10 Jul 2011 23:02:06 +0000 (01:02 +0200)]
MDL-28048 glossary - add multilang support to categories

11 years agoweekly release 2.2dev
Eloy Lafuente (stronk7) [Fri, 8 Jul 2011 09:15:49 +0000 (11:15 +0200)]
weekly release 2.2dev

11 years agofix permissions
Eloy Lafuente (stronk7) [Fri, 8 Jul 2011 09:13:19 +0000 (11:13 +0200)]
fix permissions

11 years agoMerge branch 'MDL-28015-workshop-sql' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Thu, 7 Jul 2011 23:11:13 +0000 (01:11 +0200)]
Merge branch 'MDL-28015-workshop-sql' of git://github.com/mudrd8mz/moodle

11 years agoMerge branch 'MDL-28168-custommenu' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Thu, 7 Jul 2011 22:41:19 +0000 (00:41 +0200)]
Merge branch 'MDL-28168-custommenu' of git://github.com/mudrd8mz/moodle

11 years agoMDL-28015 workshop - fixed unique list of columns in ORDER BY clause
David Mudrak [Thu, 7 Jul 2011 13:02:34 +0000 (15:02 +0200)]
MDL-28015 workshop - fixed unique list of columns in ORDER BY clause

MSSQL requires that the columns in the ORDER BY clause list must be
unique. The patch populates the list of fields by combining an array of
explicit sort definition with an array of implicit (default) sort
definition.

11 years agoMDL-28168 Multi-language support for custom_menu reimplemented
David Mudrak [Tue, 5 Jul 2011 09:43:09 +0000 (11:43 +0200)]
MDL-28168 Multi-language support for custom_menu reimplemented

This is a reimplementation of the multi-language support for the
custom_menu class. The menu items now accept the forth optional
parameter with the explicit list of languages the item is valid for. If
no languages are listed, the item is valid for any language. The caller
of the custom_menu constructor must provide the user's current language
or null if the multi-language should not be supported (all items are
valid for any language then, regardless the definition).

See the attached unit tests for the examples of usage.

11 years agoMDL-28168 Improved custom_menu constructor
David Mudrak [Tue, 5 Jul 2011 08:13:14 +0000 (10:13 +0200)]
MDL-28168 Improved custom_menu constructor

This improves custom_menu constructor by dropping support for useless
$text parameter and replacing it with the menu definition. This makes
custom_menu instance independent on the place where the menu is defined
($CFG->custommenuitems) and can be unit-tested. Also, multiple instances
of custom_menu can be instantiated now which can be interesting in the
future.

11 years agoMDL-28168 Revert "MDL-27073 Support multi-language content in custom menu"
David Mudrak [Tue, 5 Jul 2011 07:08:49 +0000 (09:08 +0200)]
MDL-28168 Revert "MDL-27073 Support multi-language content in custom menu"

This reverts commit 87e0230d0a0f5993111e81e01a9f62713595136a.

11 years agoMDL-27833 Backup - Fix can't search courses with non-latin characters during importing
Sun Zhigang [Mon, 13 Jun 2011 12:08:46 +0000 (20:08 +0800)]
MDL-27833 Backup - Fix can't search courses with non-latin characters during importing

PARAM_ALPHANUMEXT filter out all non-latin characters, including
Chinese, Japanese and etc. Use PARAM_NOTAGS instead.

11 years agoMerge branch 'MDL-28169' of git://github.com/nebgor/moodle
Eloy Lafuente (stronk7) [Thu, 7 Jul 2011 08:21:32 +0000 (10:21 +0200)]
Merge branch 'MDL-28169' of git://github.com/nebgor/moodle

11 years agoMerge branch 'w26_MDL-28163_m22_customfront' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Thu, 7 Jul 2011 08:11:17 +0000 (10:11 +0200)]
Merge branch 'w26_MDL-28163_m22_customfront' of git://github.com/skodak/moodle

11 years agoMDL-28169 Installation Added 2.1 upgrade (idiot proof) lines to upgrade scripts.
Aparup Banerjee [Tue, 5 Jul 2011 10:09:40 +0000 (18:09 +0800)]
MDL-28169 Installation Added 2.1 upgrade (idiot proof) lines to upgrade scripts.

11 years agoMerge branch 'master_MDL-28110' of git://github.com/danmarsden/moodle
Eloy Lafuente (stronk7) [Thu, 7 Jul 2011 01:00:42 +0000 (03:00 +0200)]
Merge branch 'master_MDL-28110' of git://github.com/danmarsden/moodle

11 years agoMerge branch 'master_MDL-28111' of git://github.com/danmarsden/moodle
Eloy Lafuente (stronk7) [Thu, 7 Jul 2011 00:36:28 +0000 (02:36 +0200)]
Merge branch 'master_MDL-28111' of git://github.com/danmarsden/moodle

11 years agoMDL-27989 whitespace fix
Eloy Lafuente (stronk7) [Thu, 7 Jul 2011 00:21:44 +0000 (02:21 +0200)]
MDL-27989 whitespace fix

11 years agoMerge branch 'MDL-27989_master' of git://github.com/kordan/moodle
Eloy Lafuente (stronk7) [Thu, 7 Jul 2011 00:19:15 +0000 (02:19 +0200)]
Merge branch 'MDL-27989_master' of git://github.com/kordan/moodle

11 years agoMerge branch 'MDL-26285' of git://git.luns.net.uk/moodle
Eloy Lafuente (stronk7) [Thu, 7 Jul 2011 00:10:13 +0000 (02:10 +0200)]
Merge branch 'MDL-26285' of git://git.luns.net.uk/moodle

11 years agoMerge branch 'w26_MDL-27375_m22_enrolcase' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Wed, 6 Jul 2011 23:39:38 +0000 (01:39 +0200)]
Merge branch 'w26_MDL-27375_m22_enrolcase' of git://github.com/skodak/moodle

11 years agoMerge branch 'w26_MDL-28117_m22_dataurlhack' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Wed, 6 Jul 2011 23:32:30 +0000 (01:32 +0200)]
Merge branch 'w26_MDL-28117_m22_dataurlhack' of git://github.com/skodak/moodle

11 years agoMerge branch 'MDL-27329' of git://git.luns.net.uk/moodle
Eloy Lafuente (stronk7) [Wed, 6 Jul 2011 22:24:19 +0000 (00:24 +0200)]
Merge branch 'MDL-27329' of git://git.luns.net.uk/moodle

11 years agoMerge branch 'MDL-28100' of git://git.luns.net.uk/moodle
Eloy Lafuente (stronk7) [Wed, 6 Jul 2011 22:12:19 +0000 (00:12 +0200)]
Merge branch 'MDL-28100' of git://git.luns.net.uk/moodle

11 years agoMerge branch 'MDL-27279' of git://git.luns.net.uk/moodle
Eloy Lafuente (stronk7) [Wed, 6 Jul 2011 22:01:08 +0000 (00:01 +0200)]
Merge branch 'MDL-27279' of git://git.luns.net.uk/moodle

11 years agoMDL-26285 block_rss_client - do not disable with enablerssfeeds
Dan Poltawski [Wed, 6 Jul 2011 20:10:43 +0000 (21:10 +0100)]
MDL-26285 block_rss_client - do not disable with enablerssfeeds

This setting was used in 1.9 and below to control feed generation only, not
for RSS consumption.

11 years agoMerge branch 'MDL-28222' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Wed, 6 Jul 2011 18:27:52 +0000 (20:27 +0200)]
Merge branch 'MDL-28222' of git://github.com/timhunt/moodle

11 years agoMDL-28222 quiz reports missing context in call to quiz_report_feedback_for_grade.
Tim Hunt [Wed, 6 Jul 2011 18:08:52 +0000 (19:08 +0100)]
MDL-28222 quiz reports missing context in call to quiz_report_feedback_for_grade.

11 years agoMerge branch 'MDL-27040' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Wed, 6 Jul 2011 17:25:47 +0000 (19:25 +0200)]
Merge branch 'MDL-27040' of git://github.com/timhunt/moodle

11 years agoMerge branch 'MDL-28166' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Wed, 6 Jul 2011 17:03:59 +0000 (19:03 +0200)]
Merge branch 'MDL-28166' of git://github.com/timhunt/moodle

11 years agoMDL-28166 fix some more instances of my favourite becuase typo.
Tim Hunt [Wed, 6 Jul 2011 13:19:25 +0000 (14:19 +0100)]
MDL-28166 fix some more instances of my favourite becuase typo.

11 years agoMDL-28166 send quiz event notifications asynchronously.
Tim Hunt [Mon, 4 Jul 2011 17:58:34 +0000 (18:58 +0100)]
MDL-28166 send quiz event notifications asynchronously.

This avoids the problem that you cannot send messages in transactions.

It also means that the quiz submission will not be prevented, and the
message will still be sent eventually, if any part of the messaging
system is giving intermittent errors when the student wants to submit
their quiz.

11 years agoMerge branch 'MDL-27934' of git://git.luns.net.uk/moodle
Sam Hemelryk [Wed, 6 Jul 2011 05:24:47 +0000 (13:24 +0800)]
Merge branch 'MDL-27934' of git://git.luns.net.uk/moodle

11 years agoMerge branch 'MDL-27855' of git://git.luns.net.uk/moodle
Sam Hemelryk [Wed, 6 Jul 2011 05:17:54 +0000 (13:17 +0800)]
Merge branch 'MDL-27855' of git://git.luns.net.uk/moodle

11 years agoMerge branch 'MDL-27168' of git://git.luns.net.uk/moodle
Sam Hemelryk [Wed, 6 Jul 2011 04:03:33 +0000 (12:03 +0800)]
Merge branch 'MDL-27168' of git://git.luns.net.uk/moodle

11 years agoMerge branch 'MDL-26626' of git://git.luns.net.uk/moodle
Sam Hemelryk [Wed, 6 Jul 2011 03:19:27 +0000 (11:19 +0800)]
Merge branch 'MDL-26626' of git://git.luns.net.uk/moodle

11 years agoMerge branch 'MDL-26611-take2' of git://git.luns.net.uk/moodle
Sam Hemelryk [Wed, 6 Jul 2011 03:06:20 +0000 (11:06 +0800)]
Merge branch 'MDL-26611-take2' of git://git.luns.net.uk/moodle

11 years agoMerge branch 'MDL-28135' of git://github.com/nebgor/moodle
Sam Hemelryk [Wed, 6 Jul 2011 02:53:48 +0000 (10:53 +0800)]
Merge branch 'MDL-28135' of git://github.com/nebgor/moodle

11 years agoMerge branch 'w26_MDL-28147_m22_minify' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Wed, 6 Jul 2011 01:13:11 +0000 (03:13 +0200)]
Merge branch 'w26_MDL-28147_m22_minify' of git://github.com/skodak/moodle

11 years agoMerge branch 'MDL-28160' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Wed, 6 Jul 2011 01:06:34 +0000 (03:06 +0200)]
Merge branch 'MDL-28160' of git://github.com/timhunt/moodle

11 years agoMerge branch 'w26_MDL-28161_m22_caches' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Wed, 6 Jul 2011 00:54:12 +0000 (02:54 +0200)]
Merge branch 'w26_MDL-28161_m22_caches' of git://github.com/skodak/moodle

11 years agoMerge branch 'w26_MDL-28167_m22_exconstructor' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Wed, 6 Jul 2011 00:05:20 +0000 (02:05 +0200)]
Merge branch 'w26_MDL-28167_m22_exconstructor' of git://github.com/skodak/moodle

11 years agoMerge branch 'wip-MDL-28172-master' of git://github.com/samhemelryk/moodle
Eloy Lafuente (stronk7) [Tue, 5 Jul 2011 23:52:32 +0000 (01:52 +0200)]
Merge branch 'wip-MDL-28172-master' of git://github.com/samhemelryk/moodle

11 years agoMerge branch 'MDL-28179' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Tue, 5 Jul 2011 23:45:15 +0000 (01:45 +0200)]
Merge branch 'MDL-28179' of git://github.com/timhunt/moodle

11 years agoMerge branch 'MDL-28193' of git://git.luns.net.uk/moodle
Eloy Lafuente (stronk7) [Tue, 5 Jul 2011 23:29:27 +0000 (01:29 +0200)]
Merge branch 'MDL-28193' of git://git.luns.net.uk/moodle

11 years agoMDL-28196 quiz calls get_in_or_equal (fixing missing $DB)
Eloy Lafuente (stronk7) [Tue, 5 Jul 2011 20:00:51 +0000 (22:00 +0200)]
MDL-28196 quiz calls get_in_or_equal (fixing missing $DB)

11 years agoMerge branch 'MDL-28196' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Tue, 5 Jul 2011 17:55:31 +0000 (19:55 +0200)]
Merge branch 'MDL-28196' of git://github.com/timhunt/moodle

11 years agoMerge branch 'MDL-27821' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Tue, 5 Jul 2011 17:41:32 +0000 (19:41 +0200)]
Merge branch 'MDL-27821' of git://github.com/timhunt/moodle

11 years agoMerge branch 'MDL-28185_master' of git://github.com/stronk7/moodle
Eloy Lafuente (stronk7) [Tue, 5 Jul 2011 15:58:55 +0000 (17:58 +0200)]
Merge branch 'MDL-28185_master' of git://github.com/stronk7/moodle

11 years agoMerge branch 'MDL-26618' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Tue, 5 Jul 2011 15:46:46 +0000 (17:46 +0200)]
Merge branch 'MDL-26618' of git://github.com/timhunt/moodle

11 years agoMDL-28185 upgrade - fix oracle problem upgrading blocks
Eloy Lafuente (stronk7) [Tue, 5 Jul 2011 13:37:16 +0000 (15:37 +0200)]
MDL-28185 upgrade - fix oracle problem upgrading blocks

11 years agoMDL-28196 quiz calls get_in_or_equal (not DB->get_in_or_equal) in two places
Tim Hunt [Tue, 5 Jul 2011 13:29:30 +0000 (14:29 +0100)]
MDL-28196 quiz calls get_in_or_equal (not DB->get_in_or_equal) in two places

Also, another minor error in one method call.

11 years agoMDL-28193 Add $external arg to get_driver_instance
Andrew Robert Nicols [Tue, 5 Jul 2011 10:58:14 +0000 (11:58 +0100)]
MDL-28193 Add $external arg to get_driver_instance

Signed-off-by: Andrew Robert Nicols <andrew.nicols@luns.net.uk>
11 years agoaddition to previous fix for MDL-27989 in master
Kordan [Tue, 5 Jul 2011 09:32:20 +0000 (11:32 +0200)]
addition to previous fix for MDL-27989 in master

11 years agoMDL-26611 Roles Language - remove reference to 'legacy role type'
Dan Poltawski [Sun, 3 Jul 2011 20:04:04 +0000 (21:04 +0100)]
MDL-26611 Roles Language - remove reference to 'legacy role type'

11 years agoMerge branch 'MDL-25357_wip' of git://github.com/timhunt/moodle
Sam Hemelryk [Tue, 5 Jul 2011 08:51:49 +0000 (16:51 +0800)]
Merge branch 'MDL-25357_wip' of git://github.com/timhunt/moodle

11 years agoMDL-27989 fix for master
Kordan [Tue, 5 Jul 2011 08:26:01 +0000 (10:26 +0200)]
MDL-27989 fix for master

11 years agoMDL-28135 general Updated broken and typo docs links
Aparup Banerjee [Tue, 5 Jul 2011 06:34:25 +0000 (14:34 +0800)]
MDL-28135 general Updated broken and typo docs links

11 years agoMDL-28135 general Updated the Copyright notice to point to docs.moodle.org/dev/Releas...
Aparup Banerjee [Mon, 4 Jul 2011 08:07:54 +0000 (16:07 +0800)]
MDL-28135 general Updated the Copyright notice to point to docs.moodle.org/dev/Releases instead of en/Release

11 years agoMDL-28135 general Updated doc links related to Release notes to docs.moodle.org/dev...
Aparup Banerjee [Mon, 4 Jul 2011 06:41:34 +0000 (14:41 +0800)]
MDL-28135 general Updated doc links related to Release notes to docs.moodle.org/dev/Releases now

11 years agoMDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc...
Aparup Banerjee [Mon, 4 Jul 2011 03:21:48 +0000 (11:21 +0800)]
MDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc links to "docs.moodle.org/dev/"

11 years agoMDL-24666 sync_users.php can throw db exception on sites upgraded from 1.x
Iñaki Arenaza [Mon, 4 Jul 2011 19:38:53 +0000 (21:38 +0200)]
MDL-24666 sync_users.php can throw db exception on sites upgraded from 1.x

From 2.0 on we lowercase all the settings related to LDAP attributes
to cope with differences in LDAP servers when returning attribute
names as array indices (some lowercase them, some leave them as
specified in the query, some normalize them, etc.).

But we only lowercase them when saving the settings page. So on sites
that have been migrated from 1.x, it may happen that we still have
mixed-case attribute names. And this is fatal for the user_attribute
setting, as we might not detect it in the returned array from LDAP and
it will be empty (and the db layer throws and exception).

So we just make sure the attribute name is lowercased (and trimmed,
in case it's got some white space around it).

Signed-off-by: Iñaki Arenaza <iarenaza@mondragon.edu>
11 years agoMDL-28179 make failed event hander error message much more useful.
Tim Hunt [Mon, 4 Jul 2011 17:55:45 +0000 (18:55 +0100)]
MDL-28179 make failed event hander error message much more useful.

11 years agoMDL-27040 get_users_by_capability generates u.id IN () when no uesrs have accessallgroups
Tim Hunt [Mon, 4 Jul 2011 17:50:21 +0000 (18:50 +0100)]
MDL-27040 get_users_by_capability generates u.id IN () when no uesrs have accessallgroups

11 years agoMDL-28117 include repo lib when hacking file_picker renderer
Petr Skoda [Mon, 4 Jul 2011 15:09:28 +0000 (17:09 +0200)]
MDL-28117 include repo lib when hacking file_picker renderer

11 years agoMDL-28167 fix missing new
Petr Skoda [Mon, 4 Jul 2011 14:42:55 +0000 (16:42 +0200)]
MDL-28167 fix missing new

And sloppy whitespace.

11 years agoMDL-26618 Moving sticky blocks on other pages does not work in Oracle.
Tim Hunt [Sat, 26 Feb 2011 11:26:13 +0000 (11:26 +0000)]
MDL-26618 Moving sticky blocks on other pages does not work in Oracle.

This was due to some missing $DB->sql_empty() in a query affecting the
block_positions table.

11 years agoMDL-27821 backup_exception should not throw away debug info.
Tim Hunt [Fri, 10 Jun 2011 14:44:20 +0000 (15:44 +0100)]
MDL-27821 backup_exception should not throw away debug info.

11 years agoMDL-25357 Allow maximum number of sections to be set by the admin. Also allow 0 secti...
Tim Hunt [Mon, 7 Mar 2011 18:08:04 +0000 (18:08 +0000)]
MDL-25357 Allow maximum number of sections to be set by the admin. Also allow 0 sections at an choice.

Also fix one bad <br/> in another lang string.

11 years agoMDL-28147 do not double cache theme css/js
Petr Skoda [Mon, 4 Jul 2011 09:29:23 +0000 (11:29 +0200)]
MDL-28147 do not double cache theme css/js

11 years agoMDL-28161 precreate htmlpurifier dir when resetting caches
Petr Skoda [Mon, 4 Jul 2011 07:48:03 +0000 (09:48 +0200)]
MDL-28161 precreate htmlpurifier dir when resetting caches

Includes sloppy whitespace fix.

11 years agoMDL-28172 forum: Fixed up overzealous check for portfolio enabled.
Sam Hemelryk [Mon, 4 Jul 2011 07:04:16 +0000 (15:04 +0800)]
MDL-28172 forum: Fixed up overzealous check for portfolio enabled.

11 years agoMDL-26626 course competion block - fix hardcoded string
Dan Poltawski [Sun, 3 Jul 2011 21:50:44 +0000 (22:50 +0100)]
MDL-26626 course competion block - fix hardcoded string

11 years agoMDL-27329 course report - correct use of wrong fullname
Dan Poltawski [Sun, 3 Jul 2011 21:12:05 +0000 (22:12 +0100)]
MDL-27329 course report - correct use of wrong fullname

We are refering to users in this column of the course report not
course full name.

11 years agoMDL-27168 completionstatus block - Use localized strings
Dan Poltawski [Sun, 3 Jul 2011 19:49:59 +0000 (20:49 +0100)]
MDL-27168 completionstatus block - Use localized strings

11 years agoMDL-28163 custom site frontpage support
Petr Skoda [Sun, 3 Jul 2011 13:02:46 +0000 (15:02 +0200)]
MDL-28163 custom site frontpage support

11 years agoMDL-28160 question preview window uses wrong pagelayout in activity contexts
Tim Hunt [Sun, 3 Jul 2011 11:53:56 +0000 (12:53 +0100)]
MDL-28160 question preview window uses wrong pagelayout in activity contexts

11 years agoMDL-27855 navigation - only display participants link with permissions
Dan Poltawski [Sun, 3 Jul 2011 09:52:32 +0000 (10:52 +0100)]
MDL-27855 navigation - only display participants link with permissions

11 years agoSCORM MDL-28110 fix string name
Dan Marsden [Fri, 1 Jul 2011 02:23:45 +0000 (14:23 +1200)]
SCORM MDL-28110 fix string name

11 years agoSCORM MDL-28110 set default for forcejavascript to yes - add string explaining what...
Dan Marsden [Thu, 30 Jun 2011 07:38:15 +0000 (19:38 +1200)]
SCORM MDL-28110 set default for forcejavascript to yes - add string explaining what it does.

11 years agoSCORM MDL-28111 tidy up formatting of code
Dan Marsden [Thu, 30 Jun 2011 04:55:16 +0000 (16:55 +1200)]
SCORM MDL-28111 tidy up formatting of code

11 years agoSCORM MDL-28111 tidy up formatting of code
Dan Marsden [Thu, 30 Jun 2011 02:59:08 +0000 (14:59 +1200)]
SCORM MDL-28111 tidy up formatting of code

11 years agoMDL-27375 add missing lowercasing of external column names
Petr Skoda [Sat, 2 Jul 2011 13:16:02 +0000 (15:16 +0200)]
MDL-27375 add missing lowercasing of external column names

Credit goes to Gail Preuninger.

11 years agoMDL-28100 - page resource was not using context for text filtering
Dan Poltawski [Sat, 2 Jul 2011 12:30:58 +0000 (13:30 +0100)]
MDL-28100 - page resource was not using context for text filtering

11 years agoMDL-27279 lang/en/xmldb - Fix Typo in confirmcheckforeignkeys
Dan Poltawski [Sat, 2 Jul 2011 11:56:09 +0000 (12:56 +0100)]
MDL-27279 lang/en/xmldb - Fix Typo in confirmcheckforeignkeys

11 years agoMDL-27934 Upload Assignment - Remove useless code
Sun Zhigang [Mon, 20 Jun 2011 03:51:01 +0000 (11:51 +0800)]
MDL-27934 Upload Assignment - Remove useless code

11 years agoweekly release 2.2dev
Eloy Lafuente (stronk7) [Fri, 1 Jul 2011 21:58:02 +0000 (23:58 +0200)]
weekly release 2.2dev

11 years agorelease 2.1 v2.1.0
Eloy Lafuente (stronk7) [Fri, 1 Jul 2011 21:47:23 +0000 (23:47 +0200)]
release 2.1

11 years agofix permissions
Eloy Lafuente (stronk7) [Fri, 1 Jul 2011 21:39:00 +0000 (23:39 +0200)]
fix permissions

11 years agoMerge branch 'MDL-28152-course-grade-category' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Fri, 1 Jul 2011 20:33:04 +0000 (22:33 +0200)]
Merge branch 'MDL-28152-course-grade-category' of git://github.com/mudrd8mz/moodle

11 years agoMerge branch 'MDL-28103' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Fri, 1 Jul 2011 20:17:16 +0000 (22:17 +0200)]
Merge branch 'MDL-28103' of git://github.com/timhunt/moodle

11 years agoMDL-28103 one more problem.
Tim Hunt [Fri, 1 Jul 2011 20:17:06 +0000 (21:17 +0100)]
MDL-28103 one more problem.

11 years agoMDL-28152 Improved detection of the course grade_category on course restore
David Mudrak [Fri, 1 Jul 2011 20:10:21 +0000 (22:10 +0200)]
MDL-28152 Improved detection of the course grade_category on course restore

11 years agoMDL-28103 code to deal with missing question_attempts was buggy.
Tim Hunt [Fri, 1 Jul 2011 19:58:39 +0000 (20:58 +0100)]
MDL-28103 code to deal with missing question_attempts was buggy.

11 years agoMDL-28103 make the upgrade more robust in the presence of old garbage data in the DB.
Tim Hunt [Fri, 1 Jul 2011 19:41:07 +0000 (20:41 +0100)]
MDL-28103 make the upgrade more robust in the presence of old garbage data in the DB.

11 years agoMDL-27829 blocks - lang string fixes. Credit goes to Helen!
Eloy Lafuente (stronk7) [Fri, 1 Jul 2011 18:29:07 +0000 (20:29 +0200)]
MDL-27829 blocks - lang string fixes. Credit goes to Helen!

11 years agoMDL-27829 blocks - clean dupe comments
Eloy Lafuente (stronk7) [Fri, 1 Jul 2011 17:41:28 +0000 (19:41 +0200)]
MDL-27829 blocks - clean dupe comments

11 years agoMDL-27829 block creation - ensure correct pagetypepattern in mod/ pages
Eloy Lafuente (stronk7) [Fri, 1 Jul 2011 16:29:39 +0000 (18:29 +0200)]
MDL-27829 block creation - ensure correct pagetypepattern in mod/ pages

11 years agoMDL-27829 course report - fix name of "Course completion report". Credit goes to...
Eloy Lafuente (stronk7) [Fri, 1 Jul 2011 14:23:28 +0000 (16:23 +0200)]
MDL-27829 course report - fix name of "Course completion report". Credit goes to Helen!

11 years agoMDL-28103 when handling questions that have been deleted from the question bank,...
Tim Hunt [Wed, 29 Jun 2011 23:36:45 +0000 (00:36 +0100)]
MDL-28103 when handling questions that have been deleted from the question bank, find the right updater class.

11 years agoMDL-28103 fix silly error in quiz_upgrade_very_old_question_sessions.
Tim Hunt [Wed, 29 Jun 2011 23:25:22 +0000 (00:25 +0100)]
MDL-28103 fix silly error in quiz_upgrade_very_old_question_sessions.

11 years agoMerge branch 'MDL-27960' of git://github.com/nebgor/moodle
Eloy Lafuente (stronk7) [Fri, 1 Jul 2011 14:13:51 +0000 (16:13 +0200)]
Merge branch 'MDL-27960' of git://github.com/nebgor/moodle