moodle.git
6 years agoon-demand release 3.1beta+
David Monllao [Fri, 13 May 2016 10:33:23 +0000 (18:33 +0800)]
on-demand release 3.1beta+

6 years agoNOBUG: Fixed SVG browser compatibility
David Monllao [Fri, 13 May 2016 10:33:22 +0000 (18:33 +0800)]
NOBUG: Fixed SVG browser compatibility

6 years agoNOBUG: ensure build number doesn't go backwards
David Monllao [Fri, 13 May 2016 10:16:30 +0000 (18:16 +0800)]
NOBUG: ensure build number doesn't go backwards

(Due to reverts happening in MDL-45390 and MDL-52815)

6 years agoMerge branch 'MDL-54073-master-2' of git://github.com/junpataleta/moodle
Andrew Nicols [Fri, 13 May 2016 06:45:24 +0000 (14:45 +0800)]
Merge branch 'MDL-54073-master-2' of git://github.com/junpataleta/moodle

6 years agoMerge branch 'wip-mdl-54561' of https://github.com/rajeshtaneja/moodle
Andrew Nicols [Fri, 13 May 2016 05:34:45 +0000 (13:34 +0800)]
Merge branch 'wip-mdl-54561' of https://github.com/rajeshtaneja/moodle

6 years agoMDL-54073 tool_lp: Unescape additional properties
Jun Pataleta [Fri, 13 May 2016 06:06:06 +0000 (14:06 +0800)]
MDL-54073 tool_lp: Unescape additional properties

* LP Blocks (Competency name)
* User evidence competency picker (User learning plan name)
* Template competencies (Course full name)

6 years agoMerge branch 'MDL-50063' of git://github.com/stronk7/moodle
Andrew Nicols [Fri, 13 May 2016 04:24:28 +0000 (12:24 +0800)]
Merge branch 'MDL-50063' of git://github.com/stronk7/moodle

6 years agoMDL-52253 scales: Correct doc
Andrew Nicols [Fri, 13 May 2016 04:13:35 +0000 (12:13 +0800)]
MDL-52253 scales: Correct doc

6 years agoMDL-52253 scales: Prevent deletion of the last global scale
Damyon Wiese [Tue, 10 May 2016 08:26:08 +0000 (16:26 +0800)]
MDL-52253 scales: Prevent deletion of the last global scale

6 years agoMDL-52253 scales: Add new competence scale
Damyon Wiese [Tue, 10 May 2016 08:15:28 +0000 (16:15 +0800)]
MDL-52253 scales: Add new competence scale

6 years agoMDL-52253 scales: Install the separate and connected scale
Damyon Wiese [Mon, 9 May 2016 05:51:40 +0000 (13:51 +0800)]
MDL-52253 scales: Install the separate and connected scale

6 years agoMerge branch 'MDL-54101_master' of git://github.com/markn86/moodle
Dan Poltawski [Thu, 12 May 2016 13:04:55 +0000 (14:04 +0100)]
Merge branch 'MDL-54101_master' of git://github.com/markn86/moodle

6 years agoMerge branch 'MDL-54546-master' of git://github.com/junpataleta/moodle
Dan Poltawski [Thu, 12 May 2016 12:58:08 +0000 (13:58 +0100)]
Merge branch 'MDL-54546-master' of git://github.com/junpataleta/moodle

6 years agoMerge branch 'wip-mdl-54543' of https://github.com/rajeshtaneja/moodle
Dan Poltawski [Thu, 12 May 2016 12:33:18 +0000 (13:33 +0100)]
Merge branch 'wip-mdl-54543' of https://github.com/rajeshtaneja/moodle

6 years agoMerge branch 'MDL-54073-master' of git://github.com/junpataleta/moodle
Andrew Nicols [Thu, 12 May 2016 05:35:53 +0000 (13:35 +0800)]
Merge branch 'MDL-54073-master' of git://github.com/junpataleta/moodle

