Jean-Michel Vedrine [Tue, 1 Jan 2013 17:23:05 +0000 (18:23 +0100)]
MDL-33424 Images missing when restoring a 1.9 backup
Eloy Lafuente (stronk7) [Fri, 8 Mar 2013 19:01:23 +0000 (20:01 +0100)]
Moodle release 2.3.5
Eloy Lafuente (stronk7) [Thu, 7 Mar 2013 23:20:28 +0000 (00:20 +0100)]
MDL-38378 Take rid of harcoded db prefix and bump.
Eloy Lafuente (stronk7) [Thu, 7 Mar 2013 15:23:20 +0000 (16:23 +0100)]
weekly release 2.3.4+
Eloy Lafuente (stronk7) [Thu, 7 Mar 2013 15:16:27 +0000 (16:16 +0100)]
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
Frederic Massart [Thu, 7 Mar 2013 08:22:21 +0000 (16:22 +0800)]
MDL-37852 repository: Admins can't access user instances settings
Frederic Massart [Thu, 7 Mar 2013 04:09:06 +0000 (12:09 +0800)]
MDL-37852 repository: Prevent user from deleting a site-wide instance
Rossiani Wijaya [Wed, 6 Mar 2013 07:18:44 +0000 (15:18 +0800)]
MDL-37411 Note Module: additional patch to fixed undefined property for stable branches
Damyon Wiese [Thu, 7 Mar 2013 02:24:29 +0000 (10:24 +0800)]
Revert "MDL-38055 course: fixed print_overview use of title attribute"
This reverts commit
905ee48370c4472573dd43801ee727612888856c.
This reverts commit
45dbcbec5fc59fc050ef55503ec8a460b2d027a1.
This issue has failed testing and will be delayed.
Eloy Lafuente (stronk7) [Wed, 6 Mar 2013 17:53:15 +0000 (18:53 +0100)]
MDL-38173 Swap conditions to make CI servers happy.
The alternatives were:
1) wrap the whole block within a "standard" upgrade step, indenting
everything one more level.
2) Change (relax) the savepoints checker in the CI servers, not
good in general.
So at the end, swapping conditions seemed to be the easier
and better alternative. After all, "&&" is commutative, lol.
Eloy Lafuente (stronk7) [Wed, 6 Mar 2013 16:54:42 +0000 (17:54 +0100)]
Merge branch 'MDL-38173-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Wed, 6 Mar 2013 16:28:35 +0000 (17:28 +0100)]
Merge branch 'MDL-38352-en_fix_23' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE
Helen Foster [Wed, 6 Mar 2013 15:57:18 +0000 (16:57 +0100)]
MDL-38352 Merge English strings from the en_fix language pack
Damyon Wiese [Wed, 6 Mar 2013 15:02:52 +0000 (23:02 +0800)]
MDL-38173 Courselib: Make the distinct clause in the upgrade step more cross DB.
Damyon Wiese [Wed, 6 Mar 2013 13:01:11 +0000 (21:01 +0800)]
MDL-38173 Courselib: Improvements to the upgrade step for this issue.
Set the upgrade step to only run for affected versions correctly (use a
range of affected versions) and make the query to find affected sections DISTINCT.
Also rename aliases and variables to use cm and cmid.
Damyon Wiese [Wed, 6 Mar 2013 08:39:17 +0000 (16:39 +0800)]
MDL-38173 Courselib: Improve the performance of the upgrade step by joining on course and only running for affected sites.
Damyon Wiese [Thu, 28 Feb 2013 04:20:31 +0000 (12:20 +0800)]
MDL-38173 Course: Fix DB from regression when adding a (new) course module to a section.
Updated to remove performance fix from first upgrade step.
Russell Smith [Sat, 23 Feb 2013 15:03:19 +0000 (02:03 +1100)]
MDL-38173 Course: Use the correct module id's when adding to a section
When course completion is on, $mod->id is the instance, not the
course_module id. In add_to_section $mod->coursemodule must be used.
Tim Hunt [Wed, 6 Mar 2013 09:27:11 +0000 (09:27 +0000)]
MDL-38311 question manual grading: comment fixes.
AMOS bot [Wed, 6 Mar 2013 00:36:58 +0000 (00:36 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Wed, 6 Mar 2013 00:24:22 +0000 (01:24 +0100)]
Merge branch 'MDL-38311_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Rossiani Wijaya [Tue, 5 Mar 2013 07:17:11 +0000 (15:17 +0800)]
MDL-37411 Notes: unset courseid and userid when updating the note to prevent accidental changes. Thank you Sam Hemelryk for suggesting an alternative solution.
Conflicts:
notes/edit.php
Eloy Lafuente (stronk7) [Tue, 5 Mar 2013 17:00:31 +0000 (18:00 +0100)]
Merge branch 'MDL-37642-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Tue, 5 Mar 2013 15:46:05 +0000 (16:46 +0100)]
Merge branch 'MDL-38119_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Tim Hunt [Mon, 4 Mar 2013 16:41:22 +0000 (16:41 +0000)]
MDL-38311 questions: manual grading API should accept commentformat
Comment format (FORMAT_...) was correctly being processed when the
manual grading happened as the result of a form submission. It was only
when done using the question_usage or question_attempt API method that
there was no way to specify the format. (Although I think the only place
this API as used was in the unit tests.)
Note that question_attempt::manual_grade API had to change, but I don't
think that is a real API change. Calling code should be using
question_usage::question_attempt, which is backwards compatible.
Note that now, if you don't pass format, then no error is generated, but
a developer debugging message is generated.
Aparup Banerjee [Tue, 5 Mar 2013 09:04:05 +0000 (17:04 +0800)]
Merge branch 'wip-MDL-34775-stable23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
Frederic Massart [Wed, 27 Feb 2013 07:15:03 +0000 (15:15 +0800)]
MDL-37852 repository: Prevent undesired access to repositories settings
Damyon Wiese [Tue, 5 Mar 2013 08:14:55 +0000 (16:14 +0800)]
Merge branch 'MDL-38282_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Damyon Wiese [Tue, 5 Mar 2013 07:37:13 +0000 (15:37 +0800)]
Merge branch 'MDL-38279_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Aparup Banerjee [Tue, 5 Mar 2013 04:56:40 +0000 (12:56 +0800)]
Merge branch 'MDL-30481_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
Damyon Wiese [Tue, 5 Mar 2013 03:40:02 +0000 (11:40 +0800)]
Merge branch 'wip-MDL-38055-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
Frederic Massart [Mon, 11 Feb 2013 07:20:11 +0000 (15:20 +0800)]
MDL-34284 library: Import ZF2012-01 security patch for Zend
Sam Hemelryk [Tue, 5 Mar 2013 02:23:09 +0000 (15:23 +1300)]
Merge branch 'wip-MDL-37901_M23' of git://github.com/gjb2048/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Tue, 5 Mar 2013 00:28:15 +0000 (01:28 +0100)]
Merge branch 'wip-MDL-36215-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
Sam Hemelryk [Mon, 4 Mar 2013 20:29:35 +0000 (09:29 +1300)]
Merge branch 'MDL-38101-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Mon, 4 Mar 2013 19:47:15 +0000 (20:47 +0100)]
Merge branch 'MDL-37522-published-attachment_23' of git://github.com/mudrd8mz/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Mon, 4 Mar 2013 19:17:12 +0000 (20:17 +0100)]
Merge branch 'wip-MDL-33013-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Mon, 4 Mar 2013 17:00:15 +0000 (18:00 +0100)]
Merge branch 'MDL-36380-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Mon, 4 Mar 2013 15:43:09 +0000 (16:43 +0100)]
Merge branch 'wip-MDL-37983-23' of git://github.com/abgreeve/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Mon, 4 Mar 2013 15:26:25 +0000 (16:26 +0100)]
Merge branch 'MDL-38170-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
Sam Hemelryk [Mon, 4 Mar 2013 03:12:43 +0000 (16:12 +1300)]
Merge branch 'MDL-35350_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
Sam Hemelryk [Mon, 4 Mar 2013 03:07:51 +0000 (16:07 +1300)]
Merge branch 'MDL-35127-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
Frederic Massart [Mon, 4 Feb 2013 07:34:06 +0000 (15:34 +0800)]
MDL-36426 repository: Prevent login_as() users to access
Sam Hemelryk [Mon, 4 Mar 2013 01:18:19 +0000 (14:18 +1300)]
Merge branch 'MDL-37625-m23' of https://github.com/jfilip/moodle into MOODLE_23_STABLE
Sam Hemelryk [Mon, 4 Mar 2013 00:59:21 +0000 (13:59 +1300)]
Merge branch 'MDL-36128-moodle23' of https://github.com/StudiUM/moodle into MOODLE_23_STABLE
Frederic Massart [Mon, 4 Mar 2013 00:45:04 +0000 (13:45 +1300)]
MDL-37681 repository_webdav: improved form handling when configuring an instance
Sam Hemelryk [Mon, 4 Mar 2013 00:34:47 +0000 (13:34 +1300)]
Merge branch 'MDL-38168-m23' of git://github.com/sammarshallou/moodle into MOODLE_23_STABLE
Frederic Massart [Mon, 4 Mar 2013 00:27:46 +0000 (13:27 +1300)]
MDL-37507 repositories: improved formatting of external resources
Mark Nielsen [Sun, 3 Mar 2013 22:52:09 +0000 (23:52 +0100)]
MDL-36901: Remove system paths from exceptions
Replaces any server paths, like dataroot, with a token
in exception messages and debug info.
Conflicts:
lib/tests/setuplib_test.php
Frederic Massart [Sun, 3 Mar 2013 22:18:05 +0000 (11:18 +1300)]
MDL-37481 user: fixed bug when logged in as guest
Sam Hemelryk [Sun, 3 Mar 2013 21:30:24 +0000 (10:30 +1300)]
Merge branch 'MDL-32125-moodle23' of git://github.com/StudiUM/moodle into MOODLE_23_STABLE
Sam Hemelryk [Sun, 3 Mar 2013 20:48:45 +0000 (09:48 +1300)]
MDL-38055 course: fixed print_overview use of title attribute
Andrew Davis [Tue, 26 Feb 2013 03:07:19 +0000 (11:07 +0800)]
MDL-38149 core_grade: added a guard for when there are no old grades
Gareth J Barnard [Sat, 2 Mar 2013 13:05:12 +0000 (13:05 +0000)]
MDL-37901 format_topics & format_weeks: Fix drag icon tooltip after move.
Tim Hunt [Fri, 1 Mar 2013 17:33:32 +0000 (17:33 +0000)]
MDL-39282 quiz: always allow removal of bogus questions.
Tim Hunt [Fri, 1 Mar 2013 15:21:09 +0000 (15:21 +0000)]
MDL-38279 questions: must have default mark positive.
sam marshall [Fri, 22 Feb 2013 17:23:01 +0000 (17:23 +0000)]
MDL-38170 SimplePie: Cannot read https feeds through proxy
AMOS bot [Fri, 1 Mar 2013 00:42:20 +0000 (00:42 +0000)]
Automatically generated installer lang files
Sam Hemelryk [Sun, 17 Feb 2013 21:54:53 +0000 (10:54 +1300)]
MDL-38055 navigation: fixed ampersand use within titles
Sam Hemelryk [Mon, 18 Feb 2013 21:46:51 +0000 (10:46 +1300)]
MDL-36215 navigation: fixed blog URL within courses using groups
Sam Hemelryk [Mon, 18 Feb 2013 22:38:43 +0000 (11:38 +1300)]
MDL-33013 navigation: fixed expansion limit issue hiding nodes
Jean-Philippe Gaudreau [Tue, 19 Feb 2013 16:36:44 +0000 (11:36 -0500)]
MDL-36128 grade: Import outcomes error
Tim Hunt [Wed, 27 Feb 2013 18:20:24 +0000 (18:20 +0000)]
MDL-37847 / MDL-38119 question engine: document API change.
David Mudrák [Thu, 28 Feb 2013 15:36:01 +0000 (16:36 +0100)]
MDL-37522 Serve images from published submissions
If the user is allowed to see the published submission, she must be also
able to see images in it (both embedded into the text as well as
attached to the submission). See the logic in submission.php as a
reference.
Gilles-Philippe Leblanc [Wed, 6 Feb 2013 13:29:21 +0000 (08:29 -0500)]
MDL-32125 mod_forum: Updating subscription mode not reflecting subscribers
Eloy Lafuente (stronk7) [Thu, 28 Feb 2013 14:49:56 +0000 (15:49 +0100)]
weekly release 2.3.4+
Eloy Lafuente (stronk7) [Thu, 28 Feb 2013 14:40:45 +0000 (15:40 +0100)]
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
Michael de Raadt [Tue, 26 Feb 2013 06:00:50 +0000 (14:00 +0800)]
MDL-34775 - Forum, RSS - Fixing RSS entries option to be disabled if RSS is not enabled
Michael de Raadt [Wed, 27 Feb 2013 06:44:21 +0000 (14:44 +0800)]
MDL-35350 Advanced uploading assignment: add submission timestamp on assignment index page
Frederic Massart [Thu, 28 Feb 2013 05:44:42 +0000 (13:44 +0800)]
MDL-36380 stats: Issue with DST and monthly statistics
Frederic Massart [Thu, 7 Feb 2013 03:11:05 +0000 (11:11 +0800)]
MDL-36380 stats: No more duplicated entries when viewing monthly stats
Damyon Wiese [Wed, 27 Feb 2013 01:50:40 +0000 (09:50 +0800)]
MDL-35127 Assignment - declare the variables in the outer scope (for readability)
Damyon Wiese [Wed, 27 Feb 2013 01:49:55 +0000 (09:49 +0800)]
Merge branch 'MDL-35127_m23' of git://github.com/merrill-oakland/moodle into MDL-35127-23
Eric Merrill [Tue, 26 Feb 2013 14:48:46 +0000 (09:48 -0500)]
MDL-35127 mod_assign More efficient use of expensive database queries
Moving two relatively expensive DB queries so they are only executed when needed
instead of on every function call. They will still only execute once, and not
repeatedly during execution of the loop.
Eloy Lafuente (stronk7) [Tue, 26 Feb 2013 11:43:42 +0000 (12:43 +0100)]
Merge branch 'wip_MDL-35641_m23_flowbackport' of git://github.com/skodak/moodle into MOODLE_23_STABLE
Rossiani Wijaya [Tue, 26 Feb 2013 09:38:55 +0000 (17:38 +0800)]
MDL-30481 Advanced upload assignment: Fixed assignment available date string to appropriately identify past or future availability
Adrian Greeve [Thu, 3 Jan 2013 06:22:53 +0000 (14:22 +0800)]
MDL-30669 - blocks: Added a warning when deleting blocks that have multiple displays set.
Also added a fix to the function course_page_type_list(). It was making a call to
get_context_info_array() which will generate an error if $currentcontext is not set.
Sam Hemelryk [Tue, 26 Feb 2013 01:25:16 +0000 (14:25 +1300)]
Merge branch 'wip-MDL-38144-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
Marina Glancy [Thu, 21 Feb 2013 00:50:45 +0000 (11:50 +1100)]
MDL-38144 categories are created in reverse sort order in externallib
Damyon Wiese [Mon, 25 Feb 2013 05:56:45 +0000 (13:56 +0800)]
MDL-28692 Base theme - Version bump for css change
Damyon Wiese [Mon, 25 Feb 2013 05:36:31 +0000 (13:36 +0800)]
Merge branch 'MDL-28692_M23' of git://github.com/lazydaisy/moodle into MOODLE_23_STABLE
Dan Poltawski [Mon, 25 Feb 2013 03:00:19 +0000 (11:00 +0800)]
Merge branch 'wip-MDL-38091-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
Dan Poltawski [Mon, 25 Feb 2013 02:21:05 +0000 (10:21 +0800)]
Merge branch 'MDL-38061-23' of git://github.com/damyon/moodle into MOODLE_23_STABLE
Damyon Wiese [Mon, 25 Feb 2013 01:53:46 +0000 (09:53 +0800)]
Merge branch 'MDL-35175_23' of git://github.com/rlorenzo/moodle into MOODLE_23_STABLE
AMOS bot [Mon, 25 Feb 2013 00:39:47 +0000 (00:39 +0000)]
Automatically generated installer lang files
Marina Glancy [Wed, 20 Feb 2013 01:52:33 +0000 (12:52 +1100)]
MDL-38091 fixed bug with SQL query on Oracle
sam marshall [Fri, 22 Feb 2013 14:15:01 +0000 (14:15 +0000)]
MDL-38168 Filelib: Curl class does not honour proxybypass option
Damyon Wiese [Fri, 22 Feb 2013 02:58:57 +0000 (10:58 +0800)]
weekly release 2.3.4+
Damyon Wiese [Fri, 22 Feb 2013 02:50:07 +0000 (10:50 +0800)]
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
Damyon Wiese [Fri, 22 Feb 2013 02:12:20 +0000 (10:12 +0800)]
MDL-38061 Assignment - Use $CFG->showuseridentity to add extra fields to the assignment grading table/user summary.
Conflicts:
mod/assign/gradingtable.php
mod/assign/locallib.php
mod/assign/renderable.php
mod/assign/renderer.php
Sam Hemelryk [Wed, 20 Feb 2013 19:23:58 +0000 (08:23 +1300)]
MDL-37224 backup-import: better handling of search button
sam marshall [Wed, 20 Feb 2013 11:54:28 +0000 (11:54 +0000)]
MDL-37642-m23 Course: Remove unnecessary performance warning on first view
Dan Poltawski [Wed, 20 Feb 2013 09:05:12 +0000 (17:05 +0800)]
Revert "MDL-36380 stats: No more duplicated entries when viewing monthly stats"
This reverts commit
e30af43f40d76ae11e8ce4979309aaad7cee6213.
Frederic Massart [Wed, 20 Feb 2013 04:23:18 +0000 (12:23 +0800)]
MDL-35622 files: Fixed typo in galleryitem extension
AMOS bot [Wed, 20 Feb 2013 00:45:27 +0000 (00:45 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Wed, 20 Feb 2013 00:36:20 +0000 (01:36 +0100)]
MDL-37894 Amend tests with new openclose rule.
Eloy Lafuente (stronk7) [Tue, 19 Feb 2013 23:49:04 +0000 (00:49 +0100)]
Merge branch 'wip-MDL-37224-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Tue, 19 Feb 2013 23:46:29 +0000 (00:46 +0100)]
Merge branch 'wip-MDL-34298-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Tue, 19 Feb 2013 23:40:32 +0000 (00:40 +0100)]
Merge branch 'MDL-37894_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Tue, 19 Feb 2013 23:34:58 +0000 (00:34 +0100)]
Merge branch 'MDL-37967_23' of git://github.com/jmvedrine/moodle into MOODLE_23_STABLE