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
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.
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
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
David Monllao [Wed, 16 Sep 2015 01:44:37 +0000 (09:44 +0800)]
Merge branch 'MDL-46705-master' of git://github.com/dkns/moodle
David Monllao [Wed, 16 Sep 2015 01:10:28 +0000 (09:10 +0800)]
Merge branch 'MDL-50890_master' of git://github.com/dmonllao/moodle
David Monllao [Wed, 16 Sep 2015 01:07:47 +0000 (09:07 +0800)]
MDL-50890 enrol_flatfile: Correcting typo and return
Would be safer to return nothing, execute methods don't have
a return. I understand this return 2 was inherited from the
previous cron function.
Jun Pataleta [Mon, 7 Sep 2015 08:24:02 +0000 (16:24 +0800)]
MDL-50890 enrol_flatfile: Modifications for compliance with standards
Also changed the scheduled task to run every hour.
Troy Williams [Tue, 21 Jul 2015 02:21:10 +0000 (14:21 +1200)]
MDL-50890 enrol_flatfile: Replace cron processing with scheduled task
Replace enrolment plugin flatfile cron processing with scheduled task
Sam Chaffee [Tue, 1 Sep 2015 17:07:14 +0000 (11:07 -0600)]
MDL-50936 Atto: Add upgrade path for updating equations setting
Jason Hardin [Fri, 21 Aug 2015 20:20:27 +0000 (14:20 -0600)]
MDL-50936 Atto: Add missing math equation buttons
Eloy Lafuente (stronk7) [Wed, 16 Sep 2015 00:15:51 +0000 (02:15 +0200)]
Merge branch 'MDL-50685_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Wed, 16 Sep 2015 00:11:12 +0000 (02:11 +0200)]
Merge branch 'MDL-50930-master' of git://github.com/jleyva/moodle
Eloy Lafuente (stronk7) [Tue, 15 Sep 2015 23:00:03 +0000 (01:00 +0200)]
Merge branch 'MDL-49032' of https://github.com/stronk7/moodle
Eloy Lafuente (stronk7) [Tue, 15 Sep 2015 22:44:21 +0000 (00:44 +0200)]
MDL-49032 lib/bennu: update readme to document the change
Joby Harding [Thu, 20 Aug 2015 09:29:16 +0000 (10:29 +0100)]
MDL-49032 lib/bennu: use HTAB only when folding lines
Eloy Lafuente (stronk7) [Tue, 15 Sep 2015 22:19:04 +0000 (00:19 +0200)]
Merge branch 'MDL-30157_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Tue, 15 Sep 2015 21:36:14 +0000 (23:36 +0200)]
Merge branch 'MDL-50959-master' of git://github.com/lameze/moodle
Eloy Lafuente (stronk7) [Tue, 15 Sep 2015 21:12:22 +0000 (23:12 +0200)]
Merge branch 'MDL-50892-master' of git://github.com/marinaglancy/moodle
Eloy Lafuente (stronk7) [Tue, 15 Sep 2015 21:02:25 +0000 (23:02 +0200)]
Merge branch 'MDL-50766_master' of git://github.com/dmonllao/moodle
Eloy Lafuente (stronk7) [Tue, 15 Sep 2015 20:53:45 +0000 (22:53 +0200)]
MDL-49942 core_course: bump version
Eloy Lafuente (stronk7) [Tue, 15 Sep 2015 20:52:13 +0000 (22:52 +0200)]
Merge branch 'MDL-49942-master' of git://github.com/jleyva/moodle
David Monllao [Tue, 15 Sep 2015 09:58:05 +0000 (17:58 +0800)]
MDL-33564 rss: Fixing missing param type
David Monllao [Tue, 15 Sep 2015 09:56:20 +0000 (17:56 +0800)]
Merge branch 'MDL-33564-master' of git://github.com/danpoltawski/moodle
Conflicts:
lib/upgrade.txt
David Monllao [Tue, 15 Sep 2015 09:28:34 +0000 (17:28 +0800)]
Merge branch 'MDL-51213-master' of git://github.com/damyon/moodle
David Monllao [Tue, 15 Sep 2015 09:15:47 +0000 (17:15 +0800)]
Merge branch 'MDL-50884-master' of git://github.com/lameze/moodle
David Monllao [Tue, 15 Sep 2015 09:09:33 +0000 (17:09 +0800)]
Merge branch 'MDL-50964-master' of git://github.com/jleyva/moodle
Conflicts:
group/tests/externallib_test.php
lib/db/services.php
David Monllao [Tue, 15 Sep 2015 08:58:54 +0000 (16:58 +0800)]
Merge branch 'MDL-50966-master' of git://github.com/jleyva/moodle
David Monllao [Thu, 18 Jun 2015 04:30:35 +0000 (12:30 +0800)]
MDL-30157 enrol_manual: New option to enrol from now
We set the new now option as the default one, as other enrol
plugins use it as the default enrolment start date. We are keeping
the default to today on upgrades.
David Monllao [Fri, 28 Aug 2015 03:14:55 +0000 (11:14 +0800)]
MDL-30157 enrol_manual: Setting proper default
The wrong default value was working because of count starting from 1.
Andrew Nicols [Tue, 15 Sep 2015 07:25:46 +0000 (15:25 +0800)]
Merge branch 'MDL-50983-master' of git://github.com/junpataleta/moodle
Juan Leyva [Wed, 29 Apr 2015 10:10:48 +0000 (12:10 +0200)]
MDL-49942 core_course: New Web Service core_course_search_courses
David Monllao [Tue, 15 Sep 2015 06:26:57 +0000 (14:26 +0800)]
Merge branch 'MDL-50921-master' of git://github.com/ryanwyllie/moodle
David Monllao [Tue, 15 Sep 2015 05:43:45 +0000 (13:43 +0800)]
MDL-51048 backup: Removing unnecessary var
David Monllao [Tue, 15 Sep 2015 05:40:55 +0000 (13:40 +0800)]
Merge branch 'MDL-51048' of git://github.com/timhunt/moodle
Andrew Nicols [Tue, 15 Sep 2015 05:05:30 +0000 (13:05 +0800)]
Merge branch 'MDL-51290-master' of git://github.com/cameron1729/moodle
Damyon Wiese [Tue, 15 Sep 2015 04:21:22 +0000 (12:21 +0800)]
MDL-50783 ajax: Default for ajax calls to requirelogin=true
David Monllao [Tue, 15 Sep 2015 03:21:22 +0000 (11:21 +0800)]
Merge branch 'MDL-51008-master' of git://github.com/marinaglancy/moodle
Andrew Nicols [Tue, 15 Sep 2015 03:01:50 +0000 (11:01 +0800)]
Merge branch 'MDL-50982-master' of git://github.com/junpataleta/moodle
David Monllao [Tue, 15 Sep 2015 02:07:55 +0000 (10:07 +0800)]
Merge branch 'MDL-51147' of git://github.com/timhunt/moodle
David Monllao [Tue, 15 Sep 2015 01:58:08 +0000 (09:58 +0800)]
Merge branch 'm30_MDL-51363_Fix_Default_Settings_1x_Restore' of git://github.com/scara/moodle
Conflicts:
mod/scorm/version.php
Andrew Nicols [Tue, 15 Sep 2015 00:33:06 +0000 (08:33 +0800)]
Merge branch 'MDL-50981-master' of git://github.com/junpataleta/moodle
Andrew Nicols [Tue, 15 Sep 2015 00:23:10 +0000 (08:23 +0800)]
Merge branch 'MDL-51017-master' of git://github.com/jleyva/moodle
Matteo Scaramuccia [Wed, 9 Sep 2015 14:26:47 +0000 (16:26 +0200)]
MDL-51363 SCORM: fixed default settings on restoring 1.x backups
Cameron Ball [Wed, 9 Sep 2015 02:55:15 +0000 (10:55 +0800)]
MDL-51290 user: Expand picture section in profile by default
Juan Leyva [Thu, 6 Aug 2015 12:33:14 +0000 (14:33 +0200)]
MDL-51017 mod_scorm: New WS mod_scorm_get_scorm_attempt_count
David Monllao [Mon, 14 Sep 2015 08:18:01 +0000 (16:18 +0800)]
Merge branch 'wip-mdl-51101' of git://github.com/rajeshtaneja/moodle
Andrew Nicols [Mon, 14 Sep 2015 07:52:42 +0000 (15:52 +0800)]
Merge branch 'MDL-50783-master' of git://github.com/damyon/moodle
Andrew Nicols [Mon, 14 Sep 2015 07:43:26 +0000 (15:43 +0800)]
MDL-50994 mod_forum: Correct docs for discussion WS
Andrew Nicols [Mon, 14 Sep 2015 07:40:05 +0000 (15:40 +0800)]
Merge branch 'MDL-50994-master' of git://github.com/jleyva/moodle
Damyon Wiese [Mon, 14 Sep 2015 07:09:38 +0000 (15:09 +0800)]
MDL-50783 ajax: Properly deprecate the is_allowed_from_ajax() methods.
Damyon Wiese [Mon, 14 Sep 2015 06:00:23 +0000 (14:00 +0800)]
MDL-50783 ajax: Add specific check for NO_MOODLE_COOKIES
If loginrequired is set for a webservice - NO_MOODLE_COOKIES cannot
be true - or it is a coding error.
Damyon Wiese [Thu, 16 Jul 2015 06:14:33 +0000 (14:14 +0800)]
MDL-50783 Ajax: Configure how to call a webservice through db/service.php
Now the db/service.php array can contain these extra keys to provide information
on how a webservice may be called:
'ajax' => true (Default is false)
Replaces the xx_is_allowed_from_ajax callback.
'loginrequired' => false (Default is true)
Means that this webservice can be called through lib/ajax/service-nosession.php
which sets NO_MOODLE_COOKIES to true (faster). This is only safe for webservices returning
static public data (e.g. get_string).
Andrew Nicols [Mon, 14 Sep 2015 07:07:31 +0000 (15:07 +0800)]
Merge branch 'MDL-50980-master' of git://github.com/junpataleta/moodle
David Monllao [Mon, 14 Sep 2015 06:14:09 +0000 (14:14 +0800)]
Merge branch 'MDL-51170-master' of git://github.com/andrewnicols/moodle
Andrew Nicols [Mon, 14 Sep 2015 06:00:52 +0000 (14:00 +0800)]
Merge branch 'MDL-50782-master' of git://github.com/damyon/moodle
David Monllao [Mon, 14 Sep 2015 05:58:55 +0000 (13:58 +0800)]
Merge branch 'MDL-51191-master' of git://github.com/StudiUM/moodle
David Monllao [Mon, 14 Sep 2015 05:31:06 +0000 (13:31 +0800)]
Merge branch 'MDL-51205_pix_style' of git://github.com/andyjdavis/moodle
David Monllao [Mon, 14 Sep 2015 05:16:52 +0000 (13:16 +0800)]
Merge branch 'MDL-51296-master' of git://github.com/junpataleta/moodle
David Monllao [Mon, 14 Sep 2015 05:06:38 +0000 (13:06 +0800)]
Merge branch 'MDL-51253_forum_urls' of git://github.com/BenKelada/moodle
Ben Kelada [Mon, 31 Aug 2015 04:12:42 +0000 (14:12 +1000)]
MDL-51253 forum: fix urls for exceptions and redirects
Jun Pataleta [Tue, 8 Sep 2015 02:22:01 +0000 (10:22 +0800)]
MDL-51296 blog: Added title that reflects the blog's editing mode
David Monllao [Mon, 14 Sep 2015 02:04:08 +0000 (10:04 +0800)]
Merge branch 'MDL-51217-master' of git://github.com/lucisgit/moodle
Simey Lameze [Wed, 2 Sep 2015 03:20:27 +0000 (11:20 +0800)]
MDL-50884 auth_shibboleth: fix logout handler url generation
This patch fixes the shibboleth redirect url generation, that can create invalid url
if the shibboleth logout_handler setting has a parameter generating two parameters
with (?) instead of (&).
Thanks to Matteo Boni for the proposed solution.
David Monllao [Mon, 14 Sep 2015 01:38:56 +0000 (09:38 +0800)]
Merge branch 'MDL-51232' of git://github.com/jinuabraham/moodle
Simey Lameze [Tue, 8 Sep 2015 03:40:22 +0000 (11:40 +0800)]
MDL-50959 gradebook: fix XML grade publishing score
Mark Nelson [Fri, 7 Aug 2015 16:16:12 +0000 (11:16 -0500)]
MDL-51051 core_grades: 'Categories and items' => 'Gradebook setup'
Jean-Philippe Gaudreau [Mon, 24 Aug 2015 21:05:44 +0000 (17:05 -0400)]
MDL-51191 assign: Optimizing slow SQL query for MySQL
Juan Leyva [Tue, 4 Aug 2015 15:43:25 +0000 (17:43 +0200)]
MDL-50994 mod_forum: New Web Service mod_forum_add_discussion
Juan Leyva [Mon, 27 Jul 2015 13:37:35 +0000 (15:37 +0200)]
MDL-50930 completion: New WS core_completion_mark_course_self_completed
Juan Leyva [Thu, 30 Jul 2015 15:31:46 +0000 (17:31 +0200)]
MDL-50964 core_group: New Web Service core_group_get_activity_groupmode
Juan Leyva [Fri, 31 Jul 2015 09:28:06 +0000 (11:28 +0200)]
MDL-50966 core_group: New WS core_group_get_activity_allowed_groups