6 years agoMDL-53822 editpdf: Much nicer icons for new drag-to-scroll feature
Barbara Ramiro [Mon, 9 May 2016 05:56:44 +0000 (13:56 +0800)]
MDL-53822 editpdf: Much nicer icons for new drag-to-scroll feature

6 years agoMerge branch 'MDL-53822-master' of git://github.com/damyon/moodle
David Monllao [Thu, 12 May 2016 00:44:19 +0000 (08:44 +0800)]
Merge branch 'MDL-53822-master' of git://github.com/damyon/moodle

6 years agoMerge branch 'MDL-54098-master' of git://github.com/FMCorz/moodle
David Monllao [Wed, 11 May 2016 23:37:35 +0000 (07:37 +0800)]
Merge branch 'MDL-54098-master' of git://github.com/FMCorz/moodle

6 years agoMDL-54561 phpunit: only search with first 3 chars
Rajesh Taneja [Fri, 13 May 2016 05:16:31 +0000 (13:16 +0800)]
MDL-54561 phpunit: only search with first 3 chars

Windows uses only the first three characters of prefix in
tempnam(), so only use first 3 chars to find if error
is logged

6 years agoMDL-50063 unittests: Remove some unnecesary gc_collect_cycles()
Eloy Lafuente (stronk7) [Fri, 13 May 2016 00:50:45 +0000 (02:50 +0200)]
MDL-50063 unittests: Remove some unnecesary gc_collect_cycles()

Now backup and restore operations free logger resources calling
to the destroy() method. This commit ensures:

1) That gc_collect_cycles() is not used anymore in backup-related tests.
2) That all backup and restore controllers in test do always call
   to the detroy() method.
3) Some unset() calls, needed to make gc_collect_cycles() are not used
   anymore.

6 years agoMDL-54205 tests: verify destroy() and close() behavior
Eloy Lafuente (stronk7) [Thu, 12 May 2016 23:46:48 +0000 (01:46 +0200)]
MDL-54205 tests: verify destroy() and close() behavior

6 years agoMDL-54205 tool_recyclebin: Adding missing destroy() calls.
Eloy Lafuente (stronk7) [Thu, 12 May 2016 20:55:34 +0000 (22:55 +0200)]
MDL-54205 tool_recyclebin: Adding missing destroy() calls.

This was causing controller references not cleaned till gc
and loggers to remain open, leading to problems under windows.

6 years agoMDL-54205 backup: loggers close() and destroy()
Eloy Lafuente (stronk7) [Wed, 11 May 2016 21:57:54 +0000 (23:57 +0200)]
MDL-54205 backup: loggers close() and destroy()

Any backup & restore operation may be leaving opened files
if a file logger is being used. This implementes the close()
method, so every logger can close any resource.

Also, the recommended backup_controlled::destroy() method
now calls to new logger::destroy() method in charge of
deleting all the references and closing any resource.

Finally, some internally used controllers, were missing
their destroy call, leading to associated loggers to
remain open. Now all them are explicitly deltroyed.

6 years agoMDL-54546 tool_lp: Use correct property types for user/course exporters
Jun Pataleta [Thu, 12 May 2016 05:50:46 +0000 (13:50 +0800)]
MDL-54546 tool_lp: Use correct property types for user/course exporters

6 years agoMDL-54101 core: fixed core/str get_string caching issue
Mark Nelson [Thu, 12 May 2016 06:28:44 +0000 (14:28 +0800)]
MDL-54101 core: fixed core/str get_string caching issue

6 years agoMDL-54543 behat: Increase file download range
Rajesh Taneja [Thu, 12 May 2016 07:48:13 +0000 (15:48 +0800)]
MDL-54543 behat: Increase file download range

with different db's, the id and defaultgrade
might be different, so increasing the range
to avoid such failures

6 years agoMDL-54073 tool_lp: Unescape PARAM_TEXT properties in templates
Jun Pataleta [Fri, 6 May 2016 07:52:45 +0000 (15:52 +0800)]
MDL-54073 tool_lp: Unescape PARAM_TEXT properties in templates

Use triple-curly brackets to unescape the PARAM_TEXT properties in
templates.
Changed idnumber's type to PARAM_RAW for frameworks and competencies.

