moodle.git
7 years agoMerge branch 'MDL-49796-master' of git://github.com/jleyva/moodle
Dan Poltawski [Tue, 14 Jul 2015 12:01:18 +0000 (13:01 +0100)]
Merge branch 'MDL-49796-master' of git://github.com/jleyva/moodle

7 years agoMDL-49796 webservices: Fix the functions description
Juan Leyva [Tue, 14 Jul 2015 09:30:55 +0000 (11:30 +0200)]
MDL-49796 webservices: Fix the functions description

7 years agoMerge branch 'MDL-37832-M30' of git://github.com/lazydaisy/moodle
Dan Poltawski [Tue, 14 Jul 2015 09:14:11 +0000 (10:14 +0100)]
Merge branch 'MDL-37832-M30' of git://github.com/lazydaisy/moodle

7 years agoMerge branch 'MDL-50270-master' of git://github.com/ankitagarwal/moodle
Dan Poltawski [Tue, 14 Jul 2015 07:57:30 +0000 (08:57 +0100)]
Merge branch 'MDL-50270-master' of git://github.com/ankitagarwal/moodle

7 years agoMerge branch 'MDL-50814-master' of git://github.com/jleyva/moodle
Dan Poltawski [Tue, 14 Jul 2015 07:55:06 +0000 (08:55 +0100)]
Merge branch 'MDL-50814-master' of git://github.com/jleyva/moodle

7 years agoMerge branch 'MDL-50711_M30' of git://github.com/lazydaisy/moodle
Dan Poltawski [Tue, 14 Jul 2015 07:45:27 +0000 (08:45 +0100)]
Merge branch 'MDL-50711_M30' of git://github.com/lazydaisy/moodle

7 years agoMDL-37832 theme: Improved "My Moodle" expandable/collapsible caption.
Mary Evans [Mon, 13 Jul 2015 23:39:43 +0000 (00:39 +0100)]
MDL-37832 theme: Improved "My Moodle" expandable/collapsible caption.

7 years agoMerge branch 'MDL-50799-master' of git://github.com/merrill-oakland/moodle
Dan Poltawski [Mon, 13 Jul 2015 15:08:23 +0000 (16:08 +0100)]
Merge branch 'MDL-50799-master' of git://github.com/merrill-oakland/moodle

7 years agoMDL-50784 ajax: Require a sesskey for all ajax requests.
Damyon Wiese [Mon, 13 Jul 2015 02:15:17 +0000 (10:15 +0800)]
MDL-50784 ajax: Require a sesskey for all ajax requests.

This needs to be done before we can expose any webservices that
change state, or return private info to ajax (to prevent CSRF).

Currently there are no webservices exposed to ajax that meet these
criteria - so this issue is to prevent future security issues.

7 years agoMDL-50814 badges: Fix incorrect default ordering
Juan Leyva [Mon, 13 Jul 2015 12:34:46 +0000 (14:34 +0200)]
MDL-50814 badges: Fix incorrect default ordering

7 years agoMerge branch 'MDL-50806-master' of git://github.com/merrill-oakland/moodle
Dan Poltawski [Mon, 13 Jul 2015 12:42:53 +0000 (13:42 +0100)]
Merge branch 'MDL-50806-master' of git://github.com/merrill-oakland/moodle

7 years agoMerge branch 'MDL-50732_composerFix' of https://github.com/moodlerooms/moodle
Dan Poltawski [Mon, 13 Jul 2015 12:41:15 +0000 (13:41 +0100)]
Merge branch 'MDL-50732_composerFix' of https://github.com/moodlerooms/moodle

7 years agoMerge branch 'MDL-50798-master' of git://github.com/merrill-oakland/moodle
Dan Poltawski [Mon, 13 Jul 2015 12:35:14 +0000 (13:35 +0100)]
Merge branch 'MDL-50798-master' of git://github.com/merrill-oakland/moodle

