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

(-)gforge/Makefile (-6 / +16 lines)
Lines 6-14 Link Here
6
#
6
#
7
7
8
PORTNAME=	gforge
8
PORTNAME=	gforge
9
PORTVERSION=	4.0.1
9
PORTVERSION=	4.5.0.1
10
CATEGORIES=	www devel
10
CATEGORIES=	www devel
11
MASTER_SITES=	http://gforge.org/frs/download.php/85/
11
MASTER_SITES=	http://gforge.org/frs/download.php/103/
12
12
13
MAINTAINER=	laszlof@vonostingroup.com
13
MAINTAINER=	laszlof@vonostingroup.com
14
COMMENT=	Open Source collaborative software development tool
14
COMMENT=	Open Source collaborative software development tool
Lines 41-50 Link Here
41
41
42
### Misc checks
42
### Misc checks
43
.if !exists(${MOD_PHP}) && !exists(${BIN_PHP})
43
.if !exists(${MOD_PHP}) && !exists(${BIN_PHP})
44
IGNORE=		"You MUST have installed PHP from lang/php4 \(mod_php et php-cli are required\)"
44
IGNORE=		You MUST have installed PHP from lang/php4 \(mod_php et php-cli are required\)
45
.endif
45
.endif
46
.if !exists(${PQ_LIB})
46
.if !exists(${PQ_LIB})
47
IGNORE+=	"PHP needs PostgreSQL support"
47
IGNORE+=	PHP needs PostgreSQL support
48
.endif
48
.endif
49
49
50
.if defined(WITH_JABBER)
50
.if defined(WITH_JABBER)
Lines 80-88 Link Here
80
CONFIGURE_ENV+=	"WWWROOT=${WWWROOT}/gforge"
80
CONFIGURE_ENV+=	"WWWROOT=${WWWROOT}/gforge"
81
81
82
WWW_STUFF=	common www
82
WWW_STUFF=	common www
83
BACKEND_STUFF=	backend cronjobs monitor utils
83
BACKEND_STUFF=	backend cronjobs monitor utils plugins
84
SHARE_STUFF=	contrib db
84
SHARE_STUFF=	contrib db
85
85
ETC_STUFF=	database.inc.example gforge-httpd.conf.example gforge.conf.example \
86
		httpd.conf.example httpd.secrets.example local.inc.example \
87
		local.pl.example nss-pgsql.conf.example
86
pre-everything::
88
pre-everything::
87
.if defined(SYSTEM_NAME)
89
.if defined(SYSTEM_NAME)
88
	CONFIGURE_ARGS+= --with-sys-name=${SYSTEM_NAME}
90
	CONFIGURE_ARGS+= --with-sys-name=${SYSTEM_NAME}
Lines 91-96 Link Here
91
.endif
93
.endif
92
94
93
post-patch:
95
post-patch:
96
	@${CHMOD} 744 ${WRKSRC}/contrib/autoconf/configure
94
	@${ECHO_MSG} "    ==> Patching CLI php scripts"
97
	@${ECHO_MSG} "    ==> Patching CLI php scripts"
95
	@${FIND} ${WRKSRC} -name "*.php" | ${XARGS} ${REINPLACE_CMD} -e \
98
	@${FIND} ${WRKSRC} -name "*.php" | ${XARGS} ${REINPLACE_CMD} -e \
96
		"s,/usr/bin/php4,${LOCALBASE}/bin/php,"
99
		"s,/usr/bin/php4,${LOCALBASE}/bin/php,"
Lines 126-131 Link Here
126
	@${MKDIR} ${ETCDIR}
129
	@${MKDIR} ${ETCDIR}
127
	@${CP} ${WRKSRC}/contrib/autoconf/local.inc ${ETCDIR}/local.inc-dist
130
	@${CP} ${WRKSRC}/contrib/autoconf/local.inc ${ETCDIR}/local.inc-dist
128
	@${CP} ${WRKSRC}/contrib/autoconf/sample-apache.vhost ${ETCDIR}/sample-apache.vhost-dist
131
	@${CP} ${WRKSRC}/contrib/autoconf/sample-apache.vhost ${ETCDIR}/sample-apache.vhost-dist
132
.for f in ${ETC_STUFF}
133
	@${CP} -Rvf ${WRKSRC}/etc/${f} ${ETCDIR}
134
.endfor
135
.for dir in httpd.d local.d templates
136
	@${MKDIR} ${ETCDIR}/${dir}
137
	@${CP} -Rvf ${WRKSRC}/etc/${dir} ${ETCDIR}/${dir}
138
.endfor
129
.for dir in ${WWW_STUFF}
139
.for dir in ${WWW_STUFF}
130
	@${MKDIR} ${WWWROOT}/gforge/${dir}
140
	@${MKDIR} ${WWWROOT}/gforge/${dir}
