This repository was archived by the owner on Jul 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
265 lines (151 loc) · 8.13 KB
/
ChangeLog
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
2015-02-12 Jan Eberhardt <[email protected]> (2.1.1 = 2015021201)
* Bug fixed calendar_event class is not loaded automatically by moodle
2015-01-27 Jan Eberhardt <[email protected]> (2.1.0 = 2013112806)
* Event API fixes
* Download feature: You can now download results as CSV file
* Settings: Rearragned items and fixes (types set)
* Theme: Activity settings are now displayed in setting block, new switch in the left upper corner
* Fixes: PHP Warnings & Moodle warnings solved, deprecated methods replaced
2014-01-31 <[email protected]> (2.0.6 = 2013112802)
* Bug fixed in restore_registration_stepslib
2013-11-28 <[email protected]> (2.0.5 = 2013112801)
* Bug fixed in registration_get_recent_mod_activity selects inexistent table-column
2013-10-25 <[email protected]> (2.0.4 = 2013102503)
* tested with Moodle 2.5.2+
* Legacy type admin in access.php was renamed to manager
* componentname_capabilities array is deprecated, wo use $capabilities array now
2013-10-25 <[email protected]> (2.0.3 = 2013102502)
* Hungarian Language added. Thanks to Zoltan Medve.
* Bug fixed in database setup by Zoltan Medve.
2013-10-25 <[email protected]> (2.0.2 = 2013102501)
* Bug fixed: cron: set_field to new standard
* Bug fixed: email-text variable wrong
2013-04-07 <[email protected]> (2.0.1 = 2013040701)
* Bug fixed in slovak language
2013-02-05 <[email protected]> (2.0.0 = 2013012301)
* Final adaptions for Moodle 2. Should be Moodle 2 conform now
* Bug fixed: Deleted user will be noticed
2012-10-10 <[email protected]> (2.0 = 2012101000)
* Upgrade: hopefully everything moodle2.3 conform now
* New admin settings: Hide ID number for privacy reasons. Set maximal number of students.
* New extendend breadcrumbs
2012-07-11 <[email protected]> (1.4.2 = 2012071100)
* GPL Note added to version.php
* Folder lang/en removed
* Bug removed: No subscription possible if maxstudents=1
2012-04-09 <[email protected]> (1.4.1 = 2012040900)
* Bug removed: People could change registration-html-form in browser and register for closed dates.
* Bug fixed, view.php: language variables get text before language is set
* Bug fixed (from Pascal): There is also a bug. In the file lang/fr_utf8/registration.php; if you write a word with a ' for the string['answer'], the module will not subscribe or unsubscribe the student.
Example : $string['answer'] = "S'inscrire";
* omit students.php, function partially integrated in view.php
2010-12-21 <[email protected]> (1.4 = 2010122100)
* view.php: correlated points to scale in table
* view.php, db/access.php: insert new capability "mod/registration:viewlist"
to hide the table of subscribed user from students
* view.php: hide "notefull" if the student is subscribed already
* lang/de_utf8/registration.php: german language added
* db/install.xml: bugfix: inserted missing column "comment"
* students.php: security fix: inserted test for capability 'mod/registration:viewlist'
(should be 'mod/registration:grade' at least)
* submissions.php: smaller box for content
* view.php: corrected page-header
* view.php: changed log-messages to subscribe/unsubscribe
2010-07-30 Pascal Maury (1.3.6 = 2010073000)
* Update reset functions for Moodle 1.9
2008-01-29 <[email protected]> (1.3.5 = 2008012900)
* mysql.php : UPDATE if version <= 2008012900
* mysql.sql : `number` tinyint(2) replaced with smallint(10)
* install.xml : NAME="number" TYPE="int" LENGTH="2" replaced with LENGTH="5"
2007-10-06 <fikar@KIRP20> (1.3.4)
* view.php, print.php: if grade = 0 (Not graded), do not show
points in tables
* config.html: new file: global configuration for maxstudents
available at admin/modules/activities/registration/settings.
Maximum number of students can now be 100-1000.
* mod.html: changed default grade - now it is Not graded
* lib.php, mod.html: added option for maxstudents
2007-09-28 <fikar@KIRP20> (1.3.3)
* db/upgrade.php: added new file
* db/install.xml: added new file
* lib.php: added new function in the same way as in other Moodle
modules: MDL-1883 - /course/scales.php very slow.
2007-09-16 <lubos.cirka[at]stuba.sk> (1.3.2)
* view.php: bug: the same date in different sections was not
registrable. Thanks to Samuel Lundqvist for spotting it.
Navigation bar now includes link to all registrations (it was only
text before).
2007-05-20 <fikar@KIRP20> (1.3.1)
* db/mysql.sql: removed '0,' in insert into mdl_log_display(0,...
(users reported problems in installation). Strange, the same eror
was reported on 2006-08-06 but in opposite way.
2007-03-29 <fikar@KIRP20>
* lib.php: missing strings for reset course feature in en_utf8
* lang/en_utf8/registration.php: missing strings for reset course
feature in en_utf8
2007-03-13 <fikar@KIRP20>
* updated postgress7.sql file - changed representation of some
columns in tables. Thanks to Jonathan Harker for update.
2007-01-26 <fikar@KIRP20>
* added experimental support for Postgress database. Also in
versions 1.2.3 (MDL 1.6) and 1.2 (MDL 1.5). I have not postgress,
so please do not use it directly on production site. If it works,
let me know.
2007-01-21 <fikar@KIRP20> (1.3)
* lib.php: reset course implemented
* view.php: finally, only students without teachers are shown
* print.php: print with/without names did not work.
2006-12-21 <fikar@KIRP20> (1.3beta8)
* submissions.php: corrected bug (course module is incorrect) when
adding rating for students (thanks to Ronaldo Luis Goncalves)
2006-11-18 Miroslav Fikar <miroslav.fikar[at]stuba.sk> (1.3beta7)
* updated for Moodle 1.7 and roles
2006-10-29 <fikar@IBM> (1.2.3)
* index.php: hardwired string: "There are no registrations"
en_utf8: $string['noregistrations'] = "There are no registrations";
* backuplib.php (L174): added ,$instances=null in
function registration_check_backup_mods($course,$user_data=false,$backup_unique_code,$instances=null) {
2006-10-13 <fikar@IBM>
* pt_br translation added (thanks to Ronaldo Luis Goncalves)
2006-09-15 <fikar@IBM> (1.2.2)
* backuplib.php, restorelib.php - module did not backup/restore
correctly in Moodle 1.6. Copied all necessary functions from
assignment and changed their name.
2006-08-06 <fikar@IBM> (1.2.1)
* db/mysql.sql: added '0,' in insert into mdl_log_display(0,...
(users reported problems in installation)
2006-07-29 <fikar@IBM>, Version 1.2
* *.php - changed syntax of functions required_, optional_ that
also work in Moodle 1.6, lang files also in utf8
2006-07-24 <lubos.cirka[at]stuba.sk>
* teacher can register/unregister students directly
* if the date is fully occupied, students can go to queue and wait
if there will be someone that signs out. The first in the queue
will be notified by mail.
2006-05-26 <lubos.cirka[at]stuba.sk>, Version 1.1
* view.php - handle several bugs related to multiple registrations
2006-05-24 <lubos.cirka[at]stuba.sk>
* index.php - teacher cannot be registered - removed column Booked
in his view
2006-05-23 <miroslav.fikar[at]stuba.sk>
* view.php, index.php - replaced mdl_ with ".$CFG->prefix."
* lang/ - added new language strings resulted from 060522
2006-05-23 <lubos.cirka[at]stuba.sk>
* view.php - fixed bug when no student is registered, menu for
specification of points is displayed
* view.php - improved from 060522 changes: only student can
register (not teacher)
* students.php - improved from 060522 changes: removed foreach
warnings at line 40
2006-05-22 <rh[at]wsfc.ac.uk> Richard Haywood
* The listing of students with details of their registration.
* Allow people to add multiple registrations to one course, however they can
only make one reservation in each course block.
* Expanded the reservation listing page to include details of how many people
are already registered on the course.
* and a couple of other minor alterations.
2006-05-15 <miroslav.fikar[at]stuba.sk>, Version: 1.0
* Initial version uploaded to moodle.org after 2 years of use at
our department
2006-05-01 <lubos.cirka[at]stuba.sk>
* changed bright green colour in marking blocks