-
Notifications
You must be signed in to change notification settings - Fork 10
/
CHANGES.txt
147 lines (114 loc) · 6.13 KB
/
CHANGES.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
version 3.0.1.1 (2022-05-19)
---------------------------------------------------------------------------------------
- Integration with SIC
version 3.0.1.0 (2018-07-20)
---------------------------------------------------------------------------------------
- Upgrade to PHP 7.0
- Compatibility to Moodle 3.4
version 3.0.0.2 (2017-10-10)
---------------------------------------------------------------------------------------
- Fix the use of global variables without global keyword in the scope.
- Fix: COMPILE_ERROR: break in local/rcommon/add_user_credential.php #25
- Fix the use of global variables without global keyword in the scope. Fix typo in valid_activity.
- Added fullscreen button for scorm actities
- Removed log legacy logging and added standard logging
version 3.0.0.1 (2016-09-22)
---------------------------------------------------------------------------------------
- Requires Moodle 3.0 or greater (tested with 3.1)
- Solved problems showing reports and opening activities in a popup
- Context module retrieved only if course is not SITEID
- Deleted cron function
- Fixed bug when filtering users from a course with group mode different from "No groups"
version 2.7.0.1 (2015-09-29)
---------------------------------------------------------------------------------------
- Requires Moodle 2.7 or greater
- Optimized also for Moodle 2.8
- Code and settings cleaning
- Settings moved to config_plugins
- Rcontent admits report plugins
- Rcontent: Some navigation changes
- Release includes new version of Rgrade (2015-09-24)
version 2.6.0.6 (2015-05-22)
---------------------------------------------------------------------------------------
- Old documents in docs/moodle moved to 'historical_files' branch
- Repair wrong class name on mybooks install
- Code and settings cleaning, reenable reports, new version with 'enable.marsupial' setting
- Allow tracking of activities in Moodle frontpage to users without role
- Required 'locallib.php' in import.php
Version 2.6.0.5 (2015-01-28)
---------------------------------------------------------------------------------------
- Now XML responses admits any tags with multiple children
- Checked ISBN and IdCentro were being sent
- Add bulk credentials manage in the user screen
- Sort users when managing credentials
- Files moved to historical_files branch
- MPS moved to marsupial-mps repo
- Rewrite of Import
- Recover add own key feature
- Units and activities not included in the book structure are not created anymore
- Book screen now has the info of the activities that uses that book
- Protection over deleting books
- Do not pull wsdl thought the internet
- Delete invalid books and control its credentials
- Added proxybypass to curl calls
- Code cleaning and settings moved to each module
Version 2.6.0.4 (2014-10-07)
---------------------------------------------------------------------------------------
- Added more flexibility to Marsupial Webservice (now is not case sensitive and allows the lack of xmlns)
- Added exception support when checking credential
- Updated WSDL of wsSeguimiento
Version 2.6.0.3 (2014-09-25)
---------------------------------------------------------------------------------------
- Solved problem when receiving only one book from Marsupial publishers
- MOODLE: Add admin menu for Marsupial managers
- Translation to Catalan and Spanish of "keymanager_import_export" message
Version 2.6.0.2 (2014-09-15)
---------------------------------------------------------------------------------------
- Repaired access to activity level and new capability to manage own credentials
- Repaired a double dollar error in the tracker web service
- Deleting debug messages
Version 2.6.0.1 (2014-09-04)
---------------------------------------------------------------------------------------
- Renewed version for Moodle 2.6
- Changed the versioning scheme: now the two first digits (2.6) indicate the Moodle
version which Marsupial has been tested.
- Removed RSCORM protocol, according to version 1.8 of the specifications
- Update code to avoid deprecation warnings and errors
- Code sorting and cleaning
Version 2.0.6 (2014-06-05)
---------------------------------------------------------------------------------------
- Delete parent redirection on Rcontent activities
Version 2.0.5 (2014-05-07)
---------------------------------------------------------------------------------------
- Category field added to rcontent activities
- Fixed bug on checking credentials URL
- Fixed saving grade items on activities with ForzarGuardar=1
- Code sorting
- Fixed version.php on mybooks block
- Specify error 1016
- Some improvements on Marsupial configuration style
- Language changes and some error translations added
- Open rcontent popup windows throught GET instead of POST
- Rcommon Log interface
Version 2.0.4 (2013-12-09)
---------------------------------------------------------------------------------------
- Reviewed code to avoid some problems with PostgreSQL (patch reported by UPCnet)
- Changed some string functions from unibyte to multibyte
- Cleaned some code and comments
- Migrated some SQL functions to Moodle's API best choices
- Changed some deprecated methods (context)
Version 2.0.3 (2013-10-09)
---------------------------------------------------------------------------------------
- Reviewed SQL query to avoid problems with case-sensitive databases (patch reported by Educamos)
Version 2.0.2 (2013-09-19)
---------------------------------------------------------------------------------------
- Fixed bug with rscorm to let update the launch value when it has been changed (patch reported by Santillana)
- Added check to update WSDL file with the new ForzarGuardar parameter
Version 2.0.1 (2013-09-10)
---------------------------------------------------------------------------------------
- Added SVG icons for rcontent and rscorm
- Fixed bug with get_record call parameters in rcontent module
- Added ForzarGuardar parameter to rcontent module
Version 2.0 (2013-04-22)
---------------------------------------------------------------------------------------
- First version of the Marsupial module compatible with Moodle 2. It has been tested with Moodle 2.3 and 2.4