moodle.git
12 years agoMDL-20636 Cannot really delete questions that were only used in previews #196
Tim Hunt [Mon, 7 Mar 2011 16:23:11 +0000 (16:23 +0000)]
MDL-20636 Cannot really delete questions that were only used in previews #196

12 years agoMDL-26324 Existing overall feedback on non-graded quizzes prevents editing
Tim Hunt [Fri, 4 Mar 2011 17:48:13 +0000 (17:48 +0000)]
MDL-26324 Existing overall feedback on non-graded quizzes prevents editing

12 years agoMDL-20636 Fix GIFT unit test
Tim Hunt [Wed, 2 Mar 2011 17:47:12 +0000 (17:47 +0000)]
MDL-20636 Fix GIFT unit test

12 years agoMDL-20636 Backup and restore of Opaque questions.
Tim Hunt [Wed, 2 Mar 2011 15:48:43 +0000 (15:48 +0000)]
MDL-20636 Backup and restore of Opaque questions.

12 years agoMDL-20636 Restore of question hints, and some other minor clean-up.
Tim Hunt [Wed, 2 Mar 2011 15:48:11 +0000 (15:48 +0000)]
MDL-20636 Restore of question hints, and some other minor clean-up.

12 years agoMDL-20636 Minor theme tweaks.
Tim Hunt [Tue, 1 Mar 2011 11:02:33 +0000 (11:02 +0000)]
MDL-20636 Minor theme tweaks.

12 years agoMDL-20636 Fix upgrade problems. Thanks to James Brisland for his help.
Tim Hunt [Tue, 1 Mar 2011 11:02:04 +0000 (11:02 +0000)]
MDL-20636 Fix upgrade problems. Thanks to James Brisland for his help.

12 years agoMDL-20636 Fix install breakage.
Tim Hunt [Mon, 28 Feb 2011 15:14:53 +0000 (15:14 +0000)]
MDL-20636 Fix install breakage.

12 years agoMDL-20636 Fix backup and restore issues found during testing.
Tim Hunt [Mon, 28 Feb 2011 14:38:51 +0000 (14:38 +0000)]
MDL-20636 Fix backup and restore issues found during testing.

12 years agoMDL-20636 Fix a bunch of missing strings caused by separating question from quiz.
Tim Hunt [Mon, 28 Feb 2011 11:03:12 +0000 (11:03 +0000)]
MDL-20636 Fix a bunch of missing strings caused by separating question from quiz.

12 years agoMDL-20636 Update quiz and questions backup and restore.
Tim Hunt [Mon, 28 Feb 2011 10:49:20 +0000 (10:49 +0000)]
MDL-20636 Update quiz and questions backup and restore.

This does not include user data yet, and it needs more testing.

12 years agoMDL-20636 Merge vle/master into ouqe2
Tim Hunt [Wed, 2 Mar 2011 17:34:18 +0000 (17:34 +0000)]
MDL-20636 Merge vle/master into ouqe2

Conflicts:
mod/quiz/locallib.php
mod/quiz/report/overview/overview_table.php
mod/quiz/report/overview/report.php
mod/quiz/report/responses/report.php
question/type/random/questiontype.php

12 years agoMDL-20636 Fix question flag javascript.
Tim Hunt [Fri, 25 Feb 2011 15:36:07 +0000 (15:36 +0000)]
MDL-20636 Fix question flag javascript.

12 years agoMDL-20636 Only show the full summary of attempt table on the first page of the review.
Tim Hunt [Fri, 25 Feb 2011 12:24:55 +0000 (12:24 +0000)]
MDL-20636 Only show the full summary of attempt table on the first page of the review.

12 years agoMDL-20636 Move restart preview button into the quiz nav block & remove unnecessary...
Tim Hunt [Fri, 25 Feb 2011 12:12:09 +0000 (12:12 +0000)]
MDL-20636 Move restart preview button into the quiz nav block & remove unnecessary titles.