7 years agoMerge branch 'MDL-50800-master' of https://github.com/dkleto/moodle
Dan Poltawski [Mon, 13 Jul 2015 12:27:01 +0000 (13:27 +0100)]
Merge branch 'MDL-50800-master' of https://github.com/dkleto/moodle

7 years agoMDL-50270 groups: Properly deprecate old apis
Ankit Agarwal [Mon, 18 May 2015 05:39:43 +0000 (11:09 +0530)]
MDL-50270 groups: Properly deprecate old apis

7 years agoMerge branch 'master_MDL-49647' of https://github.com/danmarsden/moodle
Dan Poltawski [Mon, 13 Jul 2015 09:05:27 +0000 (10:05 +0100)]
Merge branch 'master_MDL-49647' of https://github.com/danmarsden/moodle

7 years agoMDL-49796 assign: Unit texts for view_grading_table
Juan Leyva [Fri, 5 Jun 2015 10:24:54 +0000 (12:24 +0200)]
MDL-49796 assign: Unit texts for view_grading_table

7 years agoMDL-49796 assign: New external function view_grading_table
Juan Leyva [Fri, 17 Apr 2015 12:57:19 +0000 (14:57 +0200)]
MDL-49796 assign: New external function view_grading_table

7 years agoMDL-50800 question: Add missing make_answer method
Adam Riddell [Wed, 8 Jul 2015 05:28:55 +0000 (15:28 +1000)]
MDL-50800 question: Add missing make_answer method

    question/type/calculatedmulti/questiontype.php:
        - Add public make_answer method so that apply_attempt_state
          method in qtype_multichoice_base does not cause a fatal
          error when attempting to call make_answer.

7 years agoMDL-50711 theme_bootstrapbase: Added inverse horizontal divider colors.
Mary Evans [Fri, 10 Jul 2015 00:11:48 +0000 (01:11 +0100)]
MDL-50711 theme_bootstrapbase: Added inverse horizontal divider colors.

7 years agoweekly release 3.0dev
Eloy Lafuente (stronk7) [Fri, 10 Jul 2015 16:11:13 +0000 (18:11 +0200)]
weekly release 3.0dev

7 years agoMDL-50049 deprecation: Extra minor fixes.
Eloy Lafuente (stronk7) [Thu, 9 Jul 2015 23:59:31 +0000 (01:59 +0200)]
MDL-50049 deprecation: Extra minor fixes.

- complete and cleanup upgrade.txt
- replace remaining uses in comments.
- fix some incorrect bulk-replacement in previous commit.

7 years agoMerge branch 'MDL-50049-master' of git://github.com/ankitagarwal/moodle
Eloy Lafuente (stronk7) [Thu, 9 Jul 2015 18:24:13 +0000 (20:24 +0200)]
Merge branch 'MDL-50049-master' of git://github.com/ankitagarwal/moodle

7 years agoMDL-50806 questions: Allow more memory when doing a question import
Eric Merrill [Thu, 9 Jul 2015 16:27:32 +0000 (12:27 -0400)]
MDL-50806 questions: Allow more memory when doing a question import

7 years agoMDL-49647 mod_scorm: correct escaping of javascript content.
Dan Marsden [Thu, 9 Jul 2015 04:35:20 +0000 (16:35 +1200)]
MDL-49647 mod_scorm: correct escaping of javascript content.

7 years agoMDL-50799 question: Improve Show all text to be more accurate
Eric Merrill [Wed, 8 Jul 2015 21:17:02 +0000 (17:17 -0400)]
MDL-50799 question: Improve Show all text to be more accurate

7 years agoMDL-50798 question: Raise time limit when rendering questions
Eric Merrill [Wed, 8 Jul 2015 19:49:10 +0000 (15:49 -0400)]
MDL-50798 question: Raise time limit when rendering questions

Rendering a large number of questions may be quite slow, so we want to
raise the limit.

We don’t call raise() in the loop because the quiz buffer captures this
function for a AJAX script, and we should only call raise if we expect
a corresponding output to the users browser. This helps to prevent
unexpected load balancer disconnects. See core_php_time_limit::raise()
for more details.

