Eloy Lafuente (stronk7) [Tue, 4 Oct 2011 23:13:57 +0000 (01:13 +0200)]
Merge branch 'MDL-28469' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Tue, 4 Oct 2011 23:10:03 +0000 (01:10 +0200)]
Merge branch 'wip-MDL-25697-master' of git://github.com/samhemelryk/moodle
Eloy Lafuente (stronk7) [Tue, 4 Oct 2011 21:34:15 +0000 (23:34 +0200)]
Merge branch 'MDL-29644' of git://github.com/timhunt/moodle
Tim Hunt [Tue, 4 Oct 2011 15:50:15 +0000 (16:50 +0100)]
MDL-29644 qtype multianswer, hints lost doing Moodle XML export.
This commit also includes a lot of useful tidying up of some of the unit
test helper code. I turned out that I could not use all the helper code
in my new tests, but despite that it will be useful in the future, so I
am committing it here.
Aparup Banerjee [Tue, 4 Oct 2011 18:44:28 +0000 (02:44 +0800)]
Merge branch 'MDL-29089_grade_history_missing_columns2' of git://github.com/andyjdavis/moodle.git (resolved version.php conflicts)
Eloy Lafuente (stronk7) [Tue, 4 Oct 2011 10:42:32 +0000 (12:42 +0200)]
Merge branch 'MDL-27857-assignment-portfolio' of git://github.com/mudrd8mz/moodle
Eloy Lafuente (stronk7) [Tue, 4 Oct 2011 10:31:34 +0000 (12:31 +0200)]
Merge branch 'MDL-29548' of git://github.com/timhunt/moodle
Tim Hunt [Tue, 27 Sep 2011 17:05:38 +0000 (18:05 +0100)]
MDL-29548 allow message plugins to control message
defaults.
At the moment, each message_provider can specify defaults for
each message output, to say whether that message output should be
used for this type of message:
http://docs.moodle.org/dev/Messaging_2.0#Adding_new_message_type.
If the message provider does not set a default, this change allows
the message output to set the default.
Eloy Lafuente (stronk7) [Tue, 4 Oct 2011 10:12:08 +0000 (12:12 +0200)]
Merge branch 'MDL-19575-master' of git://github.com/ankitagarwal/moodle
Tim Hunt [Fri, 30 Sep 2011 10:31:04 +0000 (11:31 +0100)]
MDL-29520 question engine: work-around bad MySQL delete performance.
This is a temporary fix, until the new API from MDL-29589 is available.
(amended to fix comments)
Tim Hunt [Thu, 29 Sep 2011 11:25:10 +0000 (12:25 +0100)]
MDL-29571 questions: improve class=accesshide screen-reader hints.
This changes the hint that comes before the question text. There are
unit tests to verify the new behaviour.
(amended to fix comments)
Tim Hunt [Thu, 29 Sep 2011 11:21:18 +0000 (12:21 +0100)]
MDL-29571 qtype description refactor unit test code a bit.
Sam Hemelryk [Tue, 4 Oct 2011 04:54:00 +0000 (17:54 +1300)]
Merge branch 'MDL-29621_master_wip' of git://github.com/grabs/moodle
Sam Hemelryk [Tue, 4 Oct 2011 03:21:16 +0000 (16:21 +1300)]
Merge branch 'MDL-28725_wiki_section2' of git://github.com/andyjdavis/moodle
Sam Hemelryk [Tue, 4 Oct 2011 02:52:57 +0000 (15:52 +1300)]
Merge branch 'wip-mdl-25937-disableif' of git://github.com/rajeshtaneja/moodle
Eloy Lafuente (stronk7) [Mon, 3 Oct 2011 23:11:20 +0000 (01:11 +0200)]
Merge branch 'MDL-29511' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Mon, 3 Oct 2011 20:52:55 +0000 (22:52 +0200)]
Merge branch 'MDL-29216' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Mon, 3 Oct 2011 20:50:18 +0000 (22:50 +0200)]
Merge branch 'MDL-29341' of git://github.com/timhunt/moodle
Eloy Lafuente (stronk7) [Mon, 3 Oct 2011 19:42:28 +0000 (21:42 +0200)]
Merge branch 'MDL-29570' of git://github.com/timhunt/moodle
Andreas Grabs [Mon, 3 Oct 2011 16:40:16 +0000 (18:40 +0200)]
MDL-29621 - XHTML not welformed when creating Feedback questions
Tim Hunt [Mon, 3 Oct 2011 15:38:34 +0000 (16:38 +0100)]
MDL-28469 quiz settings pages should be pagelayout admin.
Rajesh Taneja [Mon, 26 Sep 2011 07:35:27 +0000 (15:35 +0800)]
MDL-25937 Forms Library: Filepicker will respect disable if
David Mudrak [Wed, 28 Sep 2011 00:02:37 +0000 (02:02 +0200)]
MDL-27857 Export to portfolio support in the assignment module improved
Portfolio API code in the assignment module expected that the current
user is the author of the submission. Therefore the "Export to
portfolio" button did not work when the submission was viewed by a
teacher (eg at the page with the list of all submissions in the Advanced
upload assignment).
This patch introduces a new callback argument 'submissionid' that holds
explicit ID of the submission the export deals with. With it available,
we do not need to expect the current user is the author of the
submission.
The patch also cleans some strings used for portfolio callback
exceptions.
David Mudrak [Tue, 27 Sep 2011 23:57:24 +0000 (01:57 +0200)]
MDL-27857 Typo in the phpDocs fixed
David Mudrak [Tue, 27 Sep 2011 23:53:26 +0000 (01:53 +0200)]
MDL-27857 Assignment does not use form tag to render portfolio export control widget
When this code was used as a part of the grading screen, the default
PORTFOLIO_ADD_FULL_FORM widget led to nested form elements. This patch replaces
the form widget with a plain text link that can be embedded safely.
Aparup Banerjee [Mon, 3 Oct 2011 08:00:24 +0000 (16:00 +0800)]
MDL-26486 Lesson : fixed whitespace
Aparup Banerjee [Mon, 3 Oct 2011 07:37:50 +0000 (15:37 +0800)]
Merge branch 'MDL-26486' of git://github.com/rwijaya/moodle
Andrew Davis (andyjdavis) [Tue, 16 Aug 2011 09:08:47 +0000 (17:08 +0800)]
MDL-27640 rating: altered the return url provided by mod_data to ratings
Aparup Banerjee [Mon, 3 Oct 2011 06:01:17 +0000 (14:01 +0800)]
MDL-29541 Administration : fixed whitespace
Aparup Banerjee [Mon, 3 Oct 2011 05:57:48 +0000 (13:57 +0800)]
Merge branch 'wip-mdl-29244' of git://github.com/rajeshtaneja/moodle
Rajesh Taneja [Mon, 3 Oct 2011 03:00:52 +0000 (11:00 +0800)]
MDL-29244 users: Fixed comments for checkbox.php
Sam Hemelryk [Mon, 3 Oct 2011 04:08:21 +0000 (17:08 +1300)]
Merge branch 'MDL-29296' of git://github.com/rwijaya/moodle
Sam Hemelryk [Mon, 3 Oct 2011 03:41:12 +0000 (16:41 +1300)]
Merge branch 'MDL-29605' of git://github.com/lazydaisy/moodle
Sam Hemelryk [Mon, 3 Oct 2011 02:09:17 +0000 (15:09 +1300)]
Merge branch 'wip-mdl-29539' of git://github.com/rajeshtaneja/moodle
Sam Hemelryk [Mon, 3 Oct 2011 02:00:43 +0000 (15:00 +1300)]
MDL-28566 theme_base: removed MDL comment
Sam Hemelryk [Mon, 3 Oct 2011 01:37:35 +0000 (14:37 +1300)]
Merge branch 'MDL-28566' of git://github.com/lazydaisy/moodle
Sam Hemelryk [Mon, 3 Oct 2011 01:29:49 +0000 (14:29 +1300)]
Merge branch 'MDL-29323' of git://github.com/lazydaisy/moodle
Sam Hemelryk [Mon, 3 Oct 2011 01:24:38 +0000 (14:24 +1300)]
Merge branch 'wip-MDL-25454-master' of git://github.com/marinaglancy/moodle
Sam Hemelryk [Mon, 3 Oct 2011 01:01:48 +0000 (14:01 +1300)]
Merge branch 'MDL-29558' of git://github.com/jamiepratt/moodle
Sam Hemelryk [Mon, 3 Oct 2011 00:29:26 +0000 (13:29 +1300)]
Merge commit 'FETCH_HEAd'
Sam Hemelryk [Mon, 3 Oct 2011 00:23:01 +0000 (13:23 +1300)]
Merge branch 'MDL-29567' of git://github.com/stronk7/moodle
Sam Hemelryk [Sun, 2 Oct 2011 23:49:39 +0000 (12:49 +1300)]
Merge branch 'MDL-29566' of git://github.com/stronk7/moodle
Sam Hemelryk [Sun, 2 Oct 2011 23:27:11 +0000 (12:27 +1300)]
Merge branch 'MDL-29618' of git://github.com/stronk7/moodle
Sam Hemelryk [Sun, 2 Oct 2011 23:24:40 +0000 (12:24 +1300)]
Merge branch 'MDL-29612' of git://github.com/stronk7/moodle.git with typo cleanup
Eloy Lafuente (stronk7) [Sun, 2 Oct 2011 23:06:15 +0000 (01:06 +0200)]
Merge branch 'w39_MDL-29555_m22_yui341' of git://github.com/skodak/moodle
Sam Hemelryk [Sun, 2 Oct 2011 23:02:58 +0000 (12:02 +1300)]
Merge branch 'MDL-29611' of git://github.com/stronk7/moodle
Sam Hemelryk [Sun, 2 Oct 2011 22:51:30 +0000 (11:51 +1300)]
Merge branch 'MDL-27295' of git://git.luns.net.uk/moodle
Eloy Lafuente (stronk7) [Sun, 2 Oct 2011 22:45:18 +0000 (00:45 +0200)]
MDL-29618 backup - back to handling enrolments properly. Regession of MDL-26841, my fault, grrr
Eloy Lafuente (stronk7) [Sat, 1 Oct 2011 23:18:32 +0000 (01:18 +0200)]
MDL-29612 xmldb editor - fix recent regression + prevent unsigned floats and numbers
Eloy Lafuente (stronk7) [Sat, 1 Oct 2011 22:41:55 +0000 (00:41 +0200)]
MDL-29611 xmldb editor - comments and whitespace cleanup
Mary Evans [Sat, 1 Oct 2011 22:13:12 +0000 (23:13 +0100)]
MDL-29605-modify Afterburner menu to allow auto format
Tim Hunt [Fri, 30 Sep 2011 23:09:04 +0000 (00:09 +0100)]
MDL-29216 multianswer qtype needs intereactive elements on the form.
Tim Hunt [Fri, 30 Sep 2011 22:32:57 +0000 (23:32 +0100)]
MDL-29341 qtype numerical/calc: display of mc units badly laid out.
Dan Poltawski [Sat, 6 Aug 2011 21:12:07 +0000 (22:12 +0100)]
MDL-27295 Course Category View - Only display count when more than 0 courses
Kordan [Fri, 30 Sep 2011 09:10:11 +0000 (11:10 +0200)]
MDL-29403 fix for master
Jamie Pratt [Thu, 29 Sep 2011 03:14:08 +0000 (10:14 +0700)]
MDL-29558 question preview: limit variants drop-down to the first 100
In situations when question has many variants.
Mary Evans [Fri, 30 Sep 2011 02:04:17 +0000 (03:04 +0100)]
MDL-29323-FIX invalid border style
Tim Hunt [Thu, 29 Sep 2011 20:48:23 +0000 (21:48 +0100)]
MDL-29511 cannot review previous steps of a question attempt since MDL-28679.
Tim Hunt [Thu, 29 Sep 2011 20:46:39 +0000 (21:46 +0100)]
MDL-29511 Fix problems on the quiz review questions page found while investigating this bug.
Marina Glancy [Thu, 29 Sep 2011 09:00:04 +0000 (17:00 +0800)]
MDL-25454: using the faster way to check if record exists in db
Tim Hunt [Thu, 29 Sep 2011 08:06:11 +0000 (09:06 +0100)]
MDL-29570 Quiz editing page displays the wrong time in the status line sometimes.
Petr Skoda [Wed, 28 Sep 2011 09:00:25 +0000 (11:00 +0200)]
MDL-29555 import YUI 3.4.1
To be backported to 2.1 stable soon.
Andrew Davis (andyjdavis) [Mon, 12 Sep 2011 13:23:22 +0000 (21:23 +0800)]
MDL-28725 wiki: added urlencode around the section variable when it is being used to construct URLs
Andrew Davis (andyjdavis) [Fri, 2 Sep 2011 08:02:30 +0000 (16:02 +0800)]
MDL-28725 wiki: added missing string
AMOS BEGIN
CPY [invalidsection,core_admin],[invalidsection,mod_wiki]
AMOS END
Ankit Kumar Agarwal [Mon, 19 Sep 2011 05:45:45 +0000 (11:15 +0530)]
MDL-19575 Global Search Adding capability checks to the search and stat pages
Andrew Davis (andyjdavis) [Mon, 26 Sep 2011 07:57:40 +0000 (15:57 +0800)]
MDL-29089 gradebook: added missing columns to the history tables
Rajesh Taneja [Mon, 26 Sep 2011 03:02:44 +0000 (11:02 +0800)]
MDL-25937 Froms Library: Added server side validation for filepicker and filemanager
Rajesh Taneja [Tue, 27 Sep 2011 06:02:13 +0000 (14:02 +0800)]
MDL-29539 HTML Editor: Fixed XHTML formatting for editor
Sam Hemelryk [Wed, 28 Sep 2011 03:41:12 +0000 (16:41 +1300)]
MDL-25697 theme_base: Improved the alignment of the activity editing icons on the course frontpage
Marina Glancy [Thu, 28 Jul 2011 06:32:21 +0000 (14:32 +0800)]
MDL-25454 before skipping course backup make sure that there are no change entries in it's log during the last month. Store the nextstarttime even for courses that were not backed up
Eloy Lafuente (stronk7) [Wed, 28 Sep 2011 23:20:10 +0000 (01:20 +0200)]
MDL-29567 postgresql - handle negative defaults in numerical cols properly
Eloy Lafuente (stronk7) [Wed, 28 Sep 2011 23:15:37 +0000 (01:15 +0200)]
MDL-29567 unit tests - add some tests to cover negative defaults in numerical cols
Eloy Lafuente (stronk7) [Wed, 28 Sep 2011 22:15:49 +0000 (00:15 +0200)]
MDL-29566 mysql - length / decimal specs in float columns are optional
Eloy Lafuente (stronk7) [Wed, 28 Sep 2011 22:13:44 +0000 (00:13 +0200)]
MDL-29566 unit tests - add some tests to cover get_columns() with number/float columns
Mary Evans [Wed, 28 Sep 2011 14:26:22 +0000 (15:26 +0100)]
MDL-28566 - Fix for participants user details
Eloy Lafuente (stronk7) [Tue, 27 Sep 2011 20:12:30 +0000 (22:12 +0200)]
MDL-29552 themes - show the name of the picked theme when working with device detection enabled
Eloy Lafuente (stronk7) [Wed, 28 Sep 2011 09:07:04 +0000 (11:07 +0200)]
weekly release 2.2dev
Eloy Lafuente (stronk7) [Wed, 28 Sep 2011 09:04:07 +0000 (11:04 +0200)]
Merge branch 'install_master' of git://github.com/amosbot/moodle
Rossiani Wijaya [Wed, 28 Sep 2011 03:34:14 +0000 (11:34 +0800)]
MDL-26486 lesson mod: fixed grade report error on matching and shortanswers questions
AMOS bot [Wed, 28 Sep 2011 00:55:17 +0000 (00:55 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Tue, 27 Sep 2011 10:12:57 +0000 (12:12 +0200)]
Merge branch 'w38_MDL-29533_m22_yui341pr1' of git://github.com/skodak/moodle
Petr Skoda [Tue, 27 Sep 2011 10:08:02 +0000 (12:08 +0200)]
MDL-29533 add skins
Petr Skoda [Tue, 27 Sep 2011 09:55:16 +0000 (11:55 +0200)]
MDL-29533 fresh build fetched from cdn
Petr Skoda [Tue, 27 Sep 2011 08:12:57 +0000 (10:12 +0200)]
MDL-29504 plugin_callback() - undelete global $CFG that was supposed to be unused
Aparup Banerjee [Tue, 27 Sep 2011 06:52:00 +0000 (14:52 +0800)]
Merge branch 'MDL-29230' of git://github.com/rwijaya/moodle
Aparup Banerjee [Tue, 27 Sep 2011 05:22:14 +0000 (13:22 +0800)]
Merge branch 'wip-mdl-29244' of git://github.com/rajeshtaneja/moodle
Rajesh Taneja [Fri, 16 Sep 2011 08:49:51 +0000 (16:49 +0800)]
MDL-29244 Users: Fixed filter for selecting users who never logged in and course roles dropdown show all revelent roles
Aparup Banerjee [Tue, 27 Sep 2011 03:18:17 +0000 (11:18 +0800)]
Merge branch 'MDL-25241_forum_search_ratings' of git://github.com/andyjdavis/moodle
Aparup Banerjee [Tue, 27 Sep 2011 02:19:06 +0000 (10:19 +0800)]
Merge branch 'w38_MDL-29510_m22_orglang' of git://github.com/skodak/moodle
Sam Hemelryk [Tue, 27 Sep 2011 01:09:18 +0000 (14:09 +1300)]
Merge branch 'master_MDL-29519' of git://github.com/danmarsden/moodle
Eloy Lafuente (stronk7) [Tue, 27 Sep 2011 00:03:50 +0000 (02:03 +0200)]
MDL-29504 plugin_callback() - delete some unused code
Eloy Lafuente (stronk7) [Mon, 26 Sep 2011 23:52:23 +0000 (01:52 +0200)]
Merge branch 'w38_MDL-29509_m22_admintool2' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Mon, 26 Sep 2011 23:02:51 +0000 (01:02 +0200)]
Merge branch 'w38_MDL-29504_m22_plugincallback' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Mon, 26 Sep 2011 22:45:45 +0000 (00:45 +0200)]
Merge branch 'MDL-28686' of git://github.com/bostelm/moodle
Petr Skoda [Sun, 25 Sep 2011 18:26:51 +0000 (20:26 +0200)]
MDL-29509 fix maturity flag
Petr Skoda [Sun, 25 Sep 2011 14:35:34 +0000 (16:35 +0200)]
MDL-29509 fix customlang upgrade script
Petr Skoda [Sun, 25 Sep 2011 14:35:02 +0000 (16:35 +0200)]
MDL-29509 fix small docs typos
Petr Skoda [Sun, 25 Sep 2011 13:43:45 +0000 (15:43 +0200)]
MDL-29509 use appropriate requires and consistent versions for all admin tools
Petr Skoda [Sun, 25 Sep 2011 13:29:17 +0000 (15:29 +0200)]
MDL-29509 migrate DB replace to admin tools
Petr Skoda [Sun, 25 Sep 2011 12:01:29 +0000 (14:01 +0200)]
MDL-29509 new admin tool manager UI