-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
161 lines (117 loc) · 5.5 KB
/
CHANGELOG.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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
CHANGELOG
=========
3.10.1 (2021-01-12)
------------------
* [FIXED] #6805 Fixed a bug preventing sorting and correct langstrings when using
single column for names
3.10.0 (2020-11-02)
------------------
* [FEATURE] #6765 Use alternativefullnameformat for users with viewfullnames capability
* [FEATURE] #6764 Add the option to export every name fragment (e.g. firstname, lastname)
in a dedicated column. This is controlled by a checkbox to additional settings
3.9.1 (2020-07-22)
------------------
* [FEATURE] #4892 Add a reset table preferences button capable or resetting all collapsed columns
to overview, student overview and userview
3.9.0 (2020-06-08)
------------------
* Moodle 3.9 compatible version
3.8.1 (2020-02-18)
------------------
* [FIXED] #6496 Fix students with no attendance missing in report when sorting by sum of attendances
3.8.0 (2019-07-03)
------------------
* Moodle 3.8 compatible version
3.7.0 (2019-07-03)
------------------
* Moodle 3.7 compatible version
* [FEATURE] #6151 Improve layout of checks for easier readability and enable display of overwritten checks and points for upcoming overwrite checks feature in checkmark (#5271)
* [FEATURE] #5264 Set field type of cells containing numeric values in .xlsx and .ods to number
3.6.0 (2018-12-18)
------------------
* Moodle 3.6 compatible version
* [CHANGED] #5608 updated tooltips to use popper.js instead of jQueryUI
* [FIXED] #5873 fix regression caused by #5608 (missing array-element)
3.5.0 (2018-05-14)
------------------
* Moodle 3.5 compatible version
* [FEATURE] #5378 implement privacy API
* [CHANGED] #5094 removed german lang strings from repository
* [CHANGED] #5299 we now use the common 'Σ' instead of 'S' for sums
3.4.1 (2018-01-26)
------------------
* [FIXED] #5249 fix missing columns in GROUP BY as well as division by 0 in postgres
3.4.0 (2017-11-09)
------------------
* Moodle 3.4 compatible version
* [FEATURE] #4750 added column showing amount of graded presentations
* [CHANGED] we now show only enrolled users with capability mod/checkmark:submit in selects
* reformated much code automatically via code style rules
3.3.1 (2017-08-10)
------------------
* [FIXED] #4444 fixed wrong CSS class for table in userview
* [FIXED] removed CSS class "course-context"
3.3.0 (2017-05-15)
------------------
* Moodle 3.3 compatible version
* [FIXED] #4441 overwritten and locked gradebook grades get correctly marked in tables
* [FIXED] #4442 sorting by course sums (grade, presentation grade and attendances) now correctly uses overwritten gradebook grades
* [FIXED] #4094 fixed malformed XML export due to wrong version attribute
* [CHANGED] #4094 Font-Awesome support
* [CHANGED] #4094 reduced custom CSS by using more Boost/Bootstrap classes
* reduced duplicated code and improved code organisation
3.2.0 (2016-12-05)
------------------
* Moodle 3.2 compatible version
* [CHANGED] #3813 move navigation node up to grades (away from course-settings tree)
* [CHANGED] #3461 change CSS so theme bost wont insert left borders in midst of table with cells with class "current"
3.1.1 (2016-07-12)
------------------
* [FEATURE] #3275 Add support for mod_checkmark's presentation grades
* [CHANGED] #3330 Show only grades given by teachers instead of sums of checked points
* [CHANGED] #3823 replace every grade output with a method handling grades and scales in a standardized way
* various small improvements in coding style and code organisation
3.1.0 (2016-07-12)
------------------
* Moodle 3.1 compatible version
* [FEATURE] #3245 Add support for mod_checkmark's attendance tracking
* [FEATURE] Make examples columns optional (will be displayed by default)
3.0.0 (2016-03-14)
------------------
* Moodle 3.0 compatible version
* [FIXED] Another Bug in calculation of gradesums
* Codechecker cleanup
2.9.0 (2016-01-20)
------------------
* Moodle 2.9 compatible version
* [CHANGED] #2475 Replace local_checkmarkreport_extends_settings_navigation with unified API
* [CHANGED] #2475 Rewrite JS as AMD modules and use AMD-Modules/JQuery when possible
* [CHANGED] #2475 Add a bunch of PHPDoc comments and improve code quality (codechecker)
* [FIXED] #2864 Prevent overview without selected instances
* [FIXED] #2879 Bug in calculation of gradesums in useroverview
* [FIXED] #2865 Remove auto-submit from filterform
* [FIXED] #2888 Changes due to split submissions and feedbacks tables in checkmark
* [FIXED] Divided by 0 warning for instances with empty grades
* [FIXED] #2759 Prevent collapsed columns from being exported (just hidden in ODS and XLSX
* [FIXED] #2570 Multiple users with the same name corrupting ODS files
* [FIXED] #2670 Hard coded site ID 1 with constant SITEID
2.8.0 (2015-07-15)
------------------
* Moodle 2.8 compatible version
* [CHANGED] Make use of automatic class loading - therefore refactoring some classes
* [CHANGED] Improve coding style (codechecker)
* [FIXED] Ensure css selectors are scoped to only affect checkmarkreport
* [FIXED] Typo in CSS destroying themes
* [REMOVED] XLS support and deprecate some strings
* [REMOVED] Empty and unused files
2.7.0 (2015-01-14)
------------------
* First release for Moodle 2.7
* [FEATURE] #2120 Add support for PostgreSQL-DBs
* [FEATURE] #2064 Gradebook support and show locked/overwritten grades
* [CHANGED] #1966 Replace add_to_log with triggered events
* [FIXED] #2065 Hidden columns not restoreable
* [FIXED] #2121 Strip HTML-tags from link titles in table
* [FIXED] #2173 Improve layout for small browser windows
* [FIXED] Some minor bugs
* Improved logging