Also, remove automatic redirects to the quiz edit page. Show a message and a button instead.

12 years agoMDL-20636 Review and fix the format parameter to all calls to format_text.
Tim Hunt [Thu, 24 Feb 2011 20:18:16 +0000 (20:18 +0000)]
MDL-20636 Review and fix the format parameter to all calls to format_text.

12 years agoMDL-20636 Split question-type specific styles into the separate plugins.
Tim Hunt [Thu, 24 Feb 2011 19:34:08 +0000 (19:34 +0000)]
MDL-20636 Split question-type specific styles into the separate plugins.

12 years agoMDL-20636 Split question_definition::init_first_step into start_attempt and apply_att...
Tim Hunt [Thu, 24 Feb 2011 19:12:42 +0000 (19:12 +0000)]
MDL-20636 Split question_definition::init_first_step into start_attempt and apply_attempt_state.

12 years agoMDL-20636 Fix 30 TODOs
Tim Hunt [Thu, 24 Feb 2011 17:47:51 +0000 (17:47 +0000)]
MDL-20636 Fix 30 TODOs

12 years agoMDL-20636 Remove all references to global $QTYPES.
Tim Hunt [Thu, 24 Feb 2011 15:28:25 +0000 (15:28 +0000)]
MDL-20636 Remove all references to global $QTYPES.

Except in the question types that have not yet been converted to the new question engine.

12 years agoMDL-20636 Minor bug-fixes
Tim Hunt [Thu, 24 Feb 2011 12:01:37 +0000 (12:01 +0000)]
MDL-20636 Minor bug-fixes

12 years agoMDL-20636 Massively reduce the number of references to quiz in the question code.
Tim Hunt [Wed, 23 Feb 2011 18:53:50 +0000 (18:53 +0000)]
MDL-20636 Massively reduce the number of references to quiz in the question code.

This mostly involves moving lang strings around, but I don't have time to do an AMOS script now.

12 years agoMDL-20636 Reveiw all throw statements.
Tim Hunt [Wed, 23 Feb 2011 16:50:09 +0000 (16:50 +0000)]
MDL-20636 Reveiw all throw statements.

12 years agoMDL-20636 Eliminate integer and boolean in PHPdoc comments. should be int and bool.
Tim Hunt [Wed, 23 Feb 2011 16:25:25 +0000 (16:25 +0000)]
MDL-20636 Eliminate integer and boolean in PHPdoc comments. should be int and bool.

12 years agoMDL-20636 Add missing defined('MOODLE_INTERNAL') || die();
Tim Hunt [Wed, 23 Feb 2011 15:03:35 +0000 (15:03 +0000)]
MDL-20636 Add missing defined('MOODLE_INTERNAL') || die();

12 years agoMDL-20636 Fix @package names and PHPdoc layout.
Tim Hunt [Wed, 23 Feb 2011 13:38:16 +0000 (13:38 +0000)]
MDL-20636 Fix @package names and PHPdoc layout.

12 years agoMDL-20636 Fix @package names in question/behaviour, question/engine and question...
Tim Hunt [Tue, 22 Feb 2011 20:50:18 +0000 (20:50 +0000)]
MDL-20636 Fix @package names in question/behaviour, question/engine and question top level.

12 years agoMDL-20636 Add @package and GPL boiler-plate to files in /question.
Tim Hunt [Tue, 22 Feb 2011 19:59:12 +0000 (19:59 +0000)]
MDL-20636 Add @package and GPL boiler-plate to files in /question.

12 years agoMDL-20636 Fix new stdClass -> stdClass(), and trailing whitespace.
Tim Hunt [Mon, 21 Feb 2011 18:10:19 +0000 (18:10 +0000)]
MDL-20636 Fix new stdClass -> stdClass(), and trailing whitespace.

12 years agoMDL-20636 Boilerplate and other cleanup in the question core code.
Tim Hunt [Mon, 21 Feb 2011 18:00:15 +0000 (18:00 +0000)]
MDL-20636 Boilerplate and other cleanup in the question core code.

