Merge branch 'MDL-54901' of git://github.com/stronk7/moodle
authorDavid Monllao <davidm@moodle.com>
Wed, 19 Apr 2017 03:30:03 +0000 (11:30 +0800)
committerDavid Monllao <davidm@moodle.com>
Wed, 19 Apr 2017 03:30:03 +0000 (11:30 +0800)
1  2 
lib/tests/moodlelib_test.php
lib/upgrade.txt
lib/upgradelib.php

Simple merge
diff --cc lib/upgrade.txt
@@@ -1,8 -1,10 +1,12 @@@
  This files describes API changes in core libraries and APIs,
  information provided here is intended especially for developers.
 +
  === 3.3 ===
 +
+ * PHPUnit's bootstrap has been changed to use HTTPS wwwroot (https://www.example.com/moodle) from previous HTTP version. Any
+   existing test expecting the old HTTP URLs will need to be switched to the new HTTPS value (reference: MDL-54901).
+ * The information returned by the idp list has changed. This is usually only rendered by the login page and login block.
+   The icon attribute is removed and an iconurl attribute has been added.
  * Support added for a new type of external file: FILE_CONTROLLED_LINK. This is an external file that Moodle can control
    the permissions. Moodle makes files read-only but can grant temporary write access.
      When accessing a URL, the info from file_browser::get_file_info will be checked to determine if the user has write access,
Simple merge