6 years agoMerge branch 'MDL-53170_levels-fix' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Wed, 11 May 2016 09:54:01 +0000 (11:54 +0200)]
Merge branch 'MDL-53170_levels-fix' of git://github.com/dmonllao/moodle

6 years agoMDL-53170 search: Specify core_course mycourses search level
David Monllao [Wed, 11 May 2016 09:22:24 +0000 (17:22 +0800)]
MDL-53170 search: Specify core_course mycourses search level

6 years agoMerge branch 'MDL-54103_master' of git://github.com/markn86/moodle
Dan Poltawski [Wed, 11 May 2016 09:04:07 +0000 (10:04 +0100)]
Merge branch 'MDL-54103_master' of git://github.com/markn86/moodle

6 years agoMerge branch 'MDL-53293-master' of git://github.com/andrewnicols/moodle
Dan Poltawski [Wed, 11 May 2016 09:00:50 +0000 (10:00 +0100)]
Merge branch 'MDL-53293-master' of git://github.com/andrewnicols/moodle

6 years agoMerge branch 'MDL-54056-master' of git://github.com/junpataleta/moodle
Andrew Nicols [Wed, 11 May 2016 07:39:26 +0000 (15:39 +0800)]
Merge branch 'MDL-54056-master' of git://github.com/junpataleta/moodle

6 years agoMerge branch 'MDL-54055-master' of git://github.com/junpataleta/moodle
Andrew Nicols [Wed, 11 May 2016 07:00:39 +0000 (15:00 +0800)]
Merge branch 'MDL-54055-master' of git://github.com/junpataleta/moodle

6 years agoMDL-53822 editpdf: Show different cursors for select and move
Damyon Wiese [Wed, 11 May 2016 06:54:38 +0000 (14:54 +0800)]
MDL-53822 editpdf: Show different cursors for select and move

6 years agoMerge branch 'MDL-54125_master' of git://github.com/markn86/moodle
Andrew Nicols [Wed, 11 May 2016 06:11:07 +0000 (14:11 +0800)]
Merge branch 'MDL-54125_master' of git://github.com/markn86/moodle

6 years agoMDL-54055 gradingform_guide: Skip insertion of empty comments
Jun Pataleta [Thu, 5 May 2016 01:49:16 +0000 (09:49 +0800)]
MDL-54055 gradingform_guide: Skip insertion of empty comments

We should not be adding empty entries for the frequently-used comments.

6 years agoMDL-54125 mod_data: fixed PHP notice
Mark Nelson [Tue, 10 May 2016 09:09:37 +0000 (17:09 +0800)]
MDL-54125 mod_data: fixed PHP notice

Also removed unused variables.

6 years agoMerge branch 'MDL-53976-master' of git://github.com/jleyva/moodle
Andrew Nicols [Wed, 11 May 2016 04:05:43 +0000 (12:05 +0800)]
Merge branch 'MDL-53976-master' of git://github.com/jleyva/moodle

6 years agoMerge branch 'MDL-53580-master' of git://github.com/cameron1729/moodle
Andrew Nicols [Wed, 11 May 2016 03:29:57 +0000 (11:29 +0800)]
Merge branch 'MDL-53580-master' of git://github.com/cameron1729/moodle

6 years agoMerge branch 'MDL-54074-master' of git://github.com/FMCorz/moodle
Andrew Nicols [Wed, 11 May 2016 03:22:37 +0000 (11:22 +0800)]
Merge branch 'MDL-54074-master' of git://github.com/FMCorz/moodle

6 years agoMerge branch 'MDL-52800-master' of git://github.com/ryanwyllie/moodle
Andrew Nicols [Wed, 11 May 2016 03:08:55 +0000 (11:08 +0800)]
Merge branch 'MDL-52800-master' of git://github.com/ryanwyllie/moodle

6 years agoMDL-54074 core_tag: False negative on Oracle due to random ordering
Frederic Massart [Tue, 10 May 2016 03:39:45 +0000 (11:39 +0800)]
MDL-54074 core_tag: False negative on Oracle due to random ordering

