moodle.git
7 years agoMerge branch 'MDL-47494-gapselect' into MDL-47494
Tim Hunt [Fri, 18 Sep 2015 06:51:33 +0000 (07:51 +0100)]
Merge branch 'MDL-47494-gapselect' into MDL-47494

7 years agoweekly release 3.0dev
Eloy Lafuente (stronk7) [Thu, 17 Sep 2015 16:01:12 +0000 (18:01 +0200)]
weekly release 3.0dev

7 years agoMerge branch 'MDL-30157_master-fix' of git://github.com/dmonllao/moodle
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

7 years agoMDL-30157 enrol_manual: timestart a few seconds before
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.

7 years agoMDL-50959 gradebook: fix XML grade export
Simey Lameze [Thu, 17 Sep 2015 00:36:20 +0000 (08:36 +0800)]
MDL-50959 gradebook: fix XML grade export

7 years agoMerge branch 'MDL-50557-master' of git://github.com/jleyva/moodle
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

7 years agoMDL-50557 scorm: Add attempt field in mod_scorm_get_scorm_sco_tracks
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

7 years agoMDL-50557 mod_scorm: New WS 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

7 years agoMerge branch 'MDL-50353-master' of git://github.com/jleyva/moodle
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

7 years agoMDL-50353 mod_scorm: Fix problem with ids ordering in tests
Juan Leyva [Wed, 16 Sep 2015 21:14:11 +0000 (23:14 +0200)]
MDL-50353 mod_scorm: Fix problem with ids ordering in tests

7 years agoMerge branch 'MDL-50353-master' of git://github.com/jleyva/moodle
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

7 years agoMDL-50353 scorm: New Web Service mod_scorm_insert_scorm_tracks
Juan Leyva [Wed, 10 Jun 2015 11:15:42 +0000 (13:15 +0200)]
MDL-50353 scorm: New Web Service mod_scorm_insert_scorm_tracks

7 years agoMDL-50352 scorm: New Web Service mod_scorm_get_scorm_user_data
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

7 years agoMDL-50351 scorm: New Web Service mod_scorm_get_scorm_scoes
Juan Leyva [Tue, 9 Jun 2015 21:17:49 +0000 (23:17 +0200)]
MDL-50351 scorm: New Web Service mod_scorm_get_scorm_scoes

7 years agoMDL-51217 auth: check if recaptcha enabled for current plugin
Marina Glancy [Wed, 16 Sep 2015 07:30:04 +0000 (15:30 +0800)]
MDL-51217 auth: check if recaptcha enabled for current plugin

7 years agoMDL-46705 admin: Validate unique shortname for frontpage course
Marina Glancy [Wed, 16 Sep 2015 06:38:52 +0000 (14:38 +0800)]
MDL-46705 admin: Validate unique shortname for frontpage course

7 years agoMDL-48881 mod_lesson: A couple of performance improvements
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

7 years agoMerge branch 'MDL-48881_m30v5' of git://github.com/sbourget/moodle
David Monllao [Wed, 16 Sep 2015 05:20:52 +0000 (13:20 +0800)]
Merge branch 'MDL-48881_m30v5' of git://github.com/sbourget/moodle

7 years agoMerge branch 'MDL-49561_master' of git://github.com/markn86/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

7 years agoMerge branch 'MDL-46705-master' of git://github.com/dkns/moodle
David Monllao [Wed, 16 Sep 2015 01:44:37 +0000 (09:44 +0800)]
Merge branch 'MDL-46705-master' of git://github.com/dkns/moodle

7 years agoMerge branch 'MDL-50890_master' of git://github.com/dmonllao/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

7 years agoMDL-50890 enrol_flatfile: Correcting typo and return
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.

7 years agoMDL-50890 enrol_flatfile: Modifications for compliance with standards
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.

7 years agoMDL-50890 enrol_flatfile: Replace cron processing with scheduled task
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

7 years agoMDL-50936 Atto: Add upgrade path for updating equations setting
Sam Chaffee [Tue, 1 Sep 2015 17:07:14 +0000 (11:07 -0600)]
MDL-50936 Atto: Add upgrade path for updating equations setting

7 years agoMDL-50936 Atto: Add missing math equation buttons
Jason Hardin [Fri, 21 Aug 2015 20:20:27 +0000 (14:20 -0600)]
MDL-50936 Atto: Add missing math equation buttons

7 years agoMerge branch 'MDL-50685_master' of git://github.com/dmonllao/moodle
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

7 years agoMerge branch 'MDL-50930-master' of git://github.com/jleyva/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

7 years agoMerge branch 'MDL-49032' of https://github.com/stronk7/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

