Dan Poltawski [Tue, 2 Oct 2012 02:41:58 +0000 (10:41 +0800)]
Merge branch 'w40_MDL-35619_m23_otheravatars' of git://github.com/skodak/moodle into MOODLE_23_STABLE
Dan Poltawski [Tue, 2 Oct 2012 01:52:35 +0000 (09:52 +0800)]
Merge branch 'MDL-35680_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Jody Steele [Wed, 12 Sep 2012 15:06:08 +0000 (08:06 -0700)]
MDL-33933 mod_forum: fix incorrect capability check
Dan Poltawski [Tue, 2 Oct 2012 01:33:09 +0000 (09:33 +0800)]
Merge branch 'MDL-33117_grade_display_23' of git://github.com/andyjdavis/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Mon, 1 Oct 2012 23:33:59 +0000 (01:33 +0200)]
MDL-35669 gravatar amend and complete gravatar tests.
Eloy Lafuente (stronk7) [Mon, 1 Oct 2012 23:19:33 +0000 (01:19 +0200)]
MDL-35669 gravatar Fix secure image urls.
Sam Hemelryk [Mon, 1 Oct 2012 22:10:24 +0000 (11:10 +1300)]
Merge branch 'm23_MDL-35472' of git://github.com/totara/moodle into MOODLE_23_STABLE
Sam Hemelryk [Mon, 1 Oct 2012 21:45:51 +0000 (10:45 +1300)]
Merge branch 'MDL-34257_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Michael Aherne [Fri, 28 Sep 2012 11:31:36 +0000 (12:31 +0100)]
MDL-35669 gravatar Provide default image URL to Gravatar
Sam Hemelryk [Mon, 1 Oct 2012 21:31:08 +0000 (10:31 +1300)]
Merge branch 'MDL-30885_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Sam Hemelryk [Mon, 1 Oct 2012 21:15:30 +0000 (10:15 +1300)]
Merge branch 'MDL-35547_23' of git://github.com/enovation/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Mon, 1 Oct 2012 11:37:12 +0000 (13:37 +0200)]
Merge branch 'MDL-34931-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Mon, 1 Oct 2012 11:19:22 +0000 (13:19 +0200)]
Merge branch 'MDL-35637_m23' of git://github.com/markn86/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Mon, 1 Oct 2012 11:10:06 +0000 (13:10 +0200)]
Merge branch 'wip-MDL-34234-m23' of git://github.com/samhemelryk/moodle into MOODLE_23_STABLE
Jerome Mouneyrac [Wed, 26 Sep 2012 06:16:19 +0000 (14:16 +0800)]
MDL-34971 PHPunit test: user/externallib.php
Eloy Lafuente (stronk7) [Mon, 1 Oct 2012 10:46:26 +0000 (12:46 +0200)]
Merge branch 'MDL-35644-MOODLE_23_STABLE' of git://github.com/mouneyrac/moodle into MOODLE_23_STABLE
Eloy Lafuente (stronk7) [Mon, 1 Oct 2012 09:08:14 +0000 (11:08 +0200)]
Merge branch 'MDL-34894_23' of git://github.com/timhunt/moodle into MOODLE_23_STABLE
Petr Škoda [Mon, 1 Oct 2012 07:51:12 +0000 (09:51 +0200)]
MDL-35619 fix invalid avatars on other users page
Sam Hemelryk [Sun, 5 Aug 2012 21:29:41 +0000 (09:29 +1200)]
MDL-34234 course: Fixed notice causing issues in JS when upgrade settings for 2.3+ not run
Tomasz Muras [Sun, 23 Sep 2012 17:25:30 +0000 (19:25 +0200)]
MDL-35547 Fetch more sub-categories with one SQL query.
Tomasz Muras [Fri, 21 Sep 2012 20:01:06 +0000 (22:01 +0200)]
MDL-35547 Detect loops in question categories.
Tomasz Muras [Thu, 20 Sep 2012 15:48:14 +0000 (17:48 +0200)]
MDL-35547 Detect question category pointing to itself as a parent.
Andrew Davis [Tue, 14 Aug 2012 12:24:33 +0000 (20:24 +0800)]
MDL-33117 grade: added some smarts to the user report method inject_rowspans() to deal with activity conditional availability
Frederic Massart [Tue, 18 Sep 2012 05:41:11 +0000 (13:41 +0800)]
MDL-34931 core_grade: Fixed grades hidden when activity is hidden
Tim Hunt [Thu, 27 Sep 2012 18:03:34 +0000 (19:03 +0100)]
MDL-35680 user selector: more usable when queries are slow.
The problem is to do when you pause a bit, so a search starts, and then
type a bit more before the search finishes. It was behaving like this:
1. Type a bit, then pause.
2. First search request sent.
3. Type a bit more, then pause.
4. Second search request sent.
5. First search request completes.
6. You try to select one result.
7. Second search request comples, overwriting what you are selecting.
This fix works by cancelling the first request before sending the
second.
Tim Hunt [Thu, 27 Sep 2012 17:57:51 +0000 (18:57 +0100)]
MDL-34894 course ws unit tests: fix windows problem.
This fixes a weird windows-only failure, as explained in the tracker
issue.
Tim Hunt [Thu, 27 Sep 2012 13:13:24 +0000 (14:13 +0100)]
MDL-30885 quiz: use formchangechecker during quiz attempts.
To avoid the possiblity of dataloss if a student tries to navigate away
having changed some answers.
Tim Hunt [Tue, 25 Sep 2012 13:08:59 +0000 (14:08 +0100)]
MDL-35620 question engine: should distinguish NULL and 0.
This only matters in an obscure edge case, but it is an edge case we hit
with one of the OU question types.
This load data code is processing the results of a LEFT JOIN, so is_null
is the correct logic.
Tim Hunt [Thu, 12 Jul 2012 17:39:01 +0000 (18:39 +0100)]
MDL-34257 quiz 'secure' mode: PAGE initialisation order issues.
Dan Poltawski [Thu, 27 Sep 2012 10:51:24 +0000 (18:51 +0800)]
weekly release 2.3.2+
Dan Poltawski [Thu, 27 Sep 2012 10:47:34 +0000 (18:47 +0800)]
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
Mark Nelson [Thu, 27 Sep 2012 03:58:47 +0000 (11:58 +0800)]
MDL-35637 group: Fix form submission error that occurs when GD version is not set.
Dan Poltawski [Thu, 27 Sep 2012 03:32:02 +0000 (11:32 +0800)]
Revert "MDL-32184 - Course - Fixing incorrect redirect when toggling course edit while inside an activity -- Patch provided by Kanika Goyal"
This reverts commit
a1db00dd1aa0a593fe34cfb2a1b341639c49a9c1.
AMOS bot [Thu, 27 Sep 2012 00:34:44 +0000 (00:34 +0000)]
Automatically generated installer lang files
Nadav Kavalerchik [Sat, 22 Sep 2012 18:05:14 +0000 (21:05 +0300)]
MDL-35481 - Invert "search option" listbox "open" arrow, when in RTL mode (page: manual user course registration ) and Personal Blog page
Nadav Kavalerchik [Sat, 22 Sep 2012 18:42:12 +0000 (21:42 +0300)]
MDL-35246 - Invert all action arrows in Question Bank categories management, when in RTL mode
Nadav Kavalerchik [Wed, 19 Sep 2012 19:43:45 +0000 (22:43 +0300)]
MDL-35527 - Left justify CLOSE button on modal dialog boxes, when in RTL mode
Eloy Lafuente (stronk7) [Wed, 26 Sep 2012 17:48:06 +0000 (19:48 +0200)]
MDL-35578 - Also justify email2, used in signup
Nadav Kavalerchik [Sat, 22 Sep 2012 14:58:20 +0000 (17:58 +0300)]
MDL-35578 - Left justify LTR Form input fields (email, idnumber, url, phone...), when in RTL mode
Dan Poltawski [Wed, 26 Sep 2012 07:21:36 +0000 (15:21 +0800)]
Merge branch 'wip-MDL-35276-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
Marina Glancy [Wed, 26 Sep 2012 07:16:24 +0000 (15:16 +0800)]
MDL-35276 fix redirect to course/section pages
Jerome Mouneyrac [Wed, 26 Sep 2012 06:24:29 +0000 (14:24 +0800)]
MDL-35644 user_get_details: admin should be able to see description
Sam Hemelryk [Wed, 26 Sep 2012 03:13:33 +0000 (15:13 +1200)]
Merge branch 'wip-MDL-35276-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
Marina Glancy [Thu, 13 Sep 2012 03:00:34 +0000 (11:00 +0800)]
MDL-35276 fix redirect to course/section pages
Jason Fowler [Wed, 26 Sep 2012 02:17:21 +0000 (10:17 +0800)]
MDL-34476 - Blocks - Fixing context issue
Sam Hemelryk [Tue, 25 Sep 2012 22:10:23 +0000 (10:10 +1200)]
Merge branch 'MDL-34573_accessibility_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
Sam Hemelryk [Tue, 25 Sep 2012 20:32:52 +0000 (08:32 +1200)]
Merge branch 'wip-MDL-34476-stable23' of git://github.com/phalacee/moodle into MOODLE_23_STABLE
Sam Hemelryk [Tue, 25 Sep 2012 20:23:55 +0000 (08:23 +1200)]
MDL-31976 course: Better alt for edit section icon
Sam Hemelryk [Tue, 25 Sep 2012 20:20:37 +0000 (08:20 +1200)]
Merge branch 'MDL-31976-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
Dan Poltawski [Tue, 25 Sep 2012 08:37:32 +0000 (16:37 +0800)]
Merge branch 'MDL-34328-MOODLE_23_STABLE-2' of git://git.luns.net.uk/moodle into MOODLE_23_STABLE
Dan Poltawski [Tue, 25 Sep 2012 05:43:34 +0000 (13:43 +0800)]
Merge branch 'MDL-34778_accessibility_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
Dan Poltawski [Tue, 25 Sep 2012 05:14:45 +0000 (13:14 +0800)]
Merge branch 'MDL-35252_M23' of git://github.com/raymondAntonio/moodle into MOODLE_23_STABLE
Dan Poltawski [Tue, 25 Sep 2012 05:11:10 +0000 (13:11 +0800)]
Merge branch 'MDL-34571_accessibility_m23' of git://github.com/rwijaya/moodle into MOODLE_23_STABLE
Raymond Wijaya [Wed, 12 Sep 2012 06:19:32 +0000 (14:19 +0800)]
MDL-35252: Fix a bug that creates unneccessary rows in grade_grades table when unchecking 'overridden' check box in gradebook update
Dan Poltawski [Tue, 25 Sep 2012 03:43:05 +0000 (11:43 +0800)]
Merge branch 'MDL-35202-m23' of git://github.com/netspotau/moodle-mod_assign into MOODLE_23_STABLE
Dan Poltawski [Tue, 25 Sep 2012 03:32:34 +0000 (11:32 +0800)]
Merge branch 'MDL-35321-MOODLE_23_STABLE' of git://github.com/micaherne/moodle into MOODLE_23_STABLE
Nadav Kavalerchik [Sat, 22 Sep 2012 14:19:18 +0000 (17:19 +0300)]
MDL-35576 - Right padding is missing on Date field/element, when in RTL mode (minor fix)
Nadav Kavalerchik [Wed, 19 Sep 2012 19:23:33 +0000 (22:23 +0300)]
MDL-35537 - Right align registration text on login page, when in RTL mode
Sam Hemelryk [Mon, 24 Sep 2012 21:56:11 +0000 (09:56 +1200)]
MDL-34607 files: post integration version bump
Sam Hemelryk [Mon, 24 Sep 2012 21:52:00 +0000 (09:52 +1200)]
Merge branch 'MDL-34607-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
Sam Hemelryk [Mon, 24 Sep 2012 21:23:27 +0000 (09:23 +1200)]
Merge branch 'MDL-35375-m23' of git://github.com/netspotau/moodle-mod_assign into MOODLE_23_STABLE
Dan Poltawski [Mon, 24 Sep 2012 07:36:04 +0000 (15:36 +0800)]
Merge branch 'wip-MDL-32184-s23' of github.com/phalacee/moodle into MOODLE_23_STABLE
Dan Poltawski [Mon, 24 Sep 2012 07:32:31 +0000 (15:32 +0800)]
Merge branch 'MDL-26940-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
Frederic Massart [Thu, 13 Sep 2012 08:51:45 +0000 (16:51 +0800)]
MDL-31499 Javascript: Handle invalid window names in openpopup
Jason Fowler [Thu, 13 Sep 2012 04:30:32 +0000 (12:30 +0800)]
MDL-32184 - Course - Fixing incorrect redirect when toggling course edit while inside an activity -- Patch provided by Kanika Goyal
Dan Poltawski [Mon, 24 Sep 2012 06:37:49 +0000 (14:37 +0800)]
Merge branch 'wip-MDL-35542-MOODLE_23_STABLE' of git://github.com/marinaglancy/moodle into MOODLE_23_STABLE
Damyon Wiese [Wed, 19 Sep 2012 04:56:51 +0000 (12:56 +0800)]
MDL-35375: Ensure the assignment grading table is always sorted by at least one unique column
Conflicts:
mod/assign/gradingtable.php
Sam Hemelryk [Mon, 24 Sep 2012 03:53:48 +0000 (15:53 +1200)]
Merge branch 'MDL-35312-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
Sam Hemelryk [Mon, 24 Sep 2012 03:21:28 +0000 (15:21 +1200)]
Merge branch 'MDL-35517_23' of git://github.com/stronk7/moodle into MOODLE_23_STABLE
Ruslan Kabalin [Fri, 14 Sep 2012 08:33:02 +0000 (09:33 +0100)]
MDL-35442 Add settings and uninstall link for local plugins
Dan Poltawski [Mon, 24 Sep 2012 03:08:18 +0000 (11:08 +0800)]
Merge branch 'MDL-35242-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
Sam Hemelryk [Mon, 24 Sep 2012 03:05:44 +0000 (15:05 +1200)]
Merge branch 'MDL-30889-m23' of git://github.com/ankitagarwal/moodle into MOODLE_23_STABLE
Sam Hemelryk [Mon, 24 Sep 2012 03:03:26 +0000 (15:03 +1200)]
Merge branch 'MDL-35398-m23' of git://github.com/netspotau/moodle-mod_assign into MOODLE_23_STABLE
Damyon Wiese [Tue, 18 Sep 2012 03:17:18 +0000 (11:17 +0800)]
MDL-35427: Remove resetting of $_POST - use $mform->setConstant to force update to rownum instead.
Conflicts:
mod/assign/locallib.php
Andrew Robert Nicols [Tue, 18 Sep 2012 10:17:28 +0000 (11:17 +0100)]
MDL-34328 Correct usage of e.drop when catching missed drag/drop events
Paul Nicholls [Wed, 5 Sep 2012 02:50:40 +0000 (14:50 +1200)]
MDL-34328: block dragdrop - disallow dragging from show/hide and dock icons
Tell the YUI drag/drop delegate that the show/hide and dock icons are not valid drag handles. Otherwise, a drag can be initiated by showing or hiding a block (probably not from docking one, but better safe than sorry). Not strictly related to MDL-34328, but likely to be encountered whilst testing - and closely related to another patch for MDL-34328.
Note that the "invalid" config option for the delegate takes a string - not an array - but can have multiple selectors separated by commas.
Paul Nicholls [Wed, 5 Sep 2012 02:14:39 +0000 (14:14 +1200)]
MDL-34328: block dragdrop - performance rewrite
Use YUI's DragDrop delegates for block dragdrop - one per block region - rather than initialising a Drag object for each individual block.
Paul Nicholls [Tue, 4 Sep 2012 23:59:11 +0000 (11:59 +1200)]
MDL-34328: course section "toolboxes" - performance rewrite
Use YUI event delegation to handle events in course section "toolboxes" (visibility and highlight toggles) rather than attaching event handlers to each individual button we care about. Also remove the (now unused) replace_button() function.
Paul Nicholls [Fri, 24 Aug 2012 03:50:08 +0000 (15:50 +1200)]
MDL-34328: course resource "toolboxes" - performance rewrite
Use YUI event delegation to handle events in course resource "toolboxes" (sets of editing icons) rather than attaching event handlers to each individual button we care about. Don't waste time setting the CSS cursor to what it already is, use .all() rather than replace_button() if we just need the node.
Section toolboxes could probably also be done this way to some extent, but the payoff may not be worth the effort - they're so minimal that they don't tend to cause issues.
Paul Nicholls [Fri, 24 Aug 2012 03:23:03 +0000 (15:23 +1200)]
MDL-34328: course dragdrop - performance rewrite
Use YUI's DragDrop delegates for course dragdrop, rather than initialising a Drag object for each individual section and each individual activity/resource. Also, clone a single drag handle for activities/resources, rather than repeatedly creating a whole new one with the same parameters for each activity/resource.
Jason Fowler [Fri, 21 Sep 2012 05:25:20 +0000 (13:25 +0800)]
MDL-34476 - Course Completeion, Blocks - Allowing teachers to access the Full Course Report from the Course Completion Block -- Initial patch provided by Nadav Kavalerchik
Ankit Agarwal [Thu, 6 Sep 2012 07:13:38 +0000 (15:13 +0800)]
MDL-30889 calendar: Adding focus and blur events to calendar renderer
Frederic Massart [Tue, 11 Sep 2012 06:53:15 +0000 (14:53 +0800)]
MDL-31976 Accessbility: Action icons on course page do not need title attributes
Frederic Massart [Mon, 17 Sep 2012 03:38:43 +0000 (11:38 +0800)]
MDL-35312 Web Services: Fixed typo in capability of course update
Frederic Massart [Mon, 17 Sep 2012 03:54:37 +0000 (11:54 +0800)]
MDL-35242 Web Services: Removed translation causing error in add_to_log
Frederic Massart [Mon, 17 Sep 2012 09:02:30 +0000 (17:02 +0800)]
MDL-34607 Folder: Remove any sort order during upgrade
Frederic Massart [Mon, 17 Sep 2012 08:57:05 +0000 (16:57 +0800)]
MDL-34607 File API: Removed ordering by sortorder in area tree
AMOS bot [Fri, 21 Sep 2012 00:34:52 +0000 (00:34 +0000)]
Automatically generated installer lang files
Michael Aherne [Wed, 19 Sep 2012 11:56:08 +0000 (12:56 +0100)]
MDL-35321 course sections Enable reset of grouping access
Eloy Lafuente (stronk7) [Wed, 19 Sep 2012 15:24:38 +0000 (17:24 +0200)]
MDL-35517 course: Handle non-existing $course->maxbytes on course creation.
Marina Glancy [Thu, 20 Sep 2012 02:21:42 +0000 (10:21 +0800)]
MDL-35542 Fixed a bug when trying to directly link to a file from Dropbox
Marina Glancy [Wed, 19 Sep 2012 08:15:10 +0000 (16:15 +0800)]
MDL-35001 added unit test for function convert_to_array()
Marina Glancy [Thu, 13 Sep 2012 02:29:21 +0000 (10:29 +0800)]
MDL-35001 removed cycle detection from convert_to_array because it causes error in data
Dan Poltawski [Thu, 20 Sep 2012 06:10:34 +0000 (14:10 +0800)]
weekly release 2.3.2+
Dan Poltawski [Thu, 20 Sep 2012 06:05:52 +0000 (14:05 +0800)]
Merge branch 'install_23_STABLE' of git://git.moodle.cz/moodle-install into MOODLE_23_STABLE
AMOS bot [Thu, 20 Sep 2012 00:34:31 +0000 (00:34 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Wed, 19 Sep 2012 19:39:58 +0000 (21:39 +0200)]
MDL-33166 forum: fetch cmid to be used by capability checks.
Dan Poltawski [Wed, 19 Sep 2012 01:52:18 +0000 (09:52 +0800)]
Merge branch 'wip-mdl-30833-m23' of git://github.com/rajeshtaneja/moodle into MOODLE_23_STABLE
AMOS bot [Wed, 19 Sep 2012 00:34:24 +0000 (00:34 +0000)]
Automatically generated installer lang files
Eloy Lafuente (stronk7) [Tue, 18 Sep 2012 22:51:22 +0000 (00:51 +0200)]
MDL-33166 Forum: whitespace fix