7 years agoMerge branch 'MDL-49732_master' of https://github.com/jinhofer/moodle
Eloy Lafuente (stronk7) [Tue, 7 Jul 2015 17:18:19 +0000 (19:18 +0200)]
Merge branch 'MDL-49732_master' of https://github.com/jinhofer/moodle

7 years agoMerge branch 'MDL-50489-master' of git://github.com/jleyva/moodle
Eloy Lafuente (stronk7) [Tue, 7 Jul 2015 17:12:12 +0000 (19:12 +0200)]
Merge branch 'MDL-50489-master' of git://github.com/jleyva/moodle

7 years agoMerge branch 'MDL-49185-master' of git://github.com/lameze/moodle
Eloy Lafuente (stronk7) [Tue, 7 Jul 2015 07:54:42 +0000 (09:54 +0200)]
Merge branch 'MDL-49185-master' of git://github.com/lameze/moodle

7 years agoMDL-50466 logstore: bump version to load new task definitions
Dan Poltawski [Tue, 7 Jul 2015 14:09:28 +0000 (15:09 +0100)]
MDL-50466 logstore: bump version to load new task definitions

7 years agoMerge branch 'MDL-48074_not_in_group' of git://github.com/davosmith/moodle
Dan Poltawski [Tue, 7 Jul 2015 09:09:48 +0000 (10:09 +0100)]
Merge branch 'MDL-48074_not_in_group' of git://github.com/davosmith/moodle

7 years agoMerge branch 'MDL-50466-m' of https://github.com/micaherne/moodle
Dan Poltawski [Tue, 7 Jul 2015 08:36:50 +0000 (09:36 +0100)]
Merge branch 'MDL-50466-m' of https://github.com/micaherne/moodle

7 years agoMDL-50653 myprofilelib: fix stray ending dl tag
Dan Poltawski [Mon, 6 Jul 2015 11:31:25 +0000 (12:31 +0100)]
MDL-50653 myprofilelib: fix stray ending dl tag

(That is outputing content, rest of function is not!)

7 years agoMerge branch 'MDL-50653' of https://github.com/bmbrands/moodle
Dan Poltawski [Tue, 7 Jul 2015 07:52:37 +0000 (08:52 +0100)]
Merge branch 'MDL-50653' of https://github.com/bmbrands/moodle

7 years agoMDL-50749 js: add some TODOs to some small hacks
Dan Poltawski [Tue, 7 Jul 2015 07:45:23 +0000 (08:45 +0100)]
MDL-50749 js: add some TODOs to some small hacks

7 years agoMerge branch 'MDL-50749-master' of https://github.com/mackensen/moodle
Dan Poltawski [Tue, 7 Jul 2015 07:38:43 +0000 (08:38 +0100)]
Merge branch 'MDL-50749-master' of https://github.com/mackensen/moodle

7 years agoMDL-50749 course: add fake element for behat compatibility
Charles Fulton [Fri, 3 Jul 2015 18:43:46 +0000 (18:43 +0000)]
MDL-50749 course: add fake element for behat compatibility

7 years agoMerge branch 'MDL-50757-master' of git://github.com/damyon/moodle
Eloy Lafuente (stronk7) [Fri, 3 Jul 2015 09:26:18 +0000 (11:26 +0200)]
Merge branch 'MDL-50757-master' of git://github.com/damyon/moodle

7 years agoMDL-50757 upgrade: Unset config value that will never be used again
Damyon Wiese [Fri, 3 Jul 2015 08:37:54 +0000 (16:37 +0800)]
MDL-50757 upgrade: Unset config value that will never be used again

7 years agoMDL-48074 enrol: option to filter by users 'not in any group'
Davo Smith [Thu, 30 Apr 2015 13:22:03 +0000 (14:22 +0100)]
MDL-48074 enrol: option to filter by users 'not in any group'

7 years agoMDL-50757 gradebook: Update fix for pre 2.8 upgrades.
Adrian Greeve [Fri, 3 Jul 2015 03:43:57 +0000 (11:43 +0800)]
MDL-50757 gradebook: Update fix for pre 2.8 upgrades.