7 years agoMDL-49032 lib/bennu: update readme to document the change
Eloy Lafuente (stronk7) [Tue, 15 Sep 2015 22:44:21 +0000 (00:44 +0200)]
MDL-49032 lib/bennu: update readme to document the change

7 years agoMDL-49032 lib/bennu: use HTAB only when folding lines
Joby Harding [Thu, 20 Aug 2015 09:29:16 +0000 (10:29 +0100)]
MDL-49032 lib/bennu: use HTAB only when folding lines

7 years agoMerge branch 'MDL-30157_master' of git://github.com/dmonllao/moodle
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

7 years agoMerge branch 'MDL-50959-master' of git://github.com/lameze/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

7 years agoMerge branch 'MDL-50892-master' of git://github.com/marinaglancy/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

7 years agoMerge branch 'MDL-50766_master' of git://github.com/dmonllao/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

7 years agoMDL-49942 core_course: bump version
Eloy Lafuente (stronk7) [Tue, 15 Sep 2015 20:53:45 +0000 (22:53 +0200)]
MDL-49942 core_course: bump version

7 years agoMerge branch 'MDL-49942-master' of git://github.com/jleyva/moodle
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

7 years agoMDL-33564 rss: Fixing missing param type
David Monllao [Tue, 15 Sep 2015 09:58:05 +0000 (17:58 +0800)]
MDL-33564 rss: Fixing missing param type

7 years agoMerge branch 'MDL-33564-master' of git://github.com/danpoltawski/moodle
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

7 years agoMerge branch 'MDL-51213-master' of git://github.com/damyon/moodle
David Monllao [Tue, 15 Sep 2015 09:28:34 +0000 (17:28 +0800)]
Merge branch 'MDL-51213-master' of git://github.com/damyon/moodle

7 years agoMerge branch 'MDL-50884-master' of git://github.com/lameze/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

7 years agoMerge branch 'MDL-50964-master' of git://github.com/jleyva/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

7 years agoMerge branch 'MDL-50966-master' of git://github.com/jleyva/moodle
David Monllao [Tue, 15 Sep 2015 08:58:54 +0000 (16:58 +0800)]
Merge branch 'MDL-50966-master' of git://github.com/jleyva/moodle

7 years agoMDL-30157 enrol_manual: New option to enrol from now
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.

7 years agoMDL-30157 enrol_manual: Setting proper default
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.

7 years agoMerge branch 'MDL-50983-master' of git://github.com/junpataleta/moodle
Andrew Nicols [Tue, 15 Sep 2015 07:25:46 +0000 (15:25 +0800)]
Merge branch 'MDL-50983-master' of git://github.com/junpataleta/moodle

7 years agoMDL-49942 core_course: New Web Service core_course_search_courses
Juan Leyva [Wed, 29 Apr 2015 10:10:48 +0000 (12:10 +0200)]
MDL-49942 core_course: New Web Service core_course_search_courses

7 years agoMerge branch 'MDL-50921-master' of git://github.com/ryanwyllie/moodle
David Monllao [Tue, 15 Sep 2015 06:26:57 +0000 (14:26 +0800)]
Merge branch 'MDL-50921-master' of git://github.com/ryanwyllie/moodle

7 years agoMDL-51048 backup: Removing unnecessary var
David Monllao [Tue, 15 Sep 2015 05:43:45 +0000 (13:43 +0800)]
MDL-51048 backup: Removing unnecessary var

7 years agoMerge branch 'MDL-51048' of git://github.com/timhunt/moodle
David Monllao [Tue, 15 Sep 2015 05:40:55 +0000 (13:40 +0800)]
Merge branch 'MDL-51048' of git://github.com/timhunt/moodle

7 years agoMerge branch 'MDL-51290-master' of git://github.com/cameron1729/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

7 years agoMDL-50783 ajax: Default for ajax calls to requirelogin=true
Damyon Wiese [Tue, 15 Sep 2015 04:21:22 +0000 (12:21 +0800)]
MDL-50783 ajax: Default for ajax calls to requirelogin=true

7 years agoMerge branch 'MDL-51008-master' of git://github.com/marinaglancy/moodle
David Monllao [Tue, 15 Sep 2015 03:21:22 +0000 (11:21 +0800)]
Merge branch 'MDL-51008-master' of git://github.com/marinaglancy/moodle

7 years agoMerge branch 'MDL-50982-master' of git://github.com/junpataleta/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

7 years agoMerge branch 'MDL-51147' of git://github.com/timhunt/moodle
David Monllao [Tue, 15 Sep 2015 02:07:55 +0000 (10:07 +0800)]
Merge branch 'MDL-51147' of git://github.com/timhunt/moodle