This includes converting behaviours to pluginname strings.

12 years agoMDL-20636 Finish off converting question import.
Tim Hunt [Mon, 21 Feb 2011 17:29:18 +0000 (17:29 +0000)]
MDL-20636 Finish off converting question import.

12 years agoMDL-20636 Fix top of file boilerplate in mod/quiz.
Tim Hunt [Mon, 21 Feb 2011 16:13:25 +0000 (16:13 +0000)]
MDL-20636 Fix top of file boilerplate in mod/quiz.

12 years agoMDL-20636 Remove © from all PHPdoc comments, and tidy them up a bit.
Tim Hunt [Mon, 21 Feb 2011 14:51:02 +0000 (14:51 +0000)]
MDL-20636 Remove © from all PHPdoc comments, and tidy them up a bit.

12 years agoMoodle 2.0.2 release v2.0.2
Martin Dougiamas [Mon, 21 Feb 2011 12:05:57 +0000 (13:05 +0100)]
Moodle 2.0.2 release

12 years agoemergency release
Petr Skoda [Fri, 18 Feb 2011 19:01:50 +0000 (20:01 +0100)]
emergency release

12 years agoMerge branch 'em_MDL-25944_20_forummail' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Fri, 18 Feb 2011 17:42:45 +0000 (18:42 +0100)]
Merge branch 'em_MDL-25944_20_forummail' of git://github.com/skodak/moodle

12 years agoMDL-25122 Quiz review page does not check and enforce separate groups mode.
Tim Hunt [Fri, 18 Feb 2011 16:32:49 +0000 (16:32 +0000)]
MDL-25122 Quiz review page does not check and enforce separate groups mode.

12 years agoMerge branch 'master' of git.moodle.org:/git/integration
Eloy Lafuente (stronk7) [Fri, 18 Feb 2011 17:25:18 +0000 (18:25 +0100)]
Merge branch 'master' of git.moodle.org:/git/integration

12 years agoMerge branch 'em_MDL-26476_20_grp' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Fri, 18 Feb 2011 17:25:04 +0000 (18:25 +0100)]
Merge branch 'em_MDL-26476_20_grp' of git://github.com/skodak/moodle

12 years agoMerge branch 'PULL-314' of git://github.com/mudrd8mz/moodle
Petr Skoda [Fri, 18 Feb 2011 17:20:44 +0000 (18:20 +0100)]
Merge branch 'PULL-314' of git://github.com/mudrd8mz/moodle

12 years agoMDL-26010 Reformatting SQL of the previous Andrew's fix
David Mudrak [Fri, 18 Feb 2011 16:33:37 +0000 (17:33 +0100)]
MDL-26010 Reformatting SQL of the previous Andrew's fix

I have reformatted the SQL according to the style used in Moodle code to
improve readability of the query. Added sql_compare_text() to the right
side of the comparison, even though the current callers provide integers
here (just in case).

12 years agoMDL-26416 avoid subtracting two unsigned ints, which breaks MySQL since 5.5.5.
Tim Hunt [Fri, 18 Feb 2011 16:27:49 +0000 (16:27 +0000)]
MDL-26416 avoid subtracting two unsigned ints, which breaks MySQL since 5.5.5.

12 years agoMDL-26010 External blog synchronization removes non-relevant post records
Andrew Davis [Wed, 2 Feb 2011 07:02:48 +0000 (15:02 +0800)]
MDL-26010 External blog synchronization removes non-relevant post records

12 years agoMDL-25944 fix broken images in forum emails and fix invalid $group variable name
Petr Skoda [Fri, 18 Feb 2011 10:00:43 +0000 (11:00 +0100)]
MDL-25944 fix broken images in forum emails and fix invalid $group variable name

