mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-65746' of git://github.com/Chocolate-lightning/moodle
This commit is contained in:
commit
94bce858b4
@ -27,7 +27,6 @@ lib/htmlpurifier/
|
||||
lib/jabber/
|
||||
lib/minify/matthiasmullie-minify/
|
||||
lib/minify/matthiasmullie-pathconverter/
|
||||
lib/pear/Auth/RADIUS.php
|
||||
lib/pear/Crypt/CHAP.php
|
||||
lib/pear/HTML/Common.php
|
||||
lib/pear/HTML/QuickForm.php
|
||||
|
@ -28,7 +28,6 @@ lib/htmlpurifier/
|
||||
lib/jabber/
|
||||
lib/minify/matthiasmullie-minify/
|
||||
lib/minify/matthiasmullie-pathconverter/
|
||||
lib/pear/Auth/RADIUS.php
|
||||
lib/pear/Crypt/CHAP.php
|
||||
lib/pear/HTML/Common.php
|
||||
lib/pear/HTML/QuickForm.php
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -45,11 +45,6 @@ In detail, the libraries added here are:
|
||||
- by Elizabeth Smith, Arpad Ray, Joshua Eichorn, David Coallier and Laurent Yaish
|
||||
- License: LGPL
|
||||
- http://pear.php.net/package/HTML_AJAX/
|
||||
- PEAR Auth_RADIUS:
|
||||
- Current version: 1.1.0 (2015-02-10)
|
||||
- by Michael Bretterklieber
|
||||
- License: BSD
|
||||
- http://pear.php.net/package/Auth_RADIUS
|
||||
- PEAR Crypt_CHAP:
|
||||
- Current Version: 1.0.1 (2007-03-14)
|
||||
- by Michael Bretterklieber
|
||||
|
@ -1,18 +1,6 @@
|
||||
MOODLE-SPECIFIC PEAR MODIFICATIONS
|
||||
==================================
|
||||
|
||||
Auth/RADIUS
|
||||
===========
|
||||
|
||||
1/ Changed static call to correct alternative (MDL-38373):
|
||||
- From: PEAR::loadExtension('radius'); (in global scope)
|
||||
- To: $this->loadExtension('radius'); (in constructor)
|
||||
2/ Upgraded to version 1.1.0 (see MDL-51523).
|
||||
Changes made to the lib/pear/Auth/RADIUS.php file that was downloaded.
|
||||
- Added "require_once('PEAR.php')".
|
||||
- Changed the 'Auth_RADIUS' class so that it extends the 'PEAR' class.
|
||||
- Changed the function 'loadExtension' to public.
|
||||
|
||||
XML/Parser
|
||||
=================
|
||||
1/ changed ereg_ to preg_
|
||||
|
@ -70,13 +70,6 @@
|
||||
<version>1.1.0</version>
|
||||
<licenseversion></licenseversion>
|
||||
</library>
|
||||
<library>
|
||||
<location>pear/Auth/RADIUS.php</location>
|
||||
<name>Pear_Auth_Radius</name>
|
||||
<license>BSD</license>
|
||||
<version>1.1.0</version>
|
||||
<licenseversion></licenseversion>
|
||||
</library>
|
||||
<library>
|
||||
<location>pear/Crypt/CHAP.php</location>
|
||||
<name>Pear_Crypt_CHAP</name>
|
||||
|
@ -4,6 +4,7 @@ information provided here is intended especially for developers.
|
||||
=== 3.8 ===
|
||||
* The yui checknet module is removed. Call \core\session\manager::keepalive instead.
|
||||
* The generate_uuid() function has been deprecated. Please use \core\uuid::generate() instead.
|
||||
* Remove lib/pear/auth/RADIUS.php (MDL-65746)
|
||||
|
||||
=== 3.7 ===
|
||||
* Nodes in the navigation api can have labels for each group. See set/get_collectionlabel().
|
||||
|
Loading…
x
Reference in New Issue
Block a user