6 years agoMDL-54110 repositories: Whitespace, Typo + unit test fixes
Andrew Nicols [Wed, 11 May 2016 02:24:47 +0000 (10:24 +0800)]
MDL-54110 repositories: Whitespace, Typo + unit test fixes

6 years agoMerge branch 'MDL-54110_master' of https://github.com/marxjohnson/moodle
Andrew Nicols [Wed, 11 May 2016 02:10:57 +0000 (10:10 +0800)]
Merge branch 'MDL-54110_master' of https://github.com/marxjohnson/moodle

6 years agoMerge branch 'MDL-54044-master' of git://github.com/FMCorz/moodle
David Monllao [Wed, 11 May 2016 01:09:11 +0000 (09:09 +0800)]
Merge branch 'MDL-54044-master' of git://github.com/FMCorz/moodle

6 years agoMDL-53293 tool_lp: Destroy dragdrop instance before re-creating
Andrew Nicols [Tue, 10 May 2016 07:27:46 +0000 (15:27 +0800)]
MDL-53293 tool_lp: Destroy dragdrop instance before re-creating

6 years agoMDL-53293 core: Add destructor phases to core-dragdrop
Andrew Nicols [Tue, 10 May 2016 07:27:08 +0000 (15:27 +0800)]
MDL-53293 core: Add destructor phases to core-dragdrop

6 years agoMerge branch 'MDL-53170_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Tue, 10 May 2016 16:54:57 +0000 (18:54 +0200)]
Merge branch 'MDL-53170_master' of git://github.com/dmonllao/moodle

6 years agoMDL-54075 competency: False negatives due to random ordering and latency
Frederic Massart [Mon, 9 May 2016 10:59:42 +0000 (18:59 +0800)]
MDL-54075 competency: False negatives due to random ordering and latency

6 years agoMDL-54110 repositories: Allow repositories to ignore post_max_size
Mark Johnson [Tue, 10 May 2016 14:35:43 +0000 (15:35 +0100)]
MDL-54110 repositories: Allow repositories to ignore post_max_size

Repositories can now override usespost() if they don't upload using POST
requests. This restores the ability of users with
moodle/course:ignorefilesizelimits to upload files of unlimited size
lost in MDL-44626.

6 years agoMDL-53580 auth_ldap: Set default value for suspended_attribute
Cameron Ball [Tue, 10 May 2016 15:04:46 +0000 (23:04 +0800)]
MDL-53580 auth_ldap: Set default value for suspended_attribute

It was also necessary to cast some boolean values to ints as a
workaround for moodle's broken boolean validation.

6 years agoMerge branch 'MDL-50704-master' of git://github.com/FMCorz/moodle
Dan Poltawski [Tue, 10 May 2016 14:59:41 +0000 (15:59 +0100)]
Merge branch 'MDL-50704-master' of git://github.com/FMCorz/moodle

6 years agoMDL-53916 mod_assign: Point update grade link to new interface
Cameron Ball [Fri, 6 May 2016 08:20:53 +0000 (16:20 +0800)]
MDL-53916 mod_assign: Point update grade link to new interface

6 years agoMerge branch 'MDL-54009-master' of git://github.com/ryanwyllie/moodle
David Monllao [Tue, 10 May 2016 13:58:41 +0000 (21:58 +0800)]
Merge branch 'MDL-54009-master' of git://github.com/ryanwyllie/moodle

6 years agoMerge branch 'MDL-52133-master' of git://github.com/ryanwyllie/moodle
David Monllao [Tue, 10 May 2016 13:41:15 +0000 (21:41 +0800)]
Merge branch 'MDL-52133-master' of git://github.com/ryanwyllie/moodle

6 years agoMerge branch 'MDL-54120' of git://github.com/aolley/moodle
David Monllao [Tue, 10 May 2016 13:38:30 +0000 (21:38 +0800)]
Merge branch 'MDL-54120' of git://github.com/aolley/moodle

