-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
148 lines (77 loc) · 3.11 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
2009-09-20 Christof Damian <christof@damian.net>
* fix for multibyte day and month names
* releasing version 1.16
2009-02-27 Christof Damian <christof@damian.net>
* releaseing version 1.15
2008-09-23 Christof Damian <christof@damian.net>
* new "mergemonth" option for the month, months and year view
2008-09-16 Christof Damian <christof@damian.net>
* new "weeks" view
* new "months" view
2006-10-09 Christof Damian <christof@damian.net>
* released 1.13
* fix for mediawiki 1.7
2006-09-29 Christof Damian <christof@damian.net>
* released 1.12
* fix for '[[]]' display when merging and main calendar entry is empty
* fix for including more than one calendar
* simple ical format, which I use on krass.com
2006-04-18 Christof Damian <christof@damian.net>
* released 1.11
* 1.10 had a syntax error
* fix for one date() call
2006-04-06 Christof Damian <christof@damian.net>
* released 1.10
* fixed weekformat=list
* xml style parameters
* released 1.9
* weekformat is in classes now
2006-03-10 Christof Damian <christof@damian.net>
* released 1.8
* "weekformat" option for different layouts
* "showempty" to supplress "add entry" msgs
* localized calendar from user preferences
* fix merge function to pass calendar name
* The Amador Release
2006-03-01 Christof Damian <christof@damian.net>
* released 1.7
* another fix for the cache (thanks to Austin Che)
* "skipempty" option
* "rdays" reverse order of days
2005-11-17 Christof Damian <christof@damian.net>
* released 1.6
* replaced <h3> in week display, to remove TOC in mediawiki 1.5
2005-10-14 Christof Damian <christof@damian.net>
* first go at merging calendars
* add extension credits
2005-10-12 Christof Damian <christof@damian.net>
* released 1.5
* fixed month display again
* released 1.4
* included some tests for CalendarClass using PHPUnit2
* fix weeks not starting on monday
* fix padding after month ending in end of the week
* new DaysInMonth() and DayOfWeek() not using the php calendar
extensions anymore
2005-10-04 Christof Damian <christof@damian.net>
* new clearCache() version by Daniel Simon
2005-09-28 Christof Damian <christof@damian.net>
* "weekstart" option
2005-09-16 Christof Damian <christof@damian.net>
* fix version parsing for rc releases like 1.5rc1
* changed "<?" to "<?php" in CalendarClass.php, thanks Juanma
Barranquero
* new option "formattitle" for the titles in the week/day views
* format & formattitle both accept php date() parameters now,
prefixed with '%'. like this: "%d.%m.%Y".
2005-09-15 Christof Damian <christof@damian.net>
* enable double quoted options
* "date" option, this takes a php strtotime string
* disable cache for 1.5 (untested)
2005-09-06 Christof Damian <christof@damian.net>
* new view="days" with additional parameter "days" for the number
of days to show. I needed that for krass.com
* new view="today" option from Dexter Samida <dextersamida@gmail.com>
I'm not completely happy with it, but it doesn't hurt at the moment
2005-08-29 Christof Damian <christof@damian.net>
* fix problem with "format" option