Eloy Lafuente (stronk7) [Wed, 23 Sep 2015 18:05:10 +0000 (20:05 +0200)]
Merge branch 'MDL-50207-master' of git://github.com/lameze/moodle
Eloy Lafuente (stronk7) [Wed, 23 Sep 2015 17:53:45 +0000 (19:53 +0200)]
MDL-51371 course: fix core_course_get_course_module assertion
A recent bugfix before integration left this failing. They are 22.
Eloy Lafuente (stronk7) [Wed, 23 Sep 2015 15:08:20 +0000 (17:08 +0200)]
Merge branch 'MDL-51371-master' of git://github.com/jleyva/moodle
Eloy Lafuente (stronk7) [Wed, 23 Sep 2015 14:24:53 +0000 (16:24 +0200)]
Merge branch 'wip-MDL-51259-master' of git://github.com/abgreeve/moodle
Andrew Nicols [Wed, 23 Sep 2015 06:48:59 +0000 (14:48 +0800)]
MDL-51172 core: Adjust WS help strings
Andrew Nicols [Wed, 23 Sep 2015 05:57:21 +0000 (13:57 +0800)]
Merge branch 'MDL-51182' of https://github.com/danielneis/moodle
Juan Leyva [Fri, 11 Sep 2015 12:51:24 +0000 (14:51 +0200)]
MDL-51371 course: New Web Service core_course_get_course_module
Andrew Nicols [Wed, 23 Sep 2015 05:40:29 +0000 (13:40 +0800)]
MDL-50349 mod_scorm: Bump version for new WS
Andrew Nicols [Wed, 23 Sep 2015 03:50:29 +0000 (11:50 +0800)]
Merge branch 'MDL-50332_master-form-fix' of git://github.com/dmonllao/moodle
Andrew Nicols [Wed, 23 Sep 2015 03:43:15 +0000 (11:43 +0800)]
Merge branch 'MDL-51222-master-fix' of https://github.com/andrewnicols/moodle
Andrew Nicols [Wed, 23 Sep 2015 02:49:59 +0000 (10:49 +0800)]
MDL-51222 Javascript: Reapply YUI config after adding modules
David Monllao [Wed, 23 Sep 2015 01:51:44 +0000 (09:51 +0800)]
MDL-50332 enrol_self: Setting form url for guests
Credit to Andrew Nicols.
Andrew Nicols [Wed, 23 Sep 2015 01:42:29 +0000 (09:42 +0800)]
Merge branch 'MDL-51423-master-cliout' of git://github.com/mudrd8mz/moodle
Andrew Nicols [Wed, 23 Sep 2015 01:27:30 +0000 (09:27 +0800)]
MDL-50664 mod_data: Fix for unit test failure
Eloy Lafuente (stronk7) [Tue, 22 Sep 2015 16:38:27 +0000 (18:38 +0200)]
Merge branch 'MDL-47494' of git://github.com/timhunt/moodle
Note: Fixed some minor grunt and EOF whitespace issues while merging.
Dan Poltawski [Tue, 22 Sep 2015 14:11:10 +0000 (15:11 +0100)]
Merge branch 'MDL-51107-master' of git://github.com/FMCorz/moodle
Frederic Massart [Fri, 18 Sep 2015 09:06:52 +0000 (17:06 +0800)]
MDL-51107 navigationlib: Plugins can extend navigation category settings
Dan Poltawski [Tue, 22 Sep 2015 13:37:22 +0000 (14:37 +0100)]
Merge branch 'MDL-50541-master' of git://github.com/jleyva/moodle
Dan Poltawski [Tue, 22 Sep 2015 11:57:14 +0000 (12:57 +0100)]
Merge branch 'MDL-50349-master' of git://github.com/jleyva/moodle
Dan Poltawski [Tue, 22 Sep 2015 11:55:46 +0000 (12:55 +0100)]
Merge branch 'MDL-50536-master' of git://github.com/jleyva/moodle
Dan Poltawski [Tue, 22 Sep 2015 11:46:39 +0000 (12:46 +0100)]
Merge branch 'MDL-50132-master' of git://github.com/jleyva/moodle
Dan Poltawski [Tue, 22 Sep 2015 10:48:49 +0000 (11:48 +0100)]
Merge branch 'wip-MDL-51108-master' of git://github.com/abgreeve/moodle
Dan Poltawski [Tue, 22 Sep 2015 09:06:53 +0000 (10:06 +0100)]
Merge branch 'MDL-50664-master' of git://github.com/ryanwyllie/moodle
Dan Poltawski [Tue, 22 Sep 2015 08:44:44 +0000 (09:44 +0100)]
Merge branch 'MDL-49973-master' of git://github.com/cameron1729/moodle
Dan Poltawski [Tue, 22 Sep 2015 08:36:06 +0000 (09:36 +0100)]
MDL-50917 navigation: fix incorrect @since
Dan Poltawski [Tue, 22 Sep 2015 08:15:57 +0000 (09:15 +0100)]
Merge branch 'wip-MDL-50917-master' of git://github.com/abgreeve/moodle
Dan Poltawski [Tue, 22 Sep 2015 07:58:57 +0000 (08:58 +0100)]
Merge branch 'MDL-51412_qtype_index' of git://github.com/davosmith/moodle
Damyon Wiese [Tue, 22 Sep 2015 06:56:22 +0000 (14:56 +0800)]
MDL-51222 javascript: Merge all the YUI instances
We previously had a global Y (simpleyui) and a separate Y created
to put Y in scope for all our modules. This meant that we had 2
separate sandboxes for YUI, which means that modules are duplicated,
and events do not fire across YUI instances.
This change merges the 2 instances, so any code refering to Y will
get the same instance of YUI (amd code, yui modules, static init code etc).
Thanks to Andrew Nicols!
Damyon Wiese [Thu, 27 Aug 2015 09:15:17 +0000 (17:15 +0800)]
MDL-51222 Javascript: Trigger events for filters on DOM insertion
When nodes are added to the dom, they may need to be re-processed by a JS based
filter. To do this we need to trigger the legacy YUI event filter-content-updated.
To make this easier I added some wrappers to template that will insert the node, run any
JS and trigger the event.
I also changed existing yui code to call the amd function to trigger the event. This way
all jquery and yui listeners will always be notified.
Dan Poltawski [Tue, 22 Sep 2015 07:15:01 +0000 (08:15 +0100)]
Merge branch 'MDL-46157-master' of git://github.com/cameron1729/moodle
Andrew Nicols [Tue, 22 Sep 2015 04:22:55 +0000 (12:22 +0800)]
Merge branch 'MDL-51413-master' of git://github.com/jleyva/moodle
Adrian Greeve [Thu, 10 Sep 2015 05:22:40 +0000 (13:22 +0800)]
MDL-50917 navigation: Behat tests for viewing user preference page.
Adrian Greeve [Thu, 10 Sep 2015 01:46:06 +0000 (09:46 +0800)]
MDL-50917 navigation: Unit test for viewing preference page.
Adrian Greeve [Wed, 9 Sep 2015 06:11:34 +0000 (14:11 +0800)]
MDL-50917 navigation: Allow users with permission to access preferences.
Andrew Nicols [Mon, 21 Sep 2015 23:53:27 +0000 (07:53 +0800)]
Merge branch 'MDL-51190-master' of https://github.com/pauln/moodle
Dan Poltawski [Mon, 21 Sep 2015 11:10:35 +0000 (12:10 +0100)]
Merge branch 'MDL-51330-master' of https://github.com/sammarshallou/moodle
Dan Poltawski [Mon, 21 Sep 2015 10:45:15 +0000 (11:45 +0100)]
Merge branch 'MDL-51403-master-clilang' of git://github.com/mudrd8mz/moodle
Dan Poltawski [Mon, 21 Sep 2015 09:53:29 +0000 (10:53 +0100)]
Merge branch 'MDL-51052_master' of https://github.com/dmonllao/moodle
Dan Poltawski [Mon, 21 Sep 2015 09:14:47 +0000 (10:14 +0100)]
Merge branch 'MDL-48165-master-dimgrades' of git://github.com/mudrd8mz/moodle
Andrew Nicols [Mon, 21 Sep 2015 07:43:02 +0000 (15:43 +0800)]
Merge branch 'MDL-50332_master' of git://github.com/dmonllao/moodle
David Monllao [Mon, 21 Sep 2015 05:31:10 +0000 (13:31 +0800)]
MDL-50332 enrol_self: Formatting unavailable instances error messages
Many thanks to Andrew Nicols as this patch is based on his
proposal. Thanks Andrew.
Juan Leyva [Tue, 15 Sep 2015 15:55:48 +0000 (17:55 +0200)]
MDL-50541 mod_imscp: New Web Service mod_imscp_get_imscps_by_courses
Juan Leyva [Wed, 16 Sep 2015 11:01:59 +0000 (13:01 +0200)]
MDL-50536 mod_book: New WS mod_book_get_books_by_courses
Juan Leyva [Wed, 16 Sep 2015 09:02:20 +0000 (11:02 +0200)]
MDL-50132 mod_choice: New WS mod_choice_get_choices_by_courses
Andrew Nicols [Mon, 21 Sep 2015 06:31:49 +0000 (14:31 +0800)]
Merge branch 'MDL-50790-master' of git://github.com/cameron1729/moodle
Cameron Ball [Mon, 21 Sep 2015 05:08:18 +0000 (13:08 +0800)]
MDL-50790 tests: Fix outlook fixture.
Cameron Ball [Mon, 21 Sep 2015 05:01:02 +0000 (13:01 +0800)]
MDL-50790 inbound: Stop incorrect amount of lines getting removed.
Too many lines were being removed for GMail senders. The function was
also removed because it is no longer used, and guessing the client
and cutting accordingly is a poor approach and will probably lead
to issues similar to this one.
Dan Poltawski [Wed, 8 Jul 2015 11:24:46 +0000 (12:24 +0100)]
MDL-50790 messageinbound: fixture for gmail
Andrew Nicols [Mon, 21 Sep 2015 04:05:32 +0000 (12:05 +0800)]
Merge branch 'MDL-46878-master' of git://github.com/FMCorz/moodle
Andrew Nicols [Mon, 21 Sep 2015 03:32:55 +0000 (11:32 +0800)]
Merge branch 'MDL-51311-master' of git://github.com/damyon/moodle
Andrew Nicols [Mon, 21 Sep 2015 00:09:38 +0000 (08:09 +0800)]
Merge branch 'MDL-51431' of https://github.com/andrewhancox/moodle
Eric Merrill [Fri, 18 Sep 2015 12:58:41 +0000 (08:58 -0400)]
MDL-47494 question General code cleanup
Remove old browser CSS.
Fix code style problems.
Add many PHPdocs.
Set @package uniformly.
Daniel Neis Araujo [Fri, 21 Aug 2015 14:36:38 +0000 (11:36 -0300)]
MDL-51182 webservices: generate passwords and mail them to new users
Juan Leyva [Tue, 15 Sep 2015 09:23:38 +0000 (11:23 +0200)]
MDL-51413 forum: Return additional field in get_forums_by_courses WS
Damyon Wiese [Fri, 11 Sep 2015 06:04:58 +0000 (14:04 +0800)]
MDL-47494 qtype: Fix the behat tests for OU dd question types
Damyon Wiese [Fri, 11 Sep 2015 06:42:40 +0000 (14:42 +0800)]
MDL-47494 qtype: Bump the version numbers for OU DD qtypes
Damyon Wiese [Mon, 14 Sep 2015 04:34:47 +0000 (12:34 +0800)]
MDL-47494 question_ddwtos: Remove @ou tags from behat.
Damyon Wiese [Mon, 14 Sep 2015 04:37:53 +0000 (12:37 +0800)]
MDL-47494 question_ddimageortext: Remove wrong @since tag
Damyon Wiese [Mon, 14 Sep 2015 04:45:07 +0000 (12:45 +0800)]
MDL-47494 questions: Add transparency to new ou question type icons
Damyon Wiese [Mon, 14 Sep 2015 04:50:27 +0000 (12:50 +0800)]
MDL-47494 questions: Reload XMLDB files for ou question types
Tim Hunt [Sun, 5 Apr 2015 20:02:46 +0000 (21:02 +0100)]
MDL-47494 questions: update plugin_manager with the new qtypes
Tim Hunt [Sun, 5 Apr 2015 19:50:23 +0000 (20:50 +0100)]
MDL-47494 gapselect: removing the qtype_combined integration.
Once this question type is in core. This integration with
qtype_combined will have to ship with qtype_combined, which
is no problem.
Tim Hunt [Sun, 5 Apr 2015 19:48:09 +0000 (20:48 +0100)]
MDL-47494 ddmarkder: Remove the code for converting old imagetarget Qs
imagetarget was a Moodle 1.9 question type. The ddmarkers plugin
had code for converting old imagetarget questions to new ddmarker
questions. However, since Moodle core does not support upgrading
directly from 1.9, and since I suspect most pople who might need
this code have already used it, I am removing it form core.
Tim Hunt [Sun, 5 Apr 2015 19:37:27 +0000 (20:37 +0100)]
MDL-47494 questions: clean up unnecessary stuff now these are not plugins
* Remove extra stuff from version.php files.
* Remove README.txt files
* Remove OU-specific test annotations.
Tim Hunt [Fri, 18 Sep 2015 06:51:37 +0000 (07:51 +0100)]
Merge branch 'MDL-47494-ddmarker' into MDL-47494
Tim Hunt [Fri, 18 Sep 2015 06:51:36 +0000 (07:51 +0100)]
Merge branch 'MDL-47494-ddimageortext' into MDL-47494
Tim Hunt [Fri, 18 Sep 2015 06:51:34 +0000 (07:51 +0100)]
Merge branch 'MDL-47494-ddwtos' into MDL-47494
Tim Hunt [Fri, 18 Sep 2015 06:51:33 +0000 (07:51 +0100)]
Merge branch 'MDL-47494-gapselect' into MDL-47494
David Monllao [Fri, 18 Sep 2015 03:42:12 +0000 (11:42 +0800)]
MDL-51052 dml: More info about mysql and case & accent sensitiveness
Frederic Massart [Fri, 28 Aug 2015 09:41:44 +0000 (17:41 +0800)]
MDL-46878 blocklib: Testing blocks_delete_instances()
Frederic Massart [Fri, 28 Aug 2015 06:10:37 +0000 (14:10 +0800)]
MDL-46878 my: Behat tests to cover reset of all customised pages
Frederic Massart [Thu, 27 Aug 2015 10:20:59 +0000 (18:20 +0800)]
MDL-46878 my: Allow admins to reset everyone's dashboard
Charles Fulton [Tue, 11 Aug 2015 12:35:09 +0000 (12:35 +0000)]
MDL-51052 dml: support for sql_like() under utf8_bin
Adrian Greeve [Mon, 14 Sep 2015 06:13:35 +0000 (14:13 +0800)]
MDL-51108 mod_data: Addition to behat test for Lat. and Long.
Adrian Greeve [Mon, 14 Sep 2015 02:03:11 +0000 (10:03 +0800)]
MDL-51108 mod_data: Add validation for Lat. and Long.
Added a check to see that both the Lat. and Long. values
are entered when filling in database module entries.
Adrian Greeve [Tue, 8 Sep 2015 03:47:44 +0000 (11:47 +0800)]
MDL-51259 mod_data: ratings of items not activated.
When selecting a rating method, the restrict rating
to items with dates would be automatically enabled if
not checked. This code brings the data module inline
with forum and glossary.
David Mudrák [Tue, 15 Sep 2015 21:11:01 +0000 (23:11 +0200)]
MDL-51423 clilib: Fix the hard-coded English text with proper string
The string already exists and is part of the install language packs.
This was just forgotten TODO.
David Mudrák [Tue, 15 Sep 2015 21:01:09 +0000 (23:01 +0200)]
MDL-51423 clilib: Introduce cli_write() and cli_writeln() functions
These are supposed to provide unified API for outputting texts from the
CLI scripts, without the need to mix other cli_* functions with echo()
and manually concatenated end-of-line character.
David Mudrák [Tue, 15 Sep 2015 20:08:04 +0000 (22:08 +0200)]
MDL-51403 install: Improve the language validation in the CLI installer
There are two essential improvements here. Firstly, by replacing the
file_exists() check with array_key_exists() we make sure that only
actual language code will be written into the config.php file (and not
the empty value in case of input that does not pass the PARAM_SAFEDIR
cleaning).
Additionally, we no longer display the full list of available languages
by default. The list can be displayed in the interactive mode by typing
the ? character instead of the language code. This makes the overall
interface cleaner, does not cause the header information (such as the
Moodle version) to scroll away and makes the nice cli logo more visible
(which was the main motivation for the whole patch anyway ;-).
Juan Leyva [Mon, 1 Jun 2015 11:35:18 +0000 (13:35 +0200)]
MDL-50349 scorm: New WS mod_scorm_get_scorms_by_courses
Eloy Lafuente (stronk7) [Thu, 17 Sep 2015 16:01:12 +0000 (18:01 +0200)]
weekly release 3.0dev
Eloy Lafuente (stronk7) [Thu, 17 Sep 2015 09:28:31 +0000 (11:28 +0200)]
Merge branch 'MDL-30157_master-fix' of git://github.com/dmonllao/moodle
David Monllao [Thu, 17 Sep 2015 09:06:53 +0000 (17:06 +0800)]
MDL-30157 enrol_manual: timestart a few seconds before
We want to prevent conflicts with get_enrolled_sql trick for db caching
plus users should be able to access the course once enrolled.
Ryan Wyllie [Thu, 6 Aug 2015 04:08:16 +0000 (04:08 +0000)]
MDL-50664 mod_data: tests for 'manageapproved' setting.
Adding test coverage for the 'manageapproved' setting that
was added by Johannes Burk.
Simey Lameze [Thu, 17 Sep 2015 00:36:20 +0000 (08:36 +0800)]
MDL-50959 gradebook: fix XML grade export
Eloy Lafuente (stronk7) [Wed, 16 Sep 2015 21:24:39 +0000 (23:24 +0200)]
Merge branch 'MDL-50557-master' of git://github.com/jleyva/moodle
Juan Leyva [Wed, 16 Sep 2015 21:02:02 +0000 (23:02 +0200)]
MDL-50557 scorm: Add attempt field in mod_scorm_get_scorm_sco_tracks
Juan Leyva [Fri, 12 Jun 2015 11:13:18 +0000 (13:13 +0200)]
MDL-50557 mod_scorm: New WS mod_scorm_get_scorm_sco_tracks
Eloy Lafuente (stronk7) [Wed, 16 Sep 2015 21:15:59 +0000 (23:15 +0200)]
Merge branch 'MDL-50353-master' of git://github.com/jleyva/moodle
Juan Leyva [Wed, 16 Sep 2015 21:14:11 +0000 (23:14 +0200)]
MDL-50353 mod_scorm: Fix problem with ids ordering in tests
Eloy Lafuente (stronk7) [Wed, 16 Sep 2015 20:11:55 +0000 (22:11 +0200)]
Merge branch 'MDL-50353-master' of git://github.com/jleyva/moodle
Juan Leyva [Wed, 10 Jun 2015 11:15:42 +0000 (13:15 +0200)]
MDL-50353 scorm: New Web Service mod_scorm_insert_scorm_tracks
Juan Leyva [Wed, 10 Jun 2015 14:55:50 +0000 (16:55 +0200)]
MDL-50352 scorm: New Web Service mod_scorm_get_scorm_user_data
Juan Leyva [Tue, 9 Jun 2015 21:17:49 +0000 (23:17 +0200)]
MDL-50351 scorm: New Web Service mod_scorm_get_scorm_scoes
Andrew Hancox [Wed, 16 Sep 2015 09:49:18 +0000 (10:49 +0100)]
MDL-51431 enrol_flatfile: Fix for startdate when updating users
Marina Glancy [Wed, 16 Sep 2015 07:30:04 +0000 (15:30 +0800)]
MDL-51217 auth: check if recaptcha enabled for current plugin
Marina Glancy [Wed, 16 Sep 2015 06:38:52 +0000 (14:38 +0800)]
MDL-46705 admin: Validate unique shortname for frontpage course
David Monllao [Wed, 16 Sep 2015 05:32:29 +0000 (13:32 +0800)]
MDL-48881 mod_lesson: A couple of performance improvements
- Improve memory usage on db drivers not able to use recordsets
properly
- !array_key_exists replaced by empty calls
David Monllao [Wed, 16 Sep 2015 05:20:52 +0000 (13:20 +0800)]
Merge branch 'MDL-48881_m30v5' of git://github.com/sbourget/moodle
David Monllao [Wed, 16 Sep 2015 01:57:22 +0000 (09:57 +0800)]
Merge branch 'MDL-49561_master' of git://github.com/markn86/moodle
Conflicts:
lib/bennu/readme_moodle.txt