View | Details | Raw Unified | Return to bug 99660
Collapse All | Expand All

(-)rt36.vk/Makefile (-8 / +20 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	rt
8
PORTNAME=	rt
9
PORTVERSION?=	3.4.5
9
PORTVERSION?=	3.6.0
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES?=	http://download.bestpractical.com/pub/rt/release/ \
11
MASTER_SITES?=	http://download.bestpractical.com/pub/rt/release/ \
12
		http://download.bestpractical.com/pub/rt/devel/ \
12
		http://download.bestpractical.com/pub/rt/devel/ \
Lines 43-48 Link Here
43
		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
43
		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
44
		${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
44
		${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
45
		${SITE_PERL}/Test/WWW/Mechanize.pm:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \
45
		${SITE_PERL}/Test/WWW/Mechanize.pm:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \
46
		${SITE_PERL}/Test/Expect.pm:${PORTSDIR}/devel/p5-Test-Expect \
46
		${SITE_PERL}/Text/Autoformat.pm:${PORTSDIR}/textproc/p5-Text-Autoformat \
47
		${SITE_PERL}/Text/Autoformat.pm:${PORTSDIR}/textproc/p5-Text-Autoformat \
47
		${SITE_PERL}/Text/Quoted.pm:${PORTSDIR}/textproc/p5-Text-Quoted \
48
		${SITE_PERL}/Text/Quoted.pm:${PORTSDIR}/textproc/p5-Text-Quoted \
48
		${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \
49
		${SITE_PERL}/Text/Template.pm:${PORTSDIR}/textproc/p5-Text-Template \
Lines 52-61 Link Here
52
		${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules \
53
		${SITE_PERL}/Time/ParseDate.pm:${PORTSDIR}/devel/p5-Time-modules \
53
		${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple \
54
		${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple \
54
		${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
55
		${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
55
		${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS
56
		${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \
57
	        ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
58
	        ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
59
	        ${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \
60
	        ${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple
61
62
56
RUN_DEPENDS=	${BUILD_DEPENDS}
63
RUN_DEPENDS=	${BUILD_DEPENDS}
57
64
58
LATEST_LINK=	rt34
65
LATEST_LINK=	rt36
59
HAS_CONFIGURE=	yes
66
HAS_CONFIGURE=	yes
60
NO_BUILD=	yes
67
NO_BUILD=	yes
61
NO_PACKAGE=	Executes scripts in post-install phase
68
NO_PACKAGE=	Executes scripts in post-install phase
Lines 76-82 Link Here
76
83
77
.if defined(WITH_FASTCGI)
84
.if defined(WITH_FASTCGI)
78
.if defined(WITH_APACHE2)
85
.if defined(WITH_APACHE2)
79
BUILD_DEPENDS+=	${LOCALBASE}/libexec/apache2/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
86
BUILD_DEPENDS+=	${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
80
.else
87
.else
81
BUILD_DEPENDS+=	${LOCALBASE}/libexec/apache/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
88
BUILD_DEPENDS+=	${LOCALBASE}/libexec/apache/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
82
.endif
89
.endif
Lines 85-91 Link Here
85
.else
92
.else
86
BUILD_DEPENDS+=	${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI
93
BUILD_DEPENDS+=	${SITE_PERL}/Apache/DBI.pm:${PORTSDIR}/www/p5-Apache-DBI
87
.if defined(WITH_APACHE2)
94
.if defined(WITH_APACHE2)
88
BUILD_DEPENDS+=	${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2
95
BUILD_DEPENDS+=	${LOCALBASE}/${APACHEMODDIR}/mod_perl.so:${PORTSDIR}/www/mod_perl2
89
DEPENDS_ARGS+=	WITHOUT_MODPERL=yes
96
DEPENDS_ARGS+=	WITHOUT_MODPERL=yes
90
DEPENDS_ARGS+=	WITH_MODPERL2=yes
97
DEPENDS_ARGS+=	WITH_MODPERL2=yes
91
.else
98
.else
Lines 94-102 Link Here
94
		${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq
101
		${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq
95
.endif
102
.endif
96
.endif
103
.endif
97
.if defined(MULTIPLE_INSTANCES)
98
EXTRA_PATCHES+=	${FILESDIR}/multiple*
99
.endif
100
104
101
DB_TYPE?=	mysql
105
DB_TYPE?=	mysql
102
106
Lines 137-142 Link Here
137
.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32)
141
.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32)
138
UPGRADES+=	3.3.0 3.3.11
142
UPGRADES+=	3.3.0 3.3.11
139
.endif
143
.endif
144
.if defined(UPGRADE_RT34)
145
UPGRADES+=	3.5.1
146
.endif
147
140
148
141
.include <bsd.port.pre.mk>
149
.include <bsd.port.pre.mk>
142
150
Lines 150-155 Link Here
150
	@${ECHO} ""
158
	@${ECHO} ""
151
	@${ECHO} "      UPGRADE_RT30                    Upgrading from a RT 3.0 installation"
159
	@${ECHO} "      UPGRADE_RT30                    Upgrading from a RT 3.0 installation"
152
	@${ECHO} "      UPGRADE_RT32                    Upgrading from a RT 3.2 installation"
160
	@${ECHO} "      UPGRADE_RT32                    Upgrading from a RT 3.2 installation"
161
	@${ECHO} "      UPGRADE_RT34                    Upgrading from a RT 3.4 installation"
153
	@${ECHO} "      INITIAL_INSTALL                 Do initialize DB (for initial install only)"
162
	@${ECHO} "      INITIAL_INSTALL                 Do initialize DB (for initial install only)"
154
	@${ECHO} "      WITH_FASTCGI                    Use FastCGI instead of mod_perl"
163
	@${ECHO} "      WITH_FASTCGI                    Use FastCGI instead of mod_perl"
155
	@${ECHO} "      WITH_APACHE2                    Use Apache2 as the web server"
164
	@${ECHO} "      WITH_APACHE2                    Use Apache2 as the web server"
Lines 196-201 Link Here
196
	@${ECHO} ""
205
	@${ECHO} ""
197
	@${ECHO} "If you are upgrading from RT 3.2, please enter this now:"
206
	@${ECHO} "If you are upgrading from RT 3.2, please enter this now:"
198
	@${ECHO} "    make post-install -DUPGRADE_RT32"
207
	@${ECHO} "    make post-install -DUPGRADE_RT32"
208
	@${ECHO} ""
209
	@${ECHO} "If you are upgrading from RT 3.4, please enter this now:"
210
	@${ECHO} "    make post-install -DUPGRADE_RT34"
199
	@${ECHO} ""
211
	@${ECHO} ""
200
	@${ECHO} "If you are initializing a new installation, please do this:"
212
	@${ECHO} "If you are initializing a new installation, please do this:"
201
	@${ECHO} "    make post-install -DINITIAL_INSTALL"
213
	@${ECHO} "    make post-install -DINITIAL_INSTALL"
(-)rt36.vk/distinfo (-6 / +6 lines)
Lines 1-6 Link Here
1
MD5 (rt-3.4.5.tar.gz) = 16c8007cba54669e6c9de95cfc680b2a
1
MD5 (rt-3.6.0.tar.gz) = b363dab7fa5e1af10d150783c02e3935
2
SHA256 (rt-3.4.5.tar.gz) = 20eb89af3245b7021e53cdefd0ed0716443c3a4f9e8536e0c2c29b901942e917
2
SHA256 (rt-3.6.0.tar.gz) = 22c8e0596f863b7ad016824afbc1090d28a3eb4e24a1a07be222fb67f510ca8b
3
SIZE (rt-3.4.5.tar.gz) = 1410154
3
SIZE (rt-3.6.0.tar.gz) = 1525865
4
MD5 (rt-3.4.5.tar.gz.sig) = 89f94d757c3c5e1da44c8469accd8278
4
MD5 (rt-3.6.0.tar.gz.sig) = d927f2346a90f9e77f99d9daf98bea58
5
SHA256 (rt-3.4.5.tar.gz.sig) = 699aca96072ee082904ad94f518c1120749c1a745d5aa7ea6cf7a8d6b0f8f934
5
SHA256 (rt-3.6.0.tar.gz.sig) = f4bf4ac026da9c125c543c26642ebc622205378ac1d5bc1023e801b5a58c0525
6
SIZE (rt-3.4.5.tar.gz.sig) = 65
6
SIZE (rt-3.6.0.tar.gz.sig) = 65
(-)rt36.vk/files/multiple-bin-webmux_pl_in (-16 lines)
Lines 1-16 Link Here
1
Index: bin/webmux.pl.in
2
--- rt-3.4.2-pristine/bin/webmux.pl.in  2005-05-11 20:36:48.064856616 -0400
3
+++ rt-3.4.2/bin/webmux.pl.in   2005-05-11 20:39:43.540180312 -0400
4
@@ -64,6 +64,12 @@
5
 }
6
7
 use lib ( "@LOCAL_LIB_PATH@", "@RT_LIB_PATH@" );
8
+if ($ENV{RT_INSTANCE_PATH}) {
9
+    lib->import("$ENV{RT_INSTANCE_PATH}/local/lib");
10
+}
11
+if ($ENV{RT_VENDOR_PATH}) {
12
+    lib->import($ENV{RT_VENDOR_PATH});
13
+}
14
 use RT;
15
16
 package RT::Mason;
(-)rt36.vk/files/multiple-lib-RT_pm_in (-62 lines)
Lines 1-62 Link Here
1
Index: lib/RT.pm.in
2
--- rt-3.4.2-pristine/lib/RT.pm.in      2005-05-11 20:36:48.098851448 -0400
3
+++ rt-3.4.2/lib/RT.pm.in       2005-05-11 20:41:52.026647400 -0400
4
@@ -98,6 +98,60 @@
5
 # via the web interface)
6
 $MasonSessionDir = '@MASON_SESSION_PATH@';
7
8
+=item import
9
+
10
+Allow override of various internal paths.
11
+
12
+    RT->import (
13
+            RT_INSTANCE_PATH => '/usr/local/rt/stuff',
14
+            SITE_CONFIG_FILE => '/etc/stuff.pm',
15
+              ...
16
+    );
17
+
18
+If RT_INSTANCE_PATH is set in the arguments (or in %ENV)
19
+then it replaces the old value of $BasePath in the following
20
+variables:
21
+  $SITE_CONFIG_FILE
22
+  $LocalPath
23
+  $LocalEtcPath
24
+  $LocalLexiconPath
25
+  $MasonLocalComponentRoot
26
+  $MasonDataDir
27
+  $MasonSessionDir
28
+
29
+Beyond that, those individual values can be set explicitly
30
+by arguments.
31
+
32
+=cut
33
+
34
+sub import {
35
+no strict 'refs';
36
+    shift;
37
+    my %args = @_;
38
+    return unless ( scalar (keys %args) || $ENV{RT_INSTANCE_PATH} );
39
+
40
+    my @variables = qw (
41
+        SITE_CONFIG_FILE
42
+        LocalPath
43
+        LocalEtcPath
44
+        LocalLexiconPath
45
+        MasonLocalComponentRoot
46
+        MasonDataDir
47
+        MasonSessionDir
48
+    );
49
+
50
+    my $RT_INSTANCE_PATH = $args{RT_INSTANCE_PATH} || $ENV{RT_INSTANCE_PATH};
51
+    if ($RT_INSTANCE_PATH) {
52
+        foreach my $vref (@variables) {
53
+            $$vref =~ s/^\Q$BasePath\E/$RT_INSTANCE_PATH/;
54
+        }
55
+    }
56
+    foreach my $vref (@variables) {
57
+        $$vref = $args{$vref} if defined ( $args{$vref} );
58
+    }
59
+
60
+use strict 'refs';
61
+}
62
(-)rt36.vk/files/multiple-sbin-rt-setup-database_in (-22 lines)
Lines 1-22 Link Here
1
Index: sbin/rt-setup-database.in
2
--- rt-3.4.2-pristine/sbin/rt-setup-database.in 2005-05-11 20:36:48.128846888 -0400
3
+++ rt-3.4.2/sbin/rt-setup-database.in  2005-05-11 20:45:35.800628584 -0400
4
@@ -50,11 +50,17 @@
5
   qw(@Groups @Users @ACL @Queues @ScripActions @ScripConditions @Templates @CustomFields @Scrips);
6
7
 use lib "@RT_LIB_PATH@";
8
+## RT_INSTANCE_PATH can be passed on command line.
9
+## Can change where RT_SiteConfig is read from.
10
+my $RT_INSTANCE_PATH;
11
+BEGIN {
12
+    $RT_INSTANCE_PATH = shift || $ENV{RT_INSTANCE_PATH};
13
+}
14
15
 #This drags in  RT's config.pm
16
 # We do it in a begin block because RT::Handle needs to know the type to do its
17
 # inheritance
18
-use RT;
19
+use RT (RT_INSTANCE_PATH => $RT_INSTANCE_PATH);
20
 use Carp;
21
 use RT::User;
22
 use RT::CurrentUser;
(-)rt36.vk/pkg-plist (-36 / +162 lines)
Lines 115-135 Link Here
115
%%RTPLIST%%/lib/RT/Interface/REST.pm
115
%%RTPLIST%%/lib/RT/Interface/REST.pm
116
%%RTPLIST%%/lib/RT/Interface/Web.pm
116
%%RTPLIST%%/lib/RT/Interface/Web.pm
117
%%RTPLIST%%/lib/RT/Interface/Web/Handler.pm
117
%%RTPLIST%%/lib/RT/Interface/Web/Handler.pm
118
%%RTPLIST%%/lib/RT/Interface/Web/Standalone.pm
118
%%RTPLIST%%/lib/RT/Interface/Web/Menu.pm
119
%%RTPLIST%%/lib/RT/Interface/Web/Menu/Item.pm
119
%%RTPLIST%%/lib/RT/Interface/Web/QueryBuilder.pm
120
%%RTPLIST%%/lib/RT/Interface/Web/QueryBuilder.pm
120
%%RTPLIST%%/lib/RT/Interface/Web/QueryBuilder/Tree.pm
121
%%RTPLIST%%/lib/RT/Interface/Web/QueryBuilder/Tree.pm
122
%%RTPLIST%%/lib/RT/Interface/Web/Standalone.pm
121
%%RTPLIST%%/lib/RT/Link.pm
123
%%RTPLIST%%/lib/RT/Link.pm
122
%%RTPLIST%%/lib/RT/Link_Overlay.pm
124
%%RTPLIST%%/lib/RT/Link_Overlay.pm
123
%%RTPLIST%%/lib/RT/Links.pm
125
%%RTPLIST%%/lib/RT/Links.pm
124
%%RTPLIST%%/lib/RT/Links_Overlay.pm
126
%%RTPLIST%%/lib/RT/Links_Overlay.pm
125
%%RTPLIST%%/lib/RT/ObjectCustomFields.pm
126
%%RTPLIST%%/lib/RT/ObjectCustomFields_Overlay.pm
127
%%RTPLIST%%/lib/RT/ObjectCustomField.pm
127
%%RTPLIST%%/lib/RT/ObjectCustomField.pm
128
%%RTPLIST%%/lib/RT/ObjectCustomFieldValues.pm
129
%%RTPLIST%%/lib/RT/ObjectCustomFieldValue.pm
128
%%RTPLIST%%/lib/RT/ObjectCustomFieldValue.pm
130
%%RTPLIST%%/lib/RT/ObjectCustomField_Overlay.pm
131
%%RTPLIST%%/lib/RT/ObjectCustomFieldValues_Overlay.pm
132
%%RTPLIST%%/lib/RT/ObjectCustomFieldValue_Overlay.pm
129
%%RTPLIST%%/lib/RT/ObjectCustomFieldValue_Overlay.pm
130
%%RTPLIST%%/lib/RT/ObjectCustomFieldValues.pm
131
%%RTPLIST%%/lib/RT/ObjectCustomFieldValues_Overlay.pm
132
%%RTPLIST%%/lib/RT/ObjectCustomField_Overlay.pm
133
%%RTPLIST%%/lib/RT/ObjectCustomFields.pm
134
%%RTPLIST%%/lib/RT/ObjectCustomFields_Overlay.pm
133
%%RTPLIST%%/lib/RT/Principal.pm
135
%%RTPLIST%%/lib/RT/Principal.pm
134
%%RTPLIST%%/lib/RT/Principal_Overlay.pm
136
%%RTPLIST%%/lib/RT/Principal_Overlay.pm
135
%%RTPLIST%%/lib/RT/Principals.pm
137
%%RTPLIST%%/lib/RT/Principals.pm
Lines 139-144 Link Here
139
%%RTPLIST%%/lib/RT/Queues.pm
141
%%RTPLIST%%/lib/RT/Queues.pm
140
%%RTPLIST%%/lib/RT/Queues_Overlay.pm
142
%%RTPLIST%%/lib/RT/Queues_Overlay.pm
141
%%RTPLIST%%/lib/RT/Record.pm
143
%%RTPLIST%%/lib/RT/Record.pm
144
%%RTPLIST%%/lib/RT/Reminders.pm
145
%%RTPLIST%%/lib/RT/Report/Tickets.pm
146
%%RTPLIST%%/lib/RT/Report/Tickets/Entry.pm
142
%%RTPLIST%%/lib/RT/SavedSearch.pm
147
%%RTPLIST%%/lib/RT/SavedSearch.pm
143
%%RTPLIST%%/lib/RT/SavedSearches.pm
148
%%RTPLIST%%/lib/RT/SavedSearches.pm
144
%%RTPLIST%%/lib/RT/Scrip.pm
149
%%RTPLIST%%/lib/RT/Scrip.pm
Lines 156-161 Link Here
156
%%RTPLIST%%/lib/RT/Search/ActiveTicketsInQueue.pm
161
%%RTPLIST%%/lib/RT/Search/ActiveTicketsInQueue.pm
157
%%RTPLIST%%/lib/RT/Search/FromSQL.pm
162
%%RTPLIST%%/lib/RT/Search/FromSQL.pm
158
%%RTPLIST%%/lib/RT/Search/Generic.pm
163
%%RTPLIST%%/lib/RT/Search/Generic.pm
164
%%RTPLIST%%/lib/RT/Search/Googleish.pm
159
%%RTPLIST%%/lib/RT/SearchBuilder.pm
165
%%RTPLIST%%/lib/RT/SearchBuilder.pm
160
%%RTPLIST%%/lib/RT/StyleGuide.pod
166
%%RTPLIST%%/lib/RT/StyleGuide.pod
161
%%RTPLIST%%/lib/RT/System.pm
167
%%RTPLIST%%/lib/RT/System.pm
Lines 181-186 Link Here
181
%%RTPLIST%%/lib/RT/Users.pm
187
%%RTPLIST%%/lib/RT/Users.pm
182
%%RTPLIST%%/lib/RT/Users_Overlay.pm
188
%%RTPLIST%%/lib/RT/Users_Overlay.pm
183
%%RTPLIST%%/lib/t/00smoke.t
189
%%RTPLIST%%/lib/t/00smoke.t
190
%%RTPLIST%%/lib/t/create_data.pl
184
%%RTPLIST%%/lib/t/data/8859-15-message-series/dir
191
%%RTPLIST%%/lib/t/data/8859-15-message-series/dir
185
%%RTPLIST%%/lib/t/data/8859-15-message-series/msg1
192
%%RTPLIST%%/lib/t/data/8859-15-message-series/msg1
186
%%RTPLIST%%/lib/t/data/8859-15-message-series/msg2
193
%%RTPLIST%%/lib/t/data/8859-15-message-series/msg2
Lines 217-238 Link Here
217
%%RTPLIST%%/lib/t/regression/13-attribute-tests.t
224
%%RTPLIST%%/lib/t/regression/13-attribute-tests.t
218
%%RTPLIST%%/lib/t/regression/14linking.t
225
%%RTPLIST%%/lib/t/regression/14linking.t
219
%%RTPLIST%%/lib/t/regression/14merge.t
226
%%RTPLIST%%/lib/t/regression/14merge.t
227
%%RTPLIST%%/lib/t/regression/15cf_combo_cascade.t
228
%%RTPLIST%%/lib/t/regression/15cf_pattern.t
220
%%RTPLIST%%/lib/t/regression/15cf_single_values_are_single.t
229
%%RTPLIST%%/lib/t/regression/15cf_single_values_are_single.t
221
%%RTPLIST%%/lib/t/regression/16-transaction_cf_tests.t
230
%%RTPLIST%%/lib/t/regression/16-transaction_cf_tests.t
231
%%RTPLIST%%/lib/t/regression/17custom_search.t
222
%%RTPLIST%%/lib/t/regression/17multiple_deleg_revocation.t
232
%%RTPLIST%%/lib/t/regression/17multiple_deleg_revocation.t
233
%%RTPLIST%%/lib/t/regression/18custom_frontpage.t
223
%%RTPLIST%%/lib/t/regression/18stale_delegations_cleanup.t
234
%%RTPLIST%%/lib/t/regression/18stale_delegations_cleanup.t
224
%%RTPLIST%%/lib/t/regression/19-rtname.t
235
%%RTPLIST%%/lib/t/regression/19-rtname.t
236
%%RTPLIST%%/lib/t/regression/19quicksearch.t
237
%%RTPLIST%%/lib/t/regression/20-sort-by-requestor.t
225
%%RTPLIST%%/lib/t/regression/20savedsearch.t
238
%%RTPLIST%%/lib/t/regression/20savedsearch.t
226
%%RTPLIST%%/lib/t/regression/21query-builder.t
239
%%RTPLIST%%/lib/t/regression/21query-builder.t
227
%%RTPLIST%%/lib/t/regression/22search_tix_by_txn.t
240
%%RTPLIST%%/lib/t/regression/22search_tix_by_txn.t
228
%%RTPLIST%%/lib/t/regression/22search_tix_by_watcher.t
241
%%RTPLIST%%/lib/t/regression/22search_tix_by_watcher.t
242
%%RTPLIST%%/lib/t/regression/23-batch-upload-csv.t
243
%%RTPLIST%%/lib/t/regression/23cfsort.t
244
%%RTPLIST%%/lib/t/regression/24pawsort.t
245
%%RTPLIST%%/lib/t/regression/25scrip_order.t
246
%%RTPLIST%%/lib/t/regression/26command_line.t
229
%%RTPLIST%%/lib/t/regression/mime_tests
247
%%RTPLIST%%/lib/t/regression/mime_tests
230
%%RTPLIST%%/lib/t/setup_regression.t
248
%%RTPLIST%%/lib/t/setup_regression.t
231
%%RTPLIST%%/lib/t/create_data.pl
249
%%RTPLIST%%/sbin/rt-dump-database
232
%%RTPLIST%%/sbin/rt-setup-database
250
%%RTPLIST%%/sbin/rt-setup-database
233
%%RTPLIST%%/sbin/rt-test-dependencies
251
%%RTPLIST%%/sbin/rt-test-dependencies
234
%%RTPLIST%%/sbin/rt-dump-database
235
%%RTPLIST%%/share/doc/README
252
%%RTPLIST%%/share/doc/README
253
%%RTPLIST%%/share/html/Admin/CustomFields/GroupRights.html
254
%%RTPLIST%%/share/html/Admin/CustomFields/Modify.html
255
%%RTPLIST%%/share/html/Admin/CustomFields/Objects.html
256
%%RTPLIST%%/share/html/Admin/CustomFields/UserRights.html
257
%%RTPLIST%%/share/html/Admin/CustomFields/index.html
236
%%RTPLIST%%/share/html/Admin/Elements/AddCustomFieldValue
258
%%RTPLIST%%/share/html/Admin/Elements/AddCustomFieldValue
237
%%RTPLIST%%/share/html/Admin/Elements/CreateUserCalled
259
%%RTPLIST%%/share/html/Admin/Elements/CreateUserCalled
238
%%RTPLIST%%/share/html/Admin/Elements/CustomFieldTabs
260
%%RTPLIST%%/share/html/Admin/Elements/CustomFieldTabs
Lines 251-258 Link Here
251
%%RTPLIST%%/share/html/Admin/Elements/ListGlobalScrips
273
%%RTPLIST%%/share/html/Admin/Elements/ListGlobalScrips
252
%%RTPLIST%%/share/html/Admin/Elements/ModifyTemplate
274
%%RTPLIST%%/share/html/Admin/Elements/ModifyTemplate
253
%%RTPLIST%%/share/html/Admin/Elements/ObjectCustomFields
275
%%RTPLIST%%/share/html/Admin/Elements/ObjectCustomFields
254
%%RTPLIST%%/share/html/Admin/Elements/PickObjects
255
%%RTPLIST%%/share/html/Admin/Elements/PickCustomFields
276
%%RTPLIST%%/share/html/Admin/Elements/PickCustomFields
277
%%RTPLIST%%/share/html/Admin/Elements/PickObjects
256
%%RTPLIST%%/share/html/Admin/Elements/QueueRightsForUser
278
%%RTPLIST%%/share/html/Admin/Elements/QueueRightsForUser
257
%%RTPLIST%%/share/html/Admin/Elements/QueueTabs
279
%%RTPLIST%%/share/html/Admin/Elements/QueueTabs
258
%%RTPLIST%%/share/html/Admin/Elements/SelectCustomFieldLookupType
280
%%RTPLIST%%/share/html/Admin/Elements/SelectCustomFieldLookupType
Lines 274-279 Link Here
274
%%RTPLIST%%/share/html/Admin/Elements/Tabs
296
%%RTPLIST%%/share/html/Admin/Elements/Tabs
275
%%RTPLIST%%/share/html/Admin/Elements/ToolTabs
297
%%RTPLIST%%/share/html/Admin/Elements/ToolTabs
276
%%RTPLIST%%/share/html/Admin/Elements/UserTabs
298
%%RTPLIST%%/share/html/Admin/Elements/UserTabs
299
%%RTPLIST%%/share/html/Admin/Global/CustomFields/Groups.html
300
%%RTPLIST%%/share/html/Admin/Global/CustomFields/Queue-Tickets.html
301
%%RTPLIST%%/share/html/Admin/Global/CustomFields/Queue-Transactions.html
302
%%RTPLIST%%/share/html/Admin/Global/CustomFields/Users.html
303
%%RTPLIST%%/share/html/Admin/Global/CustomFields/index.html
277
%%RTPLIST%%/share/html/Admin/Global/GroupRights.html
304
%%RTPLIST%%/share/html/Admin/Global/GroupRights.html
278
%%RTPLIST%%/share/html/Admin/Global/Scrip.html
305
%%RTPLIST%%/share/html/Admin/Global/Scrip.html
279
%%RTPLIST%%/share/html/Admin/Global/Scrips.html
306
%%RTPLIST%%/share/html/Admin/Global/Scrips.html
Lines 281-296 Link Here
281
%%RTPLIST%%/share/html/Admin/Global/Templates.html
308
%%RTPLIST%%/share/html/Admin/Global/Templates.html
282
%%RTPLIST%%/share/html/Admin/Global/UserRights.html
309
%%RTPLIST%%/share/html/Admin/Global/UserRights.html
283
%%RTPLIST%%/share/html/Admin/Global/index.html
310
%%RTPLIST%%/share/html/Admin/Global/index.html
284
%%RTPLIST%%/share/html/Admin/Global/CustomFields/Groups.html
285
%%RTPLIST%%/share/html/Admin/Global/CustomFields/Users.html
286
%%RTPLIST%%/share/html/Admin/Global/CustomFields/index.html
287
%%RTPLIST%%/share/html/Admin/Global/CustomFields/Queue-Transactions.html
288
%%RTPLIST%%/share/html/Admin/Global/CustomFields/Queue-Tickets.html
289
%%RTPLIST%%/share/html/Admin/CustomFields/GroupRights.html
290
%%RTPLIST%%/share/html/Admin/CustomFields/UserRights.html
291
%%RTPLIST%%/share/html/Admin/CustomFields/Modify.html
292
%%RTPLIST%%/share/html/Admin/CustomFields/index.html
293
%%RTPLIST%%/share/html/Admin/CustomFields/Objects.html
294
%%RTPLIST%%/share/html/Admin/Groups/CustomFields.html
311
%%RTPLIST%%/share/html/Admin/Groups/CustomFields.html
295
%%RTPLIST%%/share/html/Admin/Groups/GroupRights.html
312
%%RTPLIST%%/share/html/Admin/Groups/GroupRights.html
296
%%RTPLIST%%/share/html/Admin/Groups/History.html
313
%%RTPLIST%%/share/html/Admin/Groups/History.html
Lines 298-308 Link Here
298
%%RTPLIST%%/share/html/Admin/Groups/Modify.html
315
%%RTPLIST%%/share/html/Admin/Groups/Modify.html
299
%%RTPLIST%%/share/html/Admin/Groups/UserRights.html
316
%%RTPLIST%%/share/html/Admin/Groups/UserRights.html
300
%%RTPLIST%%/share/html/Admin/Groups/index.html
317
%%RTPLIST%%/share/html/Admin/Groups/index.html
301
%%RTPLIST%%/share/html/Admin/Users/CustomFields.html
302
%%RTPLIST%%/share/html/Admin/Users/Memberships.html
303
%%RTPLIST%%/share/html/Admin/Users/Modify.html
304
%%RTPLIST%%/share/html/Admin/Users/History.html
305
%%RTPLIST%%/share/html/Admin/Users/index.html
306
%%RTPLIST%%/share/html/Admin/Queues/CustomField.html
318
%%RTPLIST%%/share/html/Admin/Queues/CustomField.html
307
%%RTPLIST%%/share/html/Admin/Queues/CustomFields.html
319
%%RTPLIST%%/share/html/Admin/Queues/CustomFields.html
308
%%RTPLIST%%/share/html/Admin/Queues/GroupRights.html
320
%%RTPLIST%%/share/html/Admin/Queues/GroupRights.html
Lines 316-321 Link Here
316
%%RTPLIST%%/share/html/Admin/Queues/index.html
328
%%RTPLIST%%/share/html/Admin/Queues/index.html
317
%%RTPLIST%%/share/html/Admin/Tools/Configuration.html
329
%%RTPLIST%%/share/html/Admin/Tools/Configuration.html
318
%%RTPLIST%%/share/html/Admin/Tools/index.html
330
%%RTPLIST%%/share/html/Admin/Tools/index.html
331
%%RTPLIST%%/share/html/Admin/Users/CustomFields.html
332
%%RTPLIST%%/share/html/Admin/Users/History.html
333
%%RTPLIST%%/share/html/Admin/Users/Memberships.html
334
%%RTPLIST%%/share/html/Admin/Users/Modify.html
335
%%RTPLIST%%/share/html/Admin/Users/index.html
319
%%RTPLIST%%/share/html/Admin/autohandler
336
%%RTPLIST%%/share/html/Admin/autohandler
320
%%RTPLIST%%/share/html/Admin/index.html
337
%%RTPLIST%%/share/html/Admin/index.html
321
%%RTPLIST%%/share/html/Approvals/Display.html
338
%%RTPLIST%%/share/html/Approvals/Display.html
Lines 324-363 Link Here
324
%%RTPLIST%%/share/html/Approvals/Elements/ShowDependency
341
%%RTPLIST%%/share/html/Approvals/Elements/ShowDependency
325
%%RTPLIST%%/share/html/Approvals/Elements/Tabs
342
%%RTPLIST%%/share/html/Approvals/Elements/Tabs
326
%%RTPLIST%%/share/html/Approvals/index.html
343
%%RTPLIST%%/share/html/Approvals/index.html
327
%%RTPLIST%%/share/html/Download/Tabular/dhandler
328
%%RTPLIST%%/share/html/Download/CustomFieldValue/dhandler
344
%%RTPLIST%%/share/html/Download/CustomFieldValue/dhandler
345
%%RTPLIST%%/share/html/Download/Tabular/dhandler
329
%%RTPLIST%%/share/html/Elements/BevelBoxRaisedEnd
346
%%RTPLIST%%/share/html/Elements/BevelBoxRaisedEnd
330
%%RTPLIST%%/share/html/Elements/BevelBoxRaisedStart
347
%%RTPLIST%%/share/html/Elements/BevelBoxRaisedStart
331
%%RTPLIST%%/share/html/Elements/Callback
348
%%RTPLIST%%/share/html/Elements/Callback
332
%%RTPLIST%%/share/html/Elements/Checkbox
349
%%RTPLIST%%/share/html/Elements/Checkbox
350
%%RTPLIST%%/share/html/Elements/CollectionAsTable/Header
333
%%RTPLIST%%/share/html/Elements/CollectionAsTable/ParseFormat
351
%%RTPLIST%%/share/html/Elements/CollectionAsTable/ParseFormat
334
%%RTPLIST%%/share/html/Elements/CollectionAsTable/Row
352
%%RTPLIST%%/share/html/Elements/CollectionAsTable/Row
335
%%RTPLIST%%/share/html/Elements/CollectionAsTable/Header
336
%%RTPLIST%%/share/html/Elements/CreateTicket
353
%%RTPLIST%%/share/html/Elements/CreateTicket
337
%%RTPLIST%%/share/html/Elements/EditLinks
338
%%RTPLIST%%/share/html/Elements/EditCustomField
354
%%RTPLIST%%/share/html/Elements/EditCustomField
339
%%RTPLIST%%/share/html/Elements/EditCustomFieldImage
340
%%RTPLIST%%/share/html/Elements/EditCustomFieldSelect
341
%%RTPLIST%%/share/html/Elements/EditCustomFieldBinary
355
%%RTPLIST%%/share/html/Elements/EditCustomFieldBinary
356
%%RTPLIST%%/share/html/Elements/EditCustomFieldCombobox
342
%%RTPLIST%%/share/html/Elements/EditCustomFieldFreeform
357
%%RTPLIST%%/share/html/Elements/EditCustomFieldFreeform
358
%%RTPLIST%%/share/html/Elements/EditCustomFieldImage
359
%%RTPLIST%%/share/html/Elements/EditCustomFieldSelect
343
%%RTPLIST%%/share/html/Elements/EditCustomFieldText
360
%%RTPLIST%%/share/html/Elements/EditCustomFieldText
344
%%RTPLIST%%/share/html/Elements/EditCustomFieldWikitext
361
%%RTPLIST%%/share/html/Elements/EditCustomFieldWikitext
362
%%RTPLIST%%/share/html/Elements/EditLinks
345
%%RTPLIST%%/share/html/Elements/Error
363
%%RTPLIST%%/share/html/Elements/Error
346
%%RTPLIST%%/share/html/Elements/Footer
364
%%RTPLIST%%/share/html/Elements/Footer
347
%%RTPLIST%%/share/html/Elements/GotoTicket
365
%%RTPLIST%%/share/html/Elements/GotoTicket
348
%%RTPLIST%%/share/html/Elements/Header
366
%%RTPLIST%%/share/html/Elements/Header
349
%%RTPLIST%%/share/html/Elements/ListActions
367
%%RTPLIST%%/share/html/Elements/ListActions
350
%%RTPLIST%%/share/html/Elements/Login
368
%%RTPLIST%%/share/html/Elements/Login
369
%%RTPLIST%%/share/html/Elements/Logo
351
%%RTPLIST%%/share/html/Elements/Menu
370
%%RTPLIST%%/share/html/Elements/Menu
352
%%RTPLIST%%/share/html/Elements/MessageBox
371
%%RTPLIST%%/share/html/Elements/MessageBox
372
%%RTPLIST%%/share/html/Elements/MyAdminQueues
373
%%RTPLIST%%/share/html/Elements/MyRT
374
%%RTPLIST%%/share/html/Elements/MyReminders
353
%%RTPLIST%%/share/html/Elements/MyRequests
375
%%RTPLIST%%/share/html/Elements/MyRequests
376
%%RTPLIST%%/share/html/Elements/MySupportQueues
354
%%RTPLIST%%/share/html/Elements/MyTickets
377
%%RTPLIST%%/share/html/Elements/MyTickets
355
%%RTPLIST%%/share/html/Elements/PageLayout
378
%%RTPLIST%%/share/html/Elements/PageLayout
356
%%RTPLIST%%/share/html/Elements/QueryString
379
%%RTPLIST%%/share/html/Elements/QueryString
380
%%RTPLIST%%/share/html/Elements/QueueSummary
357
%%RTPLIST%%/share/html/Elements/QuickCreate
381
%%RTPLIST%%/share/html/Elements/QuickCreate
358
%%RTPLIST%%/share/html/Elements/Quicksearch
382
%%RTPLIST%%/share/html/Elements/Quicksearch
359
%%RTPLIST%%/share/html/Elements/RT__Ticket/ColumnMap
383
%%RTPLIST%%/share/html/Elements/RT__Ticket/ColumnMap
360
%%RTPLIST%%/share/html/Elements/Refresh
384
%%RTPLIST%%/share/html/Elements/Refresh
385
%%RTPLIST%%/share/html/Elements/RefreshHomepage
361
%%RTPLIST%%/share/html/Elements/ScrubHTML
386
%%RTPLIST%%/share/html/Elements/ScrubHTML
362
%%RTPLIST%%/share/html/Elements/Section
387
%%RTPLIST%%/share/html/Elements/Section
363
%%RTPLIST%%/share/html/Elements/SelectAttachmentField
388
%%RTPLIST%%/share/html/Elements/SelectAttachmentField
Lines 380-395 Link Here
380
%%RTPLIST%%/share/html/Elements/SelectStatus
405
%%RTPLIST%%/share/html/Elements/SelectStatus
381
%%RTPLIST%%/share/html/Elements/SelectTicketSortBy
406
%%RTPLIST%%/share/html/Elements/SelectTicketSortBy
382
%%RTPLIST%%/share/html/Elements/SelectTicketTypes
407
%%RTPLIST%%/share/html/Elements/SelectTicketTypes
408
%%RTPLIST%%/share/html/Elements/SelectTimeUnits
383
%%RTPLIST%%/share/html/Elements/SelectUsers
409
%%RTPLIST%%/share/html/Elements/SelectUsers
384
%%RTPLIST%%/share/html/Elements/SelectWatcherType
410
%%RTPLIST%%/share/html/Elements/SelectWatcherType
385
%%RTPLIST%%/share/html/Elements/SetupSessionCookie
411
%%RTPLIST%%/share/html/Elements/SetupSessionCookie
386
%%RTPLIST%%/share/html/Elements/ShowCustomFields
387
%%RTPLIST%%/share/html/Elements/ShowCustomFieldBinary
412
%%RTPLIST%%/share/html/Elements/ShowCustomFieldBinary
388
%%RTPLIST%%/share/html/Elements/ShowCustomFieldImage
413
%%RTPLIST%%/share/html/Elements/ShowCustomFieldImage
389
%%RTPLIST%%/share/html/Elements/ShowCustomFieldWikitext
414
%%RTPLIST%%/share/html/Elements/ShowCustomFieldWikitext
415
%%RTPLIST%%/share/html/Elements/ShowCustomFields
390
%%RTPLIST%%/share/html/Elements/ShowLink
416
%%RTPLIST%%/share/html/Elements/ShowLink
391
%%RTPLIST%%/share/html/Elements/ShowLinks
417
%%RTPLIST%%/share/html/Elements/ShowLinks
392
%%RTPLIST%%/share/html/Elements/ShowMemberships
418
%%RTPLIST%%/share/html/Elements/ShowMemberships
419
%%RTPLIST%%/share/html/Elements/ShowSearch
393
%%RTPLIST%%/share/html/Elements/SimpleSearch
420
%%RTPLIST%%/share/html/Elements/SimpleSearch
394
%%RTPLIST%%/share/html/Elements/Submit
421
%%RTPLIST%%/share/html/Elements/Submit
395
%%RTPLIST%%/share/html/Elements/Tabs
422
%%RTPLIST%%/share/html/Elements/Tabs
Lines 397-416 Link Here
397
%%RTPLIST%%/share/html/Elements/TitleBox
424
%%RTPLIST%%/share/html/Elements/TitleBox
398
%%RTPLIST%%/share/html/Elements/TitleBoxEnd
425
%%RTPLIST%%/share/html/Elements/TitleBoxEnd
399
%%RTPLIST%%/share/html/Elements/TitleBoxStart
426
%%RTPLIST%%/share/html/Elements/TitleBoxStart
427
%%RTPLIST%%/share/html/Elements/ValidateCustomFields
428
%%RTPLIST%%/share/html/Helpers/CalPopup.html
400
%%RTPLIST%%/share/html/NoAuth/Logout.html
429
%%RTPLIST%%/share/html/NoAuth/Logout.html
401
%%RTPLIST%%/share/html/NoAuth/Reminder.html
430
%%RTPLIST%%/share/html/NoAuth/Reminder.html
431
%%RTPLIST%%/share/html/NoAuth/ahah.js
432
%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/body.css
433
%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/footer.css
434
%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/forms.css
435
%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/header.css
436
%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/login.css
437
%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/main.css
438
%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/misc.css
439
%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/nav.css
440
%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/quickbar.css
441
%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/ticket.css
442
%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/titlebox.css
443
%%RTPLIST%%/share/html/NoAuth/css/3.4-compat/transactions.css
444
%%RTPLIST%%/share/html/NoAuth/css/3.5-default/approvals.css
445
%%RTPLIST%%/share/html/NoAuth/css/3.5-default/body.css
446
%%RTPLIST%%/share/html/NoAuth/css/3.5-default/footer.css
447
%%RTPLIST%%/share/html/NoAuth/css/3.5-default/forms.css
448
%%RTPLIST%%/share/html/NoAuth/css/3.5-default/header.css
449
%%RTPLIST%%/share/html/NoAuth/css/3.5-default/login.css
450
%%RTPLIST%%/share/html/NoAuth/css/3.5-default/logo.css
451
%%RTPLIST%%/share/html/NoAuth/css/3.5-default/main.css
452
%%RTPLIST%%/share/html/NoAuth/css/3.5-default/misc.css
453
%%RTPLIST%%/share/html/NoAuth/css/3.5-default/nav.css
454
%%RTPLIST%%/share/html/NoAuth/css/3.5-default/quickbar.css
455
%%RTPLIST%%/share/html/NoAuth/css/3.5-default/ticket.css
456
%%RTPLIST%%/share/html/NoAuth/css/3.5-default/titlebox.css
457
%%RTPLIST%%/share/html/NoAuth/css/3.5-default/transactions.css
458
%%RTPLIST%%/share/html/NoAuth/css/autohandler
459
%%RTPLIST%%/share/html/NoAuth/css/print.css
402
%%RTPLIST%%/share/html/NoAuth/images/autohandler
460
%%RTPLIST%%/share/html/NoAuth/images/autohandler
403
%%RTPLIST%%/share/html/NoAuth/images/bplogo.gif
461
%%RTPLIST%%/share/html/NoAuth/images/bplogo.gif
462
%%RTPLIST%%/share/html/NoAuth/images/css/cb-light.gif
463
%%RTPLIST%%/share/html/NoAuth/images/css/cb.gif
464
%%RTPLIST%%/share/html/NoAuth/images/css/cbr-b2g.gif
465
%%RTPLIST%%/share/html/NoAuth/images/css/cbr-b2lb.gif
466
%%RTPLIST%%/share/html/NoAuth/images/css/cbr-gray.gif
467
%%RTPLIST%%/share/html/NoAuth/images/css/cbr-trans.gif
468
%%RTPLIST%%/share/html/NoAuth/images/css/cbr.gif
469
%%RTPLIST%%/share/html/NoAuth/images/css/ct-light.gif
470
%%RTPLIST%%/share/html/NoAuth/images/css/ct.gif
471
%%RTPLIST%%/share/html/NoAuth/images/css/ctr-b2g.gif
472
%%RTPLIST%%/share/html/NoAuth/images/css/ctr-b2lb.gif
473
%%RTPLIST%%/share/html/NoAuth/images/css/ctr-gray.gif
474
%%RTPLIST%%/share/html/NoAuth/images/css/ctr-trans.gif
475
%%RTPLIST%%/share/html/NoAuth/images/css/ctr.gif
476
%%RTPLIST%%/share/html/NoAuth/images/css/dark-arrow-up.png
477
%%RTPLIST%%/share/html/NoAuth/images/css/dark-arrow.png
478
%%RTPLIST%%/share/html/NoAuth/images/css/light-arrow-up.png
479
%%RTPLIST%%/share/html/NoAuth/images/css/light-arrow.png
480
%%RTPLIST%%/share/html/NoAuth/images/css/rolldown-arrow.gif
481
%%RTPLIST%%/share/html/NoAuth/images/css/rolldown-arrow.png
482
%%RTPLIST%%/share/html/NoAuth/images/css/rollup-arrow.gif
404
%%RTPLIST%%/share/html/NoAuth/images/favicon.png
483
%%RTPLIST%%/share/html/NoAuth/images/favicon.png
405
%%RTPLIST%%/share/html/NoAuth/images/space.gif
484
%%RTPLIST%%/share/html/NoAuth/js/ahah.js
406
%%RTPLIST%%/share/html/NoAuth/printrt.css
485
%%RTPLIST%%/share/html/NoAuth/js/autohandler
407
%%RTPLIST%%/share/html/NoAuth/webrt.css
486
%%RTPLIST%%/share/html/NoAuth/js/cascaded.js
487
%%RTPLIST%%/share/html/NoAuth/js/class.js
488
%%RTPLIST%%/share/html/NoAuth/js/combobox.js
489
%%RTPLIST%%/share/html/NoAuth/js/list.js
490
%%RTPLIST%%/share/html/NoAuth/js/titlebox-state.js
491
%%RTPLIST%%/share/html/NoAuth/js/util.js
492
%%RTPLIST%%/share/html/Prefs/Elements/Tabs
493
%%RTPLIST%%/share/html/Prefs/MyRT.html
494
%%RTPLIST%%/share/html/Prefs/Quicksearch.html
495
%%RTPLIST%%/share/html/Prefs/Search.html
496
%%RTPLIST%%/share/html/Prefs/SearchOptions.html
408
%%RTPLIST%%/share/html/REST/1.0/Forms/queue/default
497
%%RTPLIST%%/share/html/REST/1.0/Forms/queue/default
409
%%RTPLIST%%/share/html/REST/1.0/Forms/queue/ns
498
%%RTPLIST%%/share/html/REST/1.0/Forms/queue/ns
410
%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/attachments
499
%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/attachments
500
%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/comment
411
%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/default
501
%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/default
412
%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/history
502
%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/history
413
%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/links
503
%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/links
504
%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/merge
505
%%RTPLIST%%/share/html/REST/1.0/Forms/ticket/take
414
%%RTPLIST%%/share/html/REST/1.0/Forms/user/default
506
%%RTPLIST%%/share/html/REST/1.0/Forms/user/default
415
%%RTPLIST%%/share/html/REST/1.0/Forms/user/ns
507
%%RTPLIST%%/share/html/REST/1.0/Forms/user/ns
416
%%RTPLIST%%/share/html/REST/1.0/NoAuth/mail-gateway
508
%%RTPLIST%%/share/html/REST/1.0/NoAuth/mail-gateway
Lines 424-431 Link Here
424
%%RTPLIST%%/share/html/REST/1.0/ticket/merge
516
%%RTPLIST%%/share/html/REST/1.0/ticket/merge
425
%%RTPLIST%%/share/html/Search/Build.html
517
%%RTPLIST%%/share/html/Search/Build.html
426
%%RTPLIST%%/share/html/Search/Bulk.html
518
%%RTPLIST%%/share/html/Search/Bulk.html
519
%%RTPLIST%%/share/html/Search/Chart
520
%%RTPLIST%%/share/html/Search/Chart.html
427
%%RTPLIST%%/share/html/Search/Edit.html
521
%%RTPLIST%%/share/html/Search/Edit.html
428
%%RTPLIST%%/share/html/Search/Elements/BuildFormatString
522
%%RTPLIST%%/share/html/Search/Elements/BuildFormatString
523
%%RTPLIST%%/share/html/Search/Elements/Chart
429
%%RTPLIST%%/share/html/Search/Elements/DisplayOptions
524
%%RTPLIST%%/share/html/Search/Elements/DisplayOptions
430
%%RTPLIST%%/share/html/Search/Elements/EditFormat
525
%%RTPLIST%%/share/html/Search/Elements/EditFormat
431
%%RTPLIST%%/share/html/Search/Elements/EditQuery
526
%%RTPLIST%%/share/html/Search/Elements/EditQuery
Lines 435-442 Link Here
435
%%RTPLIST%%/share/html/Search/Elements/PickCFs
530
%%RTPLIST%%/share/html/Search/Elements/PickCFs
436
%%RTPLIST%%/share/html/Search/Elements/PickCriteria
531
%%RTPLIST%%/share/html/Search/Elements/PickCriteria
437
%%RTPLIST%%/share/html/Search/Elements/SearchPrivacy
532
%%RTPLIST%%/share/html/Search/Elements/SearchPrivacy
533
%%RTPLIST%%/share/html/Search/Elements/SearchesForObject
438
%%RTPLIST%%/share/html/Search/Elements/SelectAndOr
534
%%RTPLIST%%/share/html/Search/Elements/SelectAndOr
535
%%RTPLIST%%/share/html/Search/Elements/SelectChartType
439
%%RTPLIST%%/share/html/Search/Elements/SelectGroup
536
%%RTPLIST%%/share/html/Search/Elements/SelectGroup
537
%%RTPLIST%%/share/html/Search/Elements/SelectGroupBy
440
%%RTPLIST%%/share/html/Search/Elements/SelectLinks
538
%%RTPLIST%%/share/html/Search/Elements/SelectLinks
441
%%RTPLIST%%/share/html/Search/Elements/SelectPersonType
539
%%RTPLIST%%/share/html/Search/Elements/SelectPersonType
442
%%RTPLIST%%/share/html/Search/Elements/SelectSearchObject
540
%%RTPLIST%%/share/html/Search/Elements/SelectSearchObject
Lines 444-449 Link Here
444
%%RTPLIST%%/share/html/Search/Results.html
542
%%RTPLIST%%/share/html/Search/Results.html
445
%%RTPLIST%%/share/html/Search/Results.rdf
543
%%RTPLIST%%/share/html/Search/Results.rdf
446
%%RTPLIST%%/share/html/Search/Results.tsv
544
%%RTPLIST%%/share/html/Search/Results.tsv
545
%%RTPLIST%%/share/html/Search/Simple.html
447
%%RTPLIST%%/share/html/SelfService/Attachment/dhandler
546
%%RTPLIST%%/share/html/SelfService/Attachment/dhandler
448
%%RTPLIST%%/share/html/SelfService/Closed.html
547
%%RTPLIST%%/share/html/SelfService/Closed.html
449
%%RTPLIST%%/share/html/SelfService/Create.html
548
%%RTPLIST%%/share/html/SelfService/Create.html
Lines 471-476 Link Here
471
%%RTPLIST%%/share/html/Ticket/Elements/FindAttachments
570
%%RTPLIST%%/share/html/Ticket/Elements/FindAttachments
472
%%RTPLIST%%/share/html/Ticket/Elements/LoadTextAttachments
571
%%RTPLIST%%/share/html/Ticket/Elements/LoadTextAttachments
473
%%RTPLIST%%/share/html/Ticket/Elements/PreviewScrips
572
%%RTPLIST%%/share/html/Ticket/Elements/PreviewScrips
573
%%RTPLIST%%/share/html/Ticket/Elements/Reminders
474
%%RTPLIST%%/share/html/Ticket/Elements/ShowAttachments
574
%%RTPLIST%%/share/html/Ticket/Elements/ShowAttachments
475
%%RTPLIST%%/share/html/Ticket/Elements/ShowBasics
575
%%RTPLIST%%/share/html/Ticket/Elements/ShowBasics
476
%%RTPLIST%%/share/html/Ticket/Elements/ShowCustomFields
576
%%RTPLIST%%/share/html/Ticket/Elements/ShowCustomFields
Lines 478-491 Link Here
478
%%RTPLIST%%/share/html/Ticket/Elements/ShowDependencies
578
%%RTPLIST%%/share/html/Ticket/Elements/ShowDependencies
479
%%RTPLIST%%/share/html/Ticket/Elements/ShowGroupMembers
579
%%RTPLIST%%/share/html/Ticket/Elements/ShowGroupMembers
480
%%RTPLIST%%/share/html/Ticket/Elements/ShowHistory
580
%%RTPLIST%%/share/html/Ticket/Elements/ShowHistory
481
%%RTPLIST%%/share/html/Ticket/Elements/ShowMemberOf
482
%%RTPLIST%%/share/html/Ticket/Elements/ShowMembers
581
%%RTPLIST%%/share/html/Ticket/Elements/ShowMembers
483
%%RTPLIST%%/share/html/Ticket/Elements/ShowMessageHeaders
582
%%RTPLIST%%/share/html/Ticket/Elements/ShowMessageHeaders
484
%%RTPLIST%%/share/html/Ticket/Elements/ShowMessageStanza
583
%%RTPLIST%%/share/html/Ticket/Elements/ShowMessageStanza
485
%%RTPLIST%%/share/html/Ticket/Elements/ShowPeople
584
%%RTPLIST%%/share/html/Ticket/Elements/ShowPeople
486
%%RTPLIST%%/share/html/Ticket/Elements/ShowReferences
487
%%RTPLIST%%/share/html/Ticket/Elements/ShowRequestor
585
%%RTPLIST%%/share/html/Ticket/Elements/ShowRequestor
488
%%RTPLIST%%/share/html/Ticket/Elements/ShowSummary
586
%%RTPLIST%%/share/html/Ticket/Elements/ShowSummary
587
%%RTPLIST%%/share/html/Ticket/Elements/ShowTime
489
%%RTPLIST%%/share/html/Ticket/Elements/ShowTransaction
588
%%RTPLIST%%/share/html/Ticket/Elements/ShowTransaction
490
%%RTPLIST%%/share/html/Ticket/Elements/ShowTransactionAttachments
589
%%RTPLIST%%/share/html/Ticket/Elements/ShowTransactionAttachments
491
%%RTPLIST%%/share/html/Ticket/Elements/ShowUserEntry
590
%%RTPLIST%%/share/html/Ticket/Elements/ShowUserEntry
Lines 496-506 Link Here
496
%%RTPLIST%%/share/html/Ticket/ModifyDates.html
595
%%RTPLIST%%/share/html/Ticket/ModifyDates.html
497
%%RTPLIST%%/share/html/Ticket/ModifyLinks.html
596
%%RTPLIST%%/share/html/Ticket/ModifyLinks.html
498
%%RTPLIST%%/share/html/Ticket/ModifyPeople.html
597
%%RTPLIST%%/share/html/Ticket/ModifyPeople.html
598
%%RTPLIST%%/share/html/Ticket/Reminders.html
499
%%RTPLIST%%/share/html/Ticket/ShowEmailRecord.html
599
%%RTPLIST%%/share/html/Ticket/ShowEmailRecord.html
500
%%RTPLIST%%/share/html/Ticket/Update.html
600
%%RTPLIST%%/share/html/Ticket/Update.html
501
%%RTPLIST%%/share/html/Tools/Elements/Tabs
601
%%RTPLIST%%/share/html/Tools/Elements/Tabs
502
%%RTPLIST%%/share/html/Tools/MyDay.html
602
%%RTPLIST%%/share/html/Tools/MyDay.html
503
%%RTPLIST%%/share/html/Tools/Offline.html
603
%%RTPLIST%%/share/html/Tools/Offline.html
604
%%RTPLIST%%/share/html/Tools/Reports/CreatedByDates.html
605
%%RTPLIST%%/share/html/Tools/Reports/Elements/Tabs
606
%%RTPLIST%%/share/html/Tools/Reports/ResolvedByDates.html
607
%%RTPLIST%%/share/html/Tools/Reports/ResolvedByOwner.html
608
%%RTPLIST%%/share/html/Tools/Reports/index.html
609
%%RTPLIST%%/share/html/Tools/index.html
504
%%RTPLIST%%/share/html/User/Delegation.html
610
%%RTPLIST%%/share/html/User/Delegation.html
505
%%RTPLIST%%/share/html/User/Elements/DelegateRights
611
%%RTPLIST%%/share/html/User/Elements/DelegateRights
506
%%RTPLIST%%/share/html/User/Elements/GroupTabs
612
%%RTPLIST%%/share/html/User/Elements/GroupTabs
Lines 509-521 Link Here
509
%%RTPLIST%%/share/html/User/Groups/Modify.html
615
%%RTPLIST%%/share/html/User/Groups/Modify.html
510
%%RTPLIST%%/share/html/User/Groups/index.html
616
%%RTPLIST%%/share/html/User/Groups/index.html
511
%%RTPLIST%%/share/html/User/Prefs.html
617
%%RTPLIST%%/share/html/User/Prefs.html
618
%%RTPLIST%%/share/html/Widgets/ComboBox
619
%%RTPLIST%%/share/html/Widgets/SelectionBox
620
%%RTPLIST%%/share/html/Widgets/TitleBox
621
%%RTPLIST%%/share/html/Widgets/TitleBoxEnd
622
%%RTPLIST%%/share/html/Widgets/TitleBoxStart
512
%%RTPLIST%%/share/html/autohandler
623
%%RTPLIST%%/share/html/autohandler
513
%%RTPLIST%%/share/html/index.html
624
%%RTPLIST%%/share/html/index.html
514
%%RTPLIST%%/share/html/l
625
%%RTPLIST%%/share/html/l
515
@unexec rm -R %%RT_PATH%%/var 2> /dev/null || true
626
@unexec rm -R %%RT_PATH%%/var 2> /dev/null || true
627
628
@dirrm %%RTPLIST%%/share/html/Widgets
516
@dirrm %%RTPLIST%%/share/html/User/Groups
629
@dirrm %%RTPLIST%%/share/html/User/Groups
517
@dirrm %%RTPLIST%%/share/html/User/Elements
630
@dirrm %%RTPLIST%%/share/html/User/Elements
518
@dirrm %%RTPLIST%%/share/html/User
631
@dirrm %%RTPLIST%%/share/html/User
632
@dirrm %%RTPLIST%%/share/html/Tools/Reports/Elements
633
@dirrm %%RTPLIST%%/share/html/Tools/Reports
519
@dirrm %%RTPLIST%%/share/html/Tools/Elements
634
@dirrm %%RTPLIST%%/share/html/Tools/Elements
520
@dirrm %%RTPLIST%%/share/html/Tools
635
@dirrm %%RTPLIST%%/share/html/Tools
521
@dirrm %%RTPLIST%%/share/html/Ticket/Elements
636
@dirrm %%RTPLIST%%/share/html/Ticket/Elements
Lines 535-542 Link Here
535
@dirrm %%RTPLIST%%/share/html/REST/1.0/Forms
650
@dirrm %%RTPLIST%%/share/html/REST/1.0/Forms
536
@dirrm %%RTPLIST%%/share/html/REST/1.0
651
@dirrm %%RTPLIST%%/share/html/REST/1.0
537
@dirrm %%RTPLIST%%/share/html/REST
652
@dirrm %%RTPLIST%%/share/html/REST
653
@dirrm %%RTPLIST%%/share/html/Prefs/Elements
654
@dirrm %%RTPLIST%%/share/html/Prefs
655
@dirrm %%RTPLIST%%/share/html/NoAuth/js
656
@dirrm %%RTPLIST%%/share/html/NoAuth/images/css
538
@dirrm %%RTPLIST%%/share/html/NoAuth/images
657
@dirrm %%RTPLIST%%/share/html/NoAuth/images
658
@dirrm %%RTPLIST%%/share/html/NoAuth/css/3.5-default
659
@dirrm %%RTPLIST%%/share/html/NoAuth/css/3.4-compat
660
@dirrm %%RTPLIST%%/share/html/NoAuth/css
539
@dirrm %%RTPLIST%%/share/html/NoAuth
661
@dirrm %%RTPLIST%%/share/html/NoAuth
662
@dirrm %%RTPLIST%%/share/html/Helpers
540
@dirrm %%RTPLIST%%/share/html/Elements/RT__Ticket
663
@dirrm %%RTPLIST%%/share/html/Elements/RT__Ticket
541
@dirrm %%RTPLIST%%/share/html/Elements/CollectionAsTable
664
@dirrm %%RTPLIST%%/share/html/Elements/CollectionAsTable
542
@dirrm %%RTPLIST%%/share/html/Elements
665
@dirrm %%RTPLIST%%/share/html/Elements
Lines 551-558 Link Here
551
@dirrm %%RTPLIST%%/share/html/Admin/Groups
674
@dirrm %%RTPLIST%%/share/html/Admin/Groups
552
@dirrm %%RTPLIST%%/share/html/Admin/Global/CustomFields
675
@dirrm %%RTPLIST%%/share/html/Admin/Global/CustomFields
553
@dirrm %%RTPLIST%%/share/html/Admin/Global
676
@dirrm %%RTPLIST%%/share/html/Admin/Global
554
@dirrm %%RTPLIST%%/share/html/Admin/CustomFields
555
@dirrm %%RTPLIST%%/share/html/Admin/Elements
677
@dirrm %%RTPLIST%%/share/html/Admin/Elements
678
@dirrm %%RTPLIST%%/share/html/Admin/CustomFields
556
@dirrm %%RTPLIST%%/share/html/Admin
679
@dirrm %%RTPLIST%%/share/html/Admin
557
@dirrm %%RTPLIST%%/share/html
680
@dirrm %%RTPLIST%%/share/html
558
@dirrm %%RTPLIST%%/share/doc
681
@dirrm %%RTPLIST%%/share/doc
Lines 569-575 Link Here
569
@dirrm %%RTPLIST%%/lib/t
692
@dirrm %%RTPLIST%%/lib/t
570
@dirrm %%RTPLIST%%/lib/RT/URI
693
@dirrm %%RTPLIST%%/lib/RT/URI
571
@dirrm %%RTPLIST%%/lib/RT/Search
694
@dirrm %%RTPLIST%%/lib/RT/Search
695
@dirrm %%RTPLIST%%/lib/RT/Report/Tickets
696
@dirrm %%RTPLIST%%/lib/RT/Report
572
@dirrm %%RTPLIST%%/lib/RT/Interface/Web/QueryBuilder
697
@dirrm %%RTPLIST%%/lib/RT/Interface/Web/QueryBuilder
698
@dirrm %%RTPLIST%%/lib/RT/Interface/Web/Menu
573
@dirrm %%RTPLIST%%/lib/RT/Interface/Web
699
@dirrm %%RTPLIST%%/lib/RT/Interface/Web
574
@dirrm %%RTPLIST%%/lib/RT/Interface/Email/Filter
700
@dirrm %%RTPLIST%%/lib/RT/Interface/Email/Filter
575
@dirrm %%RTPLIST%%/lib/RT/Interface/Email/Auth
701
@dirrm %%RTPLIST%%/lib/RT/Interface/Email/Auth

Return to bug 99660