-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangeLog
60 lines (44 loc) · 2.26 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
List of changes between releases of Extension:JsCalendar.
== master branch (will become JsCalendar 0.4.1 or 0.5.0, depending on magnitude of changes) ==
Features:
* Support PostgreSQL.
* Removal of images from HTML snippets is now done with a proper HTML parser instead of regexes.
== JsCalendar 0.4.0 ==
Features:
* Support MediaWiki 1.43.
* Added an option to use FullCalendar 5 (most current version) instead of FullCalendar 2.9.1.
This is experimental, because the styling of v5 calendar is preliminary and may be changed later.
Can be enabled with $wgJsCalendarFullCalendarVersion = 5;
* titleRegex= parameter can now be configured to retrieve the end date of the multiday event
if it has the end date in the title of its page.
* Leading/trailing symbols `:` and `/` (common delimiters) are trimmed away from the visible event names.
* Added "height" parameter to set the height of calendar (in pixels) explicitly,
as an alternative to default (automatically chosen height) and to "aspectratio" parameter.
* symbols= parameter now works on wikis with $wgCompressRevisions=true.
* symbols= parameter now works on wikis in "read only" mode.
* When the last day of multiday event is determined by titleRegex=, that last day is no longer excluded
from the calendar. Added excludeLastDay=1 parameter to restore the previous behavior.
Bugfixes:
* "aspectratio" parameter is no longer ignored.
== JsCalendar 0.3.3 ==
Bugfixes:
* Fixed MySQL errors in ONLY_FULL_GROUP_BY mode.
Performance:
* Removed unneeded invisible tags from HTML snippets.
== JsCalendar 0.3.2 ==
Features:
* Support MediaWiki 1.39.
Bugfixes:
* Fixed harmless warning in logs when categorycolor option is not used.
== JsCalendar 0.3.1 ==
Features:
* Support MediaWiki 1.35-1.38.
* Made keywordcolor work even when HTML snippets are not enabled.
* Adjacent events with the same name (or snippet) are now shown as one multi-day event.
* HTML snippets are now tidied (truncated/non-closed HTML tags are removed from them).
* Updated fullcalendar library from v2.0.0-beta2 to v2.9.1.
* Calendar now uses current wiki's language on non-English wikis.
Performance:
* Generated HTML snippets are cached to not rerun the Parser.
== JsCalendar 0.3.0 ==
Initial release of JsCalendar (previous versions were a part of "yasec" extension).