7 years agoMerge branch 'm30_MDL-51363_Fix_Default_Settings_1x_Restore' of git://github.com...
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

7 years agoMerge branch 'MDL-50981-master' of git://github.com/junpataleta/moodle
Andrew Nicols [Tue, 15 Sep 2015 00:33:06 +0000 (08:33 +0800)]
Merge branch 'MDL-50981-master' of git://github.com/junpataleta/moodle

7 years agoMerge branch 'MDL-51017-master' of git://github.com/jleyva/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

7 years agoMDL-51363 SCORM: fixed default settings on restoring 1.x backups
Matteo Scaramuccia [Wed, 9 Sep 2015 14:26:47 +0000 (16:26 +0200)]
MDL-51363 SCORM: fixed default settings on restoring 1.x backups

7 years agoMDL-51290 user: Expand picture section in profile by default
Cameron Ball [Wed, 9 Sep 2015 02:55:15 +0000 (10:55 +0800)]
MDL-51290 user: Expand picture section in profile by default

7 years agoMDL-51017 mod_scorm: New WS mod_scorm_get_scorm_attempt_count
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

7 years agoMerge branch 'wip-mdl-51101' of git://github.com/rajeshtaneja/moodle
David Monllao [Mon, 14 Sep 2015 08:18:01 +0000 (16:18 +0800)]
Merge branch 'wip-mdl-51101' of git://github.com/rajeshtaneja/moodle

7 years agoMerge branch 'MDL-50783-master' of git://github.com/damyon/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

7 years agoMDL-50994 mod_forum: Correct docs for discussion WS
Andrew Nicols [Mon, 14 Sep 2015 07:43:26 +0000 (15:43 +0800)]
MDL-50994 mod_forum: Correct docs for discussion WS

7 years agoMerge branch 'MDL-50994-master' of git://github.com/jleyva/moodle
Andrew Nicols [Mon, 14 Sep 2015 07:40:05 +0000 (15:40 +0800)]
Merge branch 'MDL-50994-master' of git://github.com/jleyva/moodle

7 years agoMDL-50783 ajax: Properly deprecate the is_allowed_from_ajax() methods.
Damyon Wiese [Mon, 14 Sep 2015 07:09:38 +0000 (15:09 +0800)]
MDL-50783 ajax: Properly deprecate the is_allowed_from_ajax() methods.

7 years agoMDL-50783 ajax: Add specific check for NO_MOODLE_COOKIES
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.

7 years agoMDL-50783 Ajax: Configure how to call a webservice through db/service.php
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).

7 years agoMerge branch 'MDL-50980-master' of git://github.com/junpataleta/moodle
Andrew Nicols [Mon, 14 Sep 2015 07:07:31 +0000 (15:07 +0800)]
Merge branch 'MDL-50980-master' of git://github.com/junpataleta/moodle

7 years agoMerge branch 'MDL-51170-master' of git://github.com/andrewnicols/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

7 years agoMerge branch 'MDL-50782-master' of git://github.com/damyon/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

7 years agoMerge branch 'MDL-51191-master' of git://github.com/StudiUM/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

7 years agoMerge branch 'MDL-51205_pix_style' of git://github.com/andyjdavis/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

7 years agoMerge branch 'MDL-51296-master' of git://github.com/junpataleta/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

7 years agoMerge branch 'MDL-51253_forum_urls' of git://github.com/BenKelada/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

7 years agoMDL-51253 forum: fix urls for exceptions and redirects
Ben Kelada [Mon, 31 Aug 2015 04:12:42 +0000 (14:12 +1000)]
MDL-51253 forum: fix urls for exceptions and redirects

7 years agoMDL-51296 blog: Added title that reflects the blog's editing mode
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

7 years agoMerge branch 'MDL-51217-master' of git://github.com/lucisgit/moodle
David Monllao [Mon, 14 Sep 2015 02:04:08 +0000 (10:04 +0800)]
Merge branch 'MDL-51217-master' of git://github.com/lucisgit/moodle

7 years agoMDL-50884 auth_shibboleth: fix logout handler url generation
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.

7 years agoMerge branch 'MDL-51232' of git://github.com/jinuabraham/moodle
David Monllao [Mon, 14 Sep 2015 01:38:56 +0000 (09:38 +0800)]
Merge branch 'MDL-51232' of git://github.com/jinuabraham/moodle

7 years agoMDL-50959 gradebook: fix XML grade publishing score
Simey Lameze [Tue, 8 Sep 2015 03:40:22 +0000 (11:40 +0800)]
MDL-50959 gradebook: fix XML grade publishing score