12 years agoMDL-26476 fix incorrect fetching of user groups in modinfo
Petr Skoda [Thu, 17 Feb 2011 17:19:41 +0000 (18:19 +0100)]
MDL-26476 fix incorrect fetching of user groups in modinfo

12 years agoMDL-26361 scorm - fix upgrade on change to not null
Eloy Lafuente (stronk7) [Thu, 17 Feb 2011 16:25:44 +0000 (17:25 +0100)]
MDL-26361 scorm - fix upgrade on change to not null

Every time one column is changed from null to not null
we must ensure that there aren't nulls at all or the
DDL statement will fail, as was reported here. The
simplest way, just apply for the default when the column is null.

12 years agoweekly release
Petr Skoda [Thu, 17 Feb 2011 00:21:29 +0000 (01:21 +0100)]
weekly release

12 years agoMerge branch 'w07_MDL-26452_20_resmess' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Wed, 16 Feb 2011 20:51:12 +0000 (21:51 +0100)]
Merge branch 'w07_MDL-26452_20_resmess' of git://github.com/skodak/moodle

12 years agoMDL-26452 fix resource mod regression breaking upgrade on Windows
Petr Skoda [Wed, 16 Feb 2011 19:49:59 +0000 (20:49 +0100)]
MDL-26452 fix resource mod regression breaking upgrade on Windows

12 years agoMerge branch 'MDL-26405_take_two' of git://github.com/stronk7/moodle
Petr Skoda [Wed, 16 Feb 2011 19:24:54 +0000 (20:24 +0100)]
Merge branch 'MDL-26405_take_two' of git://github.com/stronk7/moodle

12 years agoMDL-26405 restore - dispatch able to skip branches
Eloy Lafuente (stronk7) [Wed, 16 Feb 2011 18:13:56 +0000 (19:13 +0100)]
MDL-26405 restore - dispatch able to skip branches

after this change any restore_structure_step processor
method is able to instruct the dispatcher about to skip
any path below it. Until now, we were doing the checks on
each child processor method, but that was inneficient and
prone to errors (easy to miss the check in a child so some
orphaned piezes of restore may be causing mess here and there).
Once implemented, it's simlpy a matter of the parent deciding if
all its children must be processed or no. Easier for developers
and also small speed improvement because avoids unnecesary
dispatching/processing to happen.

Surely only will be used in parts of core, like in question_categories,
saving 50-60 sub processors (sub-paths) to be dispatched.

12 years agoMDL-20636 Convert the overview report.
Tim Hunt [Wed, 16 Feb 2011 17:33:51 +0000 (17:33 +0000)]
MDL-20636 Convert the overview report.

12 years agoMDL-20636 Fix some minor bugs.
Tim Hunt [Wed, 16 Feb 2011 14:06:12 +0000 (14:06 +0000)]
MDL-20636 Fix some minor bugs.

12 years agoMerge branch 'MDL-26405_qtype_exception_wip' of git://github.com/stronk7/moodle
Petr Skoda [Wed, 16 Feb 2011 08:59:14 +0000 (09:59 +0100)]
Merge branch 'MDL-26405_qtype_exception_wip' of git://github.com/stronk7/moodle

12 years agoglossary MDL-22970 uid is reserved in ORACLE! changed to userid
Aparup Banerjee [Wed, 16 Feb 2011 03:46:20 +0000 (04:46 +0100)]
glossary MDL-22970 uid is reserved in ORACLE! changed to userid

12 years agoMDL-26405 restore - incorrectly thrown exception
Eloy Lafuente (stronk7) [Tue, 15 Feb 2011 22:28:00 +0000 (23:28 +0100)]
MDL-26405 restore - incorrectly thrown exception

12 years agoMerge branch 'w07_MDL-26381_20_changepw' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Tue, 15 Feb 2011 21:03:00 +0000 (22:03 +0100)]
Merge branch 'w07_MDL-26381_20_changepw' of git://github.com/skodak/moodle

