forked from bestpractical/rtx-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
123 lines (94 loc) · 3.19 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
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
1.08 2023-12-15
- Prevent loss of filter selection when changing months w/select boxes
- Restore the default popup configuration
- Don't die in the popup helper if attributes are not found
- Fix Status Color typo
- Add a default color for unmapped states
Versions 1.06 and 1.07 were internal releases and thus not published to CPAN.
1.07 2023-11-16
- Fix display of multiple day events
- Prevent infinite loops when rendering multiple days events
- Allow the calendar to be correctly changed to January
- Fix crash when changing months using the select boxes
1.06 2023-10-24
- Minimum version of RT 5.0
- Add color-coded display of events by ticket status
- Filter event display by ticket status
- Added help panel
- Add multi-day event support
- Add dark mode support
1.05 2023-01-29
- add a callback named BeforeFindTickets so user can modify the query
or format of the calendar search
1.04 2022-09-21
- Include user's groups and system when looking for calendar saved search
1.03 2020-07-19
- Fix code menu logic
1.02 2020-07-17
- Clarify documentation on what the calendar displays and how
- Make it work with RT 5.0
- RT 4.0 is not supported any more
1.01
- Provide a default search format when one isn't passed
1.00
- Packaging and documentation updates
- Drop ical support, as it is in core RT
- Add documentation to Calendar.html
0.20
- Packaging fixes only (0.19 failed to update CHANGES)
0.19
- Fix double-encoding of previous/next month chevrons
0.18
- RT 4.2 compatibility
- UI updates from Ivan Kohler
0.17
- Re-released after resolving PAUSE permissions; no changes since 0.16
0.16 Never indexed by PAUSE
- Remove dependency on Date::ICal and use RT::Date's support instead
0.15
- Switch to Digest::SHA from Digest::SHA1 to appease Debian
0.14
- Guard the modern stylesheets call on older RTs
0.13
- Serve CSS the modern way on recent RT's
- Namespace our CSS to avoid styling the RT core UI
0.12
- Copyright updates
0.11
- fixes for characters that were breaking 3.8
0.10
- packaging tweak
0.09
- RT 4 compatibility
0.08
- make sure the last date of a search is displayed (Shawn M Moore)
[rt.cpan.org #63469]
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
0.06
- rt 3.8 compatibility
0.05
- fix a bug in ics feeds when showing reminders
- use Module::Install::RTx 0.21
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
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
0.02
- First release