forked from bestpractical/rtx-calendar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES
68 lines (47 loc) · 1.88 KB
/
CHANGES
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
Changes for 0.17
* Re-released after resolving PAUSE permissions; no changes since 0.16
Changes for 0.16 — Never indexed by PAUSE
* Remove dependency on Date::ICal and use RT::Date's support instead
Changes for 0.15
* Switch to Digest::SHA from Digest::SHA1 to appease Debian
Changes for 0.14
* Guard the modern stylesheets call on older RTs
Changes for 0.13
* Serve CSS the modern way on recent RT's
* Namespace our CSS to avoid styling the RT core UI
Changes for 0.12
* Copyright updates
Changes for 0.11
* fixes for characters that were breaking 3.8
Changes for 0.10
* packaging tweak
Changes for 0.09
* RT 4 compatibility
Changes for 0.08
* make sure the last date of a search is displayed (Shawn M Moore) [rt.cpan.org #63469]
Changes for 0.07
* add documentation on how to enable plugin in rt 3.8 and later
* add configuration to show owner in calendar (Shawn M Moore)
* make the popup display fields configurable (Shawn M Moore)
* tickets and reminders types (todo/event) are configurable in ical feed
Changes for 0.06
* rt 3.8 compatibility
Changes for 0.05
* fix a bug in ics feeds when showing reminders
* use Module::Install::RTx 0.21
Changes for 0.04
* should work with rt 3.6.0 and seems to work with 3.7.2
* display Starts date by default
* you can use Format to display dates you want (Created, Started, Due, Starts, ...)
* if a saved search is named "calendar", use it for the default Calendar.html and for the portlet
* fix a bug in Prefs
Changes for 0.03
* now uses Query Builder to find tickets
* ics (ICal) feeds available for each personal search with magic number authentication method
* default calendars and feeds show reminders
* Calendar.html move in Search
* MyCalendar links to your own tickets and Nobody's tickets for the
current month
* fix a problem with localtime and gmtime
Changes for 0.02
* First release