131
	@${CP} -Rvf ${WRKSRC}/${dir}/* ${WWWROOT}/gforge/${dir}
141
	@${CP} -Rvf ${WRKSRC}/${dir}/* ${WWWROOT}/gforge/${dir}
(-)gforge/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (gforge-4.0.1.tar.bz2) = 8a2e883d5b653710e85665d1922f8f3b
1
MD5 (gforge-4.5.0.1.tar.bz2) = 0c8684a165fe5dceba0a2bfce9e4eb04
2
SIZE (gforge-4.0.1.tar.bz2) = 1488567
2
SIZE (gforge-4.5.0.1.tar.bz2) = 2150500
(-)gforge/pkg-plist (-360 / +840 lines)
Lines 1-7 Link Here
1
%%ETC_DIR%%/local.inc-dist
1
%%ETC_DIR%%/local.inc-dist
2
%%ETC_DIR%%/sample-apache.vhost-dist
2
%%ETC_DIR%%/sample-apache.vhost-dist
3
%%PORTDOCS%%%%DOCSDIR%%/images/sflogo2-105a.png
3
%%ETC_DIR%%/database.inc.example
4
%%ETC_DIR%%/gforge-httpd.conf.example
5
%%ETC_DIR%%/gforge.conf.example
6
%%ETC_DIR%%/httpd.conf.example
7
%%ETC_DIR%%/httpd.secrets.example
8
%%ETC_DIR%%/local.inc.example
9
%%ETC_DIR%%/local.pl.example
10
%%ETC_DIR%%/nss-pgsql.conf.example
11
%%ETC_DIR%%/httpd.d/httpd.d/12scm99http.ssl
12
%%ETC_DIR%%/httpd.d/httpd.d/01common
13
%%ETC_DIR%%/httpd.d/httpd.d/05maindirauth
14
%%ETC_DIR%%/httpd.d/httpd.d/06maindirhttp
15
%%ETC_DIR%%/httpd.d/httpd.d/40virtualhost
16
%%ETC_DIR%%/httpd.d/httpd.d/20list
17
%%ETC_DIR%%/httpd.d/httpd.d/15download
18
%%ETC_DIR%%/httpd.d/httpd.d/07maindirhttp.ssl
19
%%ETC_DIR%%/httpd.d/httpd.d/10scmauth
20
%%ETC_DIR%%/httpd.d/httpd.d/55vhost
21
%%ETC_DIR%%/httpd.d/httpd.d/README
22
%%ETC_DIR%%/httpd.d/httpd.d/60plugin
23
%%ETC_DIR%%/httpd.d/httpd.d/lsttemplates
24
%%ETC_DIR%%/httpd.d/httpd.d/00listen80
25
%%ETC_DIR%%/httpd.d/httpd.d/11scm00http
26
%%ETC_DIR%%/httpd.d/httpd.d/11scm99http
27
%%ETC_DIR%%/httpd.d/httpd.d/12scm00http.ssl
28
%%ETC_DIR%%/httpd.d/httpd.d/httpd.secrets
29
%%ETC_DIR%%/local.d/local.d/50plugins
30
%%ETC_DIR%%/local.d/local.d/01begin
31
%%ETC_DIR%%/local.d/local.d/99end
32
%%ETC_DIR%%/local.d/local.d/10database.env
33
%%ETC_DIR%%/local.d/local.d/10database.simple
34
%%ETC_DIR%%/local.d/local.d/20ldap
35
%%ETC_DIR%%/local.d/local.d/25features
36
%%ETC_DIR%%/local.d/local.d/30homegroupother
37
%%ETC_DIR%%/local.d/local.d/35localizationcaching
38
%%ETC_DIR%%/local.d/local.d/02scm
39
%%ETC_DIR%%/local.d/local.d/15system
40
%%ETC_DIR%%/local.d/local.d/23jabber
41
%%ETC_DIR%%/templates/templates/database.inc
42
%%ETC_DIR%%/templates/templates/local.pl
43
%%ETC_DIR%%/templates/templates/httpd.vhosts
4
%%PORTDOCS%%%%DOCSDIR%%/architecture/stats/stats-process.sda
44
%%PORTDOCS%%%%DOCSDIR%%/architecture/stats/stats-process.sda
45
%%PORTDOCS%%%%DOCSDIR%%/images/sflogo2-105a.png
46
%%PORTDOCS%%%%DOCSDIR%%/phpdoc/makedoc.sh
47
%%PORTDOCS%%%%DOCSDIR%%/phpdoc/manageclass.patch
5
%%PORTDOCS%%%%DOCSDIR%%/docbook/build/.keepme
48
%%PORTDOCS%%%%DOCSDIR%%/docbook/build/.keepme
6
%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/introduction/introduction.xml
49
%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/introduction/introduction.xml
7
%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/administration_guide/administration_guide.xml
50
%%PORTDOCS%%%%DOCSDIR%%/docbook/docbook/administration_guide/administration_guide.xml
Lines 57-63 Link Here
57
%%PORTDOCS%%%%DOCSDIR%%/docbook/INSTALL
100
%%PORTDOCS%%%%DOCSDIR%%/docbook/INSTALL
58
%%PORTDOCS%%%%DOCSDIR%%/docbook/Makefile
101
%%PORTDOCS%%%%DOCSDIR%%/docbook/Makefile
59
%%PORTDOCS%%%%DOCSDIR%%/docbook/README
102
%%PORTDOCS%%%%DOCSDIR%%/docbook/README
60
%%PORTDOCS%%%%DOCSDIR%%/log_formats.txt
61
%%PORTDOCS%%%%DOCSDIR%%/index.php
103
%%PORTDOCS%%%%DOCSDIR%%/index.php
62
%%PORTDOCS%%%%DOCSDIR%%/gforge-themes-HOWTO.html
104
%%PORTDOCS%%%%DOCSDIR%%/gforge-themes-HOWTO.html
63
%%PORTDOCS%%%%DOCSDIR%%/doc_utils.php
105
%%PORTDOCS%%%%DOCSDIR%%/doc_utils.php
Lines 73-103 Link Here
73
%%PORTDOCS%%%%DOCSDIR%%/README.ConvertToUTF8
115
%%PORTDOCS%%%%DOCSDIR%%/README.ConvertToUTF8
74
%%PORTDOCS%%%%DOCSDIR%%/migrating-to-gforge-REPORT.txt
116
%%PORTDOCS%%%%DOCSDIR%%/migrating-to-gforge-REPORT.txt
75
%%PORTDOCS%%%%DOCSDIR%%/migrating-to-gforge-HOWTO.html
117
%%PORTDOCS%%%%DOCSDIR%%/migrating-to-gforge-HOWTO.html
118
%%PORTDOCS%%%%DOCSDIR%%/log_formats.txt
76
%%BACKEND_DIR%%/backend/zones/aliases.zone
119
%%BACKEND_DIR%%/backend/zones/aliases.zone
77
%%BACKEND_DIR%%/backend/zones/dns.zone
120
%%BACKEND_DIR%%/backend/zones/dns.zone
78
%%BACKEND_DIR%%/backend/zones/sendmail.cw.zone
121
%%BACKEND_DIR%%/backend/zones/sendmail.cw.zone
79
%%BACKEND_DIR%%/backend/shell/apache.sh
122
%%BACKEND_DIR%%/backend/shell/apache.sh
80
%%BACKEND_DIR%%/backend/include.pl
123
%%BACKEND_DIR%%/backend/include.pl
81
%%BACKEND_DIR%%/backend/DatabaseDump.pl
124
%%BACKEND_DIR%%/backend/DatabaseDump.pl
82
%%BACKEND_DIR%%/cronjobs/tarballs/tarballs.php
83
%%BACKEND_DIR%%/cronjobs/tarballs/tarballs.sh
84
%%BACKEND_DIR%%/cronjobs/mail/mailaliases.php
125
%%BACKEND_DIR%%/cronjobs/mail/mailaliases.php
85
%%BACKEND_DIR%%/cronjobs/mail/mailing_lists_create.php
126
%%BACKEND_DIR%%/cronjobs/mail/mailing_lists_create.php
86
%%BACKEND_DIR%%/cronjobs/dav-svn/svn-index.php
127
%%BACKEND_DIR%%/cronjobs/mail/privatize_list.py
87
%%BACKEND_DIR%%/cronjobs/dav-svn/create_docman.php
128
%%BACKEND_DIR%%/cronjobs/cvs-cron/www/index.php
88
%%BACKEND_DIR%%/cronjobs/dav-svn/create_group_home.php
89
%%BACKEND_DIR%%/cronjobs/dav-svn/create_groups.php
90
%%BACKEND_DIR%%/cronjobs/dav-svn/create_svn.php
91
%%BACKEND_DIR%%/cronjobs/dav-svn/create_users.php
92
%%BACKEND_DIR%%/cronjobs/dav-svn/default_page.php
93
%%BACKEND_DIR%%/cronjobs/dav-svn/README
94
%%BACKEND_DIR%%/cronjobs/cvs-cron/history_parse.php
95
%%BACKEND_DIR%%/cronjobs/cvs-cron/cvs.php
129
%%BACKEND_DIR%%/cronjobs/cvs-cron/cvs.php
96
%%BACKEND_DIR%%/cronjobs/cvs-cron/grap.c
130
%%BACKEND_DIR%%/cronjobs/cvs-cron/grap.c
97
%%BACKEND_DIR%%/cronjobs/cvs-cron/cvscreate.sh
131
%%BACKEND_DIR%%/cronjobs/cvs-cron/history_parse.php
98
%%BACKEND_DIR%%/cronjobs/cvs-cron/ssh_create.php
132
%%BACKEND_DIR%%/cronjobs/cvs-cron/ssh_create.php
99
%%BACKEND_DIR%%/cronjobs/cvs-cron/usergroup.php
133
%%BACKEND_DIR%%/cronjobs/cvs-cron/usergroup.php
100
%%BACKEND_DIR%%/cronjobs/cvs-cron/default_page.php
134
%%BACKEND_DIR%%/cronjobs/cvs-cron/default_page.php
135
%%BACKEND_DIR%%/cronjobs/cvs-cron/syncmail
136
%%BACKEND_DIR%%/cronjobs/cvs-cron/cvssh.pl
137
%%BACKEND_DIR%%/cronjobs/cvs-cron/cvscreate.sh
138
%%BACKEND_DIR%%/cronjobs/cvs-cron/ftp_create.php
139
%%BACKEND_DIR%%/cronjobs/dav-svn/www/index.php
140
%%BACKEND_DIR%%/cronjobs/dav-svn/www/svnindex.css
141
%%BACKEND_DIR%%/cronjobs/dav-svn/www/svnindex.xsl
142
%%BACKEND_DIR%%/cronjobs/dav-svn/create_docman.php
143
%%BACKEND_DIR%%/cronjobs/dav-svn/create_group_home.php
144
%%BACKEND_DIR%%/cronjobs/dav-svn/create_groups.php
145
%%BACKEND_DIR%%/cronjobs/dav-svn/create_svn.php
146
%%BACKEND_DIR%%/cronjobs/dav-svn/README
147
%%BACKEND_DIR%%/cronjobs/dav-svn/default_page.php
148
%%BACKEND_DIR%%/cronjobs/dav-svn/svn-index.php
149
%%BACKEND_DIR%%/cronjobs/dav-svn/commit-email_pl
150
%%BACKEND_DIR%%/cronjobs/dav-svn/crontab.in
151
%%BACKEND_DIR%%/cronjobs/dav-svn/create_users.php
152
%%BACKEND_DIR%%/cronjobs/stats_site.inc
101
%%BACKEND_DIR%%/cronjobs/stats_projects.inc
153
%%BACKEND_DIR%%/cronjobs/stats_projects.inc
102
%%BACKEND_DIR%%/cronjobs/stats_projects-backfill.php
154
%%BACKEND_DIR%%/cronjobs/stats_projects-backfill.php
103
%%BACKEND_DIR%%/cronjobs/site_stats.php
155
%%BACKEND_DIR%%/cronjobs/site_stats.php
Lines 111-126 Link Here
111
%%BACKEND_DIR%%/cronjobs/massmail.php
163
%%BACKEND_DIR%%/cronjobs/massmail.php
112
%%BACKEND_DIR%%/cronjobs/forum_gateway.php
164
%%BACKEND_DIR%%/cronjobs/forum_gateway.php
113
%%BACKEND_DIR%%/cronjobs/db_trove_maint.php
165
%%BACKEND_DIR%%/cronjobs/db_trove_maint.php
114
%%BACKEND_DIR%%/cronjobs/crontab.in
115
%%BACKEND_DIR%%/cronjobs/db_stats_agg.php
166
%%BACKEND_DIR%%/cronjobs/db_stats_agg.php
116
%%BACKEND_DIR%%/cronjobs/db_project_sums.php
167
%%BACKEND_DIR%%/cronjobs/db_project_sums.php
168
%%BACKEND_DIR%%/cronjobs/daily_task_email.php
169
%%BACKEND_DIR%%/cronjobs/crontab.in
117
%%BACKEND_DIR%%/cronjobs/check_stale_tracker_items.php
170
%%BACKEND_DIR%%/cronjobs/check_stale_tracker_items.php
118
%%BACKEND_DIR%%/cronjobs/calculate_user_metric.php
171
%%BACKEND_DIR%%/cronjobs/calculate_user_metric.php
119
%%BACKEND_DIR%%/cronjobs/vacuum.php
172
%%BACKEND_DIR%%/cronjobs/vacuum.php
120
%%BACKEND_DIR%%/cronjobs/README.root
173
%%BACKEND_DIR%%/cronjobs/README.root
121
%%BACKEND_DIR%%/cronjobs/update_filesize.php
174
%%BACKEND_DIR%%/cronjobs/update_filesize.php
122
%%BACKEND_DIR%%/cronjobs/tracker_gateway.php
175
%%BACKEND_DIR%%/cronjobs/tracker_gateway.php
123
%%BACKEND_DIR%%/cronjobs/stats_site.inc
124
%%BACKEND_DIR%%/monitor/systemdaemon
176
%%BACKEND_DIR%%/monitor/systemdaemon
125
%%BACKEND_DIR%%/monitor/check-system.pl
177
%%BACKEND_DIR%%/monitor/check-system.pl
126
%%BACKEND_DIR%%/utils/underworld-dummy/ssh_dump.pl
178
%%BACKEND_DIR%%/utils/underworld-dummy/ssh_dump.pl
Lines 155-160 Link Here
155
%%BACKEND_DIR%%/utils/decode_images.sh
207
%%BACKEND_DIR%%/utils/decode_images.sh
156
%%BACKEND_DIR%%/utils/sffingerd.c
208
%%BACKEND_DIR%%/utils/sffingerd.c
157
%%BACKEND_DIR%%/utils/include.pl
209
%%BACKEND_DIR%%/utils/include.pl
210
%%BACKEND_DIR%%/plugins/tinderbox/debian/tinderbox2.substvars
211
%%BACKEND_DIR%%/plugins/tinderbox/debian/changelog
212
%%BACKEND_DIR%%/plugins/tinderbox/debian/compat
213
%%BACKEND_DIR%%/plugins/tinderbox/debian/config
214
%%BACKEND_DIR%%/plugins/tinderbox/debian/control
215
%%BACKEND_DIR%%/plugins/tinderbox/debian/copyright
216
%%BACKEND_DIR%%/plugins/tinderbox/debian/cron.d
217
%%BACKEND_DIR%%/plugins/tinderbox/debian/dirs
218
%%BACKEND_DIR%%/plugins/tinderbox/debian/docs
219
%%BACKEND_DIR%%/plugins/tinderbox/debian/files
220
%%BACKEND_DIR%%/plugins/tinderbox/debian/gifsize.1
221
%%BACKEND_DIR%%/plugins/tinderbox/debian/postinst
222
%%BACKEND_DIR%%/plugins/tinderbox/debian/postrm
223
%%BACKEND_DIR%%/plugins/tinderbox/debian/prerm
224
%%BACKEND_DIR%%/plugins/tinderbox/debian/processmail_bugs.1
225
%%BACKEND_DIR%%/plugins/tinderbox/debian/processmail_builds.1
226
%%BACKEND_DIR%%/plugins/tinderbox/debian/processmail_null.1
227
%%BACKEND_DIR%%/plugins/tinderbox/debian/rmlogs.1
228
%%BACKEND_DIR%%/plugins/tinderbox/debian/rules
229
%%BACKEND_DIR%%/plugins/tinderbox/debian/templates
230
%%BACKEND_DIR%%/plugins/tinderbox/debian/tinderbox2.postrm.debhelper
231
%%BACKEND_DIR%%/plugins/tinderbox/debian/README.Debian
232
%%BACKEND_DIR%%/plugins/tinderbox/src/default_conf/TreeData.pm
233
%%BACKEND_DIR%%/plugins/tinderbox/src/default_conf/BuildStatus.pm
234
%%BACKEND_DIR%%/plugins/tinderbox/src/default_conf/Error_Parse.pm
235
%%BACKEND_DIR%%/plugins/tinderbox/src/default_conf/FileStructure.pm
236
%%BACKEND_DIR%%/plugins/tinderbox/src/default_conf/ReadMe
237
%%BACKEND_DIR%%/plugins/tinderbox/src/default_conf/ReqData.pm
238
%%BACKEND_DIR%%/plugins/tinderbox/src/default_conf/TinderConfig.pm
239
%%BACKEND_DIR%%/plugins/tinderbox/src/default_conf/BTData.pm
240
%%BACKEND_DIR%%/plugins/tinderbox/src/bonsai_pvcs/data/params
241
%%BACKEND_DIR%%/plugins/tinderbox/src/bonsai_pvcs/data/treeconfig.pl
242
%%BACKEND_DIR%%/plugins/tinderbox/src/bonsai_pvcs/CGI.pl
243
%%BACKEND_DIR%%/plugins/tinderbox/src/bonsai_pvcs/cvsqueryform.cgi
244
%%BACKEND_DIR%%/plugins/tinderbox/src/bonsai_pvcs/defparams.pl
245
%%BACKEND_DIR%%/plugins/tinderbox/src/bonsai_pvcs/get_all_tree_data
246
%%BACKEND_DIR%%/plugins/tinderbox/src/bonsai_pvcs/globals.pl
247
%%BACKEND_DIR%%/plugins/tinderbox/src/bonsai_pvcs/oracleregexp.cgi
248
%%BACKEND_DIR%%/plugins/tinderbox/src/bonsai_pvcs/cvsquery.cgi
249
%%BACKEND_DIR%%/plugins/tinderbox/src/bonsai_pvcs/pvcs_query_checkins.pl
250
%%BACKEND_DIR%%/plugins/tinderbox/src/clientbin/test_return
251
%%BACKEND_DIR%%/plugins/tinderbox/src/clientbin/README
252
%%BACKEND_DIR%%/plugins/tinderbox/src/clientbin/binary_runs
253
%%BACKEND_DIR%%/plugins/tinderbox/src/clientbin/build_redhat_initrc
254
%%BACKEND_DIR%%/plugins/tinderbox/src/clientbin/build_shellscript
255
%%BACKEND_DIR%%/plugins/tinderbox/src/clientbin/cull_archive_dirs
256
%%BACKEND_DIR%%/plugins/tinderbox/src/clientbin/generic.sample.buildcf
257
%%BACKEND_DIR%%/plugins/tinderbox/src/clientbin/ignore_waitstatus
258
%%BACKEND_DIR%%/plugins/tinderbox/src/clientbin/mozilla-unix.pl
259
%%BACKEND_DIR%%/plugins/tinderbox/src/clientbin/mozilla.unix.buildcf
260
%%BACKEND_DIR%%/plugins/tinderbox/src/clientbin/show_env
261
%%BACKEND_DIR%%/plugins/tinderbox/src/clientbin/show_time
262
%%BACKEND_DIR%%/plugins/tinderbox/src/clientbin/HTTPPost
263
%%BACKEND_DIR%%/plugins/tinderbox/src/bin/tinder.cgi
264
%%BACKEND_DIR%%/plugins/tinderbox/src/bin/ReadMe
265
%%BACKEND_DIR%%/plugins/tinderbox/src/bin/admintree.cgi
266
%%BACKEND_DIR%%/plugins/tinderbox/src/bin/bustagestats.cgi
267
%%BACKEND_DIR%%/plugins/tinderbox/src/bin/gifsize
268
%%BACKEND_DIR%%/plugins/tinderbox/src/bin/gunzip.cgi
269
%%BACKEND_DIR%%/plugins/tinderbox/src/bin/processmail_bugs
270
%%BACKEND_DIR%%/plugins/tinderbox/src/bin/processmail_builds
271
%%BACKEND_DIR%%/plugins/tinderbox/src/bin/processmail_null
272
%%BACKEND_DIR%%/plugins/tinderbox/src/bin/regenerate.cgi
273
%%BACKEND_DIR%%/plugins/tinderbox/src/bin/rmlogs
274
%%BACKEND_DIR%%/plugins/tinderbox/src/bin/addnote.cgi
275
%%BACKEND_DIR%%/plugins/tinderbox/src/gif/star4.gif
276
%%BACKEND_DIR%%/plugins/tinderbox/src/gif/flames1.gif
277
%%BACKEND_DIR%%/plugins/tinderbox/src/gif/flames2.gif
278
%%BACKEND_DIR%%/plugins/tinderbox/src/gif/flames3.gif
279
%%BACKEND_DIR%%/plugins/tinderbox/src/gif/flames4.gif
280
%%BACKEND_DIR%%/plugins/tinderbox/src/gif/flames5.gif
281
%%BACKEND_DIR%%/plugins/tinderbox/src/gif/redbutton.gif
282
%%BACKEND_DIR%%/plugins/tinderbox/src/gif/star.gif
283
%%BACKEND_DIR%%/plugins/tinderbox/src/gif/star1.gif
284
%%BACKEND_DIR%%/plugins/tinderbox/src/gif/star2.gif
285
%%BACKEND_DIR%%/plugins/tinderbox/src/gif/star3.gif
286
%%BACKEND_DIR%%/plugins/tinderbox/src/gif/flames.gif
287
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/Persistence/Dumper.pm
288
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/Persistence/Storable.pm
289
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/HTMLPopUp/MozillaLayers.pm
290
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/HTMLPopUp/MajorCoolWindow.pm
291
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/HTMLPopUp/MozillaClick.pm
292
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/HTMLPopUp/MajorCoolPermanent.pm
293
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/HTMLPopUp/None.pm
294
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/HTMLPopUp/OverLib.pm
295
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/HTMLPopUp/PortableLayers.pm
296
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderHeader/MOTD.pm
297
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderHeader/Build.pm
298
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderHeader/IgnoreBuilds.pm
299
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderHeader/BasicTxtHeader.pm
300
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderHeader/TreeState.pm
301
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderHeader/TreeState_Bonsai.pm
302
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderHeader/TreeState_Bonsai_Plus.pm
303
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderDB/VC_Perforce.pm
304
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderDB/BT_Req.pm
305
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderDB/BasicTxtDB.pm
306
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderDB/Build.pm
307
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderDB/Notice.pm
308
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderDB/Time.pm
309
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderDB/Time_Local.pm
310
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderDB/Time_UTC.pm
311
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderDB/VC_Bonsai.pm
312
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderDB/VC_CVS.pm
313
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderDB/VC_PVCSDimensions.pm
314
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderDB/BT_Generic.pm
315
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/VCDisplay/Bonsai.pm
316
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/VCDisplay/None.pm
317
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/VCDisplay/Perforce_P4DB.pm
318
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/VCDisplay/ViewCVS.pm
319
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/BonsaiData.pm
320
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/ReadMe
321
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/Summaries.pm
322
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderDB.pm
323
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderHeader.pm
324
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/Utils.pm
325
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/VCDisplay.pm
326
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/PVCSGetData.pm
327
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/MailProcess.pm
328
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/HTMLPopUp.pm
329
%%BACKEND_DIR%%/plugins/tinderbox/src/lib/Persistence.pm
330
%%BACKEND_DIR%%/plugins/tinderbox/src/test/vcsim/BonsaiData.pm
331
%%BACKEND_DIR%%/plugins/tinderbox/src/test/vcsim/ReadMe
332
%%BACKEND_DIR%%/plugins/tinderbox/src/test/vcsim/cvs
333
%%BACKEND_DIR%%/plugins/tinderbox/src/test/vcsim/p4
334
%%BACKEND_DIR%%/plugins/tinderbox/src/test/ReadMe
335
%%BACKEND_DIR%%/plugins/tinderbox/src/test/bugzillasample.mail
336
%%BACKEND_DIR%%/plugins/tinderbox/src/test/genbugs.tst
337
%%BACKEND_DIR%%/plugins/tinderbox/src/test/genbuilds.tst
338
%%BACKEND_DIR%%/plugins/tinderbox/src/test/gennotices.tst
339
%%BACKEND_DIR%%/plugins/tinderbox/src/test/logsample.html
340
%%BACKEND_DIR%%/plugins/tinderbox/src/test/popup.tst
341
%%BACKEND_DIR%%/plugins/tinderbox/src/test/timestamp.tst
342
%%BACKEND_DIR%%/plugins/tinderbox/src/test/util.tst
343
%%BACKEND_DIR%%/plugins/tinderbox/src/test/error.tst
344
%%BACKEND_DIR%%/plugins/tinderbox/src/test/vcdisplay.tst
345
%%BACKEND_DIR%%/plugins/tinderbox/.cvsignore
346
%%BACKEND_DIR%%/plugins/tinderbox/Contact
347
%%BACKEND_DIR%%/plugins/tinderbox/Goals
348
%%BACKEND_DIR%%/plugins/tinderbox/Install
349
%%BACKEND_DIR%%/plugins/tinderbox/Makefile.in
350
%%BACKEND_DIR%%/plugins/tinderbox/Overview
351
%%BACKEND_DIR%%/plugins/tinderbox/Policies
352
%%BACKEND_DIR%%/plugins/tinderbox/ReadMe
353
%%BACKEND_DIR%%/plugins/tinderbox/ReadMe.Netscape.Process
354
%%BACKEND_DIR%%/plugins/tinderbox/ReadMe.Testing.Ideas
355
%%BACKEND_DIR%%/plugins/tinderbox/ReadMe.lounge
356
%%BACKEND_DIR%%/plugins/tinderbox/Todo
357
%%BACKEND_DIR%%/plugins/tinderbox/build-stamp
358
%%BACKEND_DIR%%/plugins/tinderbox/config.guess
359
%%BACKEND_DIR%%/plugins/tinderbox/config.sub
360
%%BACKEND_DIR%%/plugins/tinderbox/configure
361
%%BACKEND_DIR%%/plugins/tinderbox/tinderbox.html
362
%%BACKEND_DIR%%/plugins/tinderbox/tinderbox2-local-conf.spec
363
%%BACKEND_DIR%%/plugins/tinderbox/tinderbox2.spec
364
%%BACKEND_DIR%%/plugins/tinderbox/ChangeLog
365
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons/small/back.gif
366
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons/small/debian.jpg
367
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons/small/dir.gif
368
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons/small/text.gif
369
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons/back.gif
370
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons/forward.gif
371
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/images/chalk.jpg
372
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/images/cvsgraph_16x16.png
373
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/images/cvsgraph_32x32.png
374
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/images/down.png
375
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/images/logo.png
376
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/images/up.png
377
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/contributing.html
378
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/help_log.html
379
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/help_logtable.html
380
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/help_query.html
381
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/help_rootview.html
382
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/index.html
383
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/license-1.html
384
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/styles.css
385
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/upgrading.html
386
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/who.html
387
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/help_dirview.html
388
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs.php
389
%%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs_utils.php
390
%%BACKEND_DIR%%/plugins/scmsvn/bin/svn-create.php
391
%%BACKEND_DIR%%/plugins/scmsvn/bin/db-upgrade.pl
392
%%BACKEND_DIR%%/plugins/scmsvn/bin/install-svn.sh
393
%%BACKEND_DIR%%/plugins/scmsvn/bin/install-viewcvs.sh
394
%%BACKEND_DIR%%/plugins/scmsvn/bin/svn_dump.pl
395
%%BACKEND_DIR%%/plugins/scmsvn/bin/svn_update.pl
396
%%BACKEND_DIR%%/plugins/scmsvn/bin/snapshots.sh
397
%%BACKEND_DIR%%/plugins/scmsvn/bin/db-delete.pl
398
%%BACKEND_DIR%%/plugins/scmsvn/cgi-bin/viewcvs.cgi
399
%%BACKEND_DIR%%/plugins/scmsvn/debian/prerm
400
%%BACKEND_DIR%%/plugins/scmsvn/debian/changelog
401
%%BACKEND_DIR%%/plugins/scmsvn/debian/control
402
%%BACKEND_DIR%%/plugins/scmsvn/debian/copyright
403
%%BACKEND_DIR%%/plugins/scmsvn/debian/cron.d
404
%%BACKEND_DIR%%/plugins/scmsvn/debian/dirs
405
%%BACKEND_DIR%%/plugins/scmsvn/debian/postinst
406
%%BACKEND_DIR%%/plugins/scmsvn/debian/rules
407
%%BACKEND_DIR%%/plugins/scmsvn/debian/README.Debian
408
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/view_tag.ezt
409
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/branch_form.ezt
410
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/diff_form.ezt
411
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/dir_footer.ezt
412
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/dir_header.ezt
413
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/footer.ezt
414
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/header.ezt
415
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/paging.ezt
416
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/sort.ezt
417
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include/branch.ezt
418
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/annotate.ezt
419
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/diff.ezt
420
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/dir_alternate.ezt
421
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/directory.ezt
422
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/error.ezt
423
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/graph.ezt
424
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/log.ezt
425
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/log_table.ezt
426
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/markup.ezt
427
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query.ezt
428
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query_form.ezt
429
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/query_results.ezt
430
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/revision.ezt
431
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/config.php
432
%%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/config.pl
433
%%BACKEND_DIR%%/plugins/scmsvn/etc/httpd.d/11scm60svn
434
%%BACKEND_DIR%%/plugins/scmsvn/etc/httpd.d/12scm60svn.ssl
435
%%BACKEND_DIR%%/plugins/scmsvn/include/languages/Base.tab
436
%%BACKEND_DIR%%/plugins/scmsvn/include/languages/French.tab
437
%%BACKEND_DIR%%/plugins/scmsvn/include/languages/Korean.tab
438
%%BACKEND_DIR%%/plugins/scmsvn/include/SVNPlugin.class
439
%%BACKEND_DIR%%/plugins/scmsvn/include/scmsvn-init.php
440
%%BACKEND_DIR%%/plugins/scmsvn/lib/scmsvn-init.sql
441
%%BACKEND_DIR%%/plugins/scmsvn/cronjobs/svn-stats.php
442
%%BACKEND_DIR%%/plugins/scmsvn/cronjobs/tarballs.php
443
%%BACKEND_DIR%%/plugins/scmsvn/README
444
%%BACKEND_DIR%%/plugins/scmcvs/bin/syncmail-cvs-1.12
445
%%BACKEND_DIR%%/plugins/scmcvs/bin/cvs_dump.pl
446
%%BACKEND_DIR%%/plugins/scmcvs/bin/cvs_update.pl
447
%%BACKEND_DIR%%/plugins/scmcvs/bin/db-delete.pl
448
%%BACKEND_DIR%%/plugins/scmcvs/bin/db-upgrade.pl
449
%%BACKEND_DIR%%/plugins/scmcvs/bin/install-cvs.sh
450
%%BACKEND_DIR%%/plugins/scmcvs/bin/stats_cvs.pl
451
%%BACKEND_DIR%%/plugins/scmcvs/bin/snapshots.sh
452
%%BACKEND_DIR%%/plugins/scmcvs/bin/syncmail
453
%%BACKEND_DIR%%/plugins/scmcvs/bin/README
454
%%BACKEND_DIR%%/plugins/scmcvs/bin/syncmail-cvs-1.11
455
%%BACKEND_DIR%%/plugins/scmcvs/bin/cvs-pserver
456
%%BACKEND_DIR%%/plugins/scmcvs/rpm-specific/cron.d/gforge-plugin-scmcvs
457
%%BACKEND_DIR%%/plugins/scmcvs/rpm-specific/cronjobs/.keepme
458
%%BACKEND_DIR%%/plugins/scmcvs/rpm-specific/languages/.keepme
459
%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/css/cvsweb.css
460
%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/text.gif
461
%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/binary.gif
462
%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/dir.gif
463
%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/miniback.gif
464
%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/minidir.gif
465
%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/minigraph.png
466
%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/minitext.gif
467
%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons/back.gif
468
%%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb.php
469
%%BACKEND_DIR%%/plugins/scmcvs/cronjobs/tarballs.php
470
%%BACKEND_DIR%%/plugins/scmcvs/lib/scmcvs-init.sql
471
%%BACKEND_DIR%%/plugins/scmcvs/cgi-bin/cvsweb
472
%%BACKEND_DIR%%/plugins/scmcvs/cgi-bin/cvsweb.ori
473
%%BACKEND_DIR%%/plugins/scmcvs/debian/rules
474
%%BACKEND_DIR%%/plugins/scmcvs/debian/changelog
475
%%BACKEND_DIR%%/plugins/scmcvs/debian/control
476
%%BACKEND_DIR%%/plugins/scmcvs/debian/copyright
477
%%BACKEND_DIR%%/plugins/scmcvs/debian/cron.d
478
%%BACKEND_DIR%%/plugins/scmcvs/debian/dirs
479
%%BACKEND_DIR%%/plugins/scmcvs/debian/postinst
480
%%BACKEND_DIR%%/plugins/scmcvs/debian/prerm
481
%%BACKEND_DIR%%/plugins/scmcvs/debian/README.Debian
482
%%BACKEND_DIR%%/plugins/scmcvs/etc/httpd.d/11scm50cvs
483
%%BACKEND_DIR%%/plugins/scmcvs/etc/httpd.d/30virtualcvs
484
%%BACKEND_DIR%%/plugins/scmcvs/etc/httpd.d/31virtualcvs.ssl
485
%%BACKEND_DIR%%/plugins/scmcvs/etc/httpd.d/12scm50cvs.ssl
486
%%BACKEND_DIR%%/plugins/scmcvs/etc/plugins/scmcvs/config.php
487
%%BACKEND_DIR%%/plugins/scmcvs/etc/plugins/scmcvs/config.pl
488
%%BACKEND_DIR%%/plugins/scmcvs/etc/plugins/scmcvs/cvsweb.conf
489
%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Chinese.tab
490
%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Basque.tab
491
%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Dutch.tab
492
%%BACKEND_DIR%%/plugins/scmcvs/include/languages/French.tab
493
%%BACKEND_DIR%%/plugins/scmcvs/include/languages/German.tab
494
%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Italian.tab
495
%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Korean.tab
496
%%BACKEND_DIR%%/plugins/scmcvs/include/languages/PortugueseBrazilian.tab
497
%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Spanish.tab
498
%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Swedish.tab
499
%%BACKEND_DIR%%/plugins/scmcvs/include/languages/Base.tab
500
%%BACKEND_DIR%%/plugins/scmcvs/include/CVSPlugin.class
501
%%BACKEND_DIR%%/plugins/scmcvs/include/scmcvs-init.php
502
%%BACKEND_DIR%%/plugins/scmcvs/TODO
503
%%BACKEND_DIR%%/plugins/scmcvs/COPYING
504
%%BACKEND_DIR%%/plugins/scmcvs/README
505
%%BACKEND_DIR%%/plugins/scmcvs/gforge-plugin-scmcvs.spec
506
%%BACKEND_DIR%%/plugins/scmcvs/AUTHORS
507
%%BACKEND_DIR%%/plugins/cvstracker/include/languages/Base.tab
508
%%BACKEND_DIR%%/plugins/cvstracker/include/languages/French.tab
509
%%BACKEND_DIR%%/plugins/cvstracker/include/languages/Spanish.tab
510
%%BACKEND_DIR%%/plugins/cvstracker/include/Snoopy.class
511
%%BACKEND_DIR%%/plugins/cvstracker/include/cvstracker-init.php
512
%%BACKEND_DIR%%/plugins/cvstracker/include/cvstrackerPlugin.class
513
%%BACKEND_DIR%%/plugins/cvstracker/www/newcommit.php
514
%%BACKEND_DIR%%/plugins/cvstracker/lib/cvstracker-init.sql
515
%%BACKEND_DIR%%/plugins/cvstracker/lib/20050305.sql
516
%%BACKEND_DIR%%/plugins/cvstracker/bin/db-delete.pl
517
%%BACKEND_DIR%%/plugins/cvstracker/bin/db-upgrade.pl
518
%%BACKEND_DIR%%/plugins/cvstracker/bin/post.php
519
%%BACKEND_DIR%%/plugins/cvstracker/bin/update_loginfo.php
520
%%BACKEND_DIR%%/plugins/cvstracker/debian/rules
521
%%BACKEND_DIR%%/plugins/cvstracker/debian/changelog
522
%%BACKEND_DIR%%/plugins/cvstracker/debian/control
523
%%BACKEND_DIR%%/plugins/cvstracker/debian/copyright
524
%%BACKEND_DIR%%/plugins/cvstracker/debian/cron.d
525
%%BACKEND_DIR%%/plugins/cvstracker/debian/dirs
526
%%BACKEND_DIR%%/plugins/cvstracker/debian/postinst
527
%%BACKEND_DIR%%/plugins/cvstracker/debian/prerm
528
%%BACKEND_DIR%%/plugins/cvstracker/debian/README.Debian
529
%%BACKEND_DIR%%/plugins/cvstracker/etc/plugins/cvstracker/cvstracker.conf
530
%%BACKEND_DIR%%/plugins/cvstracker/etc/plugins/cvstracker/config.php
531
%%BACKEND_DIR%%/plugins/cvstracker/rpm-specific/cron.d/gforge-plugin-cvstracker
532
%%BACKEND_DIR%%/plugins/cvstracker/httpd.conf
533
%%BACKEND_DIR%%/plugins/cvstracker/README
534
%%BACKEND_DIR%%/plugins/cvstracker/AUTHORS
535
%%BACKEND_DIR%%/plugins/cvstracker/COPYING
536
%%BACKEND_DIR%%/plugins/cvstracker/gforge-plugin-cvstracker.spec
537
%%BACKEND_DIR%%/plugins/cvstracker/Makefile
158
%%DATADIR%%/contrib/rh8_apache20_config/httpd.conf
538
%%DATADIR%%/contrib/rh8_apache20_config/httpd.conf
159
%%DATADIR%%/contrib/rh8_apache20_config/local.inc
539
%%DATADIR%%/contrib/rh8_apache20_config/local.inc
160
%%DATADIR%%/contrib/rh8_apache20_config/php.conf
540
%%DATADIR%%/contrib/rh8_apache20_config/php.conf
Lines 174-180 Link Here
174
%%DATADIR%%/contrib/tracker-cc.patch
554
%%DATADIR%%/contrib/tracker-cc.patch
175
%%DATADIR%%/contrib/tracker-cc.README
555
%%DATADIR%%/contrib/tracker-cc.README
176
%%DATADIR%%/contrib/gforge.conf
556
%%DATADIR%%/contrib/gforge.conf
177
%%DATADIR%%/contrib/gforge-3.0-php_path.patch
178
%%DATADIR%%/contrib/userlist.patch
557
%%DATADIR%%/contrib/userlist.patch
179
%%DATADIR%%/contrib/gforge-3.0-init_sql.patch
558
%%DATADIR%%/contrib/gforge-3.0-init_sql.patch
180
%%DATADIR%%/contrib/gforge-3.0-cronjobs.patch
559
%%DATADIR%%/contrib/gforge-3.0-cronjobs.patch
Lines 197-235 Link Here
197
%%DATADIR%%/db/SQL_2.6/DefaultValues.sql
576
%%DATADIR%%/db/SQL_2.6/DefaultValues.sql
198
%%DATADIR%%/db/SQL_2.5/DefaultValues_2_5.sql
577
%%DATADIR%%/db/SQL_2.5/DefaultValues_2_5.sql
199
%%DATADIR%%/db/SQL_2.5/SourceForge_2_5.sql
578
%%DATADIR%%/db/SQL_2.5/SourceForge_2_5.sql
200
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010511.sql
579
%%DATADIR%%/db/gforge-pgsql7.3.sql
201
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/artifact-conversion.sql
202
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/artifact-convert-files.php
203
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/artifact-fkeys.sql
204
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/artifact-man.sql
205
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20001209.sql
206
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20001214.sql
207
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20001220.sql
208
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010109.sql
209
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010112.sql
210
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010126.sql
211
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010206.sql
212
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010301.sql
213
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010304.NOTE
214
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010305.sql
215
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010313.sql
216
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010317.sql
217
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010409.sql
218
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010412.sql
219
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010507.sql
220
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/sqlchanges20010509.sql
221
%%DATADIR%%/db/SQL_migrate-2.5-to-2.6/README
222
%%DATADIR%%/db/oci8port/pssonline/DefaultValues.sql
223
%%DATADIR%%/db/oci8port/pssonline/Languages.sql
224
%%DATADIR%%/db/oci8port/pssonline/SourceForge.sql
225
%%DATADIR%%/db/oci8port/pssonline/database-oci8.php
226
%%DATADIR%%/db/oci8port/pssonline/trove_defaults.sql
227
%%DATADIR%%/db/oci8port/shaguo/SourceForge2.5_oci8.sql
228
%%DATADIR%%/db/oci8port/shaguo/SourceForge2.5oci8-Trigger_auto.sql
229
%%DATADIR%%/db/oci8port/shaguo/SourceForge2.5oci8-Trigger_er.sql
230
%%DATADIR%%/db/oci8port/shaguo/database.php
231
%%DATADIR%%/db/oci8port/shaguo/pgdb-convert.pl
232
%%DATADIR%%/db/README
580
%%DATADIR%%/db/README
581
%%DATADIR%%/db/FTI.sql
582
%%DATADIR%%/db/FTI-20050530.sql
583
%%DATADIR%%/db/FTI-20050401.sql
584
%%DATADIR%%/db/FTI-20050315.sql
585
%%DATADIR%%/db/20050711.sql
586
%%DATADIR%%/db/20050628.sql
587
%%DATADIR%%/db/20050617.php
588
%%DATADIR%%/db/20050605.sql
589
%%DATADIR%%/db/20050325-3.sql
590
%%DATADIR%%/db/20050325-3-drop.sql
591
%%DATADIR%%/db/20050325-2.php
592
%%DATADIR%%/db/20050325-1.sql
593
%%DATADIR%%/db/20050325-1-drop.sql
594
%%DATADIR%%/db/20050315.sql
595
%%DATADIR%%/db/20050315-drop.sql
596
%%DATADIR%%/db/20050311.sql
597
%%DATADIR%%/db/20050227.sql
598
%%DATADIR%%/db/20050225-nsssetup.sql
599
%%DATADIR%%/db/20050224.sql
600
%%DATADIR%%/db/20050224-drop.sql
601
%%DATADIR%%/db/20050214-nss.sql
602
%%DATADIR%%/db/20050212.sql
603
%%DATADIR%%/db/20050130.sql
604
%%DATADIR%%/db/20050127-frs-reorg.php
605
%%DATADIR%%/db/20050115.sql
606
%%DATADIR%%/db/20041222-debian.sql
607
%%DATADIR%%/db/20041222-2.sql
608
%%DATADIR%%/db/20041222-1-delete-task-artifact.php
609
%%DATADIR%%/db/20041215-gforge-4.0.2
610
%%DATADIR%%/db/20041211-syncmail.php
611
%%DATADIR%%/db/20041124.sql
612
%%DATADIR%%/db/20041108.sql
613
%%DATADIR%%/db/20041107-gforge-4.0.1
233
%%DATADIR%%/db/20041104.sql
614
%%DATADIR%%/db/20041104.sql
234
%%DATADIR%%/db/20041031.sql
615
%%DATADIR%%/db/20041031.sql
235
%%DATADIR%%/db/20041025-gforge-4.0
616
%%DATADIR%%/db/20041025-gforge-4.0
Lines 249-255 Link Here
249
%%DATADIR%%/db/20040329.sql
630
%%DATADIR%%/db/20040329.sql
250
%%DATADIR%%/db/20040326-gforge-3.3
631
%%DATADIR%%/db/20040326-gforge-3.3
251
%%DATADIR%%/db/200403252.sql
632
%%DATADIR%%/db/200403252.sql
252
%%DATADIR%%/db/20040325.sql
633
%%DATADIR%%/db/200403251.sql
253
%%DATADIR%%/db/20040315.sql
634
%%DATADIR%%/db/20040315.sql
254
%%DATADIR%%/db/20040204.sql
635
%%DATADIR%%/db/20040204.sql
255
%%DATADIR%%/db/20040130.sql
636
%%DATADIR%%/db/20040130.sql
Lines 288-296 Link Here
288
%%DATADIR%%/db/20021124-3_gforge-debian-sf-sync.sql
669
%%DATADIR%%/db/20021124-3_gforge-debian-sf-sync.sql
289
%%DATADIR%%/db/20021124-2_theming.sql
670
%%DATADIR%%/db/20021124-2_theming.sql
290
%%DATADIR%%/db/20021124-1_drop_foundry.sql
671
%%DATADIR%%/db/20021124-1_drop_foundry.sql
291
%%DATADIR%%/db/gforge2.6.sql
672
%%DATADIR%%/db/20010601-sourceforge-2.6
673
%%DATADIR%%/db/20010511.sql
674
%%DATADIR%%/db/20010509.sql
675
%%DATADIR%%/db/20010507.sql
676
%%DATADIR%%/db/20010412.sql
677
%%DATADIR%%/db/20010409.sql
678
%%DATADIR%%/db/20010317.sql
679
%%DATADIR%%/db/20010313.sql
680
%%DATADIR%%/db/20010305.sql
681
%%DATADIR%%/db/20010304-4-artifact-convert-files.php
682
%%DATADIR%%/db/20010304-3.sql
683
%%DATADIR%%/db/20010304-2.sql
684
%%DATADIR%%/db/20010304-1.sql
685
%%DATADIR%%/db/20010301.sql
686
%%DATADIR%%/db/20010206.sql
687
%%DATADIR%%/db/20010126.sql
688
%%DATADIR%%/db/20010112.sql
689
%%DATADIR%%/db/20010109.sql
690
%%DATADIR%%/db/20001220.sql
691
%%DATADIR%%/db/20001219-sourceforge-2.5
292
%%DATADIR%%/db/gforge.sql
692
%%DATADIR%%/db/gforge.sql
293
%%DATADIR%%/db/gforge-pgsql7.3.sql
693
%%DATADIR%%/db/20001214.sql
694
%%DATADIR%%/db/gforge2.6.sql
695
%%DATADIR%%/db/20001209.sql
294
%%WWW_ROOT%%/gforge/common/pm/ProjectTask.class
696
%%WWW_ROOT%%/gforge/common/pm/ProjectTask.class
295
%%WWW_ROOT%%/gforge/common/pm/ProjectGroup.class
697
%%WWW_ROOT%%/gforge/common/pm/ProjectGroup.class
296
%%WWW_ROOT%%/gforge/common/pm/ProjectGroupFactory.class
698
%%WWW_ROOT%%/gforge/common/pm/ProjectGroupFactory.class
Lines 332-364 Link Here
332
%%WWW_ROOT%%/gforge/common/reporting/ReportUserCum.class
734
%%WWW_ROOT%%/gforge/common/reporting/ReportUserCum.class
333
%%WWW_ROOT%%/gforge/common/reporting/ReportUserTime.class
735
%%WWW_ROOT%%/gforge/common/reporting/ReportUserTime.class
334
%%WWW_ROOT%%/gforge/common/reporting/Report.class
736
%%WWW_ROOT%%/gforge/common/reporting/Report.class
335
%%WWW_ROOT%%/gforge/common/tracker/ArtifactExtraFieldElement.class
737
%%WWW_ROOT%%/gforge/common/tracker/artifact_type_definitions.php
336
%%WWW_ROOT%%/gforge/common/tracker/ArtifactCanned.class
738
%%WWW_ROOT%%/gforge/common/tracker/ArtifactCanned.class
337
%%WWW_ROOT%%/gforge/common/tracker/ArtifactCategory.class
739
%%WWW_ROOT%%/gforge/common/tracker/ArtifactExtraField.class
338
%%WWW_ROOT%%/gforge/common/tracker/ArtifactFile.class
740
%%WWW_ROOT%%/gforge/common/tracker/ArtifactFile.class
339
%%WWW_ROOT%%/gforge/common/tracker/ArtifactFromID.class
741
%%WWW_ROOT%%/gforge/common/tracker/ArtifactFromID.class
340
%%WWW_ROOT%%/gforge/common/tracker/ArtifactGroup.class
742
%%WWW_ROOT%%/gforge/common/tracker/ArtifactQuery.class
341
%%WWW_ROOT%%/gforge/common/tracker/ArtifactResolution.class
342
%%WWW_ROOT%%/gforge/common/tracker/ArtifactType.class
743
%%WWW_ROOT%%/gforge/common/tracker/ArtifactType.class
343
%%WWW_ROOT%%/gforge/common/tracker/ArtifactTypes.class
744
%%WWW_ROOT%%/gforge/common/tracker/ArtifactTypes.class
745
%%WWW_ROOT%%/gforge/common/tracker/ArtifactsForUser.class
344
%%WWW_ROOT%%/gforge/common/tracker/Artifacts.class
746
%%WWW_ROOT%%/gforge/common/tracker/Artifacts.class
345
%%WWW_ROOT%%/gforge/common/tracker/ArtifactTypeFactory.class
747
%%WWW_ROOT%%/gforge/common/tracker/ArtifactTypeFactory.class
346
%%WWW_ROOT%%/gforge/common/tracker/ArtifactFactory.class
748
%%WWW_ROOT%%/gforge/common/tracker/ArtifactFactory.class
347
%%WWW_ROOT%%/gforge/common/tracker/ArtifactsForUser.class
348
%%WWW_ROOT%%/gforge/common/tracker/ArtifactHistory.class
749
%%WWW_ROOT%%/gforge/common/tracker/ArtifactHistory.class
349
%%WWW_ROOT%%/gforge/common/tracker/ArtifactMessage.class
750
%%WWW_ROOT%%/gforge/common/tracker/ArtifactMessage.class
350
%%WWW_ROOT%%/gforge/common/tracker/ArtifactBoxOptions.class
751
%%WWW_ROOT%%/gforge/common/tracker/ArtifactBoxOptions.class
351
%%WWW_ROOT%%/gforge/common/tracker/ArtifactExtraField.class
752
%%WWW_ROOT%%/gforge/common/tracker/ArtifactExtraFieldElement.class
352
%%WWW_ROOT%%/gforge/common/tracker/Artifact.class
753
%%WWW_ROOT%%/gforge/common/tracker/Artifact.class
353
%%WWW_ROOT%%/gforge/common/mail/MailingList.class
754
%%WWW_ROOT%%/gforge/common/mail/MailingList.class
354
%%WWW_ROOT%%/gforge/common/mail/MailingListFactory.class
755
%%WWW_ROOT%%/gforge/common/mail/MailingListFactory.class
355
%%WWW_ROOT%%/gforge/common/include/system/LDAP.class
756
%%WWW_ROOT%%/gforge/common/include/system/LDAP.class
356
%%WWW_ROOT%%/gforge/common/include/system/UNIX.class
757
%%WWW_ROOT%%/gforge/common/include/system/UNIX.class
357
%%WWW_ROOT%%/gforge/common/include/system/pgsql.class
758
%%WWW_ROOT%%/gforge/common/include/system/pgsql.class
358
%%WWW_ROOT%%/gforge/common/include/cvsweb/DirectoryHandler.class
759
%%WWW_ROOT%%/gforge/common/include/Group.class
359
%%WWW_ROOT%%/gforge/common/include/cvsweb/ErrorHandler.class
360
%%WWW_ROOT%%/gforge/common/include/cvsweb/FileHandler.class
361
%%WWW_ROOT%%/gforge/common/include/cvsweb/RCSHandler.class
362
%%WWW_ROOT%%/gforge/common/include/Jabber.class
760
%%WWW_ROOT%%/gforge/common/include/Jabber.class
363
%%WWW_ROOT%%/gforge/common/include/Permission.class
761
%%WWW_ROOT%%/gforge/common/include/Permission.class
364
%%WWW_ROOT%%/gforge/common/include/Plugin.class
762
%%WWW_ROOT%%/gforge/common/include/Plugin.class
Lines 375-388 Link Here
375
%%WWW_ROOT%%/gforge/common/include/cron_utils.php
773
%%WWW_ROOT%%/gforge/common/include/cron_utils.php
376
%%WWW_ROOT%%/gforge/common/include/escapingUtils.php
774
%%WWW_ROOT%%/gforge/common/include/escapingUtils.php
377
%%WWW_ROOT%%/gforge/common/include/constants.php
775
%%WWW_ROOT%%/gforge/common/include/constants.php
776
%%WWW_ROOT%%/gforge/common/include/System.class
378
%%WWW_ROOT%%/gforge/common/include/MailParser.class
777
%%WWW_ROOT%%/gforge/common/include/MailParser.class
379
%%WWW_ROOT%%/gforge/common/include/Role.class
778
%%WWW_ROOT%%/gforge/common/include/Role.class
380
%%WWW_ROOT%%/gforge/common/include/RoleObserver.class
779
%%WWW_ROOT%%/gforge/common/include/RoleObserver.class
381
%%WWW_ROOT%%/gforge/common/include/SCM.class
780
%%WWW_ROOT%%/gforge/common/include/SCM.class
382
%%WWW_ROOT%%/gforge/common/include/System.class
383
%%WWW_ROOT%%/gforge/common/include/Error.class
384
%%WWW_ROOT%%/gforge/common/include/license.php
781
%%WWW_ROOT%%/gforge/common/include/license.php
385
%%WWW_ROOT%%/gforge/common/include/Group.class
782
%%WWW_ROOT%%/gforge/common/include/GroupJoinRequest.class
783
%%WWW_ROOT%%/gforge/common/include/Error.class
784
%%WWW_ROOT%%/gforge/common/include/Validator.class
386
%%WWW_ROOT%%/gforge/common/frs/FRSFile.class
785
%%WWW_ROOT%%/gforge/common/frs/FRSFile.class
387
%%WWW_ROOT%%/gforge/common/frs/FRSPackage.class
786
%%WWW_ROOT%%/gforge/common/frs/FRSPackage.class
388
%%WWW_ROOT%%/gforge/common/frs/FRSRelease.class
787
%%WWW_ROOT%%/gforge/common/frs/FRSRelease.class
Lines 394-460 Link Here
394
%%WWW_ROOT%%/gforge/common/docman/Document.class
793
%%WWW_ROOT%%/gforge/common/docman/Document.class
395
%%WWW_ROOT%%/gforge/common/docman/DocumentFactory.class
794
%%WWW_ROOT%%/gforge/common/docman/DocumentFactory.class
396
%%WWW_ROOT%%/gforge/common/docman/DocumentGroup.class
795
%%WWW_ROOT%%/gforge/common/docman/DocumentGroup.class
397
%%WWW_ROOT%%/gforge/www/reporting/usertime_graph.php
796
%%WWW_ROOT%%/gforge/common/docman/DocumentGroupFactory.class
398
%%WWW_ROOT%%/gforge/www/reporting/groupadded_graph.php
797
%%WWW_ROOT%%/gforge/www/scm/admin/index.php
399
%%WWW_ROOT%%/gforge/www/reporting/groupcum.php
798
%%WWW_ROOT%%/gforge/www/scm/include/scm_utils.php
400
%%WWW_ROOT%%/gforge/www/reporting/groupcum_graph.php
799
%%WWW_ROOT%%/gforge/www/scm/index.php
401
%%WWW_ROOT%%/gforge/www/reporting/index.php
402
%%WWW_ROOT%%/gforge/www/reporting/projectact.php
403
%%WWW_ROOT%%/gforge/www/reporting/projectact_graph.php
404
%%WWW_ROOT%%/gforge/www/reporting/projecttime.php
405
%%WWW_ROOT%%/gforge/www/reporting/projecttime_graph.php
406
%%WWW_ROOT%%/gforge/www/reporting/rebuild.php
407
%%WWW_ROOT%%/gforge/www/reporting/siteact.php
408
%%WWW_ROOT%%/gforge/www/reporting/siteact_graph.php
409
%%WWW_ROOT%%/gforge/www/reporting/sitetime.php
410
%%WWW_ROOT%%/gforge/www/reporting/sitetime_graph.php
411
%%WWW_ROOT%%/gforge/www/reporting/sitetimebar.php
412
%%WWW_ROOT%%/gforge/www/reporting/sitetimebar_graph.php
413
%%WWW_ROOT%%/gforge/www/reporting/timeadd.php
414
%%WWW_ROOT%%/gforge/www/reporting/timecategory.php
415
%%WWW_ROOT%%/gforge/www/reporting/useract.php
416
%%WWW_ROOT%%/gforge/www/reporting/toolspie.php
417
%%WWW_ROOT%%/gforge/www/reporting/toolspie_graph.php
418
%%WWW_ROOT%%/gforge/www/reporting/trackerpie_graph.php
419
%%WWW_ROOT%%/gforge/www/reporting/useract_graph.php
420
%%WWW_ROOT%%/gforge/www/reporting/useradded.php
421
%%WWW_ROOT%%/gforge/www/reporting/useradded_graph.php
422
%%WWW_ROOT%%/gforge/www/reporting/usercum.php
423
%%WWW_ROOT%%/gforge/www/reporting/usercum_graph.php
424
%%WWW_ROOT%%/gforge/www/reporting/usersummary.php
425
%%WWW_ROOT%%/gforge/www/reporting/usertime.php
426
%%WWW_ROOT%%/gforge/www/reporting/groupadded.php
427
%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactFileHtml.class
428
%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactHtml.class
429
%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactTypeHtml.class
430
%%WWW_ROOT%%/gforge/www/tracker/reporting/index.php
800
%%WWW_ROOT%%/gforge/www/tracker/reporting/index.php
431
%%WWW_ROOT%%/gforge/www/tracker/reporting/trackeract_graph.php
801
%%WWW_ROOT%%/gforge/www/tracker/reporting/trackeract_graph.php
432
%%WWW_ROOT%%/gforge/www/tracker/reporting/trackerpie_graph.php
802
%%WWW_ROOT%%/gforge/www/tracker/reporting/trackerpie_graph.php
433
%%WWW_ROOT%%/gforge/www/tracker/admin/updates.php
803
%%WWW_ROOT%%/gforge/www/tracker/admin/form-clonetracker.php
434
%%WWW_ROOT%%/gforge/www/tracker/admin/form-addcanned.php
804
%%WWW_ROOT%%/gforge/www/tracker/admin/form-addcanned.php
435
%%WWW_ROOT%%/gforge/www/tracker/admin/form-addcategory.php
436
%%WWW_ROOT%%/gforge/www/tracker/admin/form-addextrafield.php
805
%%WWW_ROOT%%/gforge/www/tracker/admin/form-addextrafield.php
437
%%WWW_ROOT%%/gforge/www/tracker/admin/form-addextrafieldoption.php
806
%%WWW_ROOT%%/gforge/www/tracker/admin/form-addextrafieldoption.php
438
%%WWW_ROOT%%/gforge/www/tracker/admin/form-addgroup.php
807
%%WWW_ROOT%%/gforge/www/tracker/admin/form-updateextrafield.php
808
%%WWW_ROOT%%/gforge/www/tracker/admin/ind.php
439
%%WWW_ROOT%%/gforge/www/tracker/admin/form-deletetracker.php
809
%%WWW_ROOT%%/gforge/www/tracker/admin/form-deletetracker.php
440
%%WWW_ROOT%%/gforge/www/tracker/admin/form-extrafieldcopy.php
810
%%WWW_ROOT%%/gforge/www/tracker/admin/form-extrafieldcopy.php
441
%%WWW_ROOT%%/gforge/www/tracker/admin/form-updatecanned.php
811
%%WWW_ROOT%%/gforge/www/tracker/admin/form-updatecanned.php
442
%%WWW_ROOT%%/gforge/www/tracker/admin/form-updatecategory.php
443
%%WWW_ROOT%%/gforge/www/tracker/admin/form-updateextrafield.php
444
%%WWW_ROOT%%/gforge/www/tracker/admin/form-updateextrafieldelement.php
812
%%WWW_ROOT%%/gforge/www/tracker/admin/form-updateextrafieldelement.php
445
%%WWW_ROOT%%/gforge/www/tracker/admin/form-updategroup.php
446
%%WWW_ROOT%%/gforge/www/tracker/admin/form-updatetracker.php
813
%%WWW_ROOT%%/gforge/www/tracker/admin/form-updatetracker.php
447
%%WWW_ROOT%%/gforge/www/tracker/admin/ind.php
814
%%WWW_ROOT%%/gforge/www/tracker/admin/form-uploadtemplate.php
448
%%WWW_ROOT%%/gforge/www/tracker/admin/tracker.php
815
%%WWW_ROOT%%/gforge/www/tracker/admin/tracker.php
816
%%WWW_ROOT%%/gforge/www/tracker/admin/updates.php
817
%%WWW_ROOT%%/gforge/www/tracker/admin/form-deleteextrafield.php
449
%%WWW_ROOT%%/gforge/www/tracker/admin/index.php
818
%%WWW_ROOT%%/gforge/www/tracker/admin/index.php
819
%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactFileHtml.class
820
%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactHtml.class
821
%%WWW_ROOT%%/gforge/www/tracker/include/ArtifactTypeHtml.class
450
%%WWW_ROOT%%/gforge/www/tracker/download.php
822
%%WWW_ROOT%%/gforge/www/tracker/download.php
451
%%WWW_ROOT%%/gforge/www/tracker/index.php
823
%%WWW_ROOT%%/gforge/www/tracker/index.php
452
%%WWW_ROOT%%/gforge/www/tracker/mod.php
824
%%WWW_ROOT%%/gforge/www/tracker/mod.php
453
%%WWW_ROOT%%/gforge/www/tracker/mod-limited.php
825
%%WWW_ROOT%%/gforge/www/tracker/mod-limited.php
454
%%WWW_ROOT%%/gforge/www/tracker/taskmgr.php
826
%%WWW_ROOT%%/gforge/www/tracker/taskmgr.php
455
%%WWW_ROOT%%/gforge/www/tracker/ind.php
827
%%WWW_ROOT%%/gforge/www/tracker/ind.php
456
%%WWW_ROOT%%/gforge/www/tracker/browse.php
457
%%WWW_ROOT%%/gforge/www/tracker/tracker.php
828
%%WWW_ROOT%%/gforge/www/tracker/tracker.php
829
%%WWW_ROOT%%/gforge/www/tracker/deleteartifact.php
830
%%WWW_ROOT%%/gforge/www/tracker/downloadcsv.php
831
%%WWW_ROOT%%/gforge/www/tracker/opener_tasks.js
832
%%WWW_ROOT%%/gforge/www/tracker/browse.php
833
%%WWW_ROOT%%/gforge/www/tracker/query.php
458
%%WWW_ROOT%%/gforge/www/tracker/add.php
834
%%WWW_ROOT%%/gforge/www/tracker/add.php
459
%%WWW_ROOT%%/gforge/www/tracker/detail.php
835
%%WWW_ROOT%%/gforge/www/tracker/detail.php
460
%%WWW_ROOT%%/gforge/www/top/index.php
836
%%WWW_ROOT%%/gforge/www/top/index.php
Lines 473-479 Link Here
473
%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topright-inner-dark.png
849
%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topright-inner-dark.png
474
%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topright-inner.png
850
%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/topright-inner.png
475
%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/bottomleft-inner.png
851
%%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs/bottomleft-inner.png
476
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/xmail16w.png
852
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/adddoc12.png
477
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/cfolder15.png
853
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/cfolder15.png
478
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/check.png
854
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/check.png
479
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/cvs16b.png
855
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/cvs16b.png
Lines 500-505 Link Here
500
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/trash-x.png
876
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/trash-x.png
501
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/trash.png
877
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/trash.png
502
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/write16w.png
878
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/write16w.png
879
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/xmail16w.png
503
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/caret.png
880
%%WWW_ROOT%%/gforge/www/themes/gforge/images/ic/caret.png
504
%%WWW_ROOT%%/gforge/www/themes/gforge/images/logo.png
881
%%WWW_ROOT%%/gforge/www/themes/gforge/images/logo.png
505
%%WWW_ROOT%%/gforge/www/themes/gforge/images/t.png
882
%%WWW_ROOT%%/gforge/www/themes/gforge/images/t.png
Lines 529-550 Link Here
529
%%WWW_ROOT%%/gforge/www/themes/gforge/images/clear.png
906
%%WWW_ROOT%%/gforge/www/themes/gforge/images/clear.png
530
%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-selected-notselected.png
907
%%WWW_ROOT%%/gforge/www/themes/gforge/images/theme-toptab-selected-notselected.png
531
%%WWW_ROOT%%/gforge/www/themes/gforge/Theme.class
908
%%WWW_ROOT%%/gforge/www/themes/gforge/Theme.class
532
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/xmail16w.png
909
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/adddoc12.png
533
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Admin.png
534
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Bugs.png
535
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/CVS.png
536
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Docs.png
537
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Files.png
538
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Forums.png
539
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Homepage.png
540
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Lists.png
541
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/News.png
542
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Patches.png
543
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Summary.png
544
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Support.png
545
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Surveys.png
546
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Tasks.png
547
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/Tracker.png
548
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/caret.png
910
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/caret.png
549
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/cfolder15.png
911
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/cfolder15.png
550
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/check.png
912
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/check.png
Lines 571-576 Link Here
571
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/trash.png
933
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/trash.png
572
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/mail16w.png
934
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/mail16w.png
573
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/write16w.png
935
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/write16w.png
936
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/xmail16w.png
574
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/msg.png
937
%%WWW_ROOT%%/gforge/www/themes/osx/images/ic/msg.png
575
%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/taskman16b.png
938
%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/taskman16b.png
576
%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/docman16b.png
939
%%WWW_ROOT%%/gforge/www/themes/osx/images/proj/docman16b.png
Lines 650-658 Link Here
650
%%WWW_ROOT%%/gforge/www/stats/views_graph.php
1013
%%WWW_ROOT%%/gforge/www/stats/views_graph.php
651
%%WWW_ROOT%%/gforge/www/stats/graphs.php
1014
%%WWW_ROOT%%/gforge/www/stats/graphs.php
652
%%WWW_ROOT%%/gforge/www/squal/get_session_hash.php
1015
%%WWW_ROOT%%/gforge/www/squal/get_session_hash.php
653
%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_add.php
654
%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_edit.php
655
%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_list.php
656
%%WWW_ROOT%%/gforge/www/admin/languages/seetranstabfiles.php
1016
%%WWW_ROOT%%/gforge/www/admin/languages/seetranstabfiles.php
657
%%WWW_ROOT%%/gforge/www/admin/languages/editdouble.php
1017
%%WWW_ROOT%%/gforge/www/admin/languages/editdouble.php
658
%%WWW_ROOT%%/gforge/www/admin/languages/editnotinbasetabfiles.php
1018
%%WWW_ROOT%%/gforge/www/admin/languages/editnotinbasetabfiles.php
Lines 665-671 Link Here
665
%%WWW_ROOT%%/gforge/www/admin/languages/seenotranstabfiles.php
1025
%%WWW_ROOT%%/gforge/www/admin/languages/seenotranstabfiles.php
666
%%WWW_ROOT%%/gforge/www/admin/languages/seetabfiles.php
1026
%%WWW_ROOT%%/gforge/www/admin/languages/seetabfiles.php
667
%%WWW_ROOT%%/gforge/www/admin/languages/admintabfiles.php
1027
%%WWW_ROOT%%/gforge/www/admin/languages/admintabfiles.php
668
%%WWW_ROOT%%/gforge/www/admin/admin_table.php
1028
%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_add.php
1029
%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_edit.php
1030
%%WWW_ROOT%%/gforge/www/admin/trove/trove_cat_list.php
1031
%%WWW_ROOT%%/gforge/www/admin/admin_utils.php
669
%%WWW_ROOT%%/gforge/www/admin/approve-pending.php
1032
%%WWW_ROOT%%/gforge/www/admin/approve-pending.php
670
%%WWW_ROOT%%/gforge/www/admin/cronman.php
1033
%%WWW_ROOT%%/gforge/www/admin/cronman.php
671
%%WWW_ROOT%%/gforge/www/admin/database.php
1034
%%WWW_ROOT%%/gforge/www/admin/database.php
Lines 684-697 Link Here
684
%%WWW_ROOT%%/gforge/www/admin/useredit.php
1047
%%WWW_ROOT%%/gforge/www/admin/useredit.php
685
%%WWW_ROOT%%/gforge/www/admin/userlist.php
1048
%%WWW_ROOT%%/gforge/www/admin/userlist.php
686
%%WWW_ROOT%%/gforge/www/admin/vhost.php
1049
%%WWW_ROOT%%/gforge/www/admin/vhost.php
687
%%WWW_ROOT%%/gforge/www/admin/admin_utils.php
1050
%%WWW_ROOT%%/gforge/www/admin/groupdelete.php
1051
%%WWW_ROOT%%/gforge/www/admin/admin_table.php
688
%%WWW_ROOT%%/gforge/www/softwaremap/index.php
1052
%%WWW_ROOT%%/gforge/www/softwaremap/index.php
689
%%WWW_ROOT%%/gforge/www/softwaremap/trove_list.php
1053
%%WWW_ROOT%%/gforge/www/softwaremap/trove_list.php
690
%%WWW_ROOT%%/gforge/www/soap/common/group.php
1054
%%WWW_ROOT%%/gforge/www/soap/common/group.php
691
%%WWW_ROOT%%/gforge/www/soap/common/user.php
1055
%%WWW_ROOT%%/gforge/www/soap/common/user.php
692
%%WWW_ROOT%%/gforge/www/soap/tracker/tracker.php
1056
%%WWW_ROOT%%/gforge/www/soap/tracker/tracker.php
693
%%WWW_ROOT%%/gforge/www/soap/pm/pm.php
1057
%%WWW_ROOT%%/gforge/www/soap/pm/pm.php
694
%%WWW_ROOT%%/gforge/www/soap/SoapAPI.php
1058
%%WWW_ROOT%%/gforge/www/soap/frs/frs.php
695
%%WWW_ROOT%%/gforge/www/soap/index.php
1059
%%WWW_ROOT%%/gforge/www/soap/index.php
696
%%WWW_ROOT%%/gforge/www/soap/nusoap.php
1060
%%WWW_ROOT%%/gforge/www/soap/nusoap.php
697
%%WWW_ROOT%%/gforge/www/snippet/submit.php
1061
%%WWW_ROOT%%/gforge/www/snippet/submit.php
Lines 708-718 Link Here
708
%%WWW_ROOT%%/gforge/www/developer/index.php
1072
%%WWW_ROOT%%/gforge/www/developer/index.php
709
%%WWW_ROOT%%/gforge/www/developer/monitor.php
1073
%%WWW_ROOT%%/gforge/www/developer/monitor.php
710
%%WWW_ROOT%%/gforge/www/developer/rate.php
1074
%%WWW_ROOT%%/gforge/www/developer/rate.php
711
%%WWW_ROOT%%/gforge/www/search/include/engines/ArtifactSearchEngine.class
1075
%%WWW_ROOT%%/gforge/www/docman/admin/index.php
1076
%%WWW_ROOT%%/gforge/www/docman/include/doc_utils.php
1077
%%WWW_ROOT%%/gforge/www/docman/include/DocumentGroupHTML.class
1078
%%WWW_ROOT%%/gforge/www/docman/view.php
1079
%%WWW_ROOT%%/gforge/www/docman/index.php
1080
%%WWW_ROOT%%/gforge/www/docman/new.php
1081
%%WWW_ROOT%%/gforge/www/docman/display_doc.php
1082
%%WWW_ROOT%%/gforge/www/search/include/engines/TrackersGroupSearchEngine.class
712
%%WWW_ROOT%%/gforge/www/search/include/engines/ForumSearchEngine.class
1083
%%WWW_ROOT%%/gforge/www/search/include/engines/ForumSearchEngine.class
713
%%WWW_ROOT%%/gforge/www/search/include/engines/GroupSearchEngine.class
1084
%%WWW_ROOT%%/gforge/www/search/include/engines/GroupSearchEngine.class
714
%%WWW_ROOT%%/gforge/www/search/include/engines/SearchEngine.class
1085
%%WWW_ROOT%%/gforge/www/search/include/engines/SearchEngine.class
715
%%WWW_ROOT%%/gforge/www/search/include/renderers/TrackersHtmlSearchRenderer.class
1086
%%WWW_ROOT%%/gforge/www/search/include/engines/DocsGroupSearchEngine.class
1087
%%WWW_ROOT%%/gforge/www/search/include/engines/ForumsGroupSearchEngine.class
1088
%%WWW_ROOT%%/gforge/www/search/include/engines/FrsGroupSearchEngine.class
1089
%%WWW_ROOT%%/gforge/www/search/include/engines/NewsGroupSearchEngine.class
1090
%%WWW_ROOT%%/gforge/www/search/include/engines/TasksGroupSearchEngine.class
1091
%%WWW_ROOT%%/gforge/www/search/include/engines/ArtifactSearchEngine.class
1092
%%WWW_ROOT%%/gforge/www/search/include/renderers/FullProjectHtmlSearchRenderer.class
716
%%WWW_ROOT%%/gforge/www/search/include/renderers/DocsHtmlSearchRenderer.class
1093
%%WWW_ROOT%%/gforge/www/search/include/renderers/DocsHtmlSearchRenderer.class
717
%%WWW_ROOT%%/gforge/www/search/include/renderers/ForumHtmlSearchRenderer.class
1094
%%WWW_ROOT%%/gforge/www/search/include/renderers/ForumHtmlSearchRenderer.class
718
%%WWW_ROOT%%/gforge/www/search/include/renderers/ForumsHtmlSearchRenderer.class
1095
%%WWW_ROOT%%/gforge/www/search/include/renderers/ForumsHtmlSearchRenderer.class
Lines 727-871 Link Here
727
%%WWW_ROOT%%/gforge/www/search/include/renderers/SearchRenderer.class
1104
%%WWW_ROOT%%/gforge/www/search/include/renderers/SearchRenderer.class
728
%%WWW_ROOT%%/gforge/www/search/include/renderers/SkillHtmlSearchRenderer.class
1105
%%WWW_ROOT%%/gforge/www/search/include/renderers/SkillHtmlSearchRenderer.class
729
%%WWW_ROOT%%/gforge/www/search/include/renderers/TasksHtmlSearchRenderer.class
1106
%%WWW_ROOT%%/gforge/www/search/include/renderers/TasksHtmlSearchRenderer.class
1107
%%WWW_ROOT%%/gforge/www/search/include/renderers/TrackersHtmlSearchRenderer.class
1108
%%WWW_ROOT%%/gforge/www/search/include/renderers/AdvancedSearchHtmlSearchRenderer.class
730
%%WWW_ROOT%%/gforge/www/search/include/renderers/ArtifactHtmlSearchRenderer.class
1109
%%WWW_ROOT%%/gforge/www/search/include/renderers/ArtifactHtmlSearchRenderer.class
731
%%WWW_ROOT%%/gforge/www/search/include/SearchManager.class
1110
%%WWW_ROOT%%/gforge/www/search/include/SearchManager.class
732
%%WWW_ROOT%%/gforge/www/search/index.php
1111
%%WWW_ROOT%%/gforge/www/search/index.php
733
%%WWW_ROOT%%/gforge/www/scm/admin/index.php
1112
%%WWW_ROOT%%/gforge/www/search/advanced_search.php
734
%%WWW_ROOT%%/gforge/www/scm/include/scm_utils.php
735
%%WWW_ROOT%%/gforge/www/scm/index.php
736
%%WWW_ROOT%%/gforge/www/images/ic/write16w.png
737
%%WWW_ROOT%%/gforge/www/images/ic/cfolder15.png
738
%%WWW_ROOT%%/gforge/www/images/ic/check.png
739
%%WWW_ROOT%%/gforge/www/images/ic/cvs16b.png
740
%%WWW_ROOT%%/gforge/www/images/ic/docman16b.png
741
%%WWW_ROOT%%/gforge/www/images/ic/ftp16b.png
742
%%WWW_ROOT%%/gforge/www/images/ic/halfcheck.png
743
%%WWW_ROOT%%/gforge/www/images/ic/home16b.png
744
%%WWW_ROOT%%/gforge/www/images/ic/index.png
745
%%WWW_ROOT%%/gforge/www/images/ic/mail16b.png
746
%%WWW_ROOT%%/gforge/www/images/ic/mail16d.png
747
%%WWW_ROOT%%/gforge/www/images/ic/mail16w.png
748
%%WWW_ROOT%%/gforge/www/images/ic/manual16c.png
749
%%WWW_ROOT%%/gforge/www/images/ic/notes16.png
750
%%WWW_ROOT%%/gforge/www/images/ic/ofolder15.png
751
%%WWW_ROOT%%/gforge/www/images/ic/pencil.png
752
%%WWW_ROOT%%/gforge/www/images/ic/save.png
753
%%WWW_ROOT%%/gforge/www/images/ic/support16b.jpg
754
%%WWW_ROOT%%/gforge/www/images/ic/survey16b.png
755
%%WWW_ROOT%%/gforge/www/images/ic/taskman16b.png
756
%%WWW_ROOT%%/gforge/www/images/ic/trash-x.png
757
%%WWW_ROOT%%/gforge/www/images/ic/trash.png
758
%%WWW_ROOT%%/gforge/www/images/ic/msg.png
759
%%WWW_ROOT%%/gforge/www/images/ic/xmail16w.png
760
%%WWW_ROOT%%/gforge/www/images/ic/forum20g.png
761
%%WWW_ROOT%%/gforge/www/images/ic/forum20w.png
762
%%WWW_ROOT%%/gforge/www/images/ic/taskman20g.png
763
%%WWW_ROOT%%/gforge/www/images/ic/taskman20w.png
764
%%WWW_ROOT%%/gforge/www/images/ic/tracker20g.png
765
%%WWW_ROOT%%/gforge/www/images/ic/tracker20w.png
766
%%WWW_ROOT%%/gforge/www/images/ic/caret.png
767
%%WWW_ROOT%%/gforge/www/images/blank.png
768
%%WWW_ROOT%%/gforge/www/images/clear.png
769
%%WWW_ROOT%%/gforge/www/images/debian-sf-icon.png
770
%%WWW_ROOT%%/gforge/www/images/favicon.ico
771
%%WWW_ROOT%%/gforge/www/images/gantt.png
772
%%WWW_ROOT%%/gforge/www/images/gforge.jpg
773
%%WWW_ROOT%%/gforge/www/images/icon.png
774
%%WWW_ROOT%%/gforge/www/images/msg.png
775
%%WWW_ROOT%%/gforge/www/images/sf-for-debian.png
776
%%WWW_ROOT%%/gforge/www/images/t.png
777
%%WWW_ROOT%%/gforge/www/images/t2.png
778
%%WWW_ROOT%%/gforge/www/images/pow-gforge.png
779
%%WWW_ROOT%%/gforge/www/register/index.php
780
%%WWW_ROOT%%/gforge/www/register/projectinfo.php
781
%%WWW_ROOT%%/gforge/www/docman/admin/index.php
782
%%WWW_ROOT%%/gforge/www/docman/include/doc_utils.php
783
%%WWW_ROOT%%/gforge/www/docman/view.php
784
%%WWW_ROOT%%/gforge/www/docman/index.php
785
%%WWW_ROOT%%/gforge/www/docman/new.php
786
%%WWW_ROOT%%/gforge/www/docman/display_doc.php
787
%%WWW_ROOT%%/gforge/www/project/admin/massfinish.php
788
%%WWW_ROOT%%/gforge/www/project/admin/editgroupinfo.php
789
%%WWW_ROOT%%/gforge/www/project/admin/editimages.php
790
%%WWW_ROOT%%/gforge/www/project/admin/index.php
791
%%WWW_ROOT%%/gforge/www/project/admin/vhost.php
792
%%WWW_ROOT%%/gforge/www/project/admin/group_trove.php
793
%%WWW_ROOT%%/gforge/www/project/admin/history.php
794
%%WWW_ROOT%%/gforge/www/project/admin/project_admin_utils.php
795
%%WWW_ROOT%%/gforge/www/project/admin/roleedit.php
796
%%WWW_ROOT%%/gforge/www/project/admin/massadd.php
797
%%WWW_ROOT%%/gforge/www/project/admin/database.php
798
%%WWW_ROOT%%/gforge/www/project/stats/index.php
799
%%WWW_ROOT%%/gforge/www/project/stats/project_stats_utils.php
800
%%WWW_ROOT%%/gforge/www/project/showfiles.php
801
%%WWW_ROOT%%/gforge/www/project/index.php
802
%%WWW_ROOT%%/gforge/www/project/memberlist.php
803
%%WWW_ROOT%%/gforge/www/pro/index.php
804
%%WWW_ROOT%%/gforge/www/pro/gfgps_banner_small.gif
805
%%WWW_ROOT%%/gforge/www/pm/include/ProjectGroupHTML.class
806
%%WWW_ROOT%%/gforge/www/pm/include/ProjectTaskHTML.class
807
%%WWW_ROOT%%/gforge/www/pm/admin/index.php
808
%%WWW_ROOT%%/gforge/www/pm/reporting/index.php
809
%%WWW_ROOT%%/gforge/www/pm/add_task.php
810
%%WWW_ROOT%%/gforge/www/pm/detail_task.php
811
%%WWW_ROOT%%/gforge/www/pm/gantt.php
812
%%WWW_ROOT%%/gforge/www/pm/ganttpage.php
813
%%WWW_ROOT%%/gforge/www/pm/index.php
814
%%WWW_ROOT%%/gforge/www/pm/mod_task.php
815
%%WWW_ROOT%%/gforge/www/pm/task.php
816
%%WWW_ROOT%%/gforge/www/pm/browse_task.php
817
%%WWW_ROOT%%/gforge/www/pm/calendar.php
818
%%WWW_ROOT%%/gforge/www/export/forum_0.1.dtd
819
%%WWW_ROOT%%/gforge/www/export/projhtml.php
820
%%WWW_ROOT%%/gforge/www/export/projnews.php
821
%%WWW_ROOT%%/gforge/www/export/projtitl.php
822
%%WWW_ROOT%%/gforge/www/export/rss_sfnewreleases.php
823
%%WWW_ROOT%%/gforge/www/export/rss_sfnews.php
824
%%WWW_ROOT%%/gforge/www/export/rss_sfprojects.php
825
%%WWW_ROOT%%/gforge/www/export/rss_utils.inc
826
%%WWW_ROOT%%/gforge/www/export/tracker.php
827
%%WWW_ROOT%%/gforge/www/export/tracker.xsd
828
%%WWW_ROOT%%/gforge/www/export/trove_tree.php
829
%%WWW_ROOT%%/gforge/www/export/trove_tree_0.1.dtd
830
%%WWW_ROOT%%/gforge/www/export/forum.php
831
%%WWW_ROOT%%/gforge/www/export/index.php
832
%%WWW_ROOT%%/gforge/www/forum/admin/index.php
833
%%WWW_ROOT%%/gforge/www/forum/include/ForumHTML.class
834
%%WWW_ROOT%%/gforge/www/forum/index.php
835
%%WWW_ROOT%%/gforge/www/forum/message.php
836
%%WWW_ROOT%%/gforge/www/forum/monitor.php
837
%%WWW_ROOT%%/gforge/www/forum/new.php
838
%%WWW_ROOT%%/gforge/www/forum/save.php
839
%%WWW_ROOT%%/gforge/www/forum/forum.php
840
%%WWW_ROOT%%/gforge/www/news/admin/index.php
841
%%WWW_ROOT%%/gforge/www/news/admin/news_admin_utils.php
842
%%WWW_ROOT%%/gforge/www/news/index.php
843
%%WWW_ROOT%%/gforge/www/news/news_utils.php
844
%%WWW_ROOT%%/gforge/www/news/submit.php
845
%%WWW_ROOT%%/gforge/www/new/index.php
846
%%WWW_ROOT%%/gforge/www/my/bookmark_add.php
847
%%WWW_ROOT%%/gforge/www/my/bookmark_delete.php
848
%%WWW_ROOT%%/gforge/www/my/bookmark_edit.php
849
%%WWW_ROOT%%/gforge/www/my/diary.php
850
%%WWW_ROOT%%/gforge/www/my/index.php
851
%%WWW_ROOT%%/gforge/www/my/rmproject.php
852
%%WWW_ROOT%%/gforge/www/mail/admin/index.php
853
%%WWW_ROOT%%/gforge/www/mail/index.php
854
%%WWW_ROOT%%/gforge/www/mail/mail_utils.php
855
%%WWW_ROOT%%/gforge/www/frs/admin/editrelease.php
856
%%WWW_ROOT%%/gforge/www/frs/admin/index.php
857
%%WWW_ROOT%%/gforge/www/frs/admin/qrs.php
858
%%WWW_ROOT%%/gforge/www/frs/admin/showreleases.php
859
%%WWW_ROOT%%/gforge/www/frs/admin/deletepackage.php
860
%%WWW_ROOT%%/gforge/www/frs/admin/deleterelease.php
861
%%WWW_ROOT%%/gforge/www/frs/include/frs_utils.php
862
%%WWW_ROOT%%/gforge/www/frs/download.php
863
%%WWW_ROOT%%/gforge/www/frs/index.php
864
%%WWW_ROOT%%/gforge/www/frs/monitor.php
865
%%WWW_ROOT%%/gforge/www/frs/shownotes.php
866
%%WWW_ROOT%%/gforge/www/help/index.php
867
%%WWW_ROOT%%/gforge/www/help/tracker.php
868
%%WWW_ROOT%%/gforge/www/help/trove_cat.php
869
%%WWW_ROOT%%/gforge/www/include/languages/Basque.tab
1113
%%WWW_ROOT%%/gforge/www/include/languages/Basque.tab
870
%%WWW_ROOT%%/gforge/www/include/languages/Bulgarian.tab
1114
%%WWW_ROOT%%/gforge/www/include/languages/Bulgarian.tab
871
%%WWW_ROOT%%/gforge/www/include/languages/Catalan.tab
1115
%%WWW_ROOT%%/gforge/www/include/languages/Catalan.tab
Lines 909-915 Link Here
909
%%WWW_ROOT%%/gforge/www/include/html.php
1153
%%WWW_ROOT%%/gforge/www/include/html.php
910
%%WWW_ROOT%%/gforge/www/include/logger.php
1154
%%WWW_ROOT%%/gforge/www/include/logger.php
911
%%WWW_ROOT%%/gforge/www/include/pre.php
1155
%%WWW_ROOT%%/gforge/www/include/pre.php
912
%%WWW_ROOT%%/gforge/www/include/proj_email.php
913
%%WWW_ROOT%%/gforge/www/include/project_home.php
1156
%%WWW_ROOT%%/gforge/www/include/project_home.php
914
%%WWW_ROOT%%/gforge/www/include/project_summary.php
1157
%%WWW_ROOT%%/gforge/www/include/project_summary.php
915
%%WWW_ROOT%%/gforge/www/include/squal_pre.php
1158
%%WWW_ROOT%%/gforge/www/include/squal_pre.php
Lines 919-949 Link Here
919
%%WWW_ROOT%%/gforge/www/include/tool_reports.php
1162
%%WWW_ROOT%%/gforge/www/include/tool_reports.php
920
%%WWW_ROOT%%/gforge/www/include/trove.php
1163
%%WWW_ROOT%%/gforge/www/include/trove.php
921
%%WWW_ROOT%%/gforge/www/include/vote_function.php
1164
%%WWW_ROOT%%/gforge/www/include/vote_function.php
922
%%WWW_ROOT%%/gforge/www/include/overrides.inc
923
%%WWW_ROOT%%/gforge/www/include/LayoutSF.class
1165
%%WWW_ROOT%%/gforge/www/include/LayoutSF.class
924
%%WWW_ROOT%%/gforge/www/include/menuSF.php
1166
%%WWW_ROOT%%/gforge/www/include/menuSF.php
925
%%WWW_ROOT%%/gforge/www/include/note.php
1167
%%WWW_ROOT%%/gforge/www/include/note.php
926
%%WWW_ROOT%%/gforge/www/include/role_utils.php
1168
%%WWW_ROOT%%/gforge/www/include/role_utils.php
927
%%WWW_ROOT%%/gforge/www/people/admin/index.php
1169
%%WWW_ROOT%%/gforge/www/reporting/usertime_graph.php
928
%%WWW_ROOT%%/gforge/www/people/createjob.php
1170
%%WWW_ROOT%%/gforge/www/reporting/groupadded_graph.php
929
%%WWW_ROOT%%/gforge/www/people/editjob.php
1171
%%WWW_ROOT%%/gforge/www/reporting/groupcum.php
930
%%WWW_ROOT%%/gforge/www/people/editprofile.php
1172
%%WWW_ROOT%%/gforge/www/reporting/groupcum_graph.php
931
%%WWW_ROOT%%/gforge/www/people/helpwanted-latest.php
1173
%%WWW_ROOT%%/gforge/www/reporting/index.php
1174
%%WWW_ROOT%%/gforge/www/reporting/projectact.php
1175
%%WWW_ROOT%%/gforge/www/reporting/projectact_graph.php
1176
%%WWW_ROOT%%/gforge/www/reporting/projecttime.php
1177
%%WWW_ROOT%%/gforge/www/reporting/projecttime_graph.php
1178
%%WWW_ROOT%%/gforge/www/reporting/rebuild.php
1179
%%WWW_ROOT%%/gforge/www/reporting/siteact.php
1180
%%WWW_ROOT%%/gforge/www/reporting/siteact_graph.php
1181
%%WWW_ROOT%%/gforge/www/reporting/sitetime.php
1182
%%WWW_ROOT%%/gforge/www/reporting/sitetime_graph.php
1183
%%WWW_ROOT%%/gforge/www/reporting/sitetimebar.php
1184
%%WWW_ROOT%%/gforge/www/reporting/sitetimebar_graph.php
1185
%%WWW_ROOT%%/gforge/www/reporting/timeadd.php
1186
%%WWW_ROOT%%/gforge/www/reporting/timecategory.php
1187
%%WWW_ROOT%%/gforge/www/reporting/useract.php
1188
%%WWW_ROOT%%/gforge/www/reporting/toolspie.php
1189
%%WWW_ROOT%%/gforge/www/reporting/toolspie_graph.php
1190
%%WWW_ROOT%%/gforge/www/reporting/trackerpie_graph.php
1191
%%WWW_ROOT%%/gforge/www/reporting/useract_graph.php
1192
%%WWW_ROOT%%/gforge/www/reporting/useradded.php
1193
%%WWW_ROOT%%/gforge/www/reporting/useradded_graph.php
1194
%%WWW_ROOT%%/gforge/www/reporting/usercum.php
1195
%%WWW_ROOT%%/gforge/www/reporting/usercum_graph.php
1196
%%WWW_ROOT%%/gforge/www/reporting/usersummary.php
1197
%%WWW_ROOT%%/gforge/www/reporting/usertime.php
1198
%%WWW_ROOT%%/gforge/www/reporting/groupadded.php
1199
%%WWW_ROOT%%/gforge/www/register/index.php
1200
%%WWW_ROOT%%/gforge/www/register/projectinfo.php
1201
%%WWW_ROOT%%/gforge/www/export/forum_0.1.dtd
1202
%%WWW_ROOT%%/gforge/www/export/projhtml.php
1203
%%WWW_ROOT%%/gforge/www/export/projnews.php
1204
%%WWW_ROOT%%/gforge/www/export/projtitl.php
1205
%%WWW_ROOT%%/gforge/www/export/rss_sfnewreleases.php
1206
%%WWW_ROOT%%/gforge/www/export/rss_sfnews.php
1207
%%WWW_ROOT%%/gforge/www/export/rss_sfprojects.php
1208
%%WWW_ROOT%%/gforge/www/export/rss_utils.inc
1209
%%WWW_ROOT%%/gforge/www/export/tracker.php
1210
%%WWW_ROOT%%/gforge/www/export/tracker.xsd
1211
%%WWW_ROOT%%/gforge/www/export/trove_tree.php
1212
%%WWW_ROOT%%/gforge/www/export/trove_tree_0.1.dtd
1213
%%WWW_ROOT%%/gforge/www/export/forum.php
1214
%%WWW_ROOT%%/gforge/www/export/index.php
1215
%%WWW_ROOT%%/gforge/www/project/admin/massfinish.php
1216
%%WWW_ROOT%%/gforge/www/project/admin/editgroupinfo.php
1217
%%WWW_ROOT%%/gforge/www/project/admin/editimages.php
1218
%%WWW_ROOT%%/gforge/www/project/admin/index.php
1219
%%WWW_ROOT%%/gforge/www/project/admin/vhost.php
1220
%%WWW_ROOT%%/gforge/www/project/admin/group_trove.php
1221
%%WWW_ROOT%%/gforge/www/project/admin/history.php
1222
%%WWW_ROOT%%/gforge/www/project/admin/project_admin_utils.php
1223
%%WWW_ROOT%%/gforge/www/project/admin/roleedit.php
1224
%%WWW_ROOT%%/gforge/www/project/admin/massadd.php
1225
%%WWW_ROOT%%/gforge/www/project/admin/database.php
1226
%%WWW_ROOT%%/gforge/www/project/stats/index.php
1227
%%WWW_ROOT%%/gforge/www/project/stats/project_stats_utils.php
1228
%%WWW_ROOT%%/gforge/www/project/showfiles.php
1229
%%WWW_ROOT%%/gforge/www/project/index.php
1230
%%WWW_ROOT%%/gforge/www/project/memberlist.php
1231
%%WWW_ROOT%%/gforge/www/project/request.php
1232
%%WWW_ROOT%%/gforge/www/pro/index.php
1233
%%WWW_ROOT%%/gforge/www/pro/gfg_button.gif
1234
%%WWW_ROOT%%/gforge/www/pro/gfgps_banner_small.gif
1235
%%WWW_ROOT%%/gforge/www/pm/msproject/msp.php
1236
%%WWW_ROOT%%/gforge/www/pm/msproject/xmlparser.php
1237
%%WWW_ROOT%%/gforge/www/pm/include/ProjectGroupHTML.class
1238
%%WWW_ROOT%%/gforge/www/pm/include/ProjectTaskHTML.class
1239
%%WWW_ROOT%%/gforge/www/pm/reporting/index.php
1240
%%WWW_ROOT%%/gforge/www/pm/admin/index.php
1241
%%WWW_ROOT%%/gforge/www/pm/detail_task.php
1242
%%WWW_ROOT%%/gforge/www/pm/gantt.php
1243
%%WWW_ROOT%%/gforge/www/pm/ganttpage.php
1244
%%WWW_ROOT%%/gforge/www/pm/index.php
1245
%%WWW_ROOT%%/gforge/www/pm/mod_task.php
1246
%%WWW_ROOT%%/gforge/www/pm/task.php
1247
%%WWW_ROOT%%/gforge/www/pm/ganttofuser.php
1248
%%WWW_ROOT%%/gforge/www/pm/deletetask.php
1249
%%WWW_ROOT%%/gforge/www/pm/downloadcsv.php
1250
%%WWW_ROOT%%/gforge/www/pm/postuploadcsv.php
1251
%%WWW_ROOT%%/gforge/www/pm/uploadcsv.php
1252
%%WWW_ROOT%%/gforge/www/pm/add_task.php
1253
%%WWW_ROOT%%/gforge/www/pm/browse_task.php
1254
%%WWW_ROOT%%/gforge/www/pm/calendar.php
1255
%%WWW_ROOT%%/gforge/www/plugins/scmcvs/cvsweb/css/cvsweb.css
1256
%%WWW_ROOT%%/gforge/www/plugins/scmcvs/cvsweb/icons/text.gif
1257
%%WWW_ROOT%%/gforge/www/plugins/scmcvs/cvsweb/icons/binary.gif
1258
%%WWW_ROOT%%/gforge/www/plugins/scmcvs/cvsweb/icons/dir.gif
1259
%%WWW_ROOT%%/gforge/www/plugins/scmcvs/cvsweb/icons/miniback.gif
1260
%%WWW_ROOT%%/gforge/www/plugins/scmcvs/cvsweb/icons/minidir.gif
1261
%%WWW_ROOT%%/gforge/www/plugins/scmcvs/cvsweb/icons/minigraph.png
1262
%%WWW_ROOT%%/gforge/www/plugins/scmcvs/cvsweb/icons/minitext.gif
1263
%%WWW_ROOT%%/gforge/www/plugins/scmcvs/cvsweb/icons/back.gif
1264
%%WWW_ROOT%%/gforge/www/plugins/scmcvs/cvsweb.php
1265
%%WWW_ROOT%%/gforge/www/plugins/scmsvn/cgi-bin/viewcvs.cgi
1266
%%WWW_ROOT%%/gforge/www/plugins/cvstracker/newcommit.php
1267
%%WWW_ROOT%%/gforge/www/people/admin/index.php
1268
%%WWW_ROOT%%/gforge/www/people/createjob.php
1269
%%WWW_ROOT%%/gforge/www/people/editjob.php
1270
%%WWW_ROOT%%/gforge/www/people/editprofile.php
1271
%%WWW_ROOT%%/gforge/www/people/helpwanted-latest.php
932
%%WWW_ROOT%%/gforge/www/people/index.php
1272
%%WWW_ROOT%%/gforge/www/people/index.php
933
%%WWW_ROOT%%/gforge/www/people/viewjob.php
1273
%%WWW_ROOT%%/gforge/www/people/viewjob.php
934
%%WWW_ROOT%%/gforge/www/people/viewprofile.php
1274
%%WWW_ROOT%%/gforge/www/people/viewprofile.php
935
%%WWW_ROOT%%/gforge/www/people/people_utils.php
1275
%%WWW_ROOT%%/gforge/www/people/people_utils.php
936
%%WWW_ROOT%%/gforge/www/people/skills_utils.php
1276
%%WWW_ROOT%%/gforge/www/people/skills_utils.php
1277
%%WWW_ROOT%%/gforge/www/forum/admin/index.php
1278
%%WWW_ROOT%%/gforge/www/forum/include/ForumHTML.class
1279
%%WWW_ROOT%%/gforge/www/forum/index.php
1280
%%WWW_ROOT%%/gforge/www/forum/message.php
1281
%%WWW_ROOT%%/gforge/www/forum/monitor.php
1282
%%WWW_ROOT%%/gforge/www/forum/new.php
1283
%%WWW_ROOT%%/gforge/www/forum/save.php
1284
%%WWW_ROOT%%/gforge/www/forum/forum.php
1285
%%WWW_ROOT%%/gforge/www/news/admin/index.php
1286
%%WWW_ROOT%%/gforge/www/news/admin/news_admin_utils.php
1287
%%WWW_ROOT%%/gforge/www/news/index.php
1288
%%WWW_ROOT%%/gforge/www/news/news_utils.php
1289
%%WWW_ROOT%%/gforge/www/news/submit.php
1290
%%WWW_ROOT%%/gforge/www/new/index.php
1291
%%WWW_ROOT%%/gforge/www/my/bookmark_add.php
1292
%%WWW_ROOT%%/gforge/www/my/bookmark_delete.php
1293
%%WWW_ROOT%%/gforge/www/my/bookmark_edit.php
1294
%%WWW_ROOT%%/gforge/www/my/diary.php
1295
%%WWW_ROOT%%/gforge/www/my/index.php
1296
%%WWW_ROOT%%/gforge/www/my/rmproject.php
1297
%%WWW_ROOT%%/gforge/www/frs/admin/editrelease.php
1298
%%WWW_ROOT%%/gforge/www/frs/admin/index.php
1299
%%WWW_ROOT%%/gforge/www/frs/admin/qrs.php
1300
%%WWW_ROOT%%/gforge/www/frs/admin/showreleases.php
1301
%%WWW_ROOT%%/gforge/www/frs/admin/deletepackage.php
1302
%%WWW_ROOT%%/gforge/www/frs/admin/deleterelease.php
1303
%%WWW_ROOT%%/gforge/www/frs/include/frs_utils.php
1304
%%WWW_ROOT%%/gforge/www/frs/download.php
1305
%%WWW_ROOT%%/gforge/www/frs/index.php
1306
%%WWW_ROOT%%/gforge/www/frs/monitor.php
1307
%%WWW_ROOT%%/gforge/www/frs/shownotes.php
1308
%%WWW_ROOT%%/gforge/www/help/index.php
1309
%%WWW_ROOT%%/gforge/www/help/tracker.php
1310
%%WWW_ROOT%%/gforge/www/help/trove_cat.php
1311
%%WWW_ROOT%%/gforge/www/images/ic/write16w.png
1312
%%WWW_ROOT%%/gforge/www/images/ic/cfolder15.png
1313
%%WWW_ROOT%%/gforge/www/images/ic/check.png
1314
%%WWW_ROOT%%/gforge/www/images/ic/cvs16b.png
1315
%%WWW_ROOT%%/gforge/www/images/ic/docman16b.png
1316
%%WWW_ROOT%%/gforge/www/images/ic/ftp16b.png
1317
%%WWW_ROOT%%/gforge/www/images/ic/halfcheck.png
1318
%%WWW_ROOT%%/gforge/www/images/ic/home16b.png
1319
%%WWW_ROOT%%/gforge/www/images/ic/index.png
1320
%%WWW_ROOT%%/gforge/www/images/ic/mail16b.png
1321
%%WWW_ROOT%%/gforge/www/images/ic/mail16d.png
1322
%%WWW_ROOT%%/gforge/www/images/ic/mail16w.png
1323
%%WWW_ROOT%%/gforge/www/images/ic/manual16c.png
1324
%%WWW_ROOT%%/gforge/www/images/ic/notes16.png
1325
%%WWW_ROOT%%/gforge/www/images/ic/ofolder15.png
1326
%%WWW_ROOT%%/gforge/www/images/ic/pencil.png
1327
%%WWW_ROOT%%/gforge/www/images/ic/save.png
1328
%%WWW_ROOT%%/gforge/www/images/ic/support16b.jpg
1329
%%WWW_ROOT%%/gforge/www/images/ic/survey16b.png
1330
%%WWW_ROOT%%/gforge/www/images/ic/taskman16b.png
1331
%%WWW_ROOT%%/gforge/www/images/ic/trash-x.png
1332
%%WWW_ROOT%%/gforge/www/images/ic/trash.png
1333
%%WWW_ROOT%%/gforge/www/images/ic/msg.png
1334
%%WWW_ROOT%%/gforge/www/images/ic/xmail16w.png
1335
%%WWW_ROOT%%/gforge/www/images/ic/forum20g.png
1336
%%WWW_ROOT%%/gforge/www/images/ic/forum20w.png
1337
%%WWW_ROOT%%/gforge/www/images/ic/taskman20g.png
1338
%%WWW_ROOT%%/gforge/www/images/ic/taskman20w.png
1339
%%WWW_ROOT%%/gforge/www/images/ic/tracker20g.png
1340
%%WWW_ROOT%%/gforge/www/images/ic/tracker20w.png
1341
%%WWW_ROOT%%/gforge/www/images/ic/caret.png
1342
%%WWW_ROOT%%/gforge/www/images/blank.png
1343
%%WWW_ROOT%%/gforge/www/images/clear.png
1344
%%WWW_ROOT%%/gforge/www/images/debian-sf-icon.png
1345
%%WWW_ROOT%%/gforge/www/images/favicon.ico
1346
%%WWW_ROOT%%/gforge/www/images/gantt.png
1347
%%WWW_ROOT%%/gforge/www/images/gforge.jpg
1348
%%WWW_ROOT%%/gforge/www/images/icon.png
1349
%%WWW_ROOT%%/gforge/www/images/msg.png
1350
%%WWW_ROOT%%/gforge/www/images/sf-for-debian.png
1351
%%WWW_ROOT%%/gforge/www/images/t.png
1352
%%WWW_ROOT%%/gforge/www/images/t2.png
1353
%%WWW_ROOT%%/gforge/www/images/pow-gforge.png
1354
%%WWW_ROOT%%/gforge/www/mail/admin/index.php
1355
%%WWW_ROOT%%/gforge/www/mail/admin/deletelist.php
1356
%%WWW_ROOT%%/gforge/www/mail/index.php
1357
%%WWW_ROOT%%/gforge/www/mail/mail_utils.php
937
%%WWW_ROOT%%/gforge/www/404.php
1358
%%WWW_ROOT%%/gforge/www/404.php
938
%%WWW_ROOT%%/gforge/www/index_std.php
1359
%%WWW_ROOT%%/gforge/www/index_std.php
939
%%WWW_ROOT%%/gforge/www/notepad.php
940
%%WWW_ROOT%%/gforge/www/users
1360
%%WWW_ROOT%%/gforge/www/users
941
%%WWW_ROOT%%/gforge/www/download.php
1361
%%WWW_ROOT%%/gforge/www/notepad.php
1362
%%WWW_ROOT%%/gforge/www/favicon.ico
942
%%WWW_ROOT%%/gforge/www/projects
1363
%%WWW_ROOT%%/gforge/www/projects
1364
%%WWW_ROOT%%/gforge/www/download.php
943
%%WWW_ROOT%%/gforge/www/sendmessage.php
1365
%%WWW_ROOT%%/gforge/www/sendmessage.php
1366
%%WWW_ROOT%%/gforge/www/snapshots.php
944
%%WWW_ROOT%%/gforge/www/dbimage.php
1367
%%WWW_ROOT%%/gforge/www/dbimage.php
945
%%WWW_ROOT%%/gforge/www/source.php
1368
%%WWW_ROOT%%/gforge/www/source.php
946
%%WWW_ROOT%%/gforge/www/tarballs.php
1369
%%WWW_ROOT%%/gforge/www/tarballs.php
1370
%%WWW_ROOT%%/gforge/www/\
947
%%WWW_ROOT%%/gforge/www/index.php
1371
%%WWW_ROOT%%/gforge/www/index.php
948
@unexec rmdir %D/%%ETC_DIR%% 2>/dev/null || true
1372
@unexec rmdir %D/%%ETC_DIR%% 2>/dev/null || true
949
@unexec rmdir %D/%%BACKEND_DIR%%/backend/zones 2>/dev/null || true
1373
@unexec rmdir %D/%%BACKEND_DIR%%/backend/zones 2>/dev/null || true
Lines 951-957 Link Here
951
@unexec rmdir %D/%%BACKEND_DIR%%/backend 2>/dev/null || true
1375
@unexec rmdir %D/%%BACKEND_DIR%%/backend 2>/dev/null || true
952
@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/mail 2>/dev/null || true
1376
@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/mail 2>/dev/null || true
953
@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/tarballs 2>/dev/null || true
1377
@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/tarballs 2>/dev/null || true
1378
@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/dav-svn/mail 2>/dev/null || true
1379
@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/dav-svn/www 2>/dev/null || true
954
@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/dav-svn 2>/dev/null || true
1380
@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/dav-svn 2>/dev/null || true
1381
@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/cvs-cron/mail 2>/dev/null || true
1382
@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/cvs-cron/www 2>/dev/null || true
955
@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/cvs-cron 2>/dev/null || true
1383
@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs/cvs-cron 2>/dev/null || true
956
@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs 2>/dev/null || true
1384
@unexec rmdir %D/%%BACKEND_DIR%%/cronjobs 2>/dev/null || true
957
@dirrm %%BACKEND_DIR%%/monitor
1385
@dirrm %%BACKEND_DIR%%/monitor
Lines 960-1009 Link Here
960
@dirrm %%BACKEND_DIR%%/utils/fixscripts
1388
@dirrm %%BACKEND_DIR%%/utils/fixscripts
961
@dirrm %%BACKEND_DIR%%/utils/ldap
1389
@dirrm %%BACKEND_DIR%%/utils/ldap
962
@dirrm %%BACKEND_DIR%%/utils
1390
@dirrm %%BACKEND_DIR%%/utils
963
@unexec rmdir %D/%%BACKEND_DIR%% 2>/dev/null || true
1391
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/debian
964
@dirrm %%DATADIR%%/contrib/autoconf/autom4te253.cache
1392
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/src/default_conf
965
@dirrm %%DATADIR%%/contrib/autoconf
1393
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/src/bonsai_pvcs/data
966
@dirrm %%DATADIR%%/contrib/rh8_apache20_config
1394
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/src/bonsai_pvcs
967
@dirrm %%DATADIR%%/contrib
1395
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/src/clientbin
968
@dirrm %%DATADIR%%/db/SQL_2.5
1396
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/src/bin
969
@dirrm %%DATADIR%%/db/SQL_2.6
1397
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/src/gif
970
@dirrm %%DATADIR%%/db/SQL_migrate-2.5-to-2.6
1398
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/src/lib/Persistence
971
@dirrm %%DATADIR%%/db/oci8port/pssonline
1399
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/src/lib/HTMLPopUp
972
@dirrm %%DATADIR%%/db/oci8port/shaguo
1400
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderHeader
973
@dirrm %%DATADIR%%/db/oci8port
1401
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/src/lib/TinderDB
974
@dirrm %%DATADIR%%/db
1402
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/src/lib/VCDisplay
975
@dirrm %%DATADIR%%
1403
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/src/lib
976
@dirrm %%WWW_ROOT%%/gforge/common/tracker
1404
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/src/test/vcsim
1405
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/src/test
1406
@dirrm %%BACKEND_DIR%%/plugins/tinderbox/src
1407
@dirrm %%BACKEND_DIR%%/plugins/tinderbox
1408
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons/small
1409
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/icons
1410
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs/images
1411
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/www/viewcvs
1412
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/www
1413
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/bin
1414
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/cgi-bin
1415
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/debian
1416
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates/include
1417
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs/templates
1418
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn/viewcvs
1419
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/etc/plugins/scmsvn
1420
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/etc/plugins
1421
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/etc/httpd.d
1422
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/etc
1423
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/include/languages
1424
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/include
1425
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/lib
1426
@dirrm %%BACKEND_DIR%%/plugins/scmsvn/cronjobs
1427
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/bin
1428
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/rpm-specific/cron.d
1429
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/rpm-specific/cronjobs
1430
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/rpm-specific/languages
1431
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/rpm-specific
1432
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/css
1433
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb/icons
1434
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/www/cvsweb
1435
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/www
1436
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/cronjobs
1437
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/lib
1438
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/cgi-bin
1439
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/debian
1440
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/etc/httpd.d
1441
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/etc/plugins/scmcvs
1442
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/etc/plugins
1443
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/etc
1444
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/include/languages
1445
@dirrm %%BACKEND_DIR%%/plugins/scmcvs/include
1446
@dirrm %%BACKEND_DIR%%/plugins/scmcvs
1447
@dirrm %%BACKEND_DIR%%/plugins/scmsvn
1448
@dirrm %%BACKEND_DIR%%/plugins/cvstracker/include/languages
1449
@dirrm %%BACKEND_DIR%%/plugins/cvstracker/include
1450
@dirrm %%BACKEND_DIR%%/plugins/cvstracker/www
1451
@dirrm %%BACKEND_DIR%%/plugins/cvstracker/lib
1452
@dirrm %%BACKEND_DIR%%/plugins/cvstracker/bin
1453
@dirrm %%BACKEND_DIR%%/plugins/cvstracker/debian
1454
@dirrm %%BACKEND_DIR%%/plugins/cvstracker/etc/plugins/cvstracker
1455
@dirrm %%BACKEND_DIR%%/plugins/cvstracker/etc/plugins
1456
@dirrm %%BACKEND_DIR%%/plugins/cvstracker/etc
1457
@dirrm %%BACKEND_DIR%%/plugins/cvstracker/rpm-specific/cron.d
1458
@dirrm %%BACKEND_DIR%%/plugins/cvstracker/rpm-specific
1459
@dirrm %%BACKEND_DIR%%/plugins/cvstracker
1460
@dirrm %%BACKEND_DIR%%/plugins
1461
@dirrm %%BACKEND_DIR%%
977
@dirrm %%WWW_ROOT%%/gforge/common/pm
1462
@dirrm %%WWW_ROOT%%/gforge/common/pm
1463
@dirrm %%WWW_ROOT%%/gforge/common/survey
1464
@dirrm %%WWW_ROOT%%/gforge/common/search
1465
@dirrm %%WWW_ROOT%%/gforge/common/scm
1466
@dirrm %%WWW_ROOT%%/gforge/common/reporting
1467
@dirrm %%WWW_ROOT%%/gforge/common/tracker
1468
@dirrm %%WWW_ROOT%%/gforge/common/mail
978
@dirrm %%WWW_ROOT%%/gforge/common/include/system
1469
@dirrm %%WWW_ROOT%%/gforge/common/include/system
979
@dirrm %%WWW_ROOT%%/gforge/common/include/cvsweb
980
@dirrm %%WWW_ROOT%%/gforge/common/include
1470
@dirrm %%WWW_ROOT%%/gforge/common/include
981
@dirrm %%WWW_ROOT%%/gforge/common/frs
1471
@dirrm %%WWW_ROOT%%/gforge/common/frs
982
@dirrm %%WWW_ROOT%%/gforge/common/forum
1472
@dirrm %%WWW_ROOT%%/gforge/common/forum
983
@dirrm %%WWW_ROOT%%/gforge/common/docman
1473
@dirrm %%WWW_ROOT%%/gforge/common/docman
984
@dirrm %%WWW_ROOT%%/gforge/common/survey
985
@dirrm %%WWW_ROOT%%/gforge/common/search
986
@dirrm %%WWW_ROOT%%/gforge/common/scm
987
@dirrm %%WWW_ROOT%%/gforge/common/mail
988
@dirrm %%WWW_ROOT%%/gforge/common/reporting
989
@dirrm %%WWW_ROOT%%/gforge/common
1474
@dirrm %%WWW_ROOT%%/gforge/common
990
@dirrm %%WWW_ROOT%%/gforge/www/register
1475
@dirrm %%WWW_ROOT%%/gforge/www/scm/admin
991
@dirrm %%WWW_ROOT%%/gforge/www/help
1476
@dirrm %%WWW_ROOT%%/gforge/www/scm/include
992
@dirrm %%WWW_ROOT%%/gforge/www/forum/admin
1477
@dirrm %%WWW_ROOT%%/gforge/www/scm
993
@dirrm %%WWW_ROOT%%/gforge/www/forum/include
1478
@dirrm %%WWW_ROOT%%/gforge/www/tracker/reporting
994
@dirrm %%WWW_ROOT%%/gforge/www/forum
1479
@dirrm %%WWW_ROOT%%/gforge/www/tracker/admin
995
@dirrm %%WWW_ROOT%%/gforge/www/export
1480
@dirrm %%WWW_ROOT%%/gforge/www/tracker/include
1481
@dirrm %%WWW_ROOT%%/gforge/www/tracker
996
@dirrm %%WWW_ROOT%%/gforge/www/top
1482
@dirrm %%WWW_ROOT%%/gforge/www/top
997
@dirrm %%WWW_ROOT%%/gforge/www/docman/admin
998
@dirrm %%WWW_ROOT%%/gforge/www/docman/include
999
@dirrm %%WWW_ROOT%%/gforge/www/docman
1000
@dirrm %%WWW_ROOT%%/gforge/www/developer
1001
@dirrm %%WWW_ROOT%%/gforge/www/softwaremap
1002
@dirrm %%WWW_ROOT%%/gforge/www/snippet
1003
@dirrm %%WWW_ROOT%%/gforge/www/admin/trove
1004
@dirrm %%WWW_ROOT%%/gforge/www/admin/languages
1005
@dirrm %%WWW_ROOT%%/gforge/www/admin
1006
@dirrm %%WWW_ROOT%%/gforge/www/account
1007
@dirrm %%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs
1483
@dirrm %%WWW_ROOT%%/gforge/www/themes/gforge/images/tabs
1008
@dirrm %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic
1484
@dirrm %%WWW_ROOT%%/gforge/www/themes/gforge/images/ic
1009
@dirrm %%WWW_ROOT%%/gforge/www/themes/gforge/images
1485
@dirrm %%WWW_ROOT%%/gforge/www/themes/gforge/images
Lines 1015-1086 Link Here
1015
@dirrm %%WWW_ROOT%%/gforge/www/themes/osx
1491
@dirrm %%WWW_ROOT%%/gforge/www/themes/osx
1016
@dirrm %%WWW_ROOT%%/gforge/www/themes/ultralite
1492
@dirrm %%WWW_ROOT%%/gforge/www/themes/ultralite
1017
@dirrm %%WWW_ROOT%%/gforge/www/themes
1493
@dirrm %%WWW_ROOT%%/gforge/www/themes
1018
@unexec rmdir %D/%%WWW_ROOT%%/gforge/www/themes 2>/dev/null || true
1494
@dirrm %%WWW_ROOT%%/gforge/www/account
1495
@dirrm %%WWW_ROOT%%/gforge/www/survey/admin
1496
@dirrm %%WWW_ROOT%%/gforge/www/survey/include
1497
@dirrm %%WWW_ROOT%%/gforge/www/survey
1498
@dirrm %%WWW_ROOT%%/gforge/www/stats
1499
@dirrm %%WWW_ROOT%%/gforge/www/squal
1500
@dirrm %%WWW_ROOT%%/gforge/www/admin/languages
1501
@dirrm %%WWW_ROOT%%/gforge/www/admin/trove
1502
@dirrm %%WWW_ROOT%%/gforge/www/admin
1503
@dirrm %%WWW_ROOT%%/gforge/www/softwaremap
1504
@dirrm %%WWW_ROOT%%/gforge/www/soap/common
1505
@dirrm %%WWW_ROOT%%/gforge/www/soap/tracker
1506
@dirrm %%WWW_ROOT%%/gforge/www/soap/pm
1507
@dirrm %%WWW_ROOT%%/gforge/www/soap/frs
1508
@dirrm %%WWW_ROOT%%/gforge/www/soap
1509
@dirrm %%WWW_ROOT%%/gforge/www/snippet
1510
@dirrm %%WWW_ROOT%%/gforge/www/developer
1511
@dirrm %%WWW_ROOT%%/gforge/www/docman/admin
1512
@dirrm %%WWW_ROOT%%/gforge/www/docman/include
1513
@dirrm %%WWW_ROOT%%/gforge/www/docman
1019
@dirrm %%WWW_ROOT%%/gforge/www/search/include/engines
1514
@dirrm %%WWW_ROOT%%/gforge/www/search/include/engines
1020
@dirrm %%WWW_ROOT%%/gforge/www/search/include/renderers
1515
@dirrm %%WWW_ROOT%%/gforge/www/search/include/renderers
1021
@dirrm %%WWW_ROOT%%/gforge/www/search/include
1516
@dirrm %%WWW_ROOT%%/gforge/www/search/include
1022
@dirrm %%WWW_ROOT%%/gforge/www/search
1517
@dirrm %%WWW_ROOT%%/gforge/www/search
1023
@dirrm %%WWW_ROOT%%/gforge/www/scm/admin
1518
@dirrm %%WWW_ROOT%%/gforge/www/include/languages
1024
@dirrm %%WWW_ROOT%%/gforge/www/scm/include
1519
@dirrm %%WWW_ROOT%%/gforge/www/include
1025
@dirrm %%WWW_ROOT%%/gforge/www/scm
1520
@dirrm %%WWW_ROOT%%/gforge/www/reporting
1026
@dirrm %%WWW_ROOT%%/gforge/www/images/ic
1521
@dirrm %%WWW_ROOT%%/gforge/www/register
1027
@dirrm %%WWW_ROOT%%/gforge/www/images
1522
@dirrm %%WWW_ROOT%%/gforge/www/export
1028
@dirrm %%WWW_ROOT%%/gforge/www/tracker/include
1029
@dirrm %%WWW_ROOT%%/gforge/www/tracker/reporting
1030
@dirrm %%WWW_ROOT%%/gforge/www/tracker/admin
1031
@dirrm %%WWW_ROOT%%/gforge/www/tracker
1032
@dirrm %%WWW_ROOT%%/gforge/www/survey/admin
1033
@dirrm %%WWW_ROOT%%/gforge/www/survey/include
1034
@dirrm %%WWW_ROOT%%/gforge/www/survey
1035
@dirrm %%WWW_ROOT%%/gforge/www/project/admin
1523
@dirrm %%WWW_ROOT%%/gforge/www/project/admin
1036
@dirrm %%WWW_ROOT%%/gforge/www/project/stats
1524
@dirrm %%WWW_ROOT%%/gforge/www/project/stats
1037
@dirrm %%WWW_ROOT%%/gforge/www/project
1525
@dirrm %%WWW_ROOT%%/gforge/www/project
1038
@dirrm %%WWW_ROOT%%/gforge/www/pro
1526
@dirrm %%WWW_ROOT%%/gforge/www/pro
1527
@dirrm %%WWW_ROOT%%/gforge/www/pm/msproject
1039
@dirrm %%WWW_ROOT%%/gforge/www/pm/include
1528
@dirrm %%WWW_ROOT%%/gforge/www/pm/include
1040
@dirrm %%WWW_ROOT%%/gforge/www/pm/admin
1041
@dirrm %%WWW_ROOT%%/gforge/www/pm/reporting
1529
@dirrm %%WWW_ROOT%%/gforge/www/pm/reporting
1530
@dirrm %%WWW_ROOT%%/gforge/www/pm/admin
1042
@dirrm %%WWW_ROOT%%/gforge/www/pm
1531
@dirrm %%WWW_ROOT%%/gforge/www/pm
1532
@dirrm %%WWW_ROOT%%/gforge/www/plugins/scmcvs/cvsweb/css
1533
@dirrm %%WWW_ROOT%%/gforge/www/plugins/scmcvs/cvsweb/icons
1534
@dirrm %%WWW_ROOT%%/gforge/www/plugins/scmcvs/cvsweb
1535
@dirrm %%WWW_ROOT%%/gforge/www/plugins/scmsvn/cgi-bin
1536
@dirrm %%WWW_ROOT%%/gforge/www/plugins/scmcvs
1537
@dirrm %%WWW_ROOT%%/gforge/www/plugins/scmsvn
1538
@dirrm %%WWW_ROOT%%/gforge/www/plugins/cvstracker
1539
@dirrm %%WWW_ROOT%%/gforge/www/plugins
1043
@dirrm %%WWW_ROOT%%/gforge/www/people/admin
1540
@dirrm %%WWW_ROOT%%/gforge/www/people/admin
1044
@dirrm %%WWW_ROOT%%/gforge/www/people
1541
@dirrm %%WWW_ROOT%%/gforge/www/people
1542
@dirrm %%WWW_ROOT%%/gforge/www/forum/admin
1543
@dirrm %%WWW_ROOT%%/gforge/www/forum/include
1544
@dirrm %%WWW_ROOT%%/gforge/www/forum
1045
@dirrm %%WWW_ROOT%%/gforge/www/news/admin
1545
@dirrm %%WWW_ROOT%%/gforge/www/news/admin
1046
@dirrm %%WWW_ROOT%%/gforge/www/news
1546
@dirrm %%WWW_ROOT%%/gforge/www/news
1047
@dirrm %%WWW_ROOT%%/gforge/www/new
1547
@dirrm %%WWW_ROOT%%/gforge/www/new
1048
@dirrm %%WWW_ROOT%%/gforge/www/my
1548
@dirrm %%WWW_ROOT%%/gforge/www/my
1049
@dirrm %%WWW_ROOT%%/gforge/www/mail/admin
1050
@dirrm %%WWW_ROOT%%/gforge/www/mail
1051
@dirrm %%WWW_ROOT%%/gforge/www/stats
1052
@dirrm %%WWW_ROOT%%/gforge/www/squal
1053
@dirrm %%WWW_ROOT%%/gforge/www/include/languages
1054
@dirrm %%WWW_ROOT%%/gforge/www/include
1055
@dirrm %%WWW_ROOT%%/gforge/www/reporting
1056
@dirrm %%WWW_ROOT%%/gforge/www/soap/common
1057
@dirrm %%WWW_ROOT%%/gforge/www/soap/pm
1058
@dirrm %%WWW_ROOT%%/gforge/www/soap/tracker
1059
@dirrm %%WWW_ROOT%%/gforge/www/soap
1060
@dirrm %%WWW_ROOT%%/gforge/www/frs/admin
1549
@dirrm %%WWW_ROOT%%/gforge/www/frs/admin
1061
@dirrm %%WWW_ROOT%%/gforge/www/frs/include
1550
@dirrm %%WWW_ROOT%%/gforge/www/frs/include
1062
@dirrm %%WWW_ROOT%%/gforge/www/frs
1551
@dirrm %%WWW_ROOT%%/gforge/www/frs
1552
@dirrm %%WWW_ROOT%%/gforge/www/help
1553
@dirrm %%WWW_ROOT%%/gforge/www/images/ic
1554
@dirrm %%WWW_ROOT%%/gforge/www/images
1555
@dirrm %%WWW_ROOT%%/gforge/www/mail/admin
1556
@dirrm %%WWW_ROOT%%/gforge/www/mail
1063
@dirrm %%WWW_ROOT%%/gforge/www
1557
@dirrm %%WWW_ROOT%%/gforge/www
1064
@unexec rmdir %D/%%WWW_ROOT%%/gforge || true
1558
@dirrm %%WWW_ROOT%%/gforge
1065
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
1559
@dirrm %%DATADIR%%/db/SQL_2.5
1066
%%PORTDOCS%%@dirrm %%DOCSDIR%%/architecture/stats
1560
@dirrm %%DATADIR%%/db/SQL_2.6
1067
%%PORTDOCS%%@dirrm %%DOCSDIR%%/architecture
1561
@dirrm %%DATADIR%%/db
1068
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/build
1562
@dirrm %%DATADIR%%/contrib/rh8_apache20_config
1069
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/introduction
1563
@dirrm %%DATADIR%%/contrib/autoconf/autom4te253.cache
1070
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/administration_guide
1564
@dirrm %%DATADIR%%/contrib/autoconf
1071
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/contribution_guide/include
1565
@dirrm %%DATADIR%%/contrib
1072
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/contribution_guide
1566
@dirrm %%DATADIR%%
1073
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide/getting_started
1074
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide/introduction
1075
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide/project_functions
1076
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide/sitewide_functions
1077
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide/user_functions
1078
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/user_guide
1079
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/installation_guide
1080
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/entities/authors
1081
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook/entities
1082
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/xsl/include
1083
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/xsl
1084
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook/docbook
1085
%%PORTDOCS%%@dirrm %%DOCSDIR%%/docbook
1086
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 84703