12 years agoMDL-26381 prevent security warning when changing password and loginhttps is enabled
Petr Skoda [Sun, 13 Feb 2011 09:39:26 +0000 (10:39 +0100)]
MDL-26381 prevent security warning when changing password and loginhttps is enabled

12 years agoMerge branch 'MDL-25616_recent_messages' of git://github.com/andyjdavis/moodle
Eloy Lafuente (stronk7) [Tue, 15 Feb 2011 18:26:21 +0000 (19:26 +0100)]
Merge branch 'MDL-25616_recent_messages' of git://github.com/andyjdavis/moodle

Conflicts fixed:
message/index.php
message/lib.php

12 years agoMDL-20636 Fix question/enigne/datalib.php unit tests.
Tim Hunt [Tue, 15 Feb 2011 18:19:55 +0000 (18:19 +0000)]
MDL-20636 Fix question/enigne/datalib.php unit tests.

12 years agoMDL-20636 Convert quiz statistics report.
Tim Hunt [Tue, 15 Feb 2011 17:22:31 +0000 (17:22 +0000)]
MDL-20636 Convert quiz statistics report.

12 years agoMerge branch 'w07_MDL-26211_20_https' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Tue, 15 Feb 2011 15:45:22 +0000 (16:45 +0100)]
Merge branch 'w07_MDL-26211_20_https' of git://github.com/skodak/moodle

12 years agoMDL-26211 improve detection of https from _SERVER
Petr Skoda [Tue, 15 Feb 2011 14:33:29 +0000 (15:33 +0100)]
MDL-26211 improve detection of https from _SERVER

12 years agoMDL-26119 fixing regression caused by previous merge in PULL-294
Petr Skoda [Tue, 15 Feb 2011 14:06:24 +0000 (15:06 +0100)]
MDL-26119 fixing regression caused by previous merge in PULL-294

We can not use empty() on function directly, the PHP docs were incorrect.

12 years agoMerge branch 'w07_MDL-25778_20_defaultcity' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Tue, 15 Feb 2011 11:40:43 +0000 (12:40 +0100)]
Merge branch 'w07_MDL-25778_20_defaultcity' of git://github.com/skodak/moodle

12 years agoMerge branch 'w07_MDL-26351_20_instquotes' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Tue, 15 Feb 2011 11:32:39 +0000 (12:32 +0100)]
Merge branch 'w07_MDL-26351_20_instquotes' of git://github.com/skodak/moodle

12 years agoMDL-26414 gloosary - fix wrong init introduced by MDL-26371
Eloy Lafuente (stronk7) [Tue, 15 Feb 2011 09:53:23 +0000 (10:53 +0100)]
MDL-26414 gloosary - fix wrong init introduced by MDL-26371

12 years agoMerge branch 'MDL-26119_message_logging' of git://github.com/andyjdavis/moodle
Petr Skoda [Tue, 15 Feb 2011 09:39:54 +0000 (10:39 +0100)]
Merge branch 'MDL-26119_message_logging' of git://github.com/andyjdavis/moodle

12 years agoMDL-26179 implement the new 5 registration use cases
jeromemoodle [Thu, 10 Feb 2011 03:44:32 +0000 (11:44 +0800)]
MDL-26179 implement the new 5 registration use cases

12 years agoMDL-26351 fix property and docs typo
Petr Skoda [Tue, 15 Feb 2011 08:44:24 +0000 (09:44 +0100)]
MDL-26351 fix property and docs typo

Credit goes to David Mudrak.

12 years agoglossary MDL-22970 changed fieldname so that MSSQL does not complain about same field...
Aparup Banerjee [Tue, 15 Feb 2011 08:19:00 +0000 (16:19 +0800)]
glossary MDL-22970 changed fieldname so that MSSQL does not complain about same fieldnames

something should be done about this in the driver

12 years agoMDL-25778 fix default country and city on user upload form and revert change in auth...
Petr Skoda [Tue, 15 Feb 2011 07:59:53 +0000 (08:59 +0100)]
MDL-25778 fix default country and city on user upload form and revert change in auth plugins