Moodle installations that updated before the 2.8 grade push
were being flagged for a gradebook freeze. This was resulting in
calculated grades being shown as different to how they were
displayed before the upgrade. This fix retains the original
grade value.

7 years agoMDL-50732 testing: Remove repositories from composer
Mark Nielsen [Tue, 30 Jun 2015 20:58:53 +0000 (13:58 -0700)]
MDL-50732 testing: Remove repositories from composer

7 years agoweekly release 3.0dev
Dan Poltawski [Thu, 2 Jul 2015 13:25:56 +0000 (14:25 +0100)]
weekly release 3.0dev

7 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Dan Poltawski [Thu, 2 Jul 2015 13:25:53 +0000 (14:25 +0100)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

7 years agoMDL-50489 forum: Handle qanda forums in get_forum_discussions_paginated
Juan Leyva [Fri, 5 Jun 2015 13:23:24 +0000 (15:23 +0200)]
MDL-50489 forum: Handle qanda forums in get_forum_discussions_paginated

I removed the last qanda checks in forum_user_can_see_discussion because they are not necessary and
they make the external function fail.

A user in a qanda forum can always see a discussion (he needs to see the discussion to be able to reply).
What he cannot see are the other user posts unless he has replied to the discussion once and the edition period
(usually 30 minutes) has ended.

Note also that forum_user_can_see_discussion was originally only used when displaying forums in blog format
in order to display the button show more or not, this is the reason this wasn't detected before.

7 years agoMDL-48239 grades: corrected docs url for calculation changes
Marina Glancy [Thu, 2 Jul 2015 07:37:33 +0000 (15:37 +0800)]
MDL-48239 grades: corrected docs url for calculation changes

7 years agoMDL-48239 grades: fix notification class
Marina Glancy [Thu, 2 Jul 2015 07:13:25 +0000 (15:13 +0800)]
MDL-48239 grades: fix notification class

7 years agoMDL-48239 gradebook: Oracle fix for string compare.
Adrian Greeve [Thu, 2 Jul 2015 03:51:06 +0000 (11:51 +0800)]
MDL-48239 gradebook: Oracle fix for string compare.

Update to upgradelib.php where string comparisions cause
phpunit failures in Oracle.

7 years agoMerge branch 'wip-MDL-48239-master' of git://github.com/abgreeve/moodle
Eloy Lafuente (stronk7) [Thu, 2 Jul 2015 03:42:08 +0000 (05:42 +0200)]
Merge branch 'wip-MDL-48239-master' of git://github.com/abgreeve/moodle

7 years agoMDL-48239 gradebook: Change to calculated grade item min and max.
Adrian Greeve [Mon, 29 Jun 2015 06:39:11 +0000 (14:39 +0800)]
MDL-48239 gradebook: Change to calculated grade item min and max.

Regardless of the setting 'Min and max grades used in calculation'
Calculated grade items will always update the min and max raw grade.

7 years agoMDL-48239 gradebook: Unit test for upgrade function.
Adrian Greeve [Tue, 23 Jun 2015 05:45:01 +0000 (13:45 +0800)]
MDL-48239 gradebook: Unit test for upgrade function.

7 years agoMDL-48239 gradebook: Behat tests for calculated grade items.
Adrian Greeve [Fri, 19 Jun 2015 08:38:57 +0000 (16:38 +0800)]
MDL-48239 gradebook: Behat tests for calculated grade items.

7 years agoMDL-48239 gradebook: Calculated grades maxgrade now able to be set.
Adrian Greeve [Fri, 19 Jun 2015 08:39:20 +0000 (16:39 +0800)]
MDL-48239 gradebook: Calculated grades maxgrade now able to be set.

7 years agoMDL-39319 langimport: fix language file ordering and trailing whitespace
Dan Poltawski [Wed, 1 Jul 2015 09:06:33 +0000 (11:06 +0200)]
MDL-39319 langimport: fix language file ordering and trailing whitespace

7 years agoMerge branch 'MDL-39319-master' of git://github.com/mastnym/moodle
Dan Poltawski [Wed, 1 Jul 2015 09:04:37 +0000 (11:04 +0200)]
Merge branch 'MDL-39319-master' of git://github.com/mastnym/moodle

7 years agoMDL-50481 behat: SingleSelect can be urlselect and should support id/name
Rajesh Taneja [Wed, 1 Jul 2015 02:52:21 +0000 (10:52 +0800)]
MDL-50481 behat: SingleSelect can be urlselect and should support id/name

7 years agoMerge branch 'MDL-50497-M30' of git://github.com/lazydaisy/moodle
David Monllao [Wed, 1 Jul 2015 00:54:28 +0000 (08:54 +0800)]
Merge branch 'MDL-50497-M30' of git://github.com/lazydaisy/moodle

Conflicts:
theme/bootstrapbase/style/moodle.css

7 years agoMDL-50130 todo: Conditional code to be changed to API by MDL-50728
Eloy Lafuente (stronk7) [Tue, 30 Jun 2015 17:56:48 +0000 (19:56 +0200)]
MDL-50130 todo: Conditional code to be changed to API by MDL-50728

7 years agoMDL-50130 users: Filter profile fields data in external functions
Juan Leyva [Thu, 14 May 2015 15:42:54 +0000 (17:42 +0200)]
MDL-50130 users: Filter profile fields data in external functions

7 years agoAutomatically generated installer lang files
AMOS bot [Tue, 30 Jun 2015 16:04:55 +0000 (00:04 +0800)]
Automatically generated installer lang files

7 years agoMerge branch 'wip-mdl-50481' of https://github.com/rajeshtaneja/moodle
Dan Poltawski [Tue, 30 Jun 2015 10:25:52 +0000 (12:25 +0200)]
Merge branch 'wip-mdl-50481' of https://github.com/rajeshtaneja/moodle

7 years agoMerge branch 'MDL-33765_master_offset' of git://github.com/markn86/moodle
Dan Poltawski [Tue, 30 Jun 2015 09:32:47 +0000 (11:32 +0200)]
Merge branch 'MDL-33765_master_offset' of git://github.com/markn86/moodle

7 years agoMerge branch 'MDL-43949_master' of git://github.com/dmonllao/moodle
Dan Poltawski [Tue, 30 Jun 2015 08:34:08 +0000 (10:34 +0200)]
Merge branch 'MDL-43949_master' of git://github.com/dmonllao/moodle

7 years agoMerge branch 'MDL-47787-master' of https://github.com/tbannister/moodle
Dan Poltawski [Tue, 30 Jun 2015 07:52:52 +0000 (09:52 +0200)]
Merge branch 'MDL-47787-master' of https://github.com/tbannister/moodle

7 years agoMDL-50569 backup: Missing get_target call
David Monllao [Tue, 30 Jun 2015 02:26:18 +0000 (10:26 +0800)]
MDL-50569 backup: Missing get_target call

7 years agoMDL-50614 mod_scorm: Improve validation on currentorg
Dan Marsden [Tue, 16 Jun 2015 22:17:00 +0000 (10:17 +1200)]
MDL-50614 mod_scorm: Improve validation on currentorg

7 years agoMerge branch 'MDL-50569-master' of git://github.com/FMCorz/moodle
David Monllao [Tue, 30 Jun 2015 01:30:57 +0000 (09:30 +0800)]
Merge branch 'MDL-50569-master' of git://github.com/FMCorz/moodle

7 years agoMDL-50220 mod_forum: added missing capability check
Mark Nelson [Mon, 22 Jun 2015 06:48:13 +0000 (23:48 -0700)]
MDL-50220 mod_forum: added missing capability check

7 years agoMerge branch 'wip-mdl-50675' of https://github.com/rajeshtaneja/moodle
Eloy Lafuente (stronk7) [Mon, 29 Jun 2015 16:25:55 +0000 (18:25 +0200)]
Merge branch 'wip-mdl-50675' of https://github.com/rajeshtaneja/moodle

7 years agoMDL-50688 lib: small cleanup + http/https coverage.
Eloy Lafuente (stronk7) [Mon, 29 Jun 2015 15:12:55 +0000 (17:12 +0200)]
MDL-50688 lib: small cleanup + http/https coverage.

7 years agoMDL-50688 lib: fix local url validation bug
Petr Skoda [Sun, 14 Jun 2015 22:20:12 +0000 (10:20 +1200)]
MDL-50688 lib: fix local url validation bug

Change-Id: I350bb8c9ace5cc0403f083f728c100097be7aa7e
Reviewed-on: https://review.totaralms.com/8101
Tested-by: Jenkins Automation <jenkins@totaralms.com>
Reviewed-by: Sam Hemelryk <sam.hemelryk@totaralms.com>
Reviewed-by: Alastair Munro <alastair.munro@totaralms.com>
7 years agoMDL-50049 deprecation: Remove usage of deprecated api and cleanup
Ankit Agarwal [Mon, 29 Jun 2015 07:33:50 +0000 (13:03 +0530)]
MDL-50049 deprecation: Remove usage of deprecated api and cleanup

7 years agoMerge branch 'MDL-50708_master' of git://github.com/nadavkav/moodle
David Monllao [Mon, 29 Jun 2015 07:57:27 +0000 (15:57 +0800)]
Merge branch 'MDL-50708_master' of git://github.com/nadavkav/moodle

7 years agoMDL-50466 tasks: Specific minute values for log cleanup
Michael Aherne [Fri, 26 Jun 2015 14:35:33 +0000 (15:35 +0100)]
MDL-50466 tasks: Specific minute values for log cleanup

7 years agoMDL-50569 grades: Restore as merge always ignores minmaxtouse
Frederic Massart [Wed, 24 Jun 2015 07:45:16 +0000 (15:45 +0800)]
MDL-50569 grades: Restore as merge always ignores minmaxtouse

7 years agoMDL-50569 grades: Handle minmaxtouse in backup/restore
Frederic Massart [Fri, 12 Jun 2015 04:52:34 +0000 (12:52 +0800)]
MDL-50569 grades: Handle minmaxtouse in backup/restore

7 years agoMDL-50049 deprecation: Rearrange deprecated apis for better future management
Ankit Agarwal [Mon, 11 May 2015 09:10:32 +0000 (14:40 +0530)]
MDL-50049 deprecation: Rearrange deprecated apis for better future management

7 years agoMDL-50049 deprecation: Group together long term deprecated apis
Ankit Agarwal [Mon, 11 May 2015 07:53:11 +0000 (13:23 +0530)]
MDL-50049 deprecation: Group together long term deprecated apis

7 years agoMDL-50049 deprecation: Final deprecation of old apis
Ankit Agarwal [Mon, 11 May 2015 07:16:36 +0000 (12:46 +0530)]
MDL-50049 deprecation: Final deprecation of old apis

7 years agoMerge branch 'MDL-50646-master-preflang' of git://github.com/mudrd8mz/moodle
David Monllao [Mon, 29 Jun 2015 05:35:44 +0000 (13:35 +0800)]
Merge branch 'MDL-50646-master-preflang' of git://github.com/mudrd8mz/moodle

7 years agoMerge branch 'MDL-50652_master' of git://github.com/reskit/moodle
David Monllao [Mon, 29 Jun 2015 05:01:51 +0000 (13:01 +0800)]
Merge branch 'MDL-50652_master' of git://github.com/reskit/moodle

7 years agoMDL-33765 filter_glossary: fixed jshint warning
Mark Nelson [Mon, 29 Jun 2015 04:44:03 +0000 (21:44 -0700)]
MDL-33765 filter_glossary: fixed jshint warning

7 years agoMDL-33765 filter_glossary: Stacking JS windows with offset
Martin Mastny [Tue, 2 Jun 2015 05:45:49 +0000 (13:45 +0800)]
MDL-33765 filter_glossary: Stacking JS windows with offset

7 years agoMDL-33765 mod_glossary: Concept in ajax request not linking to itself
Martin Mastny [Thu, 4 Jun 2015 01:33:39 +0000 (09:33 +0800)]
MDL-33765 mod_glossary: Concept in ajax request not linking to itself

7 years agoMerge branch 'wip_MDL-50659_master' of git://github.com/gjb2048/moodle
David Monllao [Mon, 29 Jun 2015 03:45:02 +0000 (11:45 +0800)]
Merge branch 'wip_MDL-50659_master' of git://github.com/gjb2048/moodle

7 years agoMDL-50675 repository_wikimedia: Fixed title varaible
Rajesh Taneja [Mon, 29 Jun 2015 01:53:45 +0000 (09:53 +0800)]
MDL-50675 repository_wikimedia: Fixed title varaible

7 years agoMDL-50675 repository_wikimedia: Wikimedia is using https and not http
Rajesh Taneja [Mon, 29 Jun 2015 01:53:02 +0000 (09:53 +0800)]
MDL-50675 repository_wikimedia: Wikimedia is using https and not http

7 years agoMDL-50708 SCORM: Right align menu item folder icon, when in RTL mode.
Nadav Kavalerchik [Sat, 27 Jun 2015 20:49:11 +0000 (23:49 +0300)]
MDL-50708 SCORM: Right align menu item folder icon, when in RTL mode.

7 years agoMDL-50659 themes: Regression: Drag a link makes icons move.
Gareth J Barnard [Fri, 26 Jun 2015 10:41:16 +0000 (11:41 +0100)]
MDL-50659 themes: Regression: Drag a link makes icons move.

7 years agoMDL-47787 course: Added question delete to cm delete.
Tyler Bannister [Mon, 30 Mar 2015 21:35:11 +0000 (17:35 -0400)]
MDL-47787 course: Added question delete to cm delete.

7 years agoMDL-50497 theme_bootstrapbase: Divider colours look wrong when inverted
Mary Evans [Fri, 19 Jun 2015 00:25:02 +0000 (01:25 +0100)]
MDL-50497 theme_bootstrapbase: Divider colours look wrong when inverted

7 years agoMDL-50652 workshop: Workshop module allows duplicated ID number
Marc Català [Sat, 20 Jun 2015 11:02:22 +0000 (12:02 +0100)]
MDL-50652 workshop: Workshop module allows duplicated ID number

7 years agoMDL-43949 groups: Add idnumber to web services
David Monllao [Fri, 19 Jun 2015 05:33:00 +0000 (13:33 +0800)]
MDL-43949 groups: Add idnumber to web services

Thanks to Vitor Martins for his contribution.

7 years agoMDL-49257 grades: apply freeze when restoring with contents deleting
Marina Glancy [Thu, 25 Jun 2015 06:39:15 +0000 (14:39 +0800)]
MDL-49257 grades: apply freeze when restoring with contents deleting

7 years agoweekly release 3.0dev
David Monllao [Thu, 25 Jun 2015 05:49:57 +0000 (13:49 +0800)]
weekly release 3.0dev

7 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
David Monllao [Thu, 25 Jun 2015 05:49:55 +0000 (13:49 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

7 years agoMDL-49257 grades: strings adjustments
Marina Glancy [Thu, 25 Jun 2015 01:55:00 +0000 (09:55 +0800)]
MDL-49257 grades: strings adjustments

7 years agoMDL-50653 user: forgotten closing div tag on the page
Bas Brands [Wed, 24 Jun 2015 06:36:52 +0000 (08:36 +0200)]
MDL-50653 user: forgotten closing div tag on the page

The /user/view.php was missing a closing div for the <div class="description">
causing the page grid to break on any Bootstrap 3 based theme.

7 years agoMDL-50283 gradeform_rubric: No need to escape HTML entities
David Monllao [Wed, 24 Jun 2015 03:21:56 +0000 (11:21 +0800)]
MDL-50283 gradeform_rubric: No need to escape HTML entities