7 years agoMDL-51051 core_grades: 'Categories and items' => 'Gradebook setup'
Mark Nelson [Fri, 7 Aug 2015 16:16:12 +0000 (11:16 -0500)]
MDL-51051 core_grades: 'Categories and items' => 'Gradebook setup'

7 years agoMDL-51191 assign: Optimizing slow SQL query for MySQL
Jean-Philippe Gaudreau [Mon, 24 Aug 2015 21:05:44 +0000 (17:05 -0400)]
MDL-51191 assign: Optimizing slow SQL query for MySQL

7 years agoMDL-50994 mod_forum: New Web Service mod_forum_add_discussion
Juan Leyva [Tue, 4 Aug 2015 15:43:25 +0000 (17:43 +0200)]
MDL-50994 mod_forum: New Web Service mod_forum_add_discussion

7 years agoMDL-50930 completion: New WS core_completion_mark_course_self_completed
Juan Leyva [Mon, 27 Jul 2015 13:37:35 +0000 (15:37 +0200)]
MDL-50930 completion: New WS core_completion_mark_course_self_completed

7 years agoMDL-50964 core_group: New Web Service core_group_get_activity_groupmode
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

7 years agoMDL-50966 core_group: New WS core_group_get_activity_allowed_groups
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

7 years agoMDL-50766 grunt: Check that there are yui modules before running shifter
David Monllao [Tue, 8 Sep 2015 07:07:57 +0000 (15:07 +0800)]
MDL-50766 grunt: Check that there are yui modules before running shifter

7 years agoMDL-50685 core_form: disable hidden options, don't just hide
Jetha Chan [Thu, 2 Jul 2015 02:19:50 +0000 (10:19 +0800)]
MDL-50685 core_form: disable hidden options, don't just hide

7 years agoMDL-50892 mod: allow activity to have name '0'
Marina Glancy [Wed, 12 Aug 2015 03:48:43 +0000 (11:48 +0800)]
MDL-50892 mod: allow activity to have name '0'

7 years agoMDL-50983 templates: Create core template "columns-autoflow-1to1to1"
Jun Pataleta [Fri, 11 Sep 2015 02:32:02 +0000 (10:32 +0800)]
MDL-50983 templates: Create core template "columns-autoflow-1to1to1"

7 years agoMDL-50982 templates: Create core template "columns-1to1to1"
Jun Pataleta [Fri, 11 Sep 2015 02:15:57 +0000 (10:15 +0800)]
MDL-50982 templates: Create core template "columns-1to1to1"

7 years agoMDL-50981 templates: Create core template "columns-1to2"
Jun Pataleta [Fri, 11 Sep 2015 02:08:41 +0000 (10:08 +0800)]
MDL-50981 templates: Create core template "columns-1to2"

7 years agoMDL-50980 templates: Create core template "columns-2to1"
Jun Pataleta [Tue, 18 Aug 2015 08:54:37 +0000 (16:54 +0800)]
MDL-50980 templates: Create core template "columns-2to1"

7 years agoweekly release 3.0dev
Eloy Lafuente (stronk7) [Thu, 10 Sep 2015 09:09:52 +0000 (11:09 +0200)]
weekly release 3.0dev

7 years agoMerge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
Eloy Lafuente (stronk7) [Thu, 10 Sep 2015 09:09:46 +0000 (11:09 +0200)]
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install

7 years agoMDL-51101 behat: Fixed wrong hover step usage
Rajesh Taneja [Thu, 13 Aug 2015 08:28:12 +0000 (16:28 +0800)]
MDL-51101 behat: Fixed wrong hover step usage

Hover step was being mis-used for checking activity completion
This is replaced with proper step which check for img element

7 years agoMDL-51101 behat: Removed old behat steps checking feature
Rajesh Taneja [Thu, 13 Aug 2015 07:03:45 +0000 (15:03 +0800)]
MDL-51101 behat: Removed old behat steps checking feature

This was introduced when there were no features
testing all the steps. Now we have all use-cases
so removing this feature file

7 years agoMDL-50516 behat: Back/next button reloads page
rajesh Taneja [Thu, 10 Sep 2015 06:30:28 +0000 (14:30 +0800)]
MDL-50516 behat: Back/next button reloads page

When next/back button is pressed in phantomjs/browserkit
it reload page, so adding a bug_phantomjs, so that we can
test the lesson re-attempt scenario

7 years agoMDL-51213 weblib: Allow filter=false option for format_string
Damyon Wiese [Thu, 10 Sep 2015 04:55:52 +0000 (12:55 +0800)]
MDL-51213 weblib: Allow filter=false option for format_string

And pass this from external_format_string correctly.