Skip to content

Commit 132758d

Browse files
Document conversion of homepage components to searches
1 parent 994767a commit 132758d

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

docs/UPGRADING-6.0

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
=head1 Upgrading to RTIR 6.0
2+
3+
The following describes some of the more significant changes
4+
to RTIR 6.0 from earlier versions. The general L<UPGRADING> document
5+
describes the steps to upgrade from a previous version of RTIR.
6+
7+
To align version numbers more clearly, the initial released version
8+
of RTIR 6 is 6.0.1, which should be run with RT 6.0.1.
9+
10+
=head2 Notable Changes
11+
12+
=over
13+
14+
=item *
15+
16+
The following default RTIR homepage elements have been converted
17+
to RT saved searches and the previous mason templates have been
18+
removed.
19+
20+
html/RTIR/Elements/NewReports
21+
html/RTIR/Elements/UserDueIncidents
22+
html/RTIR/Elements/NobodyDueIncidents
23+
html/RTIR/Elements/DueIncidents
24+
25+
The new saved searches work the same as the previous components.
26+
27+
Previously you could customized the content of these components using the
28+
C<%RTIRSearchResultFormats> option by setting custom formats for C<NewReports>
29+
or C<DueIncidents> entries. You can now modify this format directly in
30+
the web UI by editing the saved search.
31+
32+
=item *
33+
34+
As with core RT, saved searches, including the ones noted above, can now be
35+
configured to refresh automatically. This new feature replaces the Refresh
36+
component on the home page that refreshed the entire page.
37+
38+
See the RT 6 upgrading documentation for details on the update to refresh
39+
features.
40+
41+
=back
42+
43+
=cut

0 commit comments

Comments
 (0)