-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathreadme.txt
65 lines (46 loc) · 2.52 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
This file is part of Moodle - http://moodle.org/
Moodle is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Moodle is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Moodle. If not, see <http://www.gnu.org/licenses/>.
copyright (c) 2013, Echo360 Inc.
license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
EchoLink module
===================
EchoLink module is a resource module to provide Moodle Teachers the ability to add Echo360 Links from the configured EchoSystem Server.
This EchoLink module has been successfully tested with Moodle 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3.0 with EchoSystem 5.3, 5.4, 5.5
Change Log
===================
4 May 2016
- Fix for OAuth parameters to be declared as global constants (thanks to Donkeyx)
- Fix Moodle1 backup restoration issue to Moodle2 (thanks to JimThorpeNZ)
- Fix URL encoding with spaces (thanks to PaulN)
- Fix EchoLink Configuration page labels display
- Fix version.php compatibility support for Moodle3
10 February 2016
- Bug fix for seamless authentication to the ESS when Moodle Users have first names and last names containing spaces
10 March 2015
- Minor change to resolve when setting cookie, resulting in nonce warnings during seamless authentication to the ESS
(Special thanks to the team at Uni. of Canterbury for investigating and proposing the fix.)
19 December 2014
- Minor changes to EchoLink UI to standardise Name field length to same setting as Moodle URL module
- Removed Embed and Display In Frame appearance options since they did not work properly
5 August 2014
- Bug fix to resolve undeclared variable in echolink_ess_get_rest_section() function
- Resolved bug uniquely identifying ESS Person records
- Minor improvements user interface
24 July 2014
- Bug fix to find particular ESS Person user to work with ESS API filtering behaviour
2 July 2014
- Improved warning messages displayed within EchoLink user interface
18 March 2014
- Fixed bug preventing the use of pop-up, new tab, opening functionality.
17 March 2014
- Fixed Moodle backup issue caused by plugin
- Fixed Moodle link duplication functionality caused by plugin