Auth plugins should have separate defaults from site defaults).

12 years agomessage MDL-26119 fixed up the logged URL
andyjdavis [Thu, 10 Feb 2011 05:25:38 +0000 (13:25 +0800)]
message MDL-26119 fixed up the logged URL

12 years agomessage MDL-25616 adding recent conversations and recent notifications screens
andyjdavis [Wed, 12 Jan 2011 09:15:43 +0000 (17:15 +0800)]
message MDL-25616 adding recent conversations and recent notifications screens

12 years agoMerge branch 'w07_MDL-24125_20_admintreecache' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Tue, 15 Feb 2011 00:38:12 +0000 (01:38 +0100)]
Merge branch 'w07_MDL-24125_20_admintreecache' of git://github.com/skodak/moodle

12 years agoMerge branch 'MDL-26236' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Tue, 15 Feb 2011 00:16:33 +0000 (01:16 +0100)]
Merge branch 'MDL-26236' of git://github.com/timhunt/moodle

12 years agoMerge branch 'MDL-26365' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Tue, 15 Feb 2011 00:03:23 +0000 (01:03 +0100)]
Merge branch 'MDL-26365' of git://github.com/timhunt/moodle

12 years agoMerge branch 'MDL-26369' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Mon, 14 Feb 2011 23:58:01 +0000 (00:58 +0100)]
Merge branch 'MDL-26369' of git://github.com/timhunt/moodle

12 years agoMDL-22970 glossary - perf. improvements in recent activity
Aparup Banerjee [Mon, 14 Feb 2011 23:33:13 +0000 (00:33 +0100)]
MDL-22970 glossary - perf. improvements in recent activity

12 years agoMerge branch 'w07_MDL-25778_20_defaultcity' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Mon, 14 Feb 2011 22:24:52 +0000 (23:24 +0100)]
Merge branch 'w07_MDL-25778_20_defaultcity' of git://github.com/skodak/moodle

12 years agoMerge branch 'MDL-26337' of git://github.com/timhunt/moodle
Petr Skoda [Mon, 14 Feb 2011 21:15:30 +0000 (22:15 +0100)]
Merge branch 'MDL-26337' of git://github.com/timhunt/moodle

12 years agoMerge branch 'MDL-26109' of git://github.com/nebgor/moodle
Petr Skoda [Mon, 14 Feb 2011 21:10:37 +0000 (22:10 +0100)]
Merge branch 'MDL-26109' of git://github.com/nebgor/moodle

12 years agoMerge branch 'MDL-26312-workshop-upgrade' of git://github.com/mudrd8mz/moodle
Petr Skoda [Mon, 14 Feb 2011 20:45:57 +0000 (21:45 +0100)]
Merge branch 'MDL-26312-workshop-upgrade' of git://github.com/mudrd8mz/moodle

12 years agoMerge branch 'MDL-25863_automated_backups_wip' of git://github.com/stronk7/moodle
Petr Skoda [Mon, 14 Feb 2011 20:42:50 +0000 (21:42 +0100)]
Merge branch 'MDL-25863_automated_backups_wip' of git://github.com/stronk7/moodle

12 years agoMDL-26312 Workshop: unset temporary arrays in upgrade code
David Mudrak [Mon, 14 Feb 2011 20:38:50 +0000 (21:38 +0100)]
MDL-26312 Workshop: unset temporary arrays in upgrade code

Spotted by Petr Skoda during the code review.

12 years agoMDL-25863 backup - fix removal of old automated backup, both in filearea and filesystem
Eloy Lafuente (stronk7) [Sun, 13 Feb 2011 17:35:41 +0000 (18:35 +0100)]
MDL-25863 backup - fix removal of old automated backup, both in filearea and filesystem

