|
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
4 | 4 | ## [Unreleased] |
5 | | -[Changed] |
| 5 | +#### Changed |
6 | 6 | - Using of short array syntax (from array() to []) |
7 | 7 |
|
| 8 | +#### Fixed |
| 9 | +- Fixed the syntax of CHANGELOG |
| 10 | + |
8 | 11 | ## [v3.0.0] |
9 | | -[Added] |
| 12 | +#### Added |
10 | 13 | - Added file phpcs.xml |
11 | 14 |
|
12 | | -[Fixed] |
| 15 | +#### Fixed |
13 | 16 | - Fixed the problem with generating error, when some of attributes 'eduPersonUniqueId', 'sourceIdPEppn', 'sourceIdPEntityId' is null |
14 | 17 |
|
15 | | -[Changed] |
| 18 | +#### Changed |
16 | 19 | - Changed code style to PSR-2 |
17 | 20 | - Module uses namespaces |
18 | 21 |
|
19 | 22 | ## [v2.1.0] |
20 | | -[Added] |
| 23 | +#### Added |
21 | 24 | - Every successfully log in is logged with notice level |
22 | 25 |
|
23 | 26 | ## [v2.0.0] |
24 | | -[Added] |
| 27 | +#### Added |
25 | 28 | - Added details with statistics for individually SPs and IdPs |
26 | 29 | - Added script for migrate data to new version of database structure |
27 | 30 |
|
28 | 31 | ## [v1.5.0] |
29 | | -[Added] |
| 32 | +#### Added |
30 | 33 | - Added legends to charts |
31 | 34 | - Instance name in header is taken from config file |
32 | 35 |
|
33 | | -[Fixed] |
| 36 | +#### Fixed |
34 | 37 | - set default value of lastDays and tab in index.php: no error logs when user open statistics for the first time |
35 | 38 |
|
36 | 39 | ## [v1.4.1] |
37 | | -[Fixed] |
| 40 | +#### Fixed |
38 | 41 | - Statistics will be now full screen |
39 | 42 | - Fixed bad checks before insert translation to db |
40 | 43 |
|
41 | 44 | ## [v1.4.0] |
42 | | -[Added] |
| 45 | +#### Added |
43 | 46 | - Possibility to change the time range of displayed data |
44 | 47 |
|
45 | | -[Changed] |
| 48 | +#### Changed |
46 | 49 | - DB commands work with apostrophes in IdP/SP names |
47 | 50 | - New visual form of the site |
48 | 51 | - Draw tables without month |
49 | 52 |
|
50 | | -[Fixed] |
| 53 | +#### Fixed |
51 | 54 | - Draws tables data by selected time range |
52 | 55 |
|
53 | | -[Removed] |
| 56 | +#### Removed |
54 | 57 | - Removed unused functions |
55 | 58 |
|
56 | 59 | ## [v1.3.0] |
57 | | -[Added] |
| 60 | +#### Added |
58 | 61 | - Added mapping tables for mapping identifier to name |
59 | 62 |
|
60 | | -[Changed] |
| 63 | +#### Changed |
61 | 64 | - Storing entityIds instead of SpName/IdPName. |
62 | 65 |
|
63 | | -[Fixed] |
| 66 | +#### Fixed |
64 | 67 | - Used only tabs for indentations |
65 | 68 |
|
66 | 69 | ## [v1.2.1] |
67 | | -[Fixed] |
| 70 | +#### Fixed |
68 | 71 | - Fixed the problem with getting utf8 chars from database |
69 | 72 |
|
70 | 73 | ## [v1.2.0] |
71 | | -[Added] |
| 74 | +#### Added |
72 | 75 | - Classes SimpleSAML_Logger and SimpleSAML_Module renamed to SimpleSAML\Logger and SimpleSAML\Module |
73 | 76 | - Dictionary |
74 | 77 | - Czech translation |
75 | 78 |
|
76 | | -[Changed] |
| 79 | +#### Changed |
77 | 80 | - Database commands use prepared statements |
78 | 81 | - Saving SourceIdPName instead of EntityId |
79 | 82 |
|
80 | 83 | ## [v1.1.0] |
81 | | -[Added] |
| 84 | +#### Added |
82 | 85 | - Added average and maximal count of logins per day into summary table |
83 | 86 |
|
84 | | -[Changed] |
| 87 | +#### Changed |
85 | 88 | - Fixed overqualified element in statisticsproxy.css |
86 | 89 |
|
87 | 90 | ## [v1.0.0] |
88 | | -[Added] |
| 91 | +#### Added |
89 | 92 | - Changelog |
90 | 93 |
|
91 | 94 | [Unreleased]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/master |
|
0 commit comments