From b2957a0a7478c87621c1d96ff52129ab39561708 Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Sun, 12 Dec 2010 05:56:19 +0000 Subject: - Update to 3.6.3 [1] - Use WWWDIR instead of some other custom locations [2] - Add Makefile.common which Makefiles in devel/bugzilla, russian/bugzilla-ru and japanese/bugzilla include to use WWWDIR in common [2] Changes: http://www.bugzilla.org/releases/3.6.3/release-notes.html [1] Security: http://www.bugzilla.org/security/3.2.8/ [1] PR: ports/151912 [1], [2] Submitted by: ohauer [1], tota (myself) [2] Approved by: skv --- devel/bugzilla/Makefile | 80 +-- devel/bugzilla/Makefile.common | 12 + devel/bugzilla/distinfo | 5 +- devel/bugzilla/files/pkg-message.in | 4 +- devel/bugzilla/pkg-plist | 1240 +++++++++++++++++----------------- devel/bugzilla3/Makefile | 80 +-- devel/bugzilla3/Makefile.common | 12 + devel/bugzilla3/distinfo | 5 +- devel/bugzilla3/files/pkg-message.in | 4 +- devel/bugzilla3/pkg-plist | 1240 +++++++++++++++++----------------- 10 files changed, 1336 insertions(+), 1346 deletions(-) create mode 100644 devel/bugzilla/Makefile.common create mode 100644 devel/bugzilla3/Makefile.common diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index 1bef8592e9b9..b715fa701a5c 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bugzilla -PORTVERSION= 3.6.2 -PORTREVISION= 1 +PORTVERSION= 3.6.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= webtools webtools/archived @@ -15,6 +14,26 @@ MASTER_SITE_SUBDIR= webtools webtools/archived MAINTAINER= skv@FreeBSD.org COMMENT= Bug-tracking system developed by Mozilla Project +RUN_DEPENDS= \ + ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ + p5-DBI>=1.41:${PORTSDIR}/databases/p5-DBI \ + p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-DateTime>=0.28:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-TimeZone>=0.71:${PORTSDIR}/devel/p5-DateTime-TimeZone \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-Email-Send>=2.00:${PORTSDIR}/mail/p5-Email-Send \ + p5-Email-MIME>=1.861:${PORTSDIR}/mail/p5-Email-MIME + +USE_PERL5= yes + +BINMODE= 700 + +SUB_FILES= pkg-message + +DATA_DIRS_LIST= images js skins + +.include "${.CURDIR}/Makefile.common" + OPTIONS= MYSQL "MySQL database support" off \ PGSQL "PostgreSQL database support" off \ GRAPH_REPORTS "Graphical Reports" on \ @@ -34,41 +53,6 @@ OPTIONS= MYSQL "MySQL database support" off \ LDAP "LDAP Authentication" off \ RADIUS "RADIUS Authentication" off -RUN_DEPENDS+= \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - p5-DBI>=1.41:${PORTSDIR}/databases/p5-DBI \ - p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-DateTime>=0.28:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-TimeZone>=0.71:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-Email-Send>=2.00:${PORTSDIR}/mail/p5-Email-Send \ - p5-Email-MIME>=1.861:${PORTSDIR}/mail/p5-Email-MIME - -CONFLICTS= bugzilla-2.* - -PORTSCOUT= limitw:1,even - -USE_PERL5= yes - -BINMODE= 700 -PKGMESSAGE= ${WRKDIR}/pkg-message - -.ifndef BUGZILLADIR -.ifdef APACHE_DATADIR -BUGZILLADIR= ${APACHE_DATADIR}/data/bugzilla -.else -BUGZILLADIR= ${PREFIX}/www/data/bugzilla -.endif -.endif - -SUB_FILES= pkg-message -SUB_LIST= BUGZILLADIR=${BUGZILLADIR} -PLIST_SUB+= BUGZILLADIR=${BUGZILLADIR:S!^${PREFIX}/!!} - -DATA_DIRS_LIST= images js skins - -NO_BUILD= - .include .if ${PERL_LEVEL} < 501000 @@ -175,29 +159,29 @@ post-patch: .endif @${FIND} ${WRKSRC} \( -name "CVS" -or -name ".cvsignore" -or -name "*.orig" \ -or -name ".bzr*" -or -name "README.docs" \) | ${XARGS} ${RM} -rf - ${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -i '' \ + @${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -i '' \ -e 's!/usr/lib/sendmail!/usr/sbin/sendmail!g; s=/usr/bin/perl=${PERL}=g' {} \+ @${FIND} ${WRKSRC}/docs -type f | \ - ${XARGS} ${REINPLACE_CMD} -i '' -e "s!/var/www/html/bugzilla!${BUGZILLADIR}!" + ${XARGS} ${REINPLACE_CMD} -i '' -e "s!/var/www/html/bugzilla!${WWWDIR}!" -do-install: - ${MKDIR} ${BUGZILLADIR} +do-install: .SILENT + ${MKDIR} ${WWWDIR} ${FIND} ${WRKSRC} \! -type d -maxdepth 1 \! -name "UPGRADING*" -exec \ - ${INSTALL_SCRIPT} {} ${BUGZILLADIR} \; - @${MKDIR} ${DATA_DIRS_LIST:S!^!${BUGZILLADIR}/!} + ${INSTALL_SCRIPT} {} ${WWWDIR} \; + @${MKDIR} ${DATA_DIRS_LIST:S!^!${WWWDIR}/!} .for D in ${DATA_DIRS_LIST} - (cd ${WRKSRC}/${D} && ${COPYTREE_SHARE} . ${BUGZILLADIR}/${D}) + (cd ${WRKSRC}/${D} && ${COPYTREE_SHARE} . ${WWWDIR}/${D}) .endfor - ${TAR} -C ${WRKSRC} -cf - Bugzilla template | ${TAR} --unlink -C ${BUGZILLADIR} -xf - + ${TAR} -C ${WRKSRC} -cf - Bugzilla template | ${TAR} --unlink -C ${WWWDIR} -xf - .ifndef NOPORTDOCS ${MKDIR} ${DOCSDIR} (cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR}/) .endif .ifdef WITH_CONTRIB - ${MKDIR} ${BUGZILLADIR}/contrib + ${MKDIR} ${WWWDIR}/contrib @cd ${WRKSRC}/contrib && \ - ${FIND} . -type d -exec ${MKDIR} "${BUGZILLADIR}/contrib/{}" \; && \ - ${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${BUGZILLADIR}/contrib/{}" \; + ${FIND} . -type d -exec ${MKDIR} "${WWWDIR}/contrib/{}" \; && \ + ${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${WWWDIR}/contrib/{}" \; .endif .if !defined(BATCH) @${ECHO_MSG} diff --git a/devel/bugzilla/Makefile.common b/devel/bugzilla/Makefile.common new file mode 100644 index 000000000000..f89ecf4c448e --- /dev/null +++ b/devel/bugzilla/Makefile.common @@ -0,0 +1,12 @@ +# +# $FreeBSD$ +# + +CONFLICTS= bugzilla-2.* + +PORTSCOUT= limitw:1,even + +WWWDIR= ${PREFIX}/www/bugzilla + +NO_BUILD= yes + diff --git a/devel/bugzilla/distinfo b/devel/bugzilla/distinfo index e3caacc45e15..e5113644fd6b 100644 --- a/devel/bugzilla/distinfo +++ b/devel/bugzilla/distinfo @@ -1,3 +1,2 @@ -MD5 (bugzilla-3.6.2.tar.gz) = c8bd9b81969cce1a0199a739b48bda06 -SHA256 (bugzilla-3.6.2.tar.gz) = 52693795fd7b6d8e1195b1b8bfc6d1c430807c638b66ff5f123b571639f84403 -SIZE (bugzilla-3.6.2.tar.gz) = 2623743 +SHA256 (bugzilla-3.6.3.tar.gz) = bcb434338cbb1274b56b7ce11630e747cc87ab621b15d2333caa840705a8c7d6 +SIZE (bugzilla-3.6.3.tar.gz) = 2625624 diff --git a/devel/bugzilla/files/pkg-message.in b/devel/bugzilla/files/pkg-message.in index c0dcba2e7137..11d3bc8d1e19 100644 --- a/devel/bugzilla/files/pkg-message.in +++ b/devel/bugzilla/files/pkg-message.in @@ -14,7 +14,7 @@ owner; is a host there bugzilla is being setup; is a database owner's password; - 2. Change working directory to %%BUGZILLADIR%% + 2. Change working directory to %%WWWDIR%% 3. Run "./checksetup.pl" script as root user 4. Read output carefully and follow all instructions @@ -25,7 +25,7 @@ For upgrades: 0. Back up your data. - 1. Run "./checksetup.pl" inside %%BUGZILLADIR%%. You may need to + 1. Run "./checksetup.pl" inside %%WWWDIR%%. You may need to run it several times. 2. Restart your Web server, especially if you're using mod_perl: this will save you from a number of troubles. diff --git a/devel/bugzilla/pkg-plist b/devel/bugzilla/pkg-plist index 92b9c35600ee..f352bf11133d 100644 --- a/devel/bugzilla/pkg-plist +++ b/devel/bugzilla/pkg-plist @@ -195,626 +195,626 @@ %%PORTDOCS%%%%DOCSDIR%%/en/xml/using.xml %%PORTDOCS%%%%DOCSDIR%%/lib/Pod/Simple/HTML/Bugzilla.pm %%PORTDOCS%%%%DOCSDIR%%/lib/Pod/Simple/HTMLBatch/Bugzilla.pm -%%BUGZILLADIR%%/Bugzilla.pm -%%BUGZILLADIR%%/Bugzilla/Attachment.pm -%%BUGZILLADIR%%/Bugzilla/Attachment/PatchReader.pm -%%BUGZILLADIR%%/Bugzilla/Auth.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/CGI.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/Cookie.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/Env.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/Stack.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Persist/Cookie.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Verify.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Verify/DB.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Verify/LDAP.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Verify/RADIUS.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Verify/Stack.pm -%%BUGZILLADIR%%/Bugzilla/Bug.pm -%%BUGZILLADIR%%/Bugzilla/BugMail.pm -%%BUGZILLADIR%%/Bugzilla/CGI.pm -%%BUGZILLADIR%%/Bugzilla/Chart.pm -%%BUGZILLADIR%%/Bugzilla/Classification.pm -%%BUGZILLADIR%%/Bugzilla/Comment.pm -%%BUGZILLADIR%%/Bugzilla/Component.pm -%%BUGZILLADIR%%/Bugzilla/Config.pm -%%BUGZILLADIR%%/Bugzilla/Config/Admin.pm -%%BUGZILLADIR%%/Bugzilla/Config/Advanced.pm -%%BUGZILLADIR%%/Bugzilla/Config/Attachment.pm -%%BUGZILLADIR%%/Bugzilla/Config/Auth.pm -%%BUGZILLADIR%%/Bugzilla/Config/BugChange.pm -%%BUGZILLADIR%%/Bugzilla/Config/BugFields.pm -%%BUGZILLADIR%%/Bugzilla/Config/BugMove.pm -%%BUGZILLADIR%%/Bugzilla/Config/Common.pm -%%BUGZILLADIR%%/Bugzilla/Config/Core.pm -%%BUGZILLADIR%%/Bugzilla/Config/DependencyGraph.pm -%%BUGZILLADIR%%/Bugzilla/Config/General.pm -%%BUGZILLADIR%%/Bugzilla/Config/GroupSecurity.pm -%%BUGZILLADIR%%/Bugzilla/Config/LDAP.pm -%%BUGZILLADIR%%/Bugzilla/Config/MTA.pm -%%BUGZILLADIR%%/Bugzilla/Config/PatchViewer.pm -%%BUGZILLADIR%%/Bugzilla/Config/Query.pm -%%BUGZILLADIR%%/Bugzilla/Config/RADIUS.pm -%%BUGZILLADIR%%/Bugzilla/Config/ShadowDB.pm -%%BUGZILLADIR%%/Bugzilla/Config/UserMatch.pm -%%BUGZILLADIR%%/Bugzilla/Constants.pm -%%BUGZILLADIR%%/Bugzilla/DB.pm -%%BUGZILLADIR%%/Bugzilla/DB/Mysql.pm -%%BUGZILLADIR%%/Bugzilla/DB/Oracle.pm -%%BUGZILLADIR%%/Bugzilla/DB/Pg.pm -%%BUGZILLADIR%%/Bugzilla/DB/Schema.pm -%%BUGZILLADIR%%/Bugzilla/DB/Schema/Mysql.pm -%%BUGZILLADIR%%/Bugzilla/DB/Schema/Oracle.pm -%%BUGZILLADIR%%/Bugzilla/DB/Schema/Pg.pm -%%BUGZILLADIR%%/Bugzilla/Error.pm -%%BUGZILLADIR%%/Bugzilla/Extension.pm -%%BUGZILLADIR%%/Bugzilla/Field.pm -%%BUGZILLADIR%%/Bugzilla/Field/Choice.pm -%%BUGZILLADIR%%/Bugzilla/Flag.pm -%%BUGZILLADIR%%/Bugzilla/FlagType.pm -%%BUGZILLADIR%%/Bugzilla/Group.pm -%%BUGZILLADIR%%/Bugzilla/Hook.pm -%%BUGZILLADIR%%/Bugzilla/Install.pm -%%BUGZILLADIR%%/Bugzilla/Install/CPAN.pm -%%BUGZILLADIR%%/Bugzilla/Install/DB.pm -%%BUGZILLADIR%%/Bugzilla/Install/Filesystem.pm -%%BUGZILLADIR%%/Bugzilla/Install/Localconfig.pm -%%BUGZILLADIR%%/Bugzilla/Install/Requirements.pm -%%BUGZILLADIR%%/Bugzilla/Install/Util.pm -%%BUGZILLADIR%%/Bugzilla/Job/Mailer.pm -%%BUGZILLADIR%%/Bugzilla/JobQueue.pm -%%BUGZILLADIR%%/Bugzilla/JobQueue/Runner.pm -%%BUGZILLADIR%%/Bugzilla/Keyword.pm -%%BUGZILLADIR%%/Bugzilla/Mailer.pm -%%BUGZILLADIR%%/Bugzilla/Migrate.pm -%%BUGZILLADIR%%/Bugzilla/Migrate/Gnats.pm -%%BUGZILLADIR%%/Bugzilla/Milestone.pm -%%BUGZILLADIR%%/Bugzilla/Object.pm -%%BUGZILLADIR%%/Bugzilla/Product.pm -%%BUGZILLADIR%%/Bugzilla/Search.pm -%%BUGZILLADIR%%/Bugzilla/Search/Quicksearch.pm -%%BUGZILLADIR%%/Bugzilla/Search/Saved.pm -%%BUGZILLADIR%%/Bugzilla/Series.pm -%%BUGZILLADIR%%/Bugzilla/Status.pm -%%BUGZILLADIR%%/Bugzilla/Template.pm -%%BUGZILLADIR%%/Bugzilla/Template/Context.pm -%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Bugzilla.pm -%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Hook.pm -%%BUGZILLADIR%%/Bugzilla/Template/Plugin/User.pm -%%BUGZILLADIR%%/Bugzilla/Token.pm -%%BUGZILLADIR%%/Bugzilla/Update.pm -%%BUGZILLADIR%%/Bugzilla/User.pm -%%BUGZILLADIR%%/Bugzilla/User/Setting.pm -%%BUGZILLADIR%%/Bugzilla/User/Setting/Lang.pm -%%BUGZILLADIR%%/Bugzilla/User/Setting/Skin.pm -%%BUGZILLADIR%%/Bugzilla/User/Setting/Timezone.pm -%%BUGZILLADIR%%/Bugzilla/Util.pm -%%BUGZILLADIR%%/Bugzilla/Version.pm -%%BUGZILLADIR%%/Bugzilla/WebService.pm -%%BUGZILLADIR%%/Bugzilla/WebService/Bug.pm -%%BUGZILLADIR%%/Bugzilla/WebService/Bugzilla.pm -%%BUGZILLADIR%%/Bugzilla/WebService/Constants.pm -%%BUGZILLADIR%%/Bugzilla/WebService/Product.pm -%%BUGZILLADIR%%/Bugzilla/WebService/README -%%BUGZILLADIR%%/Bugzilla/WebService/Server.pm -%%BUGZILLADIR%%/Bugzilla/WebService/Server/JSONRPC.pm -%%BUGZILLADIR%%/Bugzilla/WebService/Server/XMLRPC.pm -%%BUGZILLADIR%%/Bugzilla/WebService/User.pm -%%BUGZILLADIR%%/Bugzilla/WebService/Util.pm -%%BUGZILLADIR%%/Bugzilla/Whine/Query.pm -%%BUGZILLADIR%%/Bugzilla/Whine/Schedule.pm -%%BUGZILLADIR%%/README -%%BUGZILLADIR%%/admin.cgi -%%BUGZILLADIR%%/attachment.cgi -%%BUGZILLADIR%%/buglist.cgi -%%BUGZILLADIR%%/bugzilla.dtd -%%BUGZILLADIR%%/chart.cgi -%%BUGZILLADIR%%/checksetup.pl -%%BUGZILLADIR%%/colchange.cgi -%%BUGZILLADIR%%/collectstats.pl -%%BUGZILLADIR%%/config.cgi -%%BUGZILLADIR%%/sanitycheck.pl -%%BUGZILLADIR%%/jobqueue.pl -%%BUGZILLADIR%%/jsonrpc.cgi -%%BUGZILLADIR%%/migrate.pl -%%BUGZILLADIR%%/js/TUI.js -%%BUGZILLADIR%%/js/attachment.js -%%BUGZILLADIR%%/js/change-columns.js -%%BUGZILLADIR%%/js/expanding-tree.js -%%BUGZILLADIR%%/js/field.js -%%BUGZILLADIR%%/js/flag.js -%%BUGZILLADIR%%/js/global.js -%%BUGZILLADIR%%/js/help.js -%%BUGZILLADIR%%/js/params.js -%%BUGZILLADIR%%/js/productform.js -%%BUGZILLADIR%%/js/util.js -%%BUGZILLADIR%%/js/yui/calendar.js -%%BUGZILLADIR%%/js/yui/cookie.js -%%BUGZILLADIR%%/js/yui/yahoo-dom-event.js -%%BUGZILLADIR%%/skins/contrib/Dusk/buglist.css -%%BUGZILLADIR%%/skins/contrib/Dusk/global.css -%%BUGZILLADIR%%/skins/contrib/Dusk/index.css -%%BUGZILLADIR%%/skins/contrib/Dusk/index/account.gif -%%BUGZILLADIR%%/skins/contrib/Dusk/index/bug.gif -%%BUGZILLADIR%%/skins/contrib/Dusk/index/search.gif -%%BUGZILLADIR%%/skins/standard/IE-fixes.css -%%BUGZILLADIR%%/skins/standard/admin.css -%%BUGZILLADIR%%/skins/standard/buglist.css -%%BUGZILLADIR%%/skins/standard/create_attachment.css -%%BUGZILLADIR%%/skins/standard/dependency-tree.css -%%BUGZILLADIR%%/skins/standard/dependency-tree/bug-item.png -%%BUGZILLADIR%%/skins/standard/dependency-tree/tree-closed.png -%%BUGZILLADIR%%/skins/standard/dependency-tree/tree-open.png -%%BUGZILLADIR%%/skins/standard/dependency-tree/tree.png -%%BUGZILLADIR%%/skins/standard/duplicates.css -%%BUGZILLADIR%%/skins/standard/editusers.css -%%BUGZILLADIR%%/skins/standard/global.css -%%BUGZILLADIR%%/skins/standard/global/body-back.gif -%%BUGZILLADIR%%/skins/standard/global/calendar.png -%%BUGZILLADIR%%/skins/standard/global/down.png -%%BUGZILLADIR%%/skins/standard/global/header.png -%%BUGZILLADIR%%/skins/standard/global/left.png -%%BUGZILLADIR%%/skins/standard/global/right.png -%%BUGZILLADIR%%/skins/standard/global/up.png -%%BUGZILLADIR%%/skins/standard/help.css -%%BUGZILLADIR%%/skins/standard/index.css -%%BUGZILLADIR%%/skins/standard/index/account.gif -%%BUGZILLADIR%%/skins/standard/index/bug.gif -%%BUGZILLADIR%%/skins/standard/index/search.gif -%%BUGZILLADIR%%/skins/standard/page.css -%%BUGZILLADIR%%/skins/standard/panel.css -%%BUGZILLADIR%%/skins/standard/params.css -%%BUGZILLADIR%%/skins/standard/reports.css -%%BUGZILLADIR%%/skins/standard/show_bug.css -%%BUGZILLADIR%%/skins/standard/show_multiple.css -%%BUGZILLADIR%%/skins/standard/summarize-time.css -%%BUGZILLADIR%%/skins/standard/voting.css -%%BUGZILLADIR%%/skins/standard/yui/calendar.css -%%BUGZILLADIR%%/skins/standard/yui/sprite.png -%%CONTRIB%%%%BUGZILLADIR%%/contrib/README -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-queue -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/README -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugdata.txt -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugzilla-submit -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugzilla-submit.xml -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla_ldapsync.rb -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bz_webservice_demo.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bzdbcopy.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugcount -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugids -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/buglist -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugs -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugslink -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/makequery -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/query.conf -%%CONTRIB%%%%BUGZILLADIR%%/contrib/console.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cvs-update.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/extension-convert.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/fixperms.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/jb2bz.py -%%CONTRIB%%%%BUGZILLADIR%%/contrib/merge-users.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/mysqld-watcher.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/recode.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/sendbugmail.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/sendunsentbugmail.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/syncLDAP.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/yp_nomail.sh -%%BUGZILLADIR%%/createaccount.cgi -%%BUGZILLADIR%%/describecomponents.cgi -%%BUGZILLADIR%%/describekeywords.cgi -%%BUGZILLADIR%%/duplicates.cgi -%%BUGZILLADIR%%/editclassifications.cgi -%%BUGZILLADIR%%/editcomponents.cgi -%%BUGZILLADIR%%/editfields.cgi -%%BUGZILLADIR%%/editflagtypes.cgi -%%BUGZILLADIR%%/editgroups.cgi -%%BUGZILLADIR%%/editkeywords.cgi -%%BUGZILLADIR%%/editmilestones.cgi -%%BUGZILLADIR%%/editparams.cgi -%%BUGZILLADIR%%/editproducts.cgi -%%BUGZILLADIR%%/editsettings.cgi -%%BUGZILLADIR%%/editusers.cgi -%%BUGZILLADIR%%/editvalues.cgi -%%BUGZILLADIR%%/editversions.cgi -%%BUGZILLADIR%%/editwhines.cgi -%%BUGZILLADIR%%/editworkflow.cgi -%%BUGZILLADIR%%/email_in.pl -%%BUGZILLADIR%%/enter_bug.cgi -%%BUGZILLADIR%%/images/padlock.png -%%BUGZILLADIR%%/images/favicon.ico -%%BUGZILLADIR%%/install-module.pl -%%BUGZILLADIR%%/importxml.pl -%%BUGZILLADIR%%/index.cgi -%%BUGZILLADIR%%/long_list.cgi -%%BUGZILLADIR%%/mod_perl.pl -%%BUGZILLADIR%%/page.cgi -%%BUGZILLADIR%%/post_bug.cgi -%%BUGZILLADIR%%/process_bug.cgi -%%BUGZILLADIR%%/query.cgi -%%BUGZILLADIR%%/quips.cgi -%%BUGZILLADIR%%/relogin.cgi -%%BUGZILLADIR%%/report.cgi -%%BUGZILLADIR%%/reports.cgi -%%BUGZILLADIR%%/request.cgi -%%BUGZILLADIR%%/robots.txt -%%BUGZILLADIR%%/runtests.pl -%%BUGZILLADIR%%/sanitycheck.cgi -%%BUGZILLADIR%%/search_plugin.cgi -%%BUGZILLADIR%%/show_activity.cgi -%%BUGZILLADIR%%/show_bug.cgi -%%BUGZILLADIR%%/showattachment.cgi -%%BUGZILLADIR%%/showdependencygraph.cgi -%%BUGZILLADIR%%/showdependencytree.cgi -%%BUGZILLADIR%%/sidebar.cgi -%%BUGZILLADIR%%/summarize_time.cgi -%%BUGZILLADIR%%/template/en/default/account/auth/login-small.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/auth/login.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/cancel-token.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/change-new.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/change-old.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/confirm-new.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/confirm.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/request-new.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/password/forgotten-password.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/account.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/email.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/permissions.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/prefs.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/saved-searches.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/settings.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/profile-activity.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/admin.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/add.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/del.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/reclassify.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/select.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/select-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/confirm-action.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/custom_fields/cf-js.js.tmpl -%%BUGZILLADIR%%/template/en/default/admin/custom_fields/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/custom_fields/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/custom_fields/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/custom_fields/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/select-field.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/flag-type/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/flag-type/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/flag-type/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/confirm-remove.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/select-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/admin.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/advanced.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/attachment.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/auth.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/bugchange.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/bugfields.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/bugmove.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/common.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/core.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/dependencygraph.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/editparams.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/general.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/groupsecurity.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/index.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/ldap.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/mta.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/patchviewer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/query.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/radius.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/shadowdb.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/usermatch.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/edit-common.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/list-classifications.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/sanitycheck/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/sanitycheck/messages.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/settings/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/sudo.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/table.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/listselectvars.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/responsibilities.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/search.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/userdata.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/select-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/workflow/comment.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/workflow/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/cancel-create-dupe.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/choose.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/content-types.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/createformcontents.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/delete_reason.txt.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/diff-file.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/diff-footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/diff-header.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/midair.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/show-multiple.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/activity/show.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/activity/table.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/choose.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/comments.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/comment-guided.txt.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/comment.txt.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/confirm-create-dupe.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/create-guided.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/make-template.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/user-message.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/dependency-graph.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/dependency-tree.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/field-events.js.tmpl -%%BUGZILLADIR%%/template/en/default/bug/field.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/format_comment.txt.tmpl -%%BUGZILLADIR%%/template/en/default/bug/knob.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/navigate.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/bugmail.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/confirm-duplicate.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/header.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/midair.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/results.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/verify-new-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/show-header.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/show-multiple.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/show.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/show.xml.tmpl -%%BUGZILLADIR%%/template/en/default/bug/summarize-time.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/time.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/votes/delete-all.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/votes/list-for-bug.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/votes/list-for-user.html.tmpl -%%BUGZILLADIR%%/template/en/default/config.js.tmpl -%%BUGZILLADIR%%/template/en/default/config.rdf.tmpl -%%BUGZILLADIR%%/template/en/default/email/lockout.txt.tmpl -%%BUGZILLADIR%%/template/en/default/email/newchangedmail.txt.tmpl -%%BUGZILLADIR%%/template/en/default/email/sanitycheck.txt.tmpl -%%BUGZILLADIR%%/template/en/default/email/sudo.txt.tmpl -%%BUGZILLADIR%%/template/en/default/email/votes-removed.txt.tmpl -%%BUGZILLADIR%%/template/en/default/email/whine.txt.tmpl -%%BUGZILLADIR%%/template/en/default/extensions/config.pm.tmpl -%%BUGZILLADIR%%/template/en/default/extensions/extension.pm.tmpl -%%BUGZILLADIR%%/template/en/default/extensions/hook-readme.txt.tmpl -%%BUGZILLADIR%%/template/en/default/extensions/license.txt.tmpl -%%BUGZILLADIR%%/template/en/default/extensions/name-readme.txt.tmpl -%%BUGZILLADIR%%/template/en/default/extensions/util.pm.tmpl -%%BUGZILLADIR%%/template/en/default/filterexceptions.pl -%%BUGZILLADIR%%/template/en/default/flag/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/banner.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/choose-classification.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/choose-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/code-error.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/common-links.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/confirm-action.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/confirm-user-match.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/docslinks.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/field-descs.none.tmpl -%%BUGZILLADIR%%/template/en/default/global/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/header.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/help.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/hidden-fields.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/initialize.none.tmpl -%%BUGZILLADIR%%/template/en/default/global/js-products.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/message.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/message.txt.tmpl -%%BUGZILLADIR%%/template/en/default/global/messages.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/per-bug-queries.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/select-menu.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/setting-descs.none.tmpl -%%BUGZILLADIR%%/template/en/default/global/site-navigation.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/tabs.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/textarea.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/useful-links.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/user-error.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/user.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/userselect.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/variables.none.tmpl -%%BUGZILLADIR%%/template/en/default/index.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/change-columns.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/edit-multiple.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/list-simple.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.atom.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.csv.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.ics.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.js.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.rdf.tmpl -%%BUGZILLADIR%%/template/en/default/list/quips.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/server-push.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/table.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/bug-writing.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/fields.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/linked.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/linkify.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/quicksearch.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/release-notes.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/sudo.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/voting.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/chart.csv.tmpl -%%BUGZILLADIR%%/template/en/default/reports/chart.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/chart.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/components.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/create-chart.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/delete-series.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/duplicates-simple.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/duplicates-table.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/duplicates.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/edit-series.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/keywords.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/menu.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/old-charts.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-bar.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-line.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-pie.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-simple.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-table.csv.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-table.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report.csv.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/series-common.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/series.html.tmpl -%%BUGZILLADIR%%/template/en/default/request/email.txt.tmpl -%%BUGZILLADIR%%/template/en/default/request/queue.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/boolean-charts.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/form.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/knob.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-advanced.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-create-series.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-help.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-plugin.xml.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-report-graph.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-report-select.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-report-table.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-specific.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/tabs.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/type-select.html.tmpl -%%BUGZILLADIR%%/template/en/default/setup/strings.txt.pl -%%BUGZILLADIR%%/template/en/default/sidebar.xul.tmpl -%%BUGZILLADIR%%/template/en/default/welcome-admin.html.tmpl -%%BUGZILLADIR%%/template/en/default/whine/mail.html.tmpl -%%BUGZILLADIR%%/template/en/default/whine/mail.txt.tmpl -%%BUGZILLADIR%%/template/en/default/whine/multipart-mime.txt.tmpl -%%BUGZILLADIR%%/template/en/default/whine/schedule.html.tmpl -%%BUGZILLADIR%%/testagent.cgi -%%BUGZILLADIR%%/testserver.pl -%%BUGZILLADIR%%/token.cgi -%%BUGZILLADIR%%/userprefs.cgi -%%BUGZILLADIR%%/votes.cgi -%%BUGZILLADIR%%/whine.pl -%%BUGZILLADIR%%/whineatnews.pl -%%BUGZILLADIR%%/xml.cgi -%%BUGZILLADIR%%/xmlrpc.cgi -@dirrm %%BUGZILLADIR%%/template/en/default/whine -@dirrm %%BUGZILLADIR%%/template/en/default/setup -@dirrm %%BUGZILLADIR%%/template/en/default/search -@dirrm %%BUGZILLADIR%%/template/en/default/request -@dirrm %%BUGZILLADIR%%/template/en/default/reports -@dirrm %%BUGZILLADIR%%/template/en/default/pages -@dirrm %%BUGZILLADIR%%/template/en/default/list -@dirrm %%BUGZILLADIR%%/template/en/default/global -@dirrm %%BUGZILLADIR%%/template/en/default/flag -@dirrm %%BUGZILLADIR%%/template/en/default/extensions -@dirrm %%BUGZILLADIR%%/template/en/default/email -@dirrm %%BUGZILLADIR%%/template/en/default/bug/votes -@dirrm %%BUGZILLADIR%%/template/en/default/bug/process -@dirrm %%BUGZILLADIR%%/template/en/default/bug/create -@dirrm %%BUGZILLADIR%%/template/en/default/bug/activity -@dirrm %%BUGZILLADIR%%/template/en/default/bug -@dirrm %%BUGZILLADIR%%/template/en/default/attachment -@dirrm %%BUGZILLADIR%%/template/en/default/admin/workflow -@dirrm %%BUGZILLADIR%%/template/en/default/admin/versions -@dirrm %%BUGZILLADIR%%/template/en/default/admin/users -@dirrm %%BUGZILLADIR%%/template/en/default/admin/settings -@dirrm %%BUGZILLADIR%%/template/en/default/admin/sanitycheck -@dirrm %%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol -@dirrm %%BUGZILLADIR%%/template/en/default/admin/products -@dirrm %%BUGZILLADIR%%/template/en/default/admin/params -@dirrm %%BUGZILLADIR%%/template/en/default/admin/milestones -@dirrm %%BUGZILLADIR%%/template/en/default/admin/keywords -@dirrm %%BUGZILLADIR%%/template/en/default/admin/groups -@dirrm %%BUGZILLADIR%%/template/en/default/admin/fieldvalues -@dirrm %%BUGZILLADIR%%/template/en/default/admin/flag-type -@dirrm %%BUGZILLADIR%%/template/en/default/admin/custom_fields -@dirrm %%BUGZILLADIR%%/template/en/default/admin/components -@dirrm %%BUGZILLADIR%%/template/en/default/admin/classifications -@dirrm %%BUGZILLADIR%%/template/en/default/admin -@dirrm %%BUGZILLADIR%%/template/en/default/account/prefs -@dirrm %%BUGZILLADIR%%/template/en/default/account/password -@dirrm %%BUGZILLADIR%%/template/en/default/account/email -@dirrm %%BUGZILLADIR%%/template/en/default/account/auth -@dirrm %%BUGZILLADIR%%/template/en/default/account -@dirrm %%BUGZILLADIR%%/template/en/default -@dirrm %%BUGZILLADIR%%/template/en -@dirrmtry %%BUGZILLADIR%%/template -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/cmdline -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/bugzilla-submit -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib -@dirrm %%BUGZILLADIR%%/Bugzilla/Whine -@dirrm %%BUGZILLADIR%%/Bugzilla/WebService/Server -@dirrm %%BUGZILLADIR%%/Bugzilla/WebService -@dirrm %%BUGZILLADIR%%/Bugzilla/User/Setting -@dirrm %%BUGZILLADIR%%/Bugzilla/User -@dirrm %%BUGZILLADIR%%/Bugzilla/Template/Plugin -@dirrm %%BUGZILLADIR%%/Bugzilla/Template -@dirrm %%BUGZILLADIR%%/Bugzilla/Search -@dirrm %%BUGZILLADIR%%/Bugzilla/Migrate -@dirrm %%BUGZILLADIR%%/Bugzilla/JobQueue -@dirrm %%BUGZILLADIR%%/Bugzilla/Job -@dirrm %%BUGZILLADIR%%/Bugzilla/Install -@dirrm %%BUGZILLADIR%%/Bugzilla/Field -@dirrm %%BUGZILLADIR%%/Bugzilla/DB/Schema -@dirrm %%BUGZILLADIR%%/Bugzilla/DB -@dirrm %%BUGZILLADIR%%/Bugzilla/Config -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Verify -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Persist -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Login -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth -@dirrm %%BUGZILLADIR%%/Bugzilla/Attachment -@dirrmtry %%BUGZILLADIR%%/Bugzilla -@dirrmtry %%BUGZILLADIR%%/data -@dirrmtry %%BUGZILLADIR%%/graphs -@dirrm %%BUGZILLADIR%%/images -@dirrm %%BUGZILLADIR%%/js/yui -@dirrm %%BUGZILLADIR%%/js -@dirrm %%BUGZILLADIR%%/skins/standard/yui -@dirrm %%BUGZILLADIR%%/skins/standard/index -@dirrm %%BUGZILLADIR%%/skins/standard/global -@dirrm %%BUGZILLADIR%%/skins/standard/dependency-tree -@dirrm %%BUGZILLADIR%%/skins/standard -@dirrm %%BUGZILLADIR%%/skins/contrib/Dusk/index -@dirrm %%BUGZILLADIR%%/skins/contrib/Dusk -@dirrm %%BUGZILLADIR%%/skins/contrib -@dirrm %%BUGZILLADIR%%/skins -@dirrmtry %%BUGZILLADIR%% +%%WWWDIR%%/Bugzilla.pm +%%WWWDIR%%/Bugzilla/Attachment.pm +%%WWWDIR%%/Bugzilla/Attachment/PatchReader.pm +%%WWWDIR%%/Bugzilla/Auth.pm +%%WWWDIR%%/Bugzilla/Auth/Login.pm +%%WWWDIR%%/Bugzilla/Auth/Login/CGI.pm +%%WWWDIR%%/Bugzilla/Auth/Login/Cookie.pm +%%WWWDIR%%/Bugzilla/Auth/Login/Env.pm +%%WWWDIR%%/Bugzilla/Auth/Login/Stack.pm +%%WWWDIR%%/Bugzilla/Auth/Persist/Cookie.pm +%%WWWDIR%%/Bugzilla/Auth/Verify.pm +%%WWWDIR%%/Bugzilla/Auth/Verify/DB.pm +%%WWWDIR%%/Bugzilla/Auth/Verify/LDAP.pm +%%WWWDIR%%/Bugzilla/Auth/Verify/RADIUS.pm +%%WWWDIR%%/Bugzilla/Auth/Verify/Stack.pm +%%WWWDIR%%/Bugzilla/Bug.pm +%%WWWDIR%%/Bugzilla/BugMail.pm +%%WWWDIR%%/Bugzilla/CGI.pm +%%WWWDIR%%/Bugzilla/Chart.pm +%%WWWDIR%%/Bugzilla/Classification.pm +%%WWWDIR%%/Bugzilla/Comment.pm +%%WWWDIR%%/Bugzilla/Component.pm +%%WWWDIR%%/Bugzilla/Config.pm +%%WWWDIR%%/Bugzilla/Config/Admin.pm +%%WWWDIR%%/Bugzilla/Config/Advanced.pm +%%WWWDIR%%/Bugzilla/Config/Attachment.pm +%%WWWDIR%%/Bugzilla/Config/Auth.pm +%%WWWDIR%%/Bugzilla/Config/BugChange.pm +%%WWWDIR%%/Bugzilla/Config/BugFields.pm +%%WWWDIR%%/Bugzilla/Config/BugMove.pm +%%WWWDIR%%/Bugzilla/Config/Common.pm +%%WWWDIR%%/Bugzilla/Config/Core.pm +%%WWWDIR%%/Bugzilla/Config/DependencyGraph.pm +%%WWWDIR%%/Bugzilla/Config/General.pm +%%WWWDIR%%/Bugzilla/Config/GroupSecurity.pm +%%WWWDIR%%/Bugzilla/Config/LDAP.pm +%%WWWDIR%%/Bugzilla/Config/MTA.pm +%%WWWDIR%%/Bugzilla/Config/PatchViewer.pm +%%WWWDIR%%/Bugzilla/Config/Query.pm +%%WWWDIR%%/Bugzilla/Config/RADIUS.pm +%%WWWDIR%%/Bugzilla/Config/ShadowDB.pm +%%WWWDIR%%/Bugzilla/Config/UserMatch.pm +%%WWWDIR%%/Bugzilla/Constants.pm +%%WWWDIR%%/Bugzilla/DB.pm +%%WWWDIR%%/Bugzilla/DB/Mysql.pm +%%WWWDIR%%/Bugzilla/DB/Oracle.pm +%%WWWDIR%%/Bugzilla/DB/Pg.pm +%%WWWDIR%%/Bugzilla/DB/Schema.pm +%%WWWDIR%%/Bugzilla/DB/Schema/Mysql.pm +%%WWWDIR%%/Bugzilla/DB/Schema/Oracle.pm +%%WWWDIR%%/Bugzilla/DB/Schema/Pg.pm +%%WWWDIR%%/Bugzilla/Error.pm +%%WWWDIR%%/Bugzilla/Extension.pm +%%WWWDIR%%/Bugzilla/Field.pm +%%WWWDIR%%/Bugzilla/Field/Choice.pm +%%WWWDIR%%/Bugzilla/Flag.pm +%%WWWDIR%%/Bugzilla/FlagType.pm +%%WWWDIR%%/Bugzilla/Group.pm +%%WWWDIR%%/Bugzilla/Hook.pm +%%WWWDIR%%/Bugzilla/Install.pm +%%WWWDIR%%/Bugzilla/Install/CPAN.pm +%%WWWDIR%%/Bugzilla/Install/DB.pm +%%WWWDIR%%/Bugzilla/Install/Filesystem.pm +%%WWWDIR%%/Bugzilla/Install/Localconfig.pm +%%WWWDIR%%/Bugzilla/Install/Requirements.pm +%%WWWDIR%%/Bugzilla/Install/Util.pm +%%WWWDIR%%/Bugzilla/Job/Mailer.pm +%%WWWDIR%%/Bugzilla/JobQueue.pm +%%WWWDIR%%/Bugzilla/JobQueue/Runner.pm +%%WWWDIR%%/Bugzilla/Keyword.pm +%%WWWDIR%%/Bugzilla/Mailer.pm +%%WWWDIR%%/Bugzilla/Migrate.pm +%%WWWDIR%%/Bugzilla/Migrate/Gnats.pm +%%WWWDIR%%/Bugzilla/Milestone.pm +%%WWWDIR%%/Bugzilla/Object.pm +%%WWWDIR%%/Bugzilla/Product.pm +%%WWWDIR%%/Bugzilla/Search.pm +%%WWWDIR%%/Bugzilla/Search/Quicksearch.pm +%%WWWDIR%%/Bugzilla/Search/Saved.pm +%%WWWDIR%%/Bugzilla/Series.pm +%%WWWDIR%%/Bugzilla/Status.pm +%%WWWDIR%%/Bugzilla/Template.pm +%%WWWDIR%%/Bugzilla/Template/Context.pm +%%WWWDIR%%/Bugzilla/Template/Plugin/Bugzilla.pm +%%WWWDIR%%/Bugzilla/Template/Plugin/Hook.pm +%%WWWDIR%%/Bugzilla/Template/Plugin/User.pm +%%WWWDIR%%/Bugzilla/Token.pm +%%WWWDIR%%/Bugzilla/Update.pm +%%WWWDIR%%/Bugzilla/User.pm +%%WWWDIR%%/Bugzilla/User/Setting.pm +%%WWWDIR%%/Bugzilla/User/Setting/Lang.pm +%%WWWDIR%%/Bugzilla/User/Setting/Skin.pm +%%WWWDIR%%/Bugzilla/User/Setting/Timezone.pm +%%WWWDIR%%/Bugzilla/Util.pm +%%WWWDIR%%/Bugzilla/Version.pm +%%WWWDIR%%/Bugzilla/WebService.pm +%%WWWDIR%%/Bugzilla/WebService/Bug.pm +%%WWWDIR%%/Bugzilla/WebService/Bugzilla.pm +%%WWWDIR%%/Bugzilla/WebService/Constants.pm +%%WWWDIR%%/Bugzilla/WebService/Product.pm +%%WWWDIR%%/Bugzilla/WebService/README +%%WWWDIR%%/Bugzilla/WebService/Server.pm +%%WWWDIR%%/Bugzilla/WebService/Server/JSONRPC.pm +%%WWWDIR%%/Bugzilla/WebService/Server/XMLRPC.pm +%%WWWDIR%%/Bugzilla/WebService/User.pm +%%WWWDIR%%/Bugzilla/WebService/Util.pm +%%WWWDIR%%/Bugzilla/Whine/Query.pm +%%WWWDIR%%/Bugzilla/Whine/Schedule.pm +%%WWWDIR%%/README +%%WWWDIR%%/admin.cgi +%%WWWDIR%%/attachment.cgi +%%WWWDIR%%/buglist.cgi +%%WWWDIR%%/bugzilla.dtd +%%WWWDIR%%/chart.cgi +%%WWWDIR%%/checksetup.pl +%%WWWDIR%%/colchange.cgi +%%WWWDIR%%/collectstats.pl +%%WWWDIR%%/config.cgi +%%WWWDIR%%/sanitycheck.pl +%%WWWDIR%%/jobqueue.pl +%%WWWDIR%%/jsonrpc.cgi +%%WWWDIR%%/migrate.pl +%%WWWDIR%%/js/TUI.js +%%WWWDIR%%/js/attachment.js +%%WWWDIR%%/js/change-columns.js +%%WWWDIR%%/js/expanding-tree.js +%%WWWDIR%%/js/field.js +%%WWWDIR%%/js/flag.js +%%WWWDIR%%/js/global.js +%%WWWDIR%%/js/help.js +%%WWWDIR%%/js/params.js +%%WWWDIR%%/js/productform.js +%%WWWDIR%%/js/util.js +%%WWWDIR%%/js/yui/calendar.js +%%WWWDIR%%/js/yui/cookie.js +%%WWWDIR%%/js/yui/yahoo-dom-event.js +%%WWWDIR%%/skins/contrib/Dusk/buglist.css +%%WWWDIR%%/skins/contrib/Dusk/global.css +%%WWWDIR%%/skins/contrib/Dusk/index.css +%%WWWDIR%%/skins/contrib/Dusk/index/account.gif +%%WWWDIR%%/skins/contrib/Dusk/index/bug.gif +%%WWWDIR%%/skins/contrib/Dusk/index/search.gif +%%WWWDIR%%/skins/standard/IE-fixes.css +%%WWWDIR%%/skins/standard/admin.css +%%WWWDIR%%/skins/standard/buglist.css +%%WWWDIR%%/skins/standard/create_attachment.css +%%WWWDIR%%/skins/standard/dependency-tree.css +%%WWWDIR%%/skins/standard/dependency-tree/bug-item.png +%%WWWDIR%%/skins/standard/dependency-tree/tree-closed.png +%%WWWDIR%%/skins/standard/dependency-tree/tree-open.png +%%WWWDIR%%/skins/standard/dependency-tree/tree.png +%%WWWDIR%%/skins/standard/duplicates.css +%%WWWDIR%%/skins/standard/editusers.css +%%WWWDIR%%/skins/standard/global.css +%%WWWDIR%%/skins/standard/global/body-back.gif +%%WWWDIR%%/skins/standard/global/calendar.png +%%WWWDIR%%/skins/standard/global/down.png +%%WWWDIR%%/skins/standard/global/header.png +%%WWWDIR%%/skins/standard/global/left.png +%%WWWDIR%%/skins/standard/global/right.png +%%WWWDIR%%/skins/standard/global/up.png +%%WWWDIR%%/skins/standard/help.css +%%WWWDIR%%/skins/standard/index.css +%%WWWDIR%%/skins/standard/index/account.gif +%%WWWDIR%%/skins/standard/index/bug.gif +%%WWWDIR%%/skins/standard/index/search.gif +%%WWWDIR%%/skins/standard/page.css +%%WWWDIR%%/skins/standard/panel.css +%%WWWDIR%%/skins/standard/params.css +%%WWWDIR%%/skins/standard/reports.css +%%WWWDIR%%/skins/standard/show_bug.css +%%WWWDIR%%/skins/standard/show_multiple.css +%%WWWDIR%%/skins/standard/summarize-time.css +%%WWWDIR%%/skins/standard/voting.css +%%WWWDIR%%/skins/standard/yui/calendar.css +%%WWWDIR%%/skins/standard/yui/sprite.png +%%CONTRIB%%%%WWWDIR%%/contrib/README +%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-queue +%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/README +%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugdata.txt +%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugzilla-submit +%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugzilla-submit.xml +%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla_ldapsync.rb +%%CONTRIB%%%%WWWDIR%%/contrib/bz_webservice_demo.pl +%%CONTRIB%%%%WWWDIR%%/contrib/bzdbcopy.pl +%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugcount +%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugids +%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/buglist +%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugs +%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugslink +%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/makequery +%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/query.conf +%%CONTRIB%%%%WWWDIR%%/contrib/console.pl +%%CONTRIB%%%%WWWDIR%%/contrib/cvs-update.pl +%%CONTRIB%%%%WWWDIR%%/contrib/extension-convert.pl +%%CONTRIB%%%%WWWDIR%%/contrib/fixperms.pl +%%CONTRIB%%%%WWWDIR%%/contrib/jb2bz.py +%%CONTRIB%%%%WWWDIR%%/contrib/merge-users.pl +%%CONTRIB%%%%WWWDIR%%/contrib/mysqld-watcher.pl +%%CONTRIB%%%%WWWDIR%%/contrib/recode.pl +%%CONTRIB%%%%WWWDIR%%/contrib/sendbugmail.pl +%%CONTRIB%%%%WWWDIR%%/contrib/sendunsentbugmail.pl +%%CONTRIB%%%%WWWDIR%%/contrib/syncLDAP.pl +%%CONTRIB%%%%WWWDIR%%/contrib/yp_nomail.sh +%%WWWDIR%%/createaccount.cgi +%%WWWDIR%%/describecomponents.cgi +%%WWWDIR%%/describekeywords.cgi +%%WWWDIR%%/duplicates.cgi +%%WWWDIR%%/editclassifications.cgi +%%WWWDIR%%/editcomponents.cgi +%%WWWDIR%%/editfields.cgi +%%WWWDIR%%/editflagtypes.cgi +%%WWWDIR%%/editgroups.cgi +%%WWWDIR%%/editkeywords.cgi +%%WWWDIR%%/editmilestones.cgi +%%WWWDIR%%/editparams.cgi +%%WWWDIR%%/editproducts.cgi +%%WWWDIR%%/editsettings.cgi +%%WWWDIR%%/editusers.cgi +%%WWWDIR%%/editvalues.cgi +%%WWWDIR%%/editversions.cgi +%%WWWDIR%%/editwhines.cgi +%%WWWDIR%%/editworkflow.cgi +%%WWWDIR%%/email_in.pl +%%WWWDIR%%/enter_bug.cgi +%%WWWDIR%%/images/padlock.png +%%WWWDIR%%/images/favicon.ico +%%WWWDIR%%/install-module.pl +%%WWWDIR%%/importxml.pl +%%WWWDIR%%/index.cgi +%%WWWDIR%%/long_list.cgi +%%WWWDIR%%/mod_perl.pl +%%WWWDIR%%/page.cgi +%%WWWDIR%%/post_bug.cgi +%%WWWDIR%%/process_bug.cgi +%%WWWDIR%%/query.cgi +%%WWWDIR%%/quips.cgi +%%WWWDIR%%/relogin.cgi +%%WWWDIR%%/report.cgi +%%WWWDIR%%/reports.cgi +%%WWWDIR%%/request.cgi +%%WWWDIR%%/robots.txt +%%WWWDIR%%/runtests.pl +%%WWWDIR%%/sanitycheck.cgi +%%WWWDIR%%/search_plugin.cgi +%%WWWDIR%%/show_activity.cgi +%%WWWDIR%%/show_bug.cgi +%%WWWDIR%%/showattachment.cgi +%%WWWDIR%%/showdependencygraph.cgi +%%WWWDIR%%/showdependencytree.cgi +%%WWWDIR%%/sidebar.cgi +%%WWWDIR%%/summarize_time.cgi +%%WWWDIR%%/template/en/default/account/auth/login-small.html.tmpl +%%WWWDIR%%/template/en/default/account/auth/login.html.tmpl +%%WWWDIR%%/template/en/default/account/cancel-token.txt.tmpl +%%WWWDIR%%/template/en/default/account/create.html.tmpl +%%WWWDIR%%/template/en/default/account/created.html.tmpl +%%WWWDIR%%/template/en/default/account/email/change-new.txt.tmpl +%%WWWDIR%%/template/en/default/account/email/change-old.txt.tmpl +%%WWWDIR%%/template/en/default/account/email/confirm-new.html.tmpl +%%WWWDIR%%/template/en/default/account/email/confirm.html.tmpl +%%WWWDIR%%/template/en/default/account/email/request-new.txt.tmpl +%%WWWDIR%%/template/en/default/account/password/forgotten-password.txt.tmpl +%%WWWDIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl +%%WWWDIR%%/template/en/default/account/prefs/account.html.tmpl +%%WWWDIR%%/template/en/default/account/prefs/email.html.tmpl +%%WWWDIR%%/template/en/default/account/prefs/permissions.html.tmpl +%%WWWDIR%%/template/en/default/account/prefs/prefs.html.tmpl +%%WWWDIR%%/template/en/default/account/prefs/saved-searches.html.tmpl +%%WWWDIR%%/template/en/default/account/prefs/settings.html.tmpl +%%WWWDIR%%/template/en/default/account/profile-activity.html.tmpl +%%WWWDIR%%/template/en/default/admin/admin.html.tmpl +%%WWWDIR%%/template/en/default/admin/classifications/add.html.tmpl +%%WWWDIR%%/template/en/default/admin/classifications/del.html.tmpl +%%WWWDIR%%/template/en/default/admin/classifications/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/classifications/footer.html.tmpl +%%WWWDIR%%/template/en/default/admin/classifications/reclassify.html.tmpl +%%WWWDIR%%/template/en/default/admin/classifications/select.html.tmpl +%%WWWDIR%%/template/en/default/admin/components/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/components/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/components/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/components/footer.html.tmpl +%%WWWDIR%%/template/en/default/admin/components/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/components/select-product.html.tmpl +%%WWWDIR%%/template/en/default/admin/confirm-action.html.tmpl +%%WWWDIR%%/template/en/default/admin/custom_fields/cf-js.js.tmpl +%%WWWDIR%%/template/en/default/admin/custom_fields/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/custom_fields/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/custom_fields/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/custom_fields/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/fieldvalues/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/fieldvalues/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/fieldvalues/footer.html.tmpl +%%WWWDIR%%/template/en/default/admin/fieldvalues/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/fieldvalues/select-field.html.tmpl +%%WWWDIR%%/template/en/default/admin/flag-type/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/flag-type/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/flag-type/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/groups/confirm-remove.html.tmpl +%%WWWDIR%%/template/en/default/admin/groups/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/groups/delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/groups/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/groups/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/keywords/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/keywords/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/keywords/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/keywords/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/milestones/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/milestones/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/milestones/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/milestones/footer.html.tmpl +%%WWWDIR%%/template/en/default/admin/milestones/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/milestones/select-product.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/admin.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/advanced.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/attachment.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/auth.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/bugchange.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/bugfields.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/bugmove.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/common.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/core.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/dependencygraph.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/editparams.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/general.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/groupsecurity.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/index.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/ldap.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/mta.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/patchviewer.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/query.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/radius.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/shadowdb.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/usermatch.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/edit-common.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/footer.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/groupcontrol/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/groupcontrol/updated.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/list-classifications.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/updated.html.tmpl +%%WWWDIR%%/template/en/default/admin/sanitycheck/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/sanitycheck/messages.html.tmpl +%%WWWDIR%%/template/en/default/admin/settings/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/sudo.html.tmpl +%%WWWDIR%%/template/en/default/admin/table.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/listselectvars.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/responsibilities.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/search.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/userdata.html.tmpl +%%WWWDIR%%/template/en/default/admin/versions/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/versions/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/versions/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/versions/footer.html.tmpl +%%WWWDIR%%/template/en/default/admin/versions/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/versions/select-product.html.tmpl +%%WWWDIR%%/template/en/default/admin/workflow/comment.html.tmpl +%%WWWDIR%%/template/en/default/admin/workflow/edit.html.tmpl +%%WWWDIR%%/template/en/default/attachment/cancel-create-dupe.html.tmpl +%%WWWDIR%%/template/en/default/attachment/choose.html.tmpl +%%WWWDIR%%/template/en/default/attachment/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/attachment/content-types.html.tmpl +%%WWWDIR%%/template/en/default/attachment/create.html.tmpl +%%WWWDIR%%/template/en/default/attachment/created.html.tmpl +%%WWWDIR%%/template/en/default/attachment/createformcontents.html.tmpl +%%WWWDIR%%/template/en/default/attachment/delete_reason.txt.tmpl +%%WWWDIR%%/template/en/default/attachment/diff-file.html.tmpl +%%WWWDIR%%/template/en/default/attachment/diff-footer.html.tmpl +%%WWWDIR%%/template/en/default/attachment/diff-header.html.tmpl +%%WWWDIR%%/template/en/default/attachment/edit.html.tmpl +%%WWWDIR%%/template/en/default/attachment/list.html.tmpl +%%WWWDIR%%/template/en/default/attachment/midair.html.tmpl +%%WWWDIR%%/template/en/default/attachment/show-multiple.html.tmpl +%%WWWDIR%%/template/en/default/attachment/updated.html.tmpl +%%WWWDIR%%/template/en/default/bug/activity/show.html.tmpl +%%WWWDIR%%/template/en/default/bug/activity/table.html.tmpl +%%WWWDIR%%/template/en/default/bug/choose.html.tmpl +%%WWWDIR%%/template/en/default/bug/comments.html.tmpl +%%WWWDIR%%/template/en/default/bug/create/comment-guided.txt.tmpl +%%WWWDIR%%/template/en/default/bug/create/comment.txt.tmpl +%%WWWDIR%%/template/en/default/bug/create/confirm-create-dupe.html.tmpl +%%WWWDIR%%/template/en/default/bug/create/create-guided.html.tmpl +%%WWWDIR%%/template/en/default/bug/create/create.html.tmpl +%%WWWDIR%%/template/en/default/bug/create/created.html.tmpl +%%WWWDIR%%/template/en/default/bug/create/make-template.html.tmpl +%%WWWDIR%%/template/en/default/bug/create/user-message.html.tmpl +%%WWWDIR%%/template/en/default/bug/dependency-graph.html.tmpl +%%WWWDIR%%/template/en/default/bug/dependency-tree.html.tmpl +%%WWWDIR%%/template/en/default/bug/edit.html.tmpl +%%WWWDIR%%/template/en/default/bug/field-events.js.tmpl +%%WWWDIR%%/template/en/default/bug/field.html.tmpl +%%WWWDIR%%/template/en/default/bug/format_comment.txt.tmpl +%%WWWDIR%%/template/en/default/bug/knob.html.tmpl +%%WWWDIR%%/template/en/default/bug/navigate.html.tmpl +%%WWWDIR%%/template/en/default/bug/process/bugmail.html.tmpl +%%WWWDIR%%/template/en/default/bug/process/confirm-duplicate.html.tmpl +%%WWWDIR%%/template/en/default/bug/process/header.html.tmpl +%%WWWDIR%%/template/en/default/bug/process/midair.html.tmpl +%%WWWDIR%%/template/en/default/bug/process/results.html.tmpl +%%WWWDIR%%/template/en/default/bug/process/verify-new-product.html.tmpl +%%WWWDIR%%/template/en/default/bug/show-header.html.tmpl +%%WWWDIR%%/template/en/default/bug/show-multiple.html.tmpl +%%WWWDIR%%/template/en/default/bug/show.html.tmpl +%%WWWDIR%%/template/en/default/bug/show.xml.tmpl +%%WWWDIR%%/template/en/default/bug/summarize-time.html.tmpl +%%WWWDIR%%/template/en/default/bug/time.html.tmpl +%%WWWDIR%%/template/en/default/bug/votes/delete-all.html.tmpl +%%WWWDIR%%/template/en/default/bug/votes/list-for-bug.html.tmpl +%%WWWDIR%%/template/en/default/bug/votes/list-for-user.html.tmpl +%%WWWDIR%%/template/en/default/config.js.tmpl +%%WWWDIR%%/template/en/default/config.rdf.tmpl +%%WWWDIR%%/template/en/default/email/lockout.txt.tmpl +%%WWWDIR%%/template/en/default/email/newchangedmail.txt.tmpl +%%WWWDIR%%/template/en/default/email/sanitycheck.txt.tmpl +%%WWWDIR%%/template/en/default/email/sudo.txt.tmpl +%%WWWDIR%%/template/en/default/email/votes-removed.txt.tmpl +%%WWWDIR%%/template/en/default/email/whine.txt.tmpl +%%WWWDIR%%/template/en/default/extensions/config.pm.tmpl +%%WWWDIR%%/template/en/default/extensions/extension.pm.tmpl +%%WWWDIR%%/template/en/default/extensions/hook-readme.txt.tmpl +%%WWWDIR%%/template/en/default/extensions/license.txt.tmpl +%%WWWDIR%%/template/en/default/extensions/name-readme.txt.tmpl +%%WWWDIR%%/template/en/default/extensions/util.pm.tmpl +%%WWWDIR%%/template/en/default/filterexceptions.pl +%%WWWDIR%%/template/en/default/flag/list.html.tmpl +%%WWWDIR%%/template/en/default/global/banner.html.tmpl +%%WWWDIR%%/template/en/default/global/choose-classification.html.tmpl +%%WWWDIR%%/template/en/default/global/choose-product.html.tmpl +%%WWWDIR%%/template/en/default/global/code-error.html.tmpl +%%WWWDIR%%/template/en/default/global/common-links.html.tmpl +%%WWWDIR%%/template/en/default/global/confirm-action.html.tmpl +%%WWWDIR%%/template/en/default/global/confirm-user-match.html.tmpl +%%WWWDIR%%/template/en/default/global/docslinks.html.tmpl +%%WWWDIR%%/template/en/default/global/field-descs.none.tmpl +%%WWWDIR%%/template/en/default/global/footer.html.tmpl +%%WWWDIR%%/template/en/default/global/header.html.tmpl +%%WWWDIR%%/template/en/default/global/help.html.tmpl +%%WWWDIR%%/template/en/default/global/hidden-fields.html.tmpl +%%WWWDIR%%/template/en/default/global/initialize.none.tmpl +%%WWWDIR%%/template/en/default/global/js-products.html.tmpl +%%WWWDIR%%/template/en/default/global/message.html.tmpl +%%WWWDIR%%/template/en/default/global/message.txt.tmpl +%%WWWDIR%%/template/en/default/global/messages.html.tmpl +%%WWWDIR%%/template/en/default/global/per-bug-queries.html.tmpl +%%WWWDIR%%/template/en/default/global/select-menu.html.tmpl +%%WWWDIR%%/template/en/default/global/setting-descs.none.tmpl +%%WWWDIR%%/template/en/default/global/site-navigation.html.tmpl +%%WWWDIR%%/template/en/default/global/tabs.html.tmpl +%%WWWDIR%%/template/en/default/global/textarea.html.tmpl +%%WWWDIR%%/template/en/default/global/useful-links.html.tmpl +%%WWWDIR%%/template/en/default/global/user-error.html.tmpl +%%WWWDIR%%/template/en/default/global/user.html.tmpl +%%WWWDIR%%/template/en/default/global/userselect.html.tmpl +%%WWWDIR%%/template/en/default/global/variables.none.tmpl +%%WWWDIR%%/template/en/default/index.html.tmpl +%%WWWDIR%%/template/en/default/list/change-columns.html.tmpl +%%WWWDIR%%/template/en/default/list/edit-multiple.html.tmpl +%%WWWDIR%%/template/en/default/list/list-simple.html.tmpl +%%WWWDIR%%/template/en/default/list/list.atom.tmpl +%%WWWDIR%%/template/en/default/list/list.csv.tmpl +%%WWWDIR%%/template/en/default/list/list.html.tmpl +%%WWWDIR%%/template/en/default/list/list.ics.tmpl +%%WWWDIR%%/template/en/default/list/list.js.tmpl +%%WWWDIR%%/template/en/default/list/list.rdf.tmpl +%%WWWDIR%%/template/en/default/list/quips.html.tmpl +%%WWWDIR%%/template/en/default/list/server-push.html.tmpl +%%WWWDIR%%/template/en/default/list/table.html.tmpl +%%WWWDIR%%/template/en/default/pages/bug-writing.html.tmpl +%%WWWDIR%%/template/en/default/pages/fields.html.tmpl +%%WWWDIR%%/template/en/default/pages/linked.html.tmpl +%%WWWDIR%%/template/en/default/pages/linkify.html.tmpl +%%WWWDIR%%/template/en/default/pages/quicksearch.html.tmpl +%%WWWDIR%%/template/en/default/pages/release-notes.html.tmpl +%%WWWDIR%%/template/en/default/pages/sudo.html.tmpl +%%WWWDIR%%/template/en/default/pages/voting.html.tmpl +%%WWWDIR%%/template/en/default/reports/chart.csv.tmpl +%%WWWDIR%%/template/en/default/reports/chart.html.tmpl +%%WWWDIR%%/template/en/default/reports/chart.png.tmpl +%%WWWDIR%%/template/en/default/reports/components.html.tmpl +%%WWWDIR%%/template/en/default/reports/create-chart.html.tmpl +%%WWWDIR%%/template/en/default/reports/delete-series.html.tmpl +%%WWWDIR%%/template/en/default/reports/duplicates-simple.html.tmpl +%%WWWDIR%%/template/en/default/reports/duplicates-table.html.tmpl +%%WWWDIR%%/template/en/default/reports/duplicates.html.tmpl +%%WWWDIR%%/template/en/default/reports/edit-series.html.tmpl +%%WWWDIR%%/template/en/default/reports/keywords.html.tmpl +%%WWWDIR%%/template/en/default/reports/menu.html.tmpl +%%WWWDIR%%/template/en/default/reports/old-charts.html.tmpl +%%WWWDIR%%/template/en/default/reports/report-bar.png.tmpl +%%WWWDIR%%/template/en/default/reports/report-line.png.tmpl +%%WWWDIR%%/template/en/default/reports/report-pie.png.tmpl +%%WWWDIR%%/template/en/default/reports/report-simple.html.tmpl +%%WWWDIR%%/template/en/default/reports/report-table.csv.tmpl +%%WWWDIR%%/template/en/default/reports/report-table.html.tmpl +%%WWWDIR%%/template/en/default/reports/report.csv.tmpl +%%WWWDIR%%/template/en/default/reports/report.html.tmpl +%%WWWDIR%%/template/en/default/reports/series-common.html.tmpl +%%WWWDIR%%/template/en/default/reports/series.html.tmpl +%%WWWDIR%%/template/en/default/request/email.txt.tmpl +%%WWWDIR%%/template/en/default/request/queue.html.tmpl +%%WWWDIR%%/template/en/default/search/boolean-charts.html.tmpl +%%WWWDIR%%/template/en/default/search/form.html.tmpl +%%WWWDIR%%/template/en/default/search/knob.html.tmpl +%%WWWDIR%%/template/en/default/search/search-advanced.html.tmpl +%%WWWDIR%%/template/en/default/search/search-create-series.html.tmpl +%%WWWDIR%%/template/en/default/search/search-help.html.tmpl +%%WWWDIR%%/template/en/default/search/search-plugin.xml.tmpl +%%WWWDIR%%/template/en/default/search/search-report-graph.html.tmpl +%%WWWDIR%%/template/en/default/search/search-report-select.html.tmpl +%%WWWDIR%%/template/en/default/search/search-report-table.html.tmpl +%%WWWDIR%%/template/en/default/search/search-specific.html.tmpl +%%WWWDIR%%/template/en/default/search/tabs.html.tmpl +%%WWWDIR%%/template/en/default/search/type-select.html.tmpl +%%WWWDIR%%/template/en/default/setup/strings.txt.pl +%%WWWDIR%%/template/en/default/sidebar.xul.tmpl +%%WWWDIR%%/template/en/default/welcome-admin.html.tmpl +%%WWWDIR%%/template/en/default/whine/mail.html.tmpl +%%WWWDIR%%/template/en/default/whine/mail.txt.tmpl +%%WWWDIR%%/template/en/default/whine/multipart-mime.txt.tmpl +%%WWWDIR%%/template/en/default/whine/schedule.html.tmpl +%%WWWDIR%%/testagent.cgi +%%WWWDIR%%/testserver.pl +%%WWWDIR%%/token.cgi +%%WWWDIR%%/userprefs.cgi +%%WWWDIR%%/votes.cgi +%%WWWDIR%%/whine.pl +%%WWWDIR%%/whineatnews.pl +%%WWWDIR%%/xml.cgi +%%WWWDIR%%/xmlrpc.cgi +@dirrm %%WWWDIR%%/template/en/default/whine +@dirrm %%WWWDIR%%/template/en/default/setup +@dirrm %%WWWDIR%%/template/en/default/search +@dirrm %%WWWDIR%%/template/en/default/request +@dirrm %%WWWDIR%%/template/en/default/reports +@dirrm %%WWWDIR%%/template/en/default/pages +@dirrm %%WWWDIR%%/template/en/default/list +@dirrm %%WWWDIR%%/template/en/default/global +@dirrm %%WWWDIR%%/template/en/default/flag +@dirrm %%WWWDIR%%/template/en/default/extensions +@dirrm %%WWWDIR%%/template/en/default/email +@dirrm %%WWWDIR%%/template/en/default/bug/votes +@dirrm %%WWWDIR%%/template/en/default/bug/process +@dirrm %%WWWDIR%%/template/en/default/bug/create +@dirrm %%WWWDIR%%/template/en/default/bug/activity +@dirrm %%WWWDIR%%/template/en/default/bug +@dirrm %%WWWDIR%%/template/en/default/attachment +@dirrm %%WWWDIR%%/template/en/default/admin/workflow +@dirrm %%WWWDIR%%/template/en/default/admin/versions +@dirrm %%WWWDIR%%/template/en/default/admin/users +@dirrm %%WWWDIR%%/template/en/default/admin/settings +@dirrm %%WWWDIR%%/template/en/default/admin/sanitycheck +@dirrm %%WWWDIR%%/template/en/default/admin/products/groupcontrol +@dirrm %%WWWDIR%%/template/en/default/admin/products +@dirrm %%WWWDIR%%/template/en/default/admin/params +@dirrm %%WWWDIR%%/template/en/default/admin/milestones +@dirrm %%WWWDIR%%/template/en/default/admin/keywords +@dirrm %%WWWDIR%%/template/en/default/admin/groups +@dirrm %%WWWDIR%%/template/en/default/admin/fieldvalues +@dirrm %%WWWDIR%%/template/en/default/admin/flag-type +@dirrm %%WWWDIR%%/template/en/default/admin/custom_fields +@dirrm %%WWWDIR%%/template/en/default/admin/components +@dirrm %%WWWDIR%%/template/en/default/admin/classifications +@dirrm %%WWWDIR%%/template/en/default/admin +@dirrm %%WWWDIR%%/template/en/default/account/prefs +@dirrm %%WWWDIR%%/template/en/default/account/password +@dirrm %%WWWDIR%%/template/en/default/account/email +@dirrm %%WWWDIR%%/template/en/default/account/auth +@dirrm %%WWWDIR%%/template/en/default/account +@dirrm %%WWWDIR%%/template/en/default +@dirrm %%WWWDIR%%/template/en +@dirrmtry %%WWWDIR%%/template +%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/cmdline +%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/bugzilla-submit +%%CONTRIB%%@dirrm %%WWWDIR%%/contrib +@dirrm %%WWWDIR%%/Bugzilla/Whine +@dirrm %%WWWDIR%%/Bugzilla/WebService/Server +@dirrm %%WWWDIR%%/Bugzilla/WebService +@dirrm %%WWWDIR%%/Bugzilla/User/Setting +@dirrm %%WWWDIR%%/Bugzilla/User +@dirrm %%WWWDIR%%/Bugzilla/Template/Plugin +@dirrm %%WWWDIR%%/Bugzilla/Template +@dirrm %%WWWDIR%%/Bugzilla/Search +@dirrm %%WWWDIR%%/Bugzilla/Migrate +@dirrm %%WWWDIR%%/Bugzilla/JobQueue +@dirrm %%WWWDIR%%/Bugzilla/Job +@dirrm %%WWWDIR%%/Bugzilla/Install +@dirrm %%WWWDIR%%/Bugzilla/Field +@dirrm %%WWWDIR%%/Bugzilla/DB/Schema +@dirrm %%WWWDIR%%/Bugzilla/DB +@dirrm %%WWWDIR%%/Bugzilla/Config +@dirrm %%WWWDIR%%/Bugzilla/Auth/Verify +@dirrm %%WWWDIR%%/Bugzilla/Auth/Persist +@dirrm %%WWWDIR%%/Bugzilla/Auth/Login +@dirrm %%WWWDIR%%/Bugzilla/Auth +@dirrm %%WWWDIR%%/Bugzilla/Attachment +@dirrmtry %%WWWDIR%%/Bugzilla +@dirrmtry %%WWWDIR%%/data +@dirrmtry %%WWWDIR%%/graphs +@dirrm %%WWWDIR%%/images +@dirrm %%WWWDIR%%/js/yui +@dirrm %%WWWDIR%%/js +@dirrm %%WWWDIR%%/skins/standard/yui +@dirrm %%WWWDIR%%/skins/standard/index +@dirrm %%WWWDIR%%/skins/standard/global +@dirrm %%WWWDIR%%/skins/standard/dependency-tree +@dirrm %%WWWDIR%%/skins/standard +@dirrm %%WWWDIR%%/skins/contrib/Dusk/index +@dirrm %%WWWDIR%%/skins/contrib/Dusk +@dirrm %%WWWDIR%%/skins/contrib +@dirrm %%WWWDIR%%/skins +@dirrmtry %%WWWDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTMLBatch %%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTML %%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index 1bef8592e9b9..b715fa701a5c 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bugzilla -PORTVERSION= 3.6.2 -PORTREVISION= 1 +PORTVERSION= 3.6.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= webtools webtools/archived @@ -15,6 +14,26 @@ MASTER_SITE_SUBDIR= webtools webtools/archived MAINTAINER= skv@FreeBSD.org COMMENT= Bug-tracking system developed by Mozilla Project +RUN_DEPENDS= \ + ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ + p5-DBI>=1.41:${PORTSDIR}/databases/p5-DBI \ + p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-DateTime>=0.28:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-TimeZone>=0.71:${PORTSDIR}/devel/p5-DateTime-TimeZone \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-Email-Send>=2.00:${PORTSDIR}/mail/p5-Email-Send \ + p5-Email-MIME>=1.861:${PORTSDIR}/mail/p5-Email-MIME + +USE_PERL5= yes + +BINMODE= 700 + +SUB_FILES= pkg-message + +DATA_DIRS_LIST= images js skins + +.include "${.CURDIR}/Makefile.common" + OPTIONS= MYSQL "MySQL database support" off \ PGSQL "PostgreSQL database support" off \ GRAPH_REPORTS "Graphical Reports" on \ @@ -34,41 +53,6 @@ OPTIONS= MYSQL "MySQL database support" off \ LDAP "LDAP Authentication" off \ RADIUS "RADIUS Authentication" off -RUN_DEPENDS+= \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - p5-DBI>=1.41:${PORTSDIR}/databases/p5-DBI \ - p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \ - p5-DateTime>=0.28:${PORTSDIR}/devel/p5-DateTime \ - p5-DateTime-TimeZone>=0.71:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-Email-Send>=2.00:${PORTSDIR}/mail/p5-Email-Send \ - p5-Email-MIME>=1.861:${PORTSDIR}/mail/p5-Email-MIME - -CONFLICTS= bugzilla-2.* - -PORTSCOUT= limitw:1,even - -USE_PERL5= yes - -BINMODE= 700 -PKGMESSAGE= ${WRKDIR}/pkg-message - -.ifndef BUGZILLADIR -.ifdef APACHE_DATADIR -BUGZILLADIR= ${APACHE_DATADIR}/data/bugzilla -.else -BUGZILLADIR= ${PREFIX}/www/data/bugzilla -.endif -.endif - -SUB_FILES= pkg-message -SUB_LIST= BUGZILLADIR=${BUGZILLADIR} -PLIST_SUB+= BUGZILLADIR=${BUGZILLADIR:S!^${PREFIX}/!!} - -DATA_DIRS_LIST= images js skins - -NO_BUILD= - .include .if ${PERL_LEVEL} < 501000 @@ -175,29 +159,29 @@ post-patch: .endif @${FIND} ${WRKSRC} \( -name "CVS" -or -name ".cvsignore" -or -name "*.orig" \ -or -name ".bzr*" -or -name "README.docs" \) | ${XARGS} ${RM} -rf - ${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -i '' \ + @${FIND} ${WRKSRC} -type f -exec ${REINPLACE_CMD} -i '' \ -e 's!/usr/lib/sendmail!/usr/sbin/sendmail!g; s=/usr/bin/perl=${PERL}=g' {} \+ @${FIND} ${WRKSRC}/docs -type f | \ - ${XARGS} ${REINPLACE_CMD} -i '' -e "s!/var/www/html/bugzilla!${BUGZILLADIR}!" + ${XARGS} ${REINPLACE_CMD} -i '' -e "s!/var/www/html/bugzilla!${WWWDIR}!" -do-install: - ${MKDIR} ${BUGZILLADIR} +do-install: .SILENT + ${MKDIR} ${WWWDIR} ${FIND} ${WRKSRC} \! -type d -maxdepth 1 \! -name "UPGRADING*" -exec \ - ${INSTALL_SCRIPT} {} ${BUGZILLADIR} \; - @${MKDIR} ${DATA_DIRS_LIST:S!^!${BUGZILLADIR}/!} + ${INSTALL_SCRIPT} {} ${WWWDIR} \; + @${MKDIR} ${DATA_DIRS_LIST:S!^!${WWWDIR}/!} .for D in ${DATA_DIRS_LIST} - (cd ${WRKSRC}/${D} && ${COPYTREE_SHARE} . ${BUGZILLADIR}/${D}) + (cd ${WRKSRC}/${D} && ${COPYTREE_SHARE} . ${WWWDIR}/${D}) .endfor - ${TAR} -C ${WRKSRC} -cf - Bugzilla template | ${TAR} --unlink -C ${BUGZILLADIR} -xf - + ${TAR} -C ${WRKSRC} -cf - Bugzilla template | ${TAR} --unlink -C ${WWWDIR} -xf - .ifndef NOPORTDOCS ${MKDIR} ${DOCSDIR} (cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR}/) .endif .ifdef WITH_CONTRIB - ${MKDIR} ${BUGZILLADIR}/contrib + ${MKDIR} ${WWWDIR}/contrib @cd ${WRKSRC}/contrib && \ - ${FIND} . -type d -exec ${MKDIR} "${BUGZILLADIR}/contrib/{}" \; && \ - ${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${BUGZILLADIR}/contrib/{}" \; + ${FIND} . -type d -exec ${MKDIR} "${WWWDIR}/contrib/{}" \; && \ + ${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${WWWDIR}/contrib/{}" \; .endif .if !defined(BATCH) @${ECHO_MSG} diff --git a/devel/bugzilla3/Makefile.common b/devel/bugzilla3/Makefile.common new file mode 100644 index 000000000000..f89ecf4c448e --- /dev/null +++ b/devel/bugzilla3/Makefile.common @@ -0,0 +1,12 @@ +# +# $FreeBSD$ +# + +CONFLICTS= bugzilla-2.* + +PORTSCOUT= limitw:1,even + +WWWDIR= ${PREFIX}/www/bugzilla + +NO_BUILD= yes + diff --git a/devel/bugzilla3/distinfo b/devel/bugzilla3/distinfo index e3caacc45e15..e5113644fd6b 100644 --- a/devel/bugzilla3/distinfo +++ b/devel/bugzilla3/distinfo @@ -1,3 +1,2 @@ -MD5 (bugzilla-3.6.2.tar.gz) = c8bd9b81969cce1a0199a739b48bda06 -SHA256 (bugzilla-3.6.2.tar.gz) = 52693795fd7b6d8e1195b1b8bfc6d1c430807c638b66ff5f123b571639f84403 -SIZE (bugzilla-3.6.2.tar.gz) = 2623743 +SHA256 (bugzilla-3.6.3.tar.gz) = bcb434338cbb1274b56b7ce11630e747cc87ab621b15d2333caa840705a8c7d6 +SIZE (bugzilla-3.6.3.tar.gz) = 2625624 diff --git a/devel/bugzilla3/files/pkg-message.in b/devel/bugzilla3/files/pkg-message.in index c0dcba2e7137..11d3bc8d1e19 100644 --- a/devel/bugzilla3/files/pkg-message.in +++ b/devel/bugzilla3/files/pkg-message.in @@ -14,7 +14,7 @@ owner; is a host there bugzilla is being setup; is a database owner's password; - 2. Change working directory to %%BUGZILLADIR%% + 2. Change working directory to %%WWWDIR%% 3. Run "./checksetup.pl" script as root user 4. Read output carefully and follow all instructions @@ -25,7 +25,7 @@ For upgrades: 0. Back up your data. - 1. Run "./checksetup.pl" inside %%BUGZILLADIR%%. You may need to + 1. Run "./checksetup.pl" inside %%WWWDIR%%. You may need to run it several times. 2. Restart your Web server, especially if you're using mod_perl: this will save you from a number of troubles. diff --git a/devel/bugzilla3/pkg-plist b/devel/bugzilla3/pkg-plist index 92b9c35600ee..f352bf11133d 100644 --- a/devel/bugzilla3/pkg-plist +++ b/devel/bugzilla3/pkg-plist @@ -195,626 +195,626 @@ %%PORTDOCS%%%%DOCSDIR%%/en/xml/using.xml %%PORTDOCS%%%%DOCSDIR%%/lib/Pod/Simple/HTML/Bugzilla.pm %%PORTDOCS%%%%DOCSDIR%%/lib/Pod/Simple/HTMLBatch/Bugzilla.pm -%%BUGZILLADIR%%/Bugzilla.pm -%%BUGZILLADIR%%/Bugzilla/Attachment.pm -%%BUGZILLADIR%%/Bugzilla/Attachment/PatchReader.pm -%%BUGZILLADIR%%/Bugzilla/Auth.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/CGI.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/Cookie.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/Env.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Login/Stack.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Persist/Cookie.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Verify.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Verify/DB.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Verify/LDAP.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Verify/RADIUS.pm -%%BUGZILLADIR%%/Bugzilla/Auth/Verify/Stack.pm -%%BUGZILLADIR%%/Bugzilla/Bug.pm -%%BUGZILLADIR%%/Bugzilla/BugMail.pm -%%BUGZILLADIR%%/Bugzilla/CGI.pm -%%BUGZILLADIR%%/Bugzilla/Chart.pm -%%BUGZILLADIR%%/Bugzilla/Classification.pm -%%BUGZILLADIR%%/Bugzilla/Comment.pm -%%BUGZILLADIR%%/Bugzilla/Component.pm -%%BUGZILLADIR%%/Bugzilla/Config.pm -%%BUGZILLADIR%%/Bugzilla/Config/Admin.pm -%%BUGZILLADIR%%/Bugzilla/Config/Advanced.pm -%%BUGZILLADIR%%/Bugzilla/Config/Attachment.pm -%%BUGZILLADIR%%/Bugzilla/Config/Auth.pm -%%BUGZILLADIR%%/Bugzilla/Config/BugChange.pm -%%BUGZILLADIR%%/Bugzilla/Config/BugFields.pm -%%BUGZILLADIR%%/Bugzilla/Config/BugMove.pm -%%BUGZILLADIR%%/Bugzilla/Config/Common.pm -%%BUGZILLADIR%%/Bugzilla/Config/Core.pm -%%BUGZILLADIR%%/Bugzilla/Config/DependencyGraph.pm -%%BUGZILLADIR%%/Bugzilla/Config/General.pm -%%BUGZILLADIR%%/Bugzilla/Config/GroupSecurity.pm -%%BUGZILLADIR%%/Bugzilla/Config/LDAP.pm -%%BUGZILLADIR%%/Bugzilla/Config/MTA.pm -%%BUGZILLADIR%%/Bugzilla/Config/PatchViewer.pm -%%BUGZILLADIR%%/Bugzilla/Config/Query.pm -%%BUGZILLADIR%%/Bugzilla/Config/RADIUS.pm -%%BUGZILLADIR%%/Bugzilla/Config/ShadowDB.pm -%%BUGZILLADIR%%/Bugzilla/Config/UserMatch.pm -%%BUGZILLADIR%%/Bugzilla/Constants.pm -%%BUGZILLADIR%%/Bugzilla/DB.pm -%%BUGZILLADIR%%/Bugzilla/DB/Mysql.pm -%%BUGZILLADIR%%/Bugzilla/DB/Oracle.pm -%%BUGZILLADIR%%/Bugzilla/DB/Pg.pm -%%BUGZILLADIR%%/Bugzilla/DB/Schema.pm -%%BUGZILLADIR%%/Bugzilla/DB/Schema/Mysql.pm -%%BUGZILLADIR%%/Bugzilla/DB/Schema/Oracle.pm -%%BUGZILLADIR%%/Bugzilla/DB/Schema/Pg.pm -%%BUGZILLADIR%%/Bugzilla/Error.pm -%%BUGZILLADIR%%/Bugzilla/Extension.pm -%%BUGZILLADIR%%/Bugzilla/Field.pm -%%BUGZILLADIR%%/Bugzilla/Field/Choice.pm -%%BUGZILLADIR%%/Bugzilla/Flag.pm -%%BUGZILLADIR%%/Bugzilla/FlagType.pm -%%BUGZILLADIR%%/Bugzilla/Group.pm -%%BUGZILLADIR%%/Bugzilla/Hook.pm -%%BUGZILLADIR%%/Bugzilla/Install.pm -%%BUGZILLADIR%%/Bugzilla/Install/CPAN.pm -%%BUGZILLADIR%%/Bugzilla/Install/DB.pm -%%BUGZILLADIR%%/Bugzilla/Install/Filesystem.pm -%%BUGZILLADIR%%/Bugzilla/Install/Localconfig.pm -%%BUGZILLADIR%%/Bugzilla/Install/Requirements.pm -%%BUGZILLADIR%%/Bugzilla/Install/Util.pm -%%BUGZILLADIR%%/Bugzilla/Job/Mailer.pm -%%BUGZILLADIR%%/Bugzilla/JobQueue.pm -%%BUGZILLADIR%%/Bugzilla/JobQueue/Runner.pm -%%BUGZILLADIR%%/Bugzilla/Keyword.pm -%%BUGZILLADIR%%/Bugzilla/Mailer.pm -%%BUGZILLADIR%%/Bugzilla/Migrate.pm -%%BUGZILLADIR%%/Bugzilla/Migrate/Gnats.pm -%%BUGZILLADIR%%/Bugzilla/Milestone.pm -%%BUGZILLADIR%%/Bugzilla/Object.pm -%%BUGZILLADIR%%/Bugzilla/Product.pm -%%BUGZILLADIR%%/Bugzilla/Search.pm -%%BUGZILLADIR%%/Bugzilla/Search/Quicksearch.pm -%%BUGZILLADIR%%/Bugzilla/Search/Saved.pm -%%BUGZILLADIR%%/Bugzilla/Series.pm -%%BUGZILLADIR%%/Bugzilla/Status.pm -%%BUGZILLADIR%%/Bugzilla/Template.pm -%%BUGZILLADIR%%/Bugzilla/Template/Context.pm -%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Bugzilla.pm -%%BUGZILLADIR%%/Bugzilla/Template/Plugin/Hook.pm -%%BUGZILLADIR%%/Bugzilla/Template/Plugin/User.pm -%%BUGZILLADIR%%/Bugzilla/Token.pm -%%BUGZILLADIR%%/Bugzilla/Update.pm -%%BUGZILLADIR%%/Bugzilla/User.pm -%%BUGZILLADIR%%/Bugzilla/User/Setting.pm -%%BUGZILLADIR%%/Bugzilla/User/Setting/Lang.pm -%%BUGZILLADIR%%/Bugzilla/User/Setting/Skin.pm -%%BUGZILLADIR%%/Bugzilla/User/Setting/Timezone.pm -%%BUGZILLADIR%%/Bugzilla/Util.pm -%%BUGZILLADIR%%/Bugzilla/Version.pm -%%BUGZILLADIR%%/Bugzilla/WebService.pm -%%BUGZILLADIR%%/Bugzilla/WebService/Bug.pm -%%BUGZILLADIR%%/Bugzilla/WebService/Bugzilla.pm -%%BUGZILLADIR%%/Bugzilla/WebService/Constants.pm -%%BUGZILLADIR%%/Bugzilla/WebService/Product.pm -%%BUGZILLADIR%%/Bugzilla/WebService/README -%%BUGZILLADIR%%/Bugzilla/WebService/Server.pm -%%BUGZILLADIR%%/Bugzilla/WebService/Server/JSONRPC.pm -%%BUGZILLADIR%%/Bugzilla/WebService/Server/XMLRPC.pm -%%BUGZILLADIR%%/Bugzilla/WebService/User.pm -%%BUGZILLADIR%%/Bugzilla/WebService/Util.pm -%%BUGZILLADIR%%/Bugzilla/Whine/Query.pm -%%BUGZILLADIR%%/Bugzilla/Whine/Schedule.pm -%%BUGZILLADIR%%/README -%%BUGZILLADIR%%/admin.cgi -%%BUGZILLADIR%%/attachment.cgi -%%BUGZILLADIR%%/buglist.cgi -%%BUGZILLADIR%%/bugzilla.dtd -%%BUGZILLADIR%%/chart.cgi -%%BUGZILLADIR%%/checksetup.pl -%%BUGZILLADIR%%/colchange.cgi -%%BUGZILLADIR%%/collectstats.pl -%%BUGZILLADIR%%/config.cgi -%%BUGZILLADIR%%/sanitycheck.pl -%%BUGZILLADIR%%/jobqueue.pl -%%BUGZILLADIR%%/jsonrpc.cgi -%%BUGZILLADIR%%/migrate.pl -%%BUGZILLADIR%%/js/TUI.js -%%BUGZILLADIR%%/js/attachment.js -%%BUGZILLADIR%%/js/change-columns.js -%%BUGZILLADIR%%/js/expanding-tree.js -%%BUGZILLADIR%%/js/field.js -%%BUGZILLADIR%%/js/flag.js -%%BUGZILLADIR%%/js/global.js -%%BUGZILLADIR%%/js/help.js -%%BUGZILLADIR%%/js/params.js -%%BUGZILLADIR%%/js/productform.js -%%BUGZILLADIR%%/js/util.js -%%BUGZILLADIR%%/js/yui/calendar.js -%%BUGZILLADIR%%/js/yui/cookie.js -%%BUGZILLADIR%%/js/yui/yahoo-dom-event.js -%%BUGZILLADIR%%/skins/contrib/Dusk/buglist.css -%%BUGZILLADIR%%/skins/contrib/Dusk/global.css -%%BUGZILLADIR%%/skins/contrib/Dusk/index.css -%%BUGZILLADIR%%/skins/contrib/Dusk/index/account.gif -%%BUGZILLADIR%%/skins/contrib/Dusk/index/bug.gif -%%BUGZILLADIR%%/skins/contrib/Dusk/index/search.gif -%%BUGZILLADIR%%/skins/standard/IE-fixes.css -%%BUGZILLADIR%%/skins/standard/admin.css -%%BUGZILLADIR%%/skins/standard/buglist.css -%%BUGZILLADIR%%/skins/standard/create_attachment.css -%%BUGZILLADIR%%/skins/standard/dependency-tree.css -%%BUGZILLADIR%%/skins/standard/dependency-tree/bug-item.png -%%BUGZILLADIR%%/skins/standard/dependency-tree/tree-closed.png -%%BUGZILLADIR%%/skins/standard/dependency-tree/tree-open.png -%%BUGZILLADIR%%/skins/standard/dependency-tree/tree.png -%%BUGZILLADIR%%/skins/standard/duplicates.css -%%BUGZILLADIR%%/skins/standard/editusers.css -%%BUGZILLADIR%%/skins/standard/global.css -%%BUGZILLADIR%%/skins/standard/global/body-back.gif -%%BUGZILLADIR%%/skins/standard/global/calendar.png -%%BUGZILLADIR%%/skins/standard/global/down.png -%%BUGZILLADIR%%/skins/standard/global/header.png -%%BUGZILLADIR%%/skins/standard/global/left.png -%%BUGZILLADIR%%/skins/standard/global/right.png -%%BUGZILLADIR%%/skins/standard/global/up.png -%%BUGZILLADIR%%/skins/standard/help.css -%%BUGZILLADIR%%/skins/standard/index.css -%%BUGZILLADIR%%/skins/standard/index/account.gif -%%BUGZILLADIR%%/skins/standard/index/bug.gif -%%BUGZILLADIR%%/skins/standard/index/search.gif -%%BUGZILLADIR%%/skins/standard/page.css -%%BUGZILLADIR%%/skins/standard/panel.css -%%BUGZILLADIR%%/skins/standard/params.css -%%BUGZILLADIR%%/skins/standard/reports.css -%%BUGZILLADIR%%/skins/standard/show_bug.css -%%BUGZILLADIR%%/skins/standard/show_multiple.css -%%BUGZILLADIR%%/skins/standard/summarize-time.css -%%BUGZILLADIR%%/skins/standard/voting.css -%%BUGZILLADIR%%/skins/standard/yui/calendar.css -%%BUGZILLADIR%%/skins/standard/yui/sprite.png -%%CONTRIB%%%%BUGZILLADIR%%/contrib/README -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-queue -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/README -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugdata.txt -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugzilla-submit -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugzilla-submit.xml -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla_ldapsync.rb -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bz_webservice_demo.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/bzdbcopy.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugcount -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugids -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/buglist -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugs -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugslink -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/makequery -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/query.conf -%%CONTRIB%%%%BUGZILLADIR%%/contrib/console.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/cvs-update.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/extension-convert.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/fixperms.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/jb2bz.py -%%CONTRIB%%%%BUGZILLADIR%%/contrib/merge-users.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/mysqld-watcher.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/recode.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/sendbugmail.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/sendunsentbugmail.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/syncLDAP.pl -%%CONTRIB%%%%BUGZILLADIR%%/contrib/yp_nomail.sh -%%BUGZILLADIR%%/createaccount.cgi -%%BUGZILLADIR%%/describecomponents.cgi -%%BUGZILLADIR%%/describekeywords.cgi -%%BUGZILLADIR%%/duplicates.cgi -%%BUGZILLADIR%%/editclassifications.cgi -%%BUGZILLADIR%%/editcomponents.cgi -%%BUGZILLADIR%%/editfields.cgi -%%BUGZILLADIR%%/editflagtypes.cgi -%%BUGZILLADIR%%/editgroups.cgi -%%BUGZILLADIR%%/editkeywords.cgi -%%BUGZILLADIR%%/editmilestones.cgi -%%BUGZILLADIR%%/editparams.cgi -%%BUGZILLADIR%%/editproducts.cgi -%%BUGZILLADIR%%/editsettings.cgi -%%BUGZILLADIR%%/editusers.cgi -%%BUGZILLADIR%%/editvalues.cgi -%%BUGZILLADIR%%/editversions.cgi -%%BUGZILLADIR%%/editwhines.cgi -%%BUGZILLADIR%%/editworkflow.cgi -%%BUGZILLADIR%%/email_in.pl -%%BUGZILLADIR%%/enter_bug.cgi -%%BUGZILLADIR%%/images/padlock.png -%%BUGZILLADIR%%/images/favicon.ico -%%BUGZILLADIR%%/install-module.pl -%%BUGZILLADIR%%/importxml.pl -%%BUGZILLADIR%%/index.cgi -%%BUGZILLADIR%%/long_list.cgi -%%BUGZILLADIR%%/mod_perl.pl -%%BUGZILLADIR%%/page.cgi -%%BUGZILLADIR%%/post_bug.cgi -%%BUGZILLADIR%%/process_bug.cgi -%%BUGZILLADIR%%/query.cgi -%%BUGZILLADIR%%/quips.cgi -%%BUGZILLADIR%%/relogin.cgi -%%BUGZILLADIR%%/report.cgi -%%BUGZILLADIR%%/reports.cgi -%%BUGZILLADIR%%/request.cgi -%%BUGZILLADIR%%/robots.txt -%%BUGZILLADIR%%/runtests.pl -%%BUGZILLADIR%%/sanitycheck.cgi -%%BUGZILLADIR%%/search_plugin.cgi -%%BUGZILLADIR%%/show_activity.cgi -%%BUGZILLADIR%%/show_bug.cgi -%%BUGZILLADIR%%/showattachment.cgi -%%BUGZILLADIR%%/showdependencygraph.cgi -%%BUGZILLADIR%%/showdependencytree.cgi -%%BUGZILLADIR%%/sidebar.cgi -%%BUGZILLADIR%%/summarize_time.cgi -%%BUGZILLADIR%%/template/en/default/account/auth/login-small.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/auth/login.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/cancel-token.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/change-new.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/change-old.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/confirm-new.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/confirm.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/email/request-new.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/password/forgotten-password.txt.tmpl -%%BUGZILLADIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/account.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/email.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/permissions.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/prefs.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/saved-searches.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/prefs/settings.html.tmpl -%%BUGZILLADIR%%/template/en/default/account/profile-activity.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/admin.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/add.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/del.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/reclassify.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/classifications/select.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/components/select-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/confirm-action.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/custom_fields/cf-js.js.tmpl -%%BUGZILLADIR%%/template/en/default/admin/custom_fields/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/custom_fields/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/custom_fields/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/custom_fields/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/fieldvalues/select-field.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/flag-type/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/flag-type/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/flag-type/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/confirm-remove.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/groups/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/keywords/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/milestones/select-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/admin.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/advanced.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/attachment.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/auth.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/bugchange.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/bugfields.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/bugmove.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/common.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/core.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/dependencygraph.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/editparams.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/general.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/groupsecurity.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/index.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/ldap.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/mta.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/patchviewer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/query.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/radius.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/shadowdb.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/params/usermatch.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/edit-common.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/list-classifications.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/products/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/sanitycheck/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/sanitycheck/messages.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/settings/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/sudo.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/table.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/listselectvars.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/responsibilities.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/search.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/users/userdata.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/versions/select-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/workflow/comment.html.tmpl -%%BUGZILLADIR%%/template/en/default/admin/workflow/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/cancel-create-dupe.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/choose.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/confirm-delete.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/content-types.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/createformcontents.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/delete_reason.txt.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/diff-file.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/diff-footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/diff-header.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/midair.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/show-multiple.html.tmpl -%%BUGZILLADIR%%/template/en/default/attachment/updated.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/activity/show.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/activity/table.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/choose.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/comments.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/comment-guided.txt.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/comment.txt.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/confirm-create-dupe.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/create-guided.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/create.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/created.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/make-template.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/create/user-message.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/dependency-graph.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/dependency-tree.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/edit.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/field-events.js.tmpl -%%BUGZILLADIR%%/template/en/default/bug/field.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/format_comment.txt.tmpl -%%BUGZILLADIR%%/template/en/default/bug/knob.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/navigate.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/bugmail.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/confirm-duplicate.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/header.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/midair.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/results.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/process/verify-new-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/show-header.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/show-multiple.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/show.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/show.xml.tmpl -%%BUGZILLADIR%%/template/en/default/bug/summarize-time.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/time.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/votes/delete-all.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/votes/list-for-bug.html.tmpl -%%BUGZILLADIR%%/template/en/default/bug/votes/list-for-user.html.tmpl -%%BUGZILLADIR%%/template/en/default/config.js.tmpl -%%BUGZILLADIR%%/template/en/default/config.rdf.tmpl -%%BUGZILLADIR%%/template/en/default/email/lockout.txt.tmpl -%%BUGZILLADIR%%/template/en/default/email/newchangedmail.txt.tmpl -%%BUGZILLADIR%%/template/en/default/email/sanitycheck.txt.tmpl -%%BUGZILLADIR%%/template/en/default/email/sudo.txt.tmpl -%%BUGZILLADIR%%/template/en/default/email/votes-removed.txt.tmpl -%%BUGZILLADIR%%/template/en/default/email/whine.txt.tmpl -%%BUGZILLADIR%%/template/en/default/extensions/config.pm.tmpl -%%BUGZILLADIR%%/template/en/default/extensions/extension.pm.tmpl -%%BUGZILLADIR%%/template/en/default/extensions/hook-readme.txt.tmpl -%%BUGZILLADIR%%/template/en/default/extensions/license.txt.tmpl -%%BUGZILLADIR%%/template/en/default/extensions/name-readme.txt.tmpl -%%BUGZILLADIR%%/template/en/default/extensions/util.pm.tmpl -%%BUGZILLADIR%%/template/en/default/filterexceptions.pl -%%BUGZILLADIR%%/template/en/default/flag/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/banner.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/choose-classification.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/choose-product.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/code-error.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/common-links.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/confirm-action.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/confirm-user-match.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/docslinks.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/field-descs.none.tmpl -%%BUGZILLADIR%%/template/en/default/global/footer.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/header.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/help.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/hidden-fields.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/initialize.none.tmpl -%%BUGZILLADIR%%/template/en/default/global/js-products.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/message.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/message.txt.tmpl -%%BUGZILLADIR%%/template/en/default/global/messages.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/per-bug-queries.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/select-menu.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/setting-descs.none.tmpl -%%BUGZILLADIR%%/template/en/default/global/site-navigation.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/tabs.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/textarea.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/useful-links.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/user-error.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/user.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/userselect.html.tmpl -%%BUGZILLADIR%%/template/en/default/global/variables.none.tmpl -%%BUGZILLADIR%%/template/en/default/index.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/change-columns.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/edit-multiple.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/list-simple.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.atom.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.csv.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.ics.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.js.tmpl -%%BUGZILLADIR%%/template/en/default/list/list.rdf.tmpl -%%BUGZILLADIR%%/template/en/default/list/quips.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/server-push.html.tmpl -%%BUGZILLADIR%%/template/en/default/list/table.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/bug-writing.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/fields.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/linked.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/linkify.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/quicksearch.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/release-notes.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/sudo.html.tmpl -%%BUGZILLADIR%%/template/en/default/pages/voting.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/chart.csv.tmpl -%%BUGZILLADIR%%/template/en/default/reports/chart.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/chart.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/components.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/create-chart.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/delete-series.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/duplicates-simple.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/duplicates-table.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/duplicates.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/edit-series.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/keywords.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/menu.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/old-charts.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-bar.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-line.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-pie.png.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-simple.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-table.csv.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report-table.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report.csv.tmpl -%%BUGZILLADIR%%/template/en/default/reports/report.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/series-common.html.tmpl -%%BUGZILLADIR%%/template/en/default/reports/series.html.tmpl -%%BUGZILLADIR%%/template/en/default/request/email.txt.tmpl -%%BUGZILLADIR%%/template/en/default/request/queue.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/boolean-charts.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/form.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/knob.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-advanced.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-create-series.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-help.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-plugin.xml.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-report-graph.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-report-select.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-report-table.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/search-specific.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/tabs.html.tmpl -%%BUGZILLADIR%%/template/en/default/search/type-select.html.tmpl -%%BUGZILLADIR%%/template/en/default/setup/strings.txt.pl -%%BUGZILLADIR%%/template/en/default/sidebar.xul.tmpl -%%BUGZILLADIR%%/template/en/default/welcome-admin.html.tmpl -%%BUGZILLADIR%%/template/en/default/whine/mail.html.tmpl -%%BUGZILLADIR%%/template/en/default/whine/mail.txt.tmpl -%%BUGZILLADIR%%/template/en/default/whine/multipart-mime.txt.tmpl -%%BUGZILLADIR%%/template/en/default/whine/schedule.html.tmpl -%%BUGZILLADIR%%/testagent.cgi -%%BUGZILLADIR%%/testserver.pl -%%BUGZILLADIR%%/token.cgi -%%BUGZILLADIR%%/userprefs.cgi -%%BUGZILLADIR%%/votes.cgi -%%BUGZILLADIR%%/whine.pl -%%BUGZILLADIR%%/whineatnews.pl -%%BUGZILLADIR%%/xml.cgi -%%BUGZILLADIR%%/xmlrpc.cgi -@dirrm %%BUGZILLADIR%%/template/en/default/whine -@dirrm %%BUGZILLADIR%%/template/en/default/setup -@dirrm %%BUGZILLADIR%%/template/en/default/search -@dirrm %%BUGZILLADIR%%/template/en/default/request -@dirrm %%BUGZILLADIR%%/template/en/default/reports -@dirrm %%BUGZILLADIR%%/template/en/default/pages -@dirrm %%BUGZILLADIR%%/template/en/default/list -@dirrm %%BUGZILLADIR%%/template/en/default/global -@dirrm %%BUGZILLADIR%%/template/en/default/flag -@dirrm %%BUGZILLADIR%%/template/en/default/extensions -@dirrm %%BUGZILLADIR%%/template/en/default/email -@dirrm %%BUGZILLADIR%%/template/en/default/bug/votes -@dirrm %%BUGZILLADIR%%/template/en/default/bug/process -@dirrm %%BUGZILLADIR%%/template/en/default/bug/create -@dirrm %%BUGZILLADIR%%/template/en/default/bug/activity -@dirrm %%BUGZILLADIR%%/template/en/default/bug -@dirrm %%BUGZILLADIR%%/template/en/default/attachment -@dirrm %%BUGZILLADIR%%/template/en/default/admin/workflow -@dirrm %%BUGZILLADIR%%/template/en/default/admin/versions -@dirrm %%BUGZILLADIR%%/template/en/default/admin/users -@dirrm %%BUGZILLADIR%%/template/en/default/admin/settings -@dirrm %%BUGZILLADIR%%/template/en/default/admin/sanitycheck -@dirrm %%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol -@dirrm %%BUGZILLADIR%%/template/en/default/admin/products -@dirrm %%BUGZILLADIR%%/template/en/default/admin/params -@dirrm %%BUGZILLADIR%%/template/en/default/admin/milestones -@dirrm %%BUGZILLADIR%%/template/en/default/admin/keywords -@dirrm %%BUGZILLADIR%%/template/en/default/admin/groups -@dirrm %%BUGZILLADIR%%/template/en/default/admin/fieldvalues -@dirrm %%BUGZILLADIR%%/template/en/default/admin/flag-type -@dirrm %%BUGZILLADIR%%/template/en/default/admin/custom_fields -@dirrm %%BUGZILLADIR%%/template/en/default/admin/components -@dirrm %%BUGZILLADIR%%/template/en/default/admin/classifications -@dirrm %%BUGZILLADIR%%/template/en/default/admin -@dirrm %%BUGZILLADIR%%/template/en/default/account/prefs -@dirrm %%BUGZILLADIR%%/template/en/default/account/password -@dirrm %%BUGZILLADIR%%/template/en/default/account/email -@dirrm %%BUGZILLADIR%%/template/en/default/account/auth -@dirrm %%BUGZILLADIR%%/template/en/default/account -@dirrm %%BUGZILLADIR%%/template/en/default -@dirrm %%BUGZILLADIR%%/template/en -@dirrmtry %%BUGZILLADIR%%/template -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/cmdline -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/bugzilla-submit -%%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib -@dirrm %%BUGZILLADIR%%/Bugzilla/Whine -@dirrm %%BUGZILLADIR%%/Bugzilla/WebService/Server -@dirrm %%BUGZILLADIR%%/Bugzilla/WebService -@dirrm %%BUGZILLADIR%%/Bugzilla/User/Setting -@dirrm %%BUGZILLADIR%%/Bugzilla/User -@dirrm %%BUGZILLADIR%%/Bugzilla/Template/Plugin -@dirrm %%BUGZILLADIR%%/Bugzilla/Template -@dirrm %%BUGZILLADIR%%/Bugzilla/Search -@dirrm %%BUGZILLADIR%%/Bugzilla/Migrate -@dirrm %%BUGZILLADIR%%/Bugzilla/JobQueue -@dirrm %%BUGZILLADIR%%/Bugzilla/Job -@dirrm %%BUGZILLADIR%%/Bugzilla/Install -@dirrm %%BUGZILLADIR%%/Bugzilla/Field -@dirrm %%BUGZILLADIR%%/Bugzilla/DB/Schema -@dirrm %%BUGZILLADIR%%/Bugzilla/DB -@dirrm %%BUGZILLADIR%%/Bugzilla/Config -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Verify -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Persist -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth/Login -@dirrm %%BUGZILLADIR%%/Bugzilla/Auth -@dirrm %%BUGZILLADIR%%/Bugzilla/Attachment -@dirrmtry %%BUGZILLADIR%%/Bugzilla -@dirrmtry %%BUGZILLADIR%%/data -@dirrmtry %%BUGZILLADIR%%/graphs -@dirrm %%BUGZILLADIR%%/images -@dirrm %%BUGZILLADIR%%/js/yui -@dirrm %%BUGZILLADIR%%/js -@dirrm %%BUGZILLADIR%%/skins/standard/yui -@dirrm %%BUGZILLADIR%%/skins/standard/index -@dirrm %%BUGZILLADIR%%/skins/standard/global -@dirrm %%BUGZILLADIR%%/skins/standard/dependency-tree -@dirrm %%BUGZILLADIR%%/skins/standard -@dirrm %%BUGZILLADIR%%/skins/contrib/Dusk/index -@dirrm %%BUGZILLADIR%%/skins/contrib/Dusk -@dirrm %%BUGZILLADIR%%/skins/contrib -@dirrm %%BUGZILLADIR%%/skins -@dirrmtry %%BUGZILLADIR%% +%%WWWDIR%%/Bugzilla.pm +%%WWWDIR%%/Bugzilla/Attachment.pm +%%WWWDIR%%/Bugzilla/Attachment/PatchReader.pm +%%WWWDIR%%/Bugzilla/Auth.pm +%%WWWDIR%%/Bugzilla/Auth/Login.pm +%%WWWDIR%%/Bugzilla/Auth/Login/CGI.pm +%%WWWDIR%%/Bugzilla/Auth/Login/Cookie.pm +%%WWWDIR%%/Bugzilla/Auth/Login/Env.pm +%%WWWDIR%%/Bugzilla/Auth/Login/Stack.pm +%%WWWDIR%%/Bugzilla/Auth/Persist/Cookie.pm +%%WWWDIR%%/Bugzilla/Auth/Verify.pm +%%WWWDIR%%/Bugzilla/Auth/Verify/DB.pm +%%WWWDIR%%/Bugzilla/Auth/Verify/LDAP.pm +%%WWWDIR%%/Bugzilla/Auth/Verify/RADIUS.pm +%%WWWDIR%%/Bugzilla/Auth/Verify/Stack.pm +%%WWWDIR%%/Bugzilla/Bug.pm +%%WWWDIR%%/Bugzilla/BugMail.pm +%%WWWDIR%%/Bugzilla/CGI.pm +%%WWWDIR%%/Bugzilla/Chart.pm +%%WWWDIR%%/Bugzilla/Classification.pm +%%WWWDIR%%/Bugzilla/Comment.pm +%%WWWDIR%%/Bugzilla/Component.pm +%%WWWDIR%%/Bugzilla/Config.pm +%%WWWDIR%%/Bugzilla/Config/Admin.pm +%%WWWDIR%%/Bugzilla/Config/Advanced.pm +%%WWWDIR%%/Bugzilla/Config/Attachment.pm +%%WWWDIR%%/Bugzilla/Config/Auth.pm +%%WWWDIR%%/Bugzilla/Config/BugChange.pm +%%WWWDIR%%/Bugzilla/Config/BugFields.pm +%%WWWDIR%%/Bugzilla/Config/BugMove.pm +%%WWWDIR%%/Bugzilla/Config/Common.pm +%%WWWDIR%%/Bugzilla/Config/Core.pm +%%WWWDIR%%/Bugzilla/Config/DependencyGraph.pm +%%WWWDIR%%/Bugzilla/Config/General.pm +%%WWWDIR%%/Bugzilla/Config/GroupSecurity.pm +%%WWWDIR%%/Bugzilla/Config/LDAP.pm +%%WWWDIR%%/Bugzilla/Config/MTA.pm +%%WWWDIR%%/Bugzilla/Config/PatchViewer.pm +%%WWWDIR%%/Bugzilla/Config/Query.pm +%%WWWDIR%%/Bugzilla/Config/RADIUS.pm +%%WWWDIR%%/Bugzilla/Config/ShadowDB.pm +%%WWWDIR%%/Bugzilla/Config/UserMatch.pm +%%WWWDIR%%/Bugzilla/Constants.pm +%%WWWDIR%%/Bugzilla/DB.pm +%%WWWDIR%%/Bugzilla/DB/Mysql.pm +%%WWWDIR%%/Bugzilla/DB/Oracle.pm +%%WWWDIR%%/Bugzilla/DB/Pg.pm +%%WWWDIR%%/Bugzilla/DB/Schema.pm +%%WWWDIR%%/Bugzilla/DB/Schema/Mysql.pm +%%WWWDIR%%/Bugzilla/DB/Schema/Oracle.pm +%%WWWDIR%%/Bugzilla/DB/Schema/Pg.pm +%%WWWDIR%%/Bugzilla/Error.pm +%%WWWDIR%%/Bugzilla/Extension.pm +%%WWWDIR%%/Bugzilla/Field.pm +%%WWWDIR%%/Bugzilla/Field/Choice.pm +%%WWWDIR%%/Bugzilla/Flag.pm +%%WWWDIR%%/Bugzilla/FlagType.pm +%%WWWDIR%%/Bugzilla/Group.pm +%%WWWDIR%%/Bugzilla/Hook.pm +%%WWWDIR%%/Bugzilla/Install.pm +%%WWWDIR%%/Bugzilla/Install/CPAN.pm +%%WWWDIR%%/Bugzilla/Install/DB.pm +%%WWWDIR%%/Bugzilla/Install/Filesystem.pm +%%WWWDIR%%/Bugzilla/Install/Localconfig.pm +%%WWWDIR%%/Bugzilla/Install/Requirements.pm +%%WWWDIR%%/Bugzilla/Install/Util.pm +%%WWWDIR%%/Bugzilla/Job/Mailer.pm +%%WWWDIR%%/Bugzilla/JobQueue.pm +%%WWWDIR%%/Bugzilla/JobQueue/Runner.pm +%%WWWDIR%%/Bugzilla/Keyword.pm +%%WWWDIR%%/Bugzilla/Mailer.pm +%%WWWDIR%%/Bugzilla/Migrate.pm +%%WWWDIR%%/Bugzilla/Migrate/Gnats.pm +%%WWWDIR%%/Bugzilla/Milestone.pm +%%WWWDIR%%/Bugzilla/Object.pm +%%WWWDIR%%/Bugzilla/Product.pm +%%WWWDIR%%/Bugzilla/Search.pm +%%WWWDIR%%/Bugzilla/Search/Quicksearch.pm +%%WWWDIR%%/Bugzilla/Search/Saved.pm +%%WWWDIR%%/Bugzilla/Series.pm +%%WWWDIR%%/Bugzilla/Status.pm +%%WWWDIR%%/Bugzilla/Template.pm +%%WWWDIR%%/Bugzilla/Template/Context.pm +%%WWWDIR%%/Bugzilla/Template/Plugin/Bugzilla.pm +%%WWWDIR%%/Bugzilla/Template/Plugin/Hook.pm +%%WWWDIR%%/Bugzilla/Template/Plugin/User.pm +%%WWWDIR%%/Bugzilla/Token.pm +%%WWWDIR%%/Bugzilla/Update.pm +%%WWWDIR%%/Bugzilla/User.pm +%%WWWDIR%%/Bugzilla/User/Setting.pm +%%WWWDIR%%/Bugzilla/User/Setting/Lang.pm +%%WWWDIR%%/Bugzilla/User/Setting/Skin.pm +%%WWWDIR%%/Bugzilla/User/Setting/Timezone.pm +%%WWWDIR%%/Bugzilla/Util.pm +%%WWWDIR%%/Bugzilla/Version.pm +%%WWWDIR%%/Bugzilla/WebService.pm +%%WWWDIR%%/Bugzilla/WebService/Bug.pm +%%WWWDIR%%/Bugzilla/WebService/Bugzilla.pm +%%WWWDIR%%/Bugzilla/WebService/Constants.pm +%%WWWDIR%%/Bugzilla/WebService/Product.pm +%%WWWDIR%%/Bugzilla/WebService/README +%%WWWDIR%%/Bugzilla/WebService/Server.pm +%%WWWDIR%%/Bugzilla/WebService/Server/JSONRPC.pm +%%WWWDIR%%/Bugzilla/WebService/Server/XMLRPC.pm +%%WWWDIR%%/Bugzilla/WebService/User.pm +%%WWWDIR%%/Bugzilla/WebService/Util.pm +%%WWWDIR%%/Bugzilla/Whine/Query.pm +%%WWWDIR%%/Bugzilla/Whine/Schedule.pm +%%WWWDIR%%/README +%%WWWDIR%%/admin.cgi +%%WWWDIR%%/attachment.cgi +%%WWWDIR%%/buglist.cgi +%%WWWDIR%%/bugzilla.dtd +%%WWWDIR%%/chart.cgi +%%WWWDIR%%/checksetup.pl +%%WWWDIR%%/colchange.cgi +%%WWWDIR%%/collectstats.pl +%%WWWDIR%%/config.cgi +%%WWWDIR%%/sanitycheck.pl +%%WWWDIR%%/jobqueue.pl +%%WWWDIR%%/jsonrpc.cgi +%%WWWDIR%%/migrate.pl +%%WWWDIR%%/js/TUI.js +%%WWWDIR%%/js/attachment.js +%%WWWDIR%%/js/change-columns.js +%%WWWDIR%%/js/expanding-tree.js +%%WWWDIR%%/js/field.js +%%WWWDIR%%/js/flag.js +%%WWWDIR%%/js/global.js +%%WWWDIR%%/js/help.js +%%WWWDIR%%/js/params.js +%%WWWDIR%%/js/productform.js +%%WWWDIR%%/js/util.js +%%WWWDIR%%/js/yui/calendar.js +%%WWWDIR%%/js/yui/cookie.js +%%WWWDIR%%/js/yui/yahoo-dom-event.js +%%WWWDIR%%/skins/contrib/Dusk/buglist.css +%%WWWDIR%%/skins/contrib/Dusk/global.css +%%WWWDIR%%/skins/contrib/Dusk/index.css +%%WWWDIR%%/skins/contrib/Dusk/index/account.gif +%%WWWDIR%%/skins/contrib/Dusk/index/bug.gif +%%WWWDIR%%/skins/contrib/Dusk/index/search.gif +%%WWWDIR%%/skins/standard/IE-fixes.css +%%WWWDIR%%/skins/standard/admin.css +%%WWWDIR%%/skins/standard/buglist.css +%%WWWDIR%%/skins/standard/create_attachment.css +%%WWWDIR%%/skins/standard/dependency-tree.css +%%WWWDIR%%/skins/standard/dependency-tree/bug-item.png +%%WWWDIR%%/skins/standard/dependency-tree/tree-closed.png +%%WWWDIR%%/skins/standard/dependency-tree/tree-open.png +%%WWWDIR%%/skins/standard/dependency-tree/tree.png +%%WWWDIR%%/skins/standard/duplicates.css +%%WWWDIR%%/skins/standard/editusers.css +%%WWWDIR%%/skins/standard/global.css +%%WWWDIR%%/skins/standard/global/body-back.gif +%%WWWDIR%%/skins/standard/global/calendar.png +%%WWWDIR%%/skins/standard/global/down.png +%%WWWDIR%%/skins/standard/global/header.png +%%WWWDIR%%/skins/standard/global/left.png +%%WWWDIR%%/skins/standard/global/right.png +%%WWWDIR%%/skins/standard/global/up.png +%%WWWDIR%%/skins/standard/help.css +%%WWWDIR%%/skins/standard/index.css +%%WWWDIR%%/skins/standard/index/account.gif +%%WWWDIR%%/skins/standard/index/bug.gif +%%WWWDIR%%/skins/standard/index/search.gif +%%WWWDIR%%/skins/standard/page.css +%%WWWDIR%%/skins/standard/panel.css +%%WWWDIR%%/skins/standard/params.css +%%WWWDIR%%/skins/standard/reports.css +%%WWWDIR%%/skins/standard/show_bug.css +%%WWWDIR%%/skins/standard/show_multiple.css +%%WWWDIR%%/skins/standard/summarize-time.css +%%WWWDIR%%/skins/standard/voting.css +%%WWWDIR%%/skins/standard/yui/calendar.css +%%WWWDIR%%/skins/standard/yui/sprite.png +%%CONTRIB%%%%WWWDIR%%/contrib/README +%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-queue +%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/README +%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugdata.txt +%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugzilla-submit +%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugzilla-submit.xml +%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla_ldapsync.rb +%%CONTRIB%%%%WWWDIR%%/contrib/bz_webservice_demo.pl +%%CONTRIB%%%%WWWDIR%%/contrib/bzdbcopy.pl +%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugcount +%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugids +%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/buglist +%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugs +%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugslink +%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/makequery +%%CONTRIB%%%%WWWDIR%%/contrib/cmdline/query.conf +%%CONTRIB%%%%WWWDIR%%/contrib/console.pl +%%CONTRIB%%%%WWWDIR%%/contrib/cvs-update.pl +%%CONTRIB%%%%WWWDIR%%/contrib/extension-convert.pl +%%CONTRIB%%%%WWWDIR%%/contrib/fixperms.pl +%%CONTRIB%%%%WWWDIR%%/contrib/jb2bz.py +%%CONTRIB%%%%WWWDIR%%/contrib/merge-users.pl +%%CONTRIB%%%%WWWDIR%%/contrib/mysqld-watcher.pl +%%CONTRIB%%%%WWWDIR%%/contrib/recode.pl +%%CONTRIB%%%%WWWDIR%%/contrib/sendbugmail.pl +%%CONTRIB%%%%WWWDIR%%/contrib/sendunsentbugmail.pl +%%CONTRIB%%%%WWWDIR%%/contrib/syncLDAP.pl +%%CONTRIB%%%%WWWDIR%%/contrib/yp_nomail.sh +%%WWWDIR%%/createaccount.cgi +%%WWWDIR%%/describecomponents.cgi +%%WWWDIR%%/describekeywords.cgi +%%WWWDIR%%/duplicates.cgi +%%WWWDIR%%/editclassifications.cgi +%%WWWDIR%%/editcomponents.cgi +%%WWWDIR%%/editfields.cgi +%%WWWDIR%%/editflagtypes.cgi +%%WWWDIR%%/editgroups.cgi +%%WWWDIR%%/editkeywords.cgi +%%WWWDIR%%/editmilestones.cgi +%%WWWDIR%%/editparams.cgi +%%WWWDIR%%/editproducts.cgi +%%WWWDIR%%/editsettings.cgi +%%WWWDIR%%/editusers.cgi +%%WWWDIR%%/editvalues.cgi +%%WWWDIR%%/editversions.cgi +%%WWWDIR%%/editwhines.cgi +%%WWWDIR%%/editworkflow.cgi +%%WWWDIR%%/email_in.pl +%%WWWDIR%%/enter_bug.cgi +%%WWWDIR%%/images/padlock.png +%%WWWDIR%%/images/favicon.ico +%%WWWDIR%%/install-module.pl +%%WWWDIR%%/importxml.pl +%%WWWDIR%%/index.cgi +%%WWWDIR%%/long_list.cgi +%%WWWDIR%%/mod_perl.pl +%%WWWDIR%%/page.cgi +%%WWWDIR%%/post_bug.cgi +%%WWWDIR%%/process_bug.cgi +%%WWWDIR%%/query.cgi +%%WWWDIR%%/quips.cgi +%%WWWDIR%%/relogin.cgi +%%WWWDIR%%/report.cgi +%%WWWDIR%%/reports.cgi +%%WWWDIR%%/request.cgi +%%WWWDIR%%/robots.txt +%%WWWDIR%%/runtests.pl +%%WWWDIR%%/sanitycheck.cgi +%%WWWDIR%%/search_plugin.cgi +%%WWWDIR%%/show_activity.cgi +%%WWWDIR%%/show_bug.cgi +%%WWWDIR%%/showattachment.cgi +%%WWWDIR%%/showdependencygraph.cgi +%%WWWDIR%%/showdependencytree.cgi +%%WWWDIR%%/sidebar.cgi +%%WWWDIR%%/summarize_time.cgi +%%WWWDIR%%/template/en/default/account/auth/login-small.html.tmpl +%%WWWDIR%%/template/en/default/account/auth/login.html.tmpl +%%WWWDIR%%/template/en/default/account/cancel-token.txt.tmpl +%%WWWDIR%%/template/en/default/account/create.html.tmpl +%%WWWDIR%%/template/en/default/account/created.html.tmpl +%%WWWDIR%%/template/en/default/account/email/change-new.txt.tmpl +%%WWWDIR%%/template/en/default/account/email/change-old.txt.tmpl +%%WWWDIR%%/template/en/default/account/email/confirm-new.html.tmpl +%%WWWDIR%%/template/en/default/account/email/confirm.html.tmpl +%%WWWDIR%%/template/en/default/account/email/request-new.txt.tmpl +%%WWWDIR%%/template/en/default/account/password/forgotten-password.txt.tmpl +%%WWWDIR%%/template/en/default/account/password/set-forgotten-password.html.tmpl +%%WWWDIR%%/template/en/default/account/prefs/account.html.tmpl +%%WWWDIR%%/template/en/default/account/prefs/email.html.tmpl +%%WWWDIR%%/template/en/default/account/prefs/permissions.html.tmpl +%%WWWDIR%%/template/en/default/account/prefs/prefs.html.tmpl +%%WWWDIR%%/template/en/default/account/prefs/saved-searches.html.tmpl +%%WWWDIR%%/template/en/default/account/prefs/settings.html.tmpl +%%WWWDIR%%/template/en/default/account/profile-activity.html.tmpl +%%WWWDIR%%/template/en/default/admin/admin.html.tmpl +%%WWWDIR%%/template/en/default/admin/classifications/add.html.tmpl +%%WWWDIR%%/template/en/default/admin/classifications/del.html.tmpl +%%WWWDIR%%/template/en/default/admin/classifications/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/classifications/footer.html.tmpl +%%WWWDIR%%/template/en/default/admin/classifications/reclassify.html.tmpl +%%WWWDIR%%/template/en/default/admin/classifications/select.html.tmpl +%%WWWDIR%%/template/en/default/admin/components/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/components/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/components/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/components/footer.html.tmpl +%%WWWDIR%%/template/en/default/admin/components/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/components/select-product.html.tmpl +%%WWWDIR%%/template/en/default/admin/confirm-action.html.tmpl +%%WWWDIR%%/template/en/default/admin/custom_fields/cf-js.js.tmpl +%%WWWDIR%%/template/en/default/admin/custom_fields/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/custom_fields/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/custom_fields/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/custom_fields/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/fieldvalues/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/fieldvalues/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/fieldvalues/footer.html.tmpl +%%WWWDIR%%/template/en/default/admin/fieldvalues/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/fieldvalues/select-field.html.tmpl +%%WWWDIR%%/template/en/default/admin/flag-type/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/flag-type/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/flag-type/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/groups/confirm-remove.html.tmpl +%%WWWDIR%%/template/en/default/admin/groups/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/groups/delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/groups/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/groups/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/keywords/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/keywords/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/keywords/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/keywords/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/milestones/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/milestones/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/milestones/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/milestones/footer.html.tmpl +%%WWWDIR%%/template/en/default/admin/milestones/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/milestones/select-product.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/admin.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/advanced.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/attachment.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/auth.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/bugchange.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/bugfields.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/bugmove.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/common.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/core.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/dependencygraph.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/editparams.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/general.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/groupsecurity.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/index.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/ldap.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/mta.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/patchviewer.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/query.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/radius.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/shadowdb.html.tmpl +%%WWWDIR%%/template/en/default/admin/params/usermatch.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/edit-common.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/footer.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/groupcontrol/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/groupcontrol/updated.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/list-classifications.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/products/updated.html.tmpl +%%WWWDIR%%/template/en/default/admin/sanitycheck/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/sanitycheck/messages.html.tmpl +%%WWWDIR%%/template/en/default/admin/settings/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/sudo.html.tmpl +%%WWWDIR%%/template/en/default/admin/table.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/listselectvars.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/responsibilities.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/search.html.tmpl +%%WWWDIR%%/template/en/default/admin/users/userdata.html.tmpl +%%WWWDIR%%/template/en/default/admin/versions/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/admin/versions/create.html.tmpl +%%WWWDIR%%/template/en/default/admin/versions/edit.html.tmpl +%%WWWDIR%%/template/en/default/admin/versions/footer.html.tmpl +%%WWWDIR%%/template/en/default/admin/versions/list.html.tmpl +%%WWWDIR%%/template/en/default/admin/versions/select-product.html.tmpl +%%WWWDIR%%/template/en/default/admin/workflow/comment.html.tmpl +%%WWWDIR%%/template/en/default/admin/workflow/edit.html.tmpl +%%WWWDIR%%/template/en/default/attachment/cancel-create-dupe.html.tmpl +%%WWWDIR%%/template/en/default/attachment/choose.html.tmpl +%%WWWDIR%%/template/en/default/attachment/confirm-delete.html.tmpl +%%WWWDIR%%/template/en/default/attachment/content-types.html.tmpl +%%WWWDIR%%/template/en/default/attachment/create.html.tmpl +%%WWWDIR%%/template/en/default/attachment/created.html.tmpl +%%WWWDIR%%/template/en/default/attachment/createformcontents.html.tmpl +%%WWWDIR%%/template/en/default/attachment/delete_reason.txt.tmpl +%%WWWDIR%%/template/en/default/attachment/diff-file.html.tmpl +%%WWWDIR%%/template/en/default/attachment/diff-footer.html.tmpl +%%WWWDIR%%/template/en/default/attachment/diff-header.html.tmpl +%%WWWDIR%%/template/en/default/attachment/edit.html.tmpl +%%WWWDIR%%/template/en/default/attachment/list.html.tmpl +%%WWWDIR%%/template/en/default/attachment/midair.html.tmpl +%%WWWDIR%%/template/en/default/attachment/show-multiple.html.tmpl +%%WWWDIR%%/template/en/default/attachment/updated.html.tmpl +%%WWWDIR%%/template/en/default/bug/activity/show.html.tmpl +%%WWWDIR%%/template/en/default/bug/activity/table.html.tmpl +%%WWWDIR%%/template/en/default/bug/choose.html.tmpl +%%WWWDIR%%/template/en/default/bug/comments.html.tmpl +%%WWWDIR%%/template/en/default/bug/create/comment-guided.txt.tmpl +%%WWWDIR%%/template/en/default/bug/create/comment.txt.tmpl +%%WWWDIR%%/template/en/default/bug/create/confirm-create-dupe.html.tmpl +%%WWWDIR%%/template/en/default/bug/create/create-guided.html.tmpl +%%WWWDIR%%/template/en/default/bug/create/create.html.tmpl +%%WWWDIR%%/template/en/default/bug/create/created.html.tmpl +%%WWWDIR%%/template/en/default/bug/create/make-template.html.tmpl +%%WWWDIR%%/template/en/default/bug/create/user-message.html.tmpl +%%WWWDIR%%/template/en/default/bug/dependency-graph.html.tmpl +%%WWWDIR%%/template/en/default/bug/dependency-tree.html.tmpl +%%WWWDIR%%/template/en/default/bug/edit.html.tmpl +%%WWWDIR%%/template/en/default/bug/field-events.js.tmpl +%%WWWDIR%%/template/en/default/bug/field.html.tmpl +%%WWWDIR%%/template/en/default/bug/format_comment.txt.tmpl +%%WWWDIR%%/template/en/default/bug/knob.html.tmpl +%%WWWDIR%%/template/en/default/bug/navigate.html.tmpl +%%WWWDIR%%/template/en/default/bug/process/bugmail.html.tmpl +%%WWWDIR%%/template/en/default/bug/process/confirm-duplicate.html.tmpl +%%WWWDIR%%/template/en/default/bug/process/header.html.tmpl +%%WWWDIR%%/template/en/default/bug/process/midair.html.tmpl +%%WWWDIR%%/template/en/default/bug/process/results.html.tmpl +%%WWWDIR%%/template/en/default/bug/process/verify-new-product.html.tmpl +%%WWWDIR%%/template/en/default/bug/show-header.html.tmpl +%%WWWDIR%%/template/en/default/bug/show-multiple.html.tmpl +%%WWWDIR%%/template/en/default/bug/show.html.tmpl +%%WWWDIR%%/template/en/default/bug/show.xml.tmpl +%%WWWDIR%%/template/en/default/bug/summarize-time.html.tmpl +%%WWWDIR%%/template/en/default/bug/time.html.tmpl +%%WWWDIR%%/template/en/default/bug/votes/delete-all.html.tmpl +%%WWWDIR%%/template/en/default/bug/votes/list-for-bug.html.tmpl +%%WWWDIR%%/template/en/default/bug/votes/list-for-user.html.tmpl +%%WWWDIR%%/template/en/default/config.js.tmpl +%%WWWDIR%%/template/en/default/config.rdf.tmpl +%%WWWDIR%%/template/en/default/email/lockout.txt.tmpl +%%WWWDIR%%/template/en/default/email/newchangedmail.txt.tmpl +%%WWWDIR%%/template/en/default/email/sanitycheck.txt.tmpl +%%WWWDIR%%/template/en/default/email/sudo.txt.tmpl +%%WWWDIR%%/template/en/default/email/votes-removed.txt.tmpl +%%WWWDIR%%/template/en/default/email/whine.txt.tmpl +%%WWWDIR%%/template/en/default/extensions/config.pm.tmpl +%%WWWDIR%%/template/en/default/extensions/extension.pm.tmpl +%%WWWDIR%%/template/en/default/extensions/hook-readme.txt.tmpl +%%WWWDIR%%/template/en/default/extensions/license.txt.tmpl +%%WWWDIR%%/template/en/default/extensions/name-readme.txt.tmpl +%%WWWDIR%%/template/en/default/extensions/util.pm.tmpl +%%WWWDIR%%/template/en/default/filterexceptions.pl +%%WWWDIR%%/template/en/default/flag/list.html.tmpl +%%WWWDIR%%/template/en/default/global/banner.html.tmpl +%%WWWDIR%%/template/en/default/global/choose-classification.html.tmpl +%%WWWDIR%%/template/en/default/global/choose-product.html.tmpl +%%WWWDIR%%/template/en/default/global/code-error.html.tmpl +%%WWWDIR%%/template/en/default/global/common-links.html.tmpl +%%WWWDIR%%/template/en/default/global/confirm-action.html.tmpl +%%WWWDIR%%/template/en/default/global/confirm-user-match.html.tmpl +%%WWWDIR%%/template/en/default/global/docslinks.html.tmpl +%%WWWDIR%%/template/en/default/global/field-descs.none.tmpl +%%WWWDIR%%/template/en/default/global/footer.html.tmpl +%%WWWDIR%%/template/en/default/global/header.html.tmpl +%%WWWDIR%%/template/en/default/global/help.html.tmpl +%%WWWDIR%%/template/en/default/global/hidden-fields.html.tmpl +%%WWWDIR%%/template/en/default/global/initialize.none.tmpl +%%WWWDIR%%/template/en/default/global/js-products.html.tmpl +%%WWWDIR%%/template/en/default/global/message.html.tmpl +%%WWWDIR%%/template/en/default/global/message.txt.tmpl +%%WWWDIR%%/template/en/default/global/messages.html.tmpl +%%WWWDIR%%/template/en/default/global/per-bug-queries.html.tmpl +%%WWWDIR%%/template/en/default/global/select-menu.html.tmpl +%%WWWDIR%%/template/en/default/global/setting-descs.none.tmpl +%%WWWDIR%%/template/en/default/global/site-navigation.html.tmpl +%%WWWDIR%%/template/en/default/global/tabs.html.tmpl +%%WWWDIR%%/template/en/default/global/textarea.html.tmpl +%%WWWDIR%%/template/en/default/global/useful-links.html.tmpl +%%WWWDIR%%/template/en/default/global/user-error.html.tmpl +%%WWWDIR%%/template/en/default/global/user.html.tmpl +%%WWWDIR%%/template/en/default/global/userselect.html.tmpl +%%WWWDIR%%/template/en/default/global/variables.none.tmpl +%%WWWDIR%%/template/en/default/index.html.tmpl +%%WWWDIR%%/template/en/default/list/change-columns.html.tmpl +%%WWWDIR%%/template/en/default/list/edit-multiple.html.tmpl +%%WWWDIR%%/template/en/default/list/list-simple.html.tmpl +%%WWWDIR%%/template/en/default/list/list.atom.tmpl +%%WWWDIR%%/template/en/default/list/list.csv.tmpl +%%WWWDIR%%/template/en/default/list/list.html.tmpl +%%WWWDIR%%/template/en/default/list/list.ics.tmpl +%%WWWDIR%%/template/en/default/list/list.js.tmpl +%%WWWDIR%%/template/en/default/list/list.rdf.tmpl +%%WWWDIR%%/template/en/default/list/quips.html.tmpl +%%WWWDIR%%/template/en/default/list/server-push.html.tmpl +%%WWWDIR%%/template/en/default/list/table.html.tmpl +%%WWWDIR%%/template/en/default/pages/bug-writing.html.tmpl +%%WWWDIR%%/template/en/default/pages/fields.html.tmpl +%%WWWDIR%%/template/en/default/pages/linked.html.tmpl +%%WWWDIR%%/template/en/default/pages/linkify.html.tmpl +%%WWWDIR%%/template/en/default/pages/quicksearch.html.tmpl +%%WWWDIR%%/template/en/default/pages/release-notes.html.tmpl +%%WWWDIR%%/template/en/default/pages/sudo.html.tmpl +%%WWWDIR%%/template/en/default/pages/voting.html.tmpl +%%WWWDIR%%/template/en/default/reports/chart.csv.tmpl +%%WWWDIR%%/template/en/default/reports/chart.html.tmpl +%%WWWDIR%%/template/en/default/reports/chart.png.tmpl +%%WWWDIR%%/template/en/default/reports/components.html.tmpl +%%WWWDIR%%/template/en/default/reports/create-chart.html.tmpl +%%WWWDIR%%/template/en/default/reports/delete-series.html.tmpl +%%WWWDIR%%/template/en/default/reports/duplicates-simple.html.tmpl +%%WWWDIR%%/template/en/default/reports/duplicates-table.html.tmpl +%%WWWDIR%%/template/en/default/reports/duplicates.html.tmpl +%%WWWDIR%%/template/en/default/reports/edit-series.html.tmpl +%%WWWDIR%%/template/en/default/reports/keywords.html.tmpl +%%WWWDIR%%/template/en/default/reports/menu.html.tmpl +%%WWWDIR%%/template/en/default/reports/old-charts.html.tmpl +%%WWWDIR%%/template/en/default/reports/report-bar.png.tmpl +%%WWWDIR%%/template/en/default/reports/report-line.png.tmpl +%%WWWDIR%%/template/en/default/reports/report-pie.png.tmpl +%%WWWDIR%%/template/en/default/reports/report-simple.html.tmpl +%%WWWDIR%%/template/en/default/reports/report-table.csv.tmpl +%%WWWDIR%%/template/en/default/reports/report-table.html.tmpl +%%WWWDIR%%/template/en/default/reports/report.csv.tmpl +%%WWWDIR%%/template/en/default/reports/report.html.tmpl +%%WWWDIR%%/template/en/default/reports/series-common.html.tmpl +%%WWWDIR%%/template/en/default/reports/series.html.tmpl +%%WWWDIR%%/template/en/default/request/email.txt.tmpl +%%WWWDIR%%/template/en/default/request/queue.html.tmpl +%%WWWDIR%%/template/en/default/search/boolean-charts.html.tmpl +%%WWWDIR%%/template/en/default/search/form.html.tmpl +%%WWWDIR%%/template/en/default/search/knob.html.tmpl +%%WWWDIR%%/template/en/default/search/search-advanced.html.tmpl +%%WWWDIR%%/template/en/default/search/search-create-series.html.tmpl +%%WWWDIR%%/template/en/default/search/search-help.html.tmpl +%%WWWDIR%%/template/en/default/search/search-plugin.xml.tmpl +%%WWWDIR%%/template/en/default/search/search-report-graph.html.tmpl +%%WWWDIR%%/template/en/default/search/search-report-select.html.tmpl +%%WWWDIR%%/template/en/default/search/search-report-table.html.tmpl +%%WWWDIR%%/template/en/default/search/search-specific.html.tmpl +%%WWWDIR%%/template/en/default/search/tabs.html.tmpl +%%WWWDIR%%/template/en/default/search/type-select.html.tmpl +%%WWWDIR%%/template/en/default/setup/strings.txt.pl +%%WWWDIR%%/template/en/default/sidebar.xul.tmpl +%%WWWDIR%%/template/en/default/welcome-admin.html.tmpl +%%WWWDIR%%/template/en/default/whine/mail.html.tmpl +%%WWWDIR%%/template/en/default/whine/mail.txt.tmpl +%%WWWDIR%%/template/en/default/whine/multipart-mime.txt.tmpl +%%WWWDIR%%/template/en/default/whine/schedule.html.tmpl +%%WWWDIR%%/testagent.cgi +%%WWWDIR%%/testserver.pl +%%WWWDIR%%/token.cgi +%%WWWDIR%%/userprefs.cgi +%%WWWDIR%%/votes.cgi +%%WWWDIR%%/whine.pl +%%WWWDIR%%/whineatnews.pl +%%WWWDIR%%/xml.cgi +%%WWWDIR%%/xmlrpc.cgi +@dirrm %%WWWDIR%%/template/en/default/whine +@dirrm %%WWWDIR%%/template/en/default/setup +@dirrm %%WWWDIR%%/template/en/default/search +@dirrm %%WWWDIR%%/template/en/default/request +@dirrm %%WWWDIR%%/template/en/default/reports +@dirrm %%WWWDIR%%/template/en/default/pages +@dirrm %%WWWDIR%%/template/en/default/list +@dirrm %%WWWDIR%%/template/en/default/global +@dirrm %%WWWDIR%%/template/en/default/flag +@dirrm %%WWWDIR%%/template/en/default/extensions +@dirrm %%WWWDIR%%/template/en/default/email +@dirrm %%WWWDIR%%/template/en/default/bug/votes +@dirrm %%WWWDIR%%/template/en/default/bug/process +@dirrm %%WWWDIR%%/template/en/default/bug/create +@dirrm %%WWWDIR%%/template/en/default/bug/activity +@dirrm %%WWWDIR%%/template/en/default/bug +@dirrm %%WWWDIR%%/template/en/default/attachment +@dirrm %%WWWDIR%%/template/en/default/admin/workflow +@dirrm %%WWWDIR%%/template/en/default/admin/versions +@dirrm %%WWWDIR%%/template/en/default/admin/users +@dirrm %%WWWDIR%%/template/en/default/admin/settings +@dirrm %%WWWDIR%%/template/en/default/admin/sanitycheck +@dirrm %%WWWDIR%%/template/en/default/admin/products/groupcontrol +@dirrm %%WWWDIR%%/template/en/default/admin/products +@dirrm %%WWWDIR%%/template/en/default/admin/params +@dirrm %%WWWDIR%%/template/en/default/admin/milestones +@dirrm %%WWWDIR%%/template/en/default/admin/keywords +@dirrm %%WWWDIR%%/template/en/default/admin/groups +@dirrm %%WWWDIR%%/template/en/default/admin/fieldvalues +@dirrm %%WWWDIR%%/template/en/default/admin/flag-type +@dirrm %%WWWDIR%%/template/en/default/admin/custom_fields +@dirrm %%WWWDIR%%/template/en/default/admin/components +@dirrm %%WWWDIR%%/template/en/default/admin/classifications +@dirrm %%WWWDIR%%/template/en/default/admin +@dirrm %%WWWDIR%%/template/en/default/account/prefs +@dirrm %%WWWDIR%%/template/en/default/account/password +@dirrm %%WWWDIR%%/template/en/default/account/email +@dirrm %%WWWDIR%%/template/en/default/account/auth +@dirrm %%WWWDIR%%/template/en/default/account +@dirrm %%WWWDIR%%/template/en/default +@dirrm %%WWWDIR%%/template/en +@dirrmtry %%WWWDIR%%/template +%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/cmdline +%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/bugzilla-submit +%%CONTRIB%%@dirrm %%WWWDIR%%/contrib +@dirrm %%WWWDIR%%/Bugzilla/Whine +@dirrm %%WWWDIR%%/Bugzilla/WebService/Server +@dirrm %%WWWDIR%%/Bugzilla/WebService +@dirrm %%WWWDIR%%/Bugzilla/User/Setting +@dirrm %%WWWDIR%%/Bugzilla/User +@dirrm %%WWWDIR%%/Bugzilla/Template/Plugin +@dirrm %%WWWDIR%%/Bugzilla/Template +@dirrm %%WWWDIR%%/Bugzilla/Search +@dirrm %%WWWDIR%%/Bugzilla/Migrate +@dirrm %%WWWDIR%%/Bugzilla/JobQueue +@dirrm %%WWWDIR%%/Bugzilla/Job +@dirrm %%WWWDIR%%/Bugzilla/Install +@dirrm %%WWWDIR%%/Bugzilla/Field +@dirrm %%WWWDIR%%/Bugzilla/DB/Schema +@dirrm %%WWWDIR%%/Bugzilla/DB +@dirrm %%WWWDIR%%/Bugzilla/Config +@dirrm %%WWWDIR%%/Bugzilla/Auth/Verify +@dirrm %%WWWDIR%%/Bugzilla/Auth/Persist +@dirrm %%WWWDIR%%/Bugzilla/Auth/Login +@dirrm %%WWWDIR%%/Bugzilla/Auth +@dirrm %%WWWDIR%%/Bugzilla/Attachment +@dirrmtry %%WWWDIR%%/Bugzilla +@dirrmtry %%WWWDIR%%/data +@dirrmtry %%WWWDIR%%/graphs +@dirrm %%WWWDIR%%/images +@dirrm %%WWWDIR%%/js/yui +@dirrm %%WWWDIR%%/js +@dirrm %%WWWDIR%%/skins/standard/yui +@dirrm %%WWWDIR%%/skins/standard/index +@dirrm %%WWWDIR%%/skins/standard/global +@dirrm %%WWWDIR%%/skins/standard/dependency-tree +@dirrm %%WWWDIR%%/skins/standard +@dirrm %%WWWDIR%%/skins/contrib/Dusk/index +@dirrm %%WWWDIR%%/skins/contrib/Dusk +@dirrm %%WWWDIR%%/skins/contrib +@dirrm %%WWWDIR%%/skins +@dirrmtry %%WWWDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTMLBatch %%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTML %%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple -- cgit v1.2.3