6 years agoon-demand release 3.1beta+
David Monllao [Tue, 10 May 2016 10:55:50 +0000 (18:55 +0800)]
on-demand release 3.1beta+

6 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
David Monllao [Tue, 10 May 2016 10:55:48 +0000 (18:55 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

6 years agoMerge branch 'MDL-54102_master' of git://github.com/markn86/moodle
Andrew Nicols [Tue, 10 May 2016 07:40:45 +0000 (15:40 +0800)]
Merge branch 'MDL-54102_master' of git://github.com/markn86/moodle

6 years agoMerge branch 'MDL-54115_m31v1' of https://github.com/sbourget/moodle
Andrew Nicols [Tue, 10 May 2016 04:06:36 +0000 (12:06 +0800)]
Merge branch 'MDL-54115_m31v1' of https://github.com/sbourget/moodle

6 years agoMDL-54004 behat: Whitespace fixes
Andrew Nicols [Tue, 10 May 2016 04:02:43 +0000 (12:02 +0800)]
MDL-54004 behat: Whitespace fixes

6 years agoMerge branch 'MDL-54004_m31v2' of https://github.com/sbourget/moodle
Andrew Nicols [Tue, 10 May 2016 03:28:24 +0000 (11:28 +0800)]
Merge branch 'MDL-54004_m31v2' of https://github.com/sbourget/moodle

6 years agoMerge branch 'MDL-53821-master' of git://github.com/ryanwyllie/moodle
Andrew Nicols [Tue, 10 May 2016 02:32:15 +0000 (10:32 +0800)]
Merge branch 'MDL-53821-master' of git://github.com/ryanwyllie/moodle

6 years agoMerge branch 'MDL-52506-master' of git://github.com/ryanwyllie/moodle
Andrew Nicols [Tue, 10 May 2016 02:05:20 +0000 (10:05 +0800)]
Merge branch 'MDL-52506-master' of git://github.com/ryanwyllie/moodle

6 years agoMDL-53170 search: New area for my courses
David Monllao [Tue, 26 Apr 2016 06:21:34 +0000 (14:21 +0800)]
MDL-53170 search: New area for my courses

Thanks to Skylar Kelty for the initial implementation.

6 years agoMDL-53170 search: API fixes for core subsystems
David Monllao [Tue, 26 Apr 2016 07:10:54 +0000 (15:10 +0800)]
MDL-53170 search: API fixes for core subsystems

6 years agoMDL-54102 core: added more details about hooks
Mark Nelson [Tue, 10 May 2016 07:24:09 +0000 (15:24 +0800)]
MDL-54102 core: added more details about hooks

6 years agoMDL-54103 enrol_lti: show frame embedding warning
Mark Nelson [Mon, 9 May 2016 09:10:49 +0000 (17:10 +0800)]
MDL-54103 enrol_lti: show frame embedding warning

6 years agoMDL-54120 competency: Don't assume there are no existing scales
Adam Olley [Tue, 10 May 2016 04:45:35 +0000 (14:15 +0930)]
MDL-54120 competency: Don't assume there are no existing scales

Every time a unit test for competencies adds a scale, it's creating them
with hardcoded id's - which should always be avoided. So this change has
the unit test keep track of the scale id's created without hardcoding
them.

6 years agoMDL-52800 Theme: Fix inplace editing tooltip styling
Nadav Kavalerchik [Fri, 6 May 2016 22:34:46 +0000 (01:34 +0300)]
MDL-52800 Theme: Fix inplace editing tooltip styling

6 years agoMDL-54044 block_site_main_menu: Fixed labels not being indented
Frederic Massart [Tue, 10 May 2016 04:23:29 +0000 (12:23 +0800)]
MDL-54044 block_site_main_menu: Fixed labels not being indented

6 years agoMDL-53821 mod_assign: Hide full name when blind marking
Ryan Wyllie [Tue, 19 Apr 2016 08:06:29 +0000 (08:06 +0000)]
MDL-53821 mod_assign: Hide full name when blind marking

Hide the student's full name in the new grading intferface when blind
marking is on.

6 years agoMDL-52506 mod_assign: Fix return links for atto auto save
Ryan Wyllie [Fri, 6 May 2016 04:36:19 +0000 (04:36 +0000)]
MDL-52506 mod_assign: Fix return links for atto auto save

6 years agoMDL-54115 Behat: tests for the comments block
Stephen Bourget [Mon, 9 May 2016 22:55:33 +0000 (18:55 -0400)]
MDL-54115 Behat: tests for the comments block

6 years agoMDL-54004 Behat: tests for calendar block
Stephen Bourget [Mon, 9 May 2016 20:08:30 +0000 (16:08 -0400)]
MDL-54004 Behat: tests for calendar block

6 years agoMDL-54004 Behat: tests for upcoming events block
Stephen Bourget [Mon, 9 May 2016 20:08:09 +0000 (16:08 -0400)]
MDL-54004 Behat: tests for upcoming events block

6 years agoAutomatically generated installer lang files
AMOS bot [Mon, 9 May 2016 16:04:19 +0000 (00:04 +0800)]
Automatically generated installer lang files

6 years agoMDL-54098 external: Remove usage of require_login and $PAGE->set_context
Frederic Massart [Mon, 9 May 2016 11:42:37 +0000 (19:42 +0800)]
MDL-54098 external: Remove usage of require_login and $PAGE->set_context

6 years agoMerge branch 'MDL-54040_master' of git://github.com/dmonllao/moodle
Dan Poltawski [Mon, 9 May 2016 09:29:25 +0000 (10:29 +0100)]
Merge branch 'MDL-54040_master' of git://github.com/dmonllao/moodle

6 years agoMDL-50704 user: Do not validate timezones in user objects
Frederic Massart [Mon, 9 May 2016 08:03:42 +0000 (16:03 +0800)]
MDL-50704 user: Do not validate timezones in user objects

The validation of the timezone field should not occur, especially
when it is automatically cleaned. Timezones can be volatile, we
must try hard to fallback on real timezones and must not lose reset
the values arbitrarily.

"There is absolutely no need to change $CFG->timezone and user timezones
in database - the timezones may come and go. If you change the value in
upgrade or on the fly you would not be able to get it back. This is the
reason why I implemented the "invalid timezone" thing in server and
user settings instead." - Petr Skoda (MDL-49684)

6 years agoMDL-50704 date: Fix invalid timezone mapping for +14
Frederic Massart [Mon, 9 May 2016 05:27:25 +0000 (13:27 +0800)]
MDL-50704 date: Fix invalid timezone mapping for +14

The value Etc/GMT-14 was added to the list of known timezones,
and Etc/GMT+13 & Etc/GMT+14 were removed as they are not valid.

Tests were added to ensure that legacy user timezones are mapped
to known timezones. Other tests were changed to reflect the changes
with regards to Etc/GMT+13 and +-14.

6 years agoMerge branch 'MDL-52708' of https://github.com/ramdesh/moodle
Andrew Nicols [Mon, 9 May 2016 07:49:48 +0000 (15:49 +0800)]
Merge branch 'MDL-52708' of https://github.com/ramdesh/moodle

6 years agoMerge branch 'MDL-54072' of git://github.com/aolley/moodle
Andrew Nicols [Mon, 9 May 2016 07:14:27 +0000 (15:14 +0800)]
Merge branch 'MDL-54072' of git://github.com/aolley/moodle

6 years agoMDL-54009 enrol_lti: Captilise language string
Ryan Wyllie [Mon, 9 May 2016 07:09:15 +0000 (07:09 +0000)]
MDL-54009 enrol_lti: Captilise language string

6 years agoMerge branch 'MDL-54102_master' of git://github.com/markn86/moodle
Andrew Nicols [Mon, 9 May 2016 07:08:54 +0000 (15:08 +0800)]
Merge branch 'MDL-54102_master' of git://github.com/markn86/moodle

6 years agoMDL-54009 mod_lti: Style LTI tool iframe border
Ryan Wyllie [Mon, 9 May 2016 07:07:27 +0000 (07:07 +0000)]
MDL-54009 mod_lti: Style LTI tool iframe border

6 years agoMerge branch 'wip-mdl-54100' of https://github.com/rajeshtaneja/moodle
David Monllao [Mon, 9 May 2016 06:34:23 +0000 (14:34 +0800)]
Merge branch 'wip-mdl-54100' of https://github.com/rajeshtaneja/moodle

6 years agoMerge branch 'MDL-53914-master' of git://github.com/FMCorz/moodle
Andrew Nicols [Mon, 9 May 2016 06:16:56 +0000 (14:16 +0800)]
Merge branch 'MDL-53914-master' of git://github.com/FMCorz/moodle

6 years agoMDL-54102 core: describe newly introduced hooks
Mark Nelson [Mon, 9 May 2016 04:33:21 +0000 (12:33 +0800)]
MDL-54102 core: describe newly introduced hooks

6 years agoMerge branch 'm31_MDL-53837_Is_Executable_Python_Script_Windows' of https://github...
Andrew Nicols [Mon, 9 May 2016 05:29:32 +0000 (13:29 +0800)]
Merge branch 'm31_MDL-53837_Is_Executable_Python_Script_Windows' of https://github.com/scara/moodle

6 years agoMDL-54100 behat: Catch undefined steps
Rajesh Taneja [Mon, 9 May 2016 03:41:05 +0000 (11:41 +0800)]
MDL-54100 behat: Catch undefined steps

6 years agoMerge branch 'MDL-54034-master' of git://github.com/FMCorz/moodle
David Monllao [Sun, 8 May 2016 23:46:53 +0000 (07:46 +0800)]
Merge branch 'MDL-54034-master' of git://github.com/FMCorz/moodle

6 years agoMerge branch 'MDL-53989-master' of git://github.com/ryanwyllie/moodle
David Monllao [Sun, 8 May 2016 23:37:09 +0000 (07:37 +0800)]
Merge branch 'MDL-53989-master' of git://github.com/ryanwyllie/moodle

6 years agoMDL-54042 user: Add unit test to cover change
Damyon Wiese [Thu, 5 May 2016 08:27:53 +0000 (16:27 +0800)]
MDL-54042 user: Add unit test to cover change

6 years agoMDL-54042 user: Fix debugging in core_user_get_users_by_field
Damyon Wiese [Thu, 5 May 2016 07:15:58 +0000 (15:15 +0800)]
MDL-54042 user: Fix debugging in core_user_get_users_by_field

The course object returned by enrol_get_all_users_courses does not include the defaultgroupingid.

This course object is passed to user_get_user_details - which does need
the defaultgroupingid.

All the other group info is returned (groupmode) etc - so it makes sense to also return this extra field.

6 years agoMDL-54034 ajax: Apply filters in ajax requests
Frederic Massart [Tue, 3 May 2016 11:40:47 +0000 (19:40 +0800)]
MDL-54034 ajax: Apply filters in ajax requests

This also clarified that developers can decide to force filters
to be ignored when using external_format_text, though they cannot
force filters to be turned on as the clients should be able to
opt-out from filtering should they want to.

6 years agoMDL-53822 editpdf: Add a new tool for scrolling
Damyon Wiese [Fri, 6 May 2016 08:30:34 +0000 (16:30 +0800)]
MDL-53822 editpdf: Add a new tool for scrolling

I added a new tool to the toolbar to allow click and drag scrolling (especially useful for touchscreens).

6 years agoMDL-53914 mod_wiki: Do not format_text during search index
Frederic Massart [Fri, 6 May 2016 08:19:46 +0000 (16:19 +0800)]
MDL-53914 mod_wiki: Do not format_text during search index

6 years agoon-demand release 3.1beta+
David Monllao [Fri, 6 May 2016 08:15:29 +0000 (16:15 +0800)]
on-demand release 3.1beta+

6 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
David Monllao [Fri, 6 May 2016 08:15:27 +0000 (16:15 +0800)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install