12 years agoMerge branch 'm20_MDL-26212_resizefix' of git://github.com/danmarsden/moodle
Petr Skoda [Mon, 14 Feb 2011 20:37:37 +0000 (21:37 +0100)]
Merge branch 'm20_MDL-26212_resizefix' of git://github.com/danmarsden/moodle

12 years agoMDL-25863 backup - take rid of dupe code for filename calculations
Eloy Lafuente (stronk7) [Sun, 13 Feb 2011 16:38:03 +0000 (17:38 +0100)]
MDL-25863 backup - take rid of dupe code for filename calculations

12 years agoMerge branch 'MDL-26371_distinct_text' of git://github.com/stronk7/moodle
Petr Skoda [Mon, 14 Feb 2011 20:19:35 +0000 (21:19 +0100)]
Merge branch 'MDL-26371_distinct_text' of git://github.com/stronk7/moodle

12 years agoMerge branch 'MDL-22146_backup_course_format_wip' of git://github.com/stronk7/moodle
Petr Skoda [Mon, 14 Feb 2011 20:08:19 +0000 (21:08 +0100)]
Merge branch 'MDL-22146_backup_course_format_wip' of git://github.com/stronk7/moodle

12 years agoMerge branch 'MDL-26229_restore_attempts_wip' of git://github.com/stronk7/moodle
Petr Skoda [Mon, 14 Feb 2011 20:02:49 +0000 (21:02 +0100)]
Merge branch 'MDL-26229_restore_attempts_wip' of git://github.com/stronk7/moodle

12 years agoMerge branch 'MDL-24898_strip_and_trunc_subjects_wip' of git://github.com/stronk7...
Petr Skoda [Mon, 14 Feb 2011 19:57:13 +0000 (20:57 +0100)]
Merge branch 'MDL-24898_strip_and_trunc_subjects_wip' of git://github.com/stronk7/moodle

12 years agoMerge branch 'MDL-25553_lesson_jumpto_wip' of git://github.com/stronk7/moodle
Petr Skoda [Mon, 14 Feb 2011 19:39:31 +0000 (20:39 +0100)]
Merge branch 'MDL-25553_lesson_jumpto_wip' of git://github.com/stronk7/moodle

12 years agoMerge branch 'MDL-25612_rss_block' of git://github.com/stronk7/moodle
Petr Skoda [Mon, 14 Feb 2011 19:37:28 +0000 (20:37 +0100)]
Merge branch 'MDL-25612_rss_block' of git://github.com/stronk7/moodle

12 years agoMerge branch 'MDL-26399_oracle_restore_wip' of git://github.com/stronk7/moodle
Petr Skoda [Mon, 14 Feb 2011 19:34:58 +0000 (20:34 +0100)]
Merge branch 'MDL-26399_oracle_restore_wip' of git://github.com/stronk7/moodle

12 years agoMerge branch 'w07_MDL-25626_20_completionerror' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Mon, 14 Feb 2011 19:15:37 +0000 (20:15 +0100)]
Merge branch 'w07_MDL-25626_20_completionerror' of git://github.com/skodak/moodle

12 years agoMDL-25778 add defaultcity option
Petr Skoda [Mon, 14 Feb 2011 19:10:50 +0000 (20:10 +0100)]
MDL-25778 add defaultcity option

This is based on patch by Jonathan Harker.

12 years agoMerge branch 'MDL-26338' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Mon, 14 Feb 2011 18:57:38 +0000 (19:57 +0100)]
Merge branch 'MDL-26338' of git://github.com/timhunt/moodle

12 years agoMDL-26399 restore - fix oracle/mssql problems
Eloy Lafuente (stronk7) [Mon, 14 Feb 2011 18:42:57 +0000 (19:42 +0100)]
MDL-26399 restore - fix oracle/mssql problems

12 years agoMDL-25626 fix previous incorrect fix incorrect cm id in completion report
Petr Skoda [Mon, 14 Feb 2011 18:41:05 +0000 (19:41 +0100)]
MDL-25626 fix previous incorrect fix incorrect cm id in completion report