mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- remove expired bugzilla3 ports
This commit is contained in:
parent
3f39ea4b29
commit
0ad9a57a22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325632
27 changed files with 4 additions and 2237 deletions
4
MOVED
4
MOVED
|
@ -4895,3 +4895,7 @@ x11-toolkits/gnustep-xdps||2013-08-28|Does not build with recent GNUstep
|
||||||
x11-toolkits/gtoolkit||2013-08-28|Does not build with recent GNUstep
|
x11-toolkits/gtoolkit||2013-08-28|Does not build with recent GNUstep
|
||||||
x11-toolkits/renaissance||2013-08-28|Does not build with recent GNUstep
|
x11-toolkits/renaissance||2013-08-28|Does not build with recent GNUstep
|
||||||
devel/g2c||2013-08-29|Has expired: Not supported upstream anymore
|
devel/g2c||2013-08-29|Has expired: Not supported upstream anymore
|
||||||
|
devel/bugzilla3|devel/bugzilla24|2013-08-30|EOL: Please update to a supported version
|
||||||
|
german/bugzilla3|german/bugzilla42|2013-08-30|EOL: Please update to a supported version
|
||||||
|
japanese/bugzilla3|japanese/bugzilla42|2013-08-30|EOL: Please update to a supported version
|
||||||
|
russian/bugzilla3|russian/bugzilla42|2013-08-30|EOL: Please update to a supported version
|
||||||
|
|
|
@ -150,7 +150,6 @@
|
||||||
SUBDIR += bufferpool
|
SUBDIR += bufferpool
|
||||||
SUBDIR += bug-buddy
|
SUBDIR += bug-buddy
|
||||||
SUBDIR += bugzilla
|
SUBDIR += bugzilla
|
||||||
SUBDIR += bugzilla3
|
|
||||||
SUBDIR += bugzilla42
|
SUBDIR += bugzilla42
|
||||||
SUBDIR += bugzilla44
|
SUBDIR += bugzilla44
|
||||||
SUBDIR += build
|
SUBDIR += build
|
||||||
|
|
|
@ -1,186 +0,0 @@
|
||||||
# $FreeBSD$
|
|
||||||
|
|
||||||
PORTNAME= bugzilla
|
|
||||||
PORTVERSION= 3.6.13
|
|
||||||
CATEGORIES= devel
|
|
||||||
MASTER_SITES= ${MASTER_SITE_MOZILLA}
|
|
||||||
MASTER_SITE_SUBDIR= webtools webtools/archived
|
|
||||||
|
|
||||||
MAINTAINER= bugzilla@FreeBSD.org
|
|
||||||
COMMENT= Bug-tracking system developed by Mozilla Project
|
|
||||||
|
|
||||||
LICENSE= MPL
|
|
||||||
|
|
||||||
RUN_DEPENDS= \
|
|
||||||
p5-CGI.pm>=3.51:${PORTSDIR}/www/p5-CGI.pm \
|
|
||||||
p5-DBI>=1.41:${PORTSDIR}/databases/p5-DBI \
|
|
||||||
p5-DateTime-TimeZone>=0.71:${PORTSDIR}/devel/p5-DateTime-TimeZone \
|
|
||||||
p5-DateTime>=0.28:${PORTSDIR}/devel/p5-DateTime \
|
|
||||||
p5-Email-MIME>=1.861:${PORTSDIR}/mail/p5-Email-MIME \
|
|
||||||
p5-Email-Send>=2.00:${PORTSDIR}/mail/p5-Email-Send \
|
|
||||||
p5-Template-Toolkit>=2.22:${PORTSDIR}/www/p5-Template-Toolkit \
|
|
||||||
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
|
|
||||||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
|
||||||
|
|
||||||
LATEST_LINK= bugzilla3
|
|
||||||
|
|
||||||
USES= perl5
|
|
||||||
USE_PERL5= patch run build
|
|
||||||
|
|
||||||
BINMODE= 700
|
|
||||||
|
|
||||||
EXPIRATION_DATE=2013-08-30
|
|
||||||
DEPRECATED= Note that when Bugzilla 4.4 is released, the Bugzilla 3.6.x \
|
|
||||||
series will reach end of life
|
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
|
||||||
|
|
||||||
DATA_DIRS_LIST= images js skins
|
|
||||||
|
|
||||||
# checksetup will fail if these directories are not present!
|
|
||||||
EMPTY_DIRS_LIST=data graphs contrib lib t
|
|
||||||
|
|
||||||
.include "${.CURDIR}/Makefile.common"
|
|
||||||
.include "${.CURDIR}/Makefile.options"
|
|
||||||
.include <bsd.port.options.mk>
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MMODPERL}
|
|
||||||
USE_APACHE_RUN= 22+
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MMYSQL}
|
|
||||||
USE_MYSQL= yes
|
|
||||||
RUN_DEPENDS+= p5-DBD-mysql>=2.9003:${PORTSDIR}/databases/p5-DBD-mysql
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MPGSQL}
|
|
||||||
USE_PGSQL= yes
|
|
||||||
RUN_DEPENDS+= p5-DBD-Pg>=1.45:${PORTSDIR}/databases/p5-DBD-Pg
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MGRAPH_REPORTS}
|
|
||||||
RUN_DEPENDS+= p5-GD>=1.20:${PORTSDIR}/graphics/p5-GD \
|
|
||||||
p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \
|
|
||||||
p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil \
|
|
||||||
p5-Template-GD>=0:${PORTSDIR}/www/p5-Template-GD
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MCHARTING_MODULES}
|
|
||||||
RUN_DEPENDS+= p5-Chart>=2.1:${PORTSDIR}/graphics/p5-Chart
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MPATCH_VIEWER}
|
|
||||||
RUN_DEPENDS+= p5-PatchReader>=0.9.4:${PORTSDIR}/devel/p5-PatchReader \
|
|
||||||
interdiff:${PORTSDIR}/misc/patchutils
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MMORE_HTML}
|
|
||||||
RUN_DEPENDS+= p5-HTML-Parser>=3.40:${PORTSDIR}/www/p5-HTML-Parser \
|
|
||||||
p5-HTML-Scrubber>=0:${PORTSDIR}/www/p5-HTML-Scrubber
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MINBOUND_EMAIL}
|
|
||||||
RUN_DEPENDS+= p5-Email-MIME-Attachment-Stripper>=0:${PORTSDIR}/mail/p5-Email-MIME-Attachment-Stripper \
|
|
||||||
p5-Email-Reply>=0:${PORTSDIR}/mail/p5-Email-Reply
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MMAIL_QUEUEING}
|
|
||||||
RUN_DEPENDS+= p5-TheSchwartz>=0:${PORTSDIR}/devel/p5-TheSchwartz \
|
|
||||||
p5-Daemon-Generic>=0:${PORTSDIR}/net/p5-Daemon-Generic
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MMOVE_BUGZ}
|
|
||||||
RUN_DEPENDS+= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \
|
|
||||||
p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MBMP2PNG}
|
|
||||||
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MXMLRPC} || ${PORT_OPTIONS:MJSONRPC}
|
|
||||||
RUN_DEPENDS+= p5-Test-Taint>=0:${PORTSDIR}/devel/p5-Test-Taint
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MXMLRPC}
|
|
||||||
RUN_DEPENDS+= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MJSONRPC}
|
|
||||||
RUN_DEPENDS+= p5-JSON-RPC>=0:${PORTSDIR}/devel/p5-JSON-RPC
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MMODPERL}
|
|
||||||
RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
|
|
||||||
p5-Apache-DBI>=0:${PORTSDIR}/www/p5-Apache-DBI
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MWITH_GRAPHVIZ}
|
|
||||||
RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MEXPORT_IMPORT}
|
|
||||||
RUN_DEPENDS+= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
|
|
||||||
p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MCONTRIB}
|
|
||||||
PLIST_SUB+= CONTRIB=""
|
|
||||||
.else
|
|
||||||
PLIST_SUB+= CONTRIB="@comment "
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MLDAP}
|
|
||||||
RUN_DEPENDS+= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MRADIUS}
|
|
||||||
RUN_DEPENDS+= p5-Authen-Radius>=0:${PORTSDIR}/security/p5-Authen-Radius
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${PERL} -pi -e 's/(default => ON_WINDOWS.+)apache/$$1www/' \
|
|
||||||
${WRKSRC}/Bugzilla/Install/Localconfig.pm
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MPGSQL} && ! ${PORT_OPTIONS:MMYSQL}
|
|
||||||
@${PERL} -pi -e 's/(default =>.+|Default is )mysql/$$1Pg/' \
|
|
||||||
${WRKSRC}/Bugzilla/Install/Localconfig.pm
|
|
||||||
.endif
|
|
||||||
@${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!${WWWDIR}!"
|
|
||||||
@${FIND} ${WRKSRC} \( -name "CVS" -or -name ".cvsignore" -or -name "*.orig" \
|
|
||||||
-or -name "*.bak" -or -name ".bzr*" -or -name "README.docs" \) \
|
|
||||||
| ${XARGS} ${RM} -rf
|
|
||||||
|
|
||||||
do-install: .SILENT
|
|
||||||
${MKDIR} ${WWWDIR}
|
|
||||||
${FIND} ${WRKSRC} \! -type d -maxdepth 1 \! -name "UPGRADING*" -exec \
|
|
||||||
${INSTALL_SCRIPT} {} ${WWWDIR} \;
|
|
||||||
@${MKDIR} ${DATA_DIRS_LIST:S!^!${WWWDIR}/!}
|
|
||||||
.for D in ${DATA_DIRS_LIST}
|
|
||||||
(cd ${WRKSRC}/${D} && ${COPYTREE_SHARE} . ${WWWDIR}/${D})
|
|
||||||
.endfor
|
|
||||||
${TAR} -C ${WRKSRC} -cf - Bugzilla template | ${TAR} --unlink -C ${WWWDIR} -xf -
|
|
||||||
@${MKDIR} ${EMPTY_DIRS_LIST:S!^!${WWWDIR}/!}
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
|
||||||
${MKDIR} ${DOCSDIR}
|
|
||||||
(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR}/)
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MCONTRIB}
|
|
||||||
@cd ${WRKSRC}/contrib && \
|
|
||||||
${FIND} . -type d -exec ${MKDIR} "${WWWDIR}/contrib/{}" \; && \
|
|
||||||
${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${WWWDIR}/contrib/{}" \;
|
|
||||||
.endif
|
|
||||||
.if !defined(BATCH)
|
|
||||||
@${ECHO_MSG}
|
|
||||||
@${CAT} ${PKGMESSAGE}
|
|
||||||
@${ECHO_MSG}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
|
@ -1,13 +0,0 @@
|
||||||
# $FreeBSD$
|
|
||||||
|
|
||||||
DIST_SUBDIR= ${PORTNAME}
|
|
||||||
|
|
||||||
CONFLICTS_INSTALL= \
|
|
||||||
bugzilla-4.*
|
|
||||||
|
|
||||||
PORTSCOUT= limitw:1,even
|
|
||||||
|
|
||||||
WWWDIR= ${PREFIX}/www/bugzilla
|
|
||||||
|
|
||||||
NO_BUILD= yes
|
|
||||||
|
|
|
@ -1,70 +0,0 @@
|
||||||
# $FreeBSD$
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= \
|
|
||||||
DOCS \
|
|
||||||
MODPERL
|
|
||||||
|
|
||||||
OPTIONS_GROUP= UI DBBACKEND REPORTING ATTACHMENT EMAIL WEBSERVICE AUTH ADMIN
|
|
||||||
|
|
||||||
OPTIONS_GROUP_ADMIN= \
|
|
||||||
MOVE_BUGZ \
|
|
||||||
EXPORT_IMPORT \
|
|
||||||
CONTRIB
|
|
||||||
|
|
||||||
OPTIONS_GROUP_ATTACHMENT= \
|
|
||||||
BMP2PNG
|
|
||||||
|
|
||||||
OPTIONS_GROUP_AUTH= \
|
|
||||||
LDAP \
|
|
||||||
RADIUS
|
|
||||||
|
|
||||||
OPTIONS_GROUP_DBBACKEND= \
|
|
||||||
MYSQL \
|
|
||||||
PGSQL
|
|
||||||
|
|
||||||
OPTIONS_GROUP_EMAIL= \
|
|
||||||
INBOUND_EMAIL \
|
|
||||||
MAIL_QUEUEING
|
|
||||||
|
|
||||||
OPTIONS_GROUP_REPORTING= \
|
|
||||||
GRAPHVIZ \
|
|
||||||
GRAPH_REPORTS \
|
|
||||||
CHARTING_MODULES
|
|
||||||
|
|
||||||
OPTIONS_GROUP_WEBSERVICE= \
|
|
||||||
XMLRPC \
|
|
||||||
JSONRPC
|
|
||||||
|
|
||||||
OPTIONS_GROUP_UI= \
|
|
||||||
PATCH_VIEWER \
|
|
||||||
MORE_HTML
|
|
||||||
|
|
||||||
OPTIONS_DEFAULT= \
|
|
||||||
CHARTING_MODULES\
|
|
||||||
CONTRIB \
|
|
||||||
GRAPH_REPORTS \
|
|
||||||
MORE_HTML \
|
|
||||||
PATCH_VIEWER
|
|
||||||
|
|
||||||
BMP2PNG_DESC= BMP Attachments to PNGs
|
|
||||||
CHARTING_MODULES_DESC= Bug charting support
|
|
||||||
CONTRIB_DESC= Install user-contributed scripts
|
|
||||||
EXPORT_IMPORT_DESC= Import/export bugs (via XML)
|
|
||||||
GRAPH_REPORTS_DESC= Graphical Reports
|
|
||||||
INBOUND_EMAIL_DESC= Inbound Email
|
|
||||||
JSONRPC_DESC= JSON-RPC Interface
|
|
||||||
MAIL_QUEUEING_DESC= Mail Queueing
|
|
||||||
MORE_HTML_DESC= More HTML in Product/Group Descriptions
|
|
||||||
MOVE_BUGZ_DESC= Move Bugs Between Installations
|
|
||||||
PATCH_VIEWER_DESC= Patch Viewer
|
|
||||||
XMLRPC_DESC= XML-RPC Interface
|
|
||||||
|
|
||||||
# Option group description
|
|
||||||
ADMIN_DESC= Administration
|
|
||||||
ATTACHMENT_DESC= Attachment handling
|
|
||||||
AUTH_DESC= Alternative Authentication
|
|
||||||
DBBACKEND_DESC= Database Engine
|
|
||||||
EMAIL_DESC= Email handling
|
|
||||||
REPORTING_DESC= Reports and Charts
|
|
||||||
WEBSERVICE_DESC= Web Services
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
SHA256 (bugzilla/bugzilla-3.6.13.tar.gz) = b8432180e0c8caa8993130db069b30e338f245e46d8829a2c1cee19667820f08
|
|
||||||
SIZE (bugzilla/bugzilla-3.6.13.tar.gz) = 2509771
|
|
|
@ -1,33 +0,0 @@
|
||||||
==========================================================================
|
|
||||||
Bugzilla has now been installed. To quick setup you have to:
|
|
||||||
|
|
||||||
1. Create database user who has rights on bugs database manipulation
|
|
||||||
by following mysql commands (for MySQL 4.0 or later):
|
|
||||||
|
|
||||||
GRANT SELECT, INSERT, UPDATE, DELETE, INDEX, ALTER, CREATE, LOCK TABLES,
|
|
||||||
CREATE TEMPORARY TABLES, DROP, REFERENCES
|
|
||||||
ON <database>.* TO <dbuser>@<host>
|
|
||||||
IDENTIFIED BY '<password>';
|
|
||||||
FLUSH PRIVILEGES;
|
|
||||||
|
|
||||||
where <database> is a bugs database name; <dbuser> is a bugs database
|
|
||||||
owner; <host> is a host there bugzilla is being setup;
|
|
||||||
<password> is a database owner's password;
|
|
||||||
|
|
||||||
2. Change working directory to %%WWWDIR%%
|
|
||||||
3. Run "./checksetup.pl" script as root user
|
|
||||||
4. Read output carefully and follow all instructions
|
|
||||||
|
|
||||||
For more complete database setup and post-installation instructions
|
|
||||||
and security tips/notes please read "Bugzilla Guide" in
|
|
||||||
%%DOCSDIR%%/en/html/ (chapter 2: "Installing Bugzilla")
|
|
||||||
==========================================================================
|
|
||||||
|
|
||||||
For upgrades:
|
|
||||||
0. Back up your data.
|
|
||||||
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.
|
|
||||||
|
|
||||||
==========================================================================
|
|
|
@ -1,22 +0,0 @@
|
||||||
Bugzilla is one example of a class of programs called "Defect Tracking
|
|
||||||
Systems", or, more commonly, "Bug-Tracking Systems". Defect Tracking
|
|
||||||
Systems allow individual or groups of developers to keep track of
|
|
||||||
outstanding bugs in their product effectively.
|
|
||||||
|
|
||||||
Bugzilla has matured immensely, and now boasts many advanced features.
|
|
||||||
These include:
|
|
||||||
|
|
||||||
* integrated, product-based granular security schema
|
|
||||||
* inter-bug dependencies and dependency graphing
|
|
||||||
* advanced reporting capabilities
|
|
||||||
* a robust, stable RDBMS back-end
|
|
||||||
* extensive configurability
|
|
||||||
* a very well-understood and well-thought-out natural bug resolution
|
|
||||||
protocol
|
|
||||||
* email, XML, console, and HTTP APIs
|
|
||||||
* available integration with automated software configuration
|
|
||||||
management systems, including Perforce and CVS (through the
|
|
||||||
Bugzilla email interface and checkin/checkout scripts)
|
|
||||||
* too many more features to list
|
|
||||||
|
|
||||||
WWW: http://www.bugzilla.org/
|
|
|
@ -1,854 +0,0 @@
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/bugzilla.ent
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/Bugzilla-Guide.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/about.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/administration.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Attachment.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Auth.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Auth/Login.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Auth/Verify.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/CGI.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Classification.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Comment.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Component.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Config.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Config/Common.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/DB.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/DB/Mysql.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/DB/Oracle.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/DB/Pg.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/DB/Schema.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Error.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Extension.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Field.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Field/Choice.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Flag.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/FlagType.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Group.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Hook.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Install.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Install/CPAN.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Install/DB.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Install/Filesystem.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Install/Localconfig.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Install/Requirements.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Install/Util.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/JobQueue.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/JobQueue/Runner.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Keyword.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Migrate.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Milestone.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Object.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Product.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Search/Saved.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Status.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin/Bugzilla.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin/Hook.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin/User.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Token.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Update.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/User.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/User/Setting.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/User/Setting/Lang.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/User/Setting/Skin.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/User/Setting/Timezone.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Util.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Version.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Bug.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Bugzilla.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Product.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Server/JSONRPC.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Server/XMLRPC.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/User.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Util.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Whine/Query.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Whine/Schedule.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/checksetup.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/contrib/bz_webservice_demo.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/contrib/bzdbcopy.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/contrib/console.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/contrib/extension-convert.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/contrib/merge-users.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/contrib/recode.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/email_in.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/extensions/create.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/importxml.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/index.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/install-module.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/jobqueue.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/migrate.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/api/sanitycheck.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/attachments.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/bug_page.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/bug_status_workflow.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/bugreports.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/classifications.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/cmdline-bugmail.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/cmdline.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/components.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/configuration.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/conventions.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/copyright.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/credits.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/cust-change-permissions.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/cust-skins.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/cust-templates.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/custom-fields.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/customization.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/disclaimer.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/edit-values.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/extensions.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/extraconfig.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/flags-overview.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/flags.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/general-advice.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-0.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-1.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-10.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-2.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-3.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-4.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-5.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-6.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-7.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-8.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-9.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl-howto.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/gfdl.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/glossary.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/groups.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/hintsandtips.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/index.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/install-perlmodules-manual.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/installation.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/installing-bugzilla.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/integration.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/keywords.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/lifecycle.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/milestones.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/modules-manual-download.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/modules-manual-instructions.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/modules-manual-optional.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/multiple-bz-dbs.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/myaccount.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/newversions.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/nonroot.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/os-specific.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/parameters.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/paranoid-security.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/patches.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/products.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/query.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/quips.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/reporting.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/sanitycheck.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/security-bugzilla.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/security-os.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/security-webserver.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/security.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/timetracking.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/trbl-dbdsponge.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/trbl-index.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/trbl-passwd-encryption.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/trbl-perlmodule.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/trbl-relogin-everyone.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/trbl-testserver.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/troubleshooting.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/upgrade.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/useradmin.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/userpreferences.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/using-intro.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/using.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/versions.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/voting.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/html/whining.html
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/images/bzLifecycle.png
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/images/bzLifecycle.xml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/images/callouts/1.gif
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/images/callouts/2.gif
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/images/callouts/3.gif
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/images/caution.gif
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/images/note.gif
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/images/tip.gif
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/images/warning.gif
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/pdf/Bugzilla-Guide.pdf
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/rel_notes.txt
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/txt/Bugzilla-Guide.txt
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/Bugzilla-Guide.xml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/about.xml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/administration.xml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/bugzilla.ent
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/conventions.xml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/customization.xml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/gfdl.xml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/glossary.xml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/index.xml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/installation.xml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/modules.xml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/patches.xml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/security.xml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/troubleshooting.xml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/en/xml/using.xml
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/lib/Pod/Simple/HTML/Bugzilla.pm
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/makedocs.pl
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/style.css
|
|
||||||
%%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
|
|
||||||
%%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/favicon.ico
|
|
||||||
%%WWWDIR%%/images/padlock.png
|
|
||||||
%%WWWDIR%%/importxml.pl
|
|
||||||
%%WWWDIR%%/index.cgi
|
|
||||||
%%WWWDIR%%/install-module.pl
|
|
||||||
%%WWWDIR%%/jobqueue.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%%/jsonrpc.cgi
|
|
||||||
%%WWWDIR%%/long_list.cgi
|
|
||||||
%%WWWDIR%%/migrate.pl
|
|
||||||
%%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%%/sanitycheck.pl
|
|
||||||
%%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%%/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
|
|
||||||
%%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.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/flag-type
|
|
||||||
@dirrm %%WWWDIR%%/template/en/default/admin/fieldvalues
|
|
||||||
@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
|
|
||||||
@dirrmtry %%WWWDIR%%/t
|
|
||||||
@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
|
|
||||||
@dirrmtry %%WWWDIR%%/skins
|
|
||||||
@dirrmtry %%WWWDIR%%/lib
|
|
||||||
@dirrm %%WWWDIR%%/js/yui
|
|
||||||
@dirrm %%WWWDIR%%/js
|
|
||||||
@dirrm %%WWWDIR%%/images
|
|
||||||
%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/cmdline
|
|
||||||
%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/bugzilla-submit
|
|
||||||
@dirrmtry %%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
|
|
||||||
@dirrmtry %%WWWDIR%%
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTMLBatch
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTML
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/xml
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/txt
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/pdf
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images/callouts
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images
|
|
||||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/en/html/api/extensions
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/contrib
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Whine
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/WebService/Server
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/WebService
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/User/Setting
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/User
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Template
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Search
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/JobQueue
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Install
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Field
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/DB
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Config
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Auth
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en
|
|
||||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
||||||
@exec mkdir -p %D/%%WWWDIR%%/t
|
|
||||||
@exec mkdir -p %D/%%WWWDIR%%/lib
|
|
||||||
@exec mkdir -p %D/%%WWWDIR%%/graphs
|
|
||||||
@exec mkdir -p %D/%%WWWDIR%%/data
|
|
||||||
@exec mkdir -p %D/%%WWWDIR%%/contrib
|
|
|
@ -12,7 +12,6 @@
|
||||||
SUBDIR += bsdgroup-firefox-searchplugin
|
SUBDIR += bsdgroup-firefox-searchplugin
|
||||||
SUBDIR += bsdpaste
|
SUBDIR += bsdpaste
|
||||||
SUBDIR += bugzilla
|
SUBDIR += bugzilla
|
||||||
SUBDIR += bugzilla3
|
|
||||||
SUBDIR += bugzilla42
|
SUBDIR += bugzilla42
|
||||||
SUBDIR += bugzilla44
|
SUBDIR += bugzilla44
|
||||||
SUBDIR += calligra-l10n
|
SUBDIR += calligra-l10n
|
||||||
|
|
|
@ -1,46 +0,0 @@
|
||||||
# $FreeBSD$
|
|
||||||
|
|
||||||
PORTNAME= bugzilla
|
|
||||||
PORTVERSION= 3.6.13
|
|
||||||
CATEGORIES= german
|
|
||||||
MASTER_SITES= SF
|
|
||||||
MASTER_SITE_SUBDIR=bugzilla-de/${PORTVERSION:R}/${PORTVERSION}
|
|
||||||
DISTNAME= germzilla-${PORTVERSION}-1.utf-8
|
|
||||||
|
|
||||||
MAINTAINER= bugzilla@FreeBSD.org
|
|
||||||
COMMENT= German localization for Bugzilla
|
|
||||||
|
|
||||||
RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla3
|
|
||||||
|
|
||||||
LATEST_LINK= ${PKGNAMEPREFIX}bugzilla3
|
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
|
||||||
|
|
||||||
.include "${.CURDIR}/../../devel/bugzilla3/Makefile.common"
|
|
||||||
|
|
||||||
LANGDIR= ${WWWDIR}/template/de
|
|
||||||
|
|
||||||
#post-patch:
|
|
||||||
# @${REINPLACE_CMD} -i '' -e 's/3.6.11/3.6.12/' \
|
|
||||||
# ${WRKDIR}/de/default/global/gzversion.html.tmpl
|
|
||||||
# @${FIND} ${WRKDIR}/de/default/ -type f \( -name \*.orig -o -name \*.bak \) -delete
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
@-${MKDIR} ${LANGDIR}
|
|
||||||
@(cd ${WRKSRC}/de && ${COPYTREE_SHARE} . ${LANGDIR})
|
|
||||||
.if !defined(BATCH)
|
|
||||||
@${ECHO_MSG}
|
|
||||||
@${CAT} ${PKGMESSAGE}
|
|
||||||
@${ECHO_MSG}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
# Maintainer
|
|
||||||
plist: patch
|
|
||||||
@( cd ${WRKDIR}/ && ${FIND} de -type f | ${AWK} '{print "%%WWWDIR%%/template/"$$1}' | ${SORT} > ${PLIST}.new )
|
|
||||||
@( cd ${WRKDIR}/ && ${FIND} de -type d | ${AWK} '{print "@dirrmtry %%WWWDIR%%/template/"$$1}' | ${SORT} -r >> ${PLIST}.new )
|
|
||||||
@if ${DIFF} -u ${PLIST} ${PLIST}.new ; then \
|
|
||||||
${ECHO_MSG} no pkg-plist changes; \
|
|
||||||
${RM} ${PLIST}.new ; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
SHA256 (bugzilla/germzilla-3.6.13-1.utf-8.tar.gz) = 910db2448b014f4fb160a29546367e7dddfcbe26de325bf1ec6600b63ce71146
|
|
||||||
SIZE (bugzilla/germzilla-3.6.13-1.utf-8.tar.gz) = 262488
|
|
|
@ -1,3 +0,0 @@
|
||||||
German localization for Bugzilla bug tracking system.
|
|
||||||
|
|
||||||
WWW: http://sourceforge.net/projects/bugzilla-de
|
|
|
@ -1,5 +0,0 @@
|
||||||
==========================================================================
|
|
||||||
German localization for Bugzilla has now been installed.
|
|
||||||
|
|
||||||
Please run "checksetup.pl" to re-generate templates.
|
|
||||||
==========================================================================
|
|
|
@ -1,284 +0,0 @@
|
||||||
%%WWWDIR%%/template/de/default/account/auth/login-small.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/auth/login.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/cancel-token.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/created.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/email/change-new.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/email/change-old.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/email/confirm-new.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/email/confirm.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/email/request-new.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/password/forgotten-password.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/password/set-forgotten-password.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/prefs/account.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/prefs/email.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/prefs/permissions.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/prefs/prefs.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/prefs/saved-searches.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/prefs/settings.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/account/profile-activity.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/admin.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/classifications/add.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/classifications/del.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/classifications/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/classifications/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/classifications/reclassify.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/classifications/select.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/components/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/components/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/components/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/components/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/components/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/components/select-product.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/confirm-action.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/custom_fields/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/custom_fields/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/custom_fields/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/custom_fields/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/fieldvalues/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/fieldvalues/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/fieldvalues/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/fieldvalues/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/fieldvalues/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/fieldvalues/select-field.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/flag-type/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/flag-type/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/flag-type/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/groups/confirm-remove.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/groups/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/groups/delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/groups/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/groups/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/keywords/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/keywords/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/keywords/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/keywords/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/milestones/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/milestones/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/milestones/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/milestones/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/milestones/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/milestones/select-product.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/admin.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/advanced.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/attachment.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/auth.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/bugchange.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/bugfields.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/bugmove.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/common.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/core.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/dependencygraph.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/editparams.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/general.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/groupsecurity.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/index.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/ldap.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/mta.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/patchviewer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/query.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/radius.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/shadowdb.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/params/usermatch.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/products/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/products/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/products/edit-common.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/products/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/products/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/products/groupcontrol/confirm-edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/products/groupcontrol/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/products/groupcontrol/updated.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/products/list-classifications.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/products/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/products/updated.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/sanitycheck/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/sanitycheck/messages.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/settings/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/sudo.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/users/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/users/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/users/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/users/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/users/listselectvars.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/users/responsibilities.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/users/search.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/users/userdata.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/versions/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/versions/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/versions/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/versions/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/versions/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/versions/select-product.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/workflow/comment.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/admin/workflow/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/cancel-create-dupe.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/choose.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/content-types.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/created.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/createformcontents.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/delete_reason.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/diff-file.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/diff-footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/diff-header.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/midair.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/show-multiple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/attachment/updated.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/activity/show.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/activity/table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/choose.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/comments.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/create/comment-guided.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/create/confirm-create-dupe.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/create/create-guided.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/create/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/create/created.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/create/make-template.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/create/user-message.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/dependency-graph.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/dependency-tree.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/field.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/format_comment.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/knob.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/navigate.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/process/bugmail.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/process/confirm-duplicate.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/process/header.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/process/midair.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/process/results.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/process/verify-new-product.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/show-header.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/show-multiple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/show.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/summarize-time.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/votes/delete-all.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/votes/list-for-bug.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/bug/votes/list-for-user.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/email/lockout.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/email/newchangedmail.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/email/sanitycheck.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/email/sudo.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/email/votes-removed.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/email/whine.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/filterexceptions.pl
|
|
||||||
%%WWWDIR%%/template/de/default/flag/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/choose-classification.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/choose-product.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/code-error.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/common-links.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/confirm-action.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/confirm-user-match.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/docslinks.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/field-descs.none.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/gzversion.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/header.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/message.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/message.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/messages.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/per-bug-queries.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/setting-descs.none.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/site-navigation.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/tabs.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/useful-links.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/user-error.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/global/variables.none.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/index.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/list/change-columns.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/list/edit-multiple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/list/list.atom.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/list/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/list/quips.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/list/server-push.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/list/table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/pages/bug-writing.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/pages/fields.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/pages/linked.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/pages/linkify.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/pages/quicksearch.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/pages/quicksearchhack.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/pages/sudo.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/pages/voting.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/chart.csv.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/chart.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/chart.png.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/components.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/create-chart.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/delete-series.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/duplicates-simple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/duplicates-table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/duplicates.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/edit-series.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/keywords.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/menu.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/old-charts.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/report-simple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/report-table.csv.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/report-table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/report.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/reports/series.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/request/email.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/request/queue.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/search/boolean-charts.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/search/form.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/search/knob.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/search/search-advanced.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/search/search-create-series.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/search/search-help.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/search/search-plugin.xml.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/search/search-report-graph.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/search/search-report-select.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/search/search-report-table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/search/search-specific.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/search/tabs.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/setup/strings.txt.pl
|
|
||||||
%%WWWDIR%%/template/de/default/sidebar.xul.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/welcome-admin.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/whine/mail.html.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/whine/mail.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/whine/multipart-mime.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/de/default/whine/schedule.html.tmpl
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/whine
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/setup
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/search
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/request
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/reports
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/pages
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/list
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/global
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/flag
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/email
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/bug/votes
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/bug/process
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/bug/create
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/bug/activity
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/bug
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/attachment
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/workflow
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/versions
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/users
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/settings
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/sanitycheck
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/products/groupcontrol
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/products
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/params
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/milestones
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/keywords
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/groups
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/flag-type
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/fieldvalues
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/custom_fields
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/components
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin/classifications
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/admin
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/account/prefs
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/account/password
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/account/email
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/account/auth
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default/account
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de/default
|
|
||||||
@dirrmtry %%WWWDIR%%/template/de
|
|
|
@ -26,7 +26,6 @@
|
||||||
SUBDIR += bible_names-fpw
|
SUBDIR += bible_names-fpw
|
||||||
SUBDIR += bookview
|
SUBDIR += bookview
|
||||||
SUBDIR += bugzilla
|
SUBDIR += bugzilla
|
||||||
SUBDIR += bugzilla3
|
|
||||||
SUBDIR += bugzilla42
|
SUBDIR += bugzilla42
|
||||||
SUBDIR += bugzilla44
|
SUBDIR += bugzilla44
|
||||||
SUBDIR += calligra-l10n
|
SUBDIR += calligra-l10n
|
||||||
|
|
|
@ -1,45 +0,0 @@
|
||||||
# $FreeBSD$
|
|
||||||
|
|
||||||
PORTNAME= bugzilla
|
|
||||||
PORTVERSION= 3.6.13
|
|
||||||
CATEGORIES= japanese
|
|
||||||
MASTER_SITES= http://bug-ja.org/releases/3.6/ \
|
|
||||||
LOCAL
|
|
||||||
MASTER_SITE_SUBDIR= tota/bugzilla-ja
|
|
||||||
DISTNAME= Bugzilla-ja-${PORTVERSION}-template-rel01
|
|
||||||
|
|
||||||
MAINTAINER= bugzilla@FreeBSD.org
|
|
||||||
COMMENT= Japanese localization for Bugzilla
|
|
||||||
|
|
||||||
RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla3
|
|
||||||
|
|
||||||
LATEST_LINK= ${PKGNAMEPREFIX}bugzilla3
|
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
|
||||||
|
|
||||||
.include "${.CURDIR}/../../devel/bugzilla3/Makefile.common"
|
|
||||||
|
|
||||||
USE_BZIP2= yes
|
|
||||||
|
|
||||||
LANGDIR= ${WWWDIR}/template/ja
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
@-${MKDIR} ${LANGDIR}/default
|
|
||||||
@cd ${WRKDIR}/default; ${COPYTREE_SHARE} . ${LANGDIR}/default
|
|
||||||
.if !defined(BATCH)
|
|
||||||
@${ECHO_MSG}
|
|
||||||
@${CAT} ${PKGMESSAGE}
|
|
||||||
@${ECHO_MSG}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
# Maintainer
|
|
||||||
plist: patch
|
|
||||||
@( cd ${WRKDIR}/ && ${FIND} default -type f | ${AWK} '{print "%%WWWDIR%%/template/ja/"$$1}' | ${SORT} > ${PLIST}.new )
|
|
||||||
@( cd ${WRKDIR}/ && ${FIND} default -type d | ${AWK} '{print "@dirrmtry %%WWWDIR%%/template/ja/"$$1}' | ${SORT} -r >> ${PLIST}.new )
|
|
||||||
@${ECHO} "@dirrmtry %%WWWDIR%%/template/ja" >> ${PLIST}.new
|
|
||||||
@if ${DIFF} -u ${PLIST} ${PLIST}.new ; then \
|
|
||||||
${ECHO_MSG} no pkg-plist changes; \
|
|
||||||
${RM} ${PLIST}.new ; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
SHA256 (bugzilla/Bugzilla-ja-3.6.13-template-rel01.tar.bz2) = 5798de539c0a107ffa590b919c971f7624199ab495617534f1a635732a17aaf8
|
|
||||||
SIZE (bugzilla/Bugzilla-ja-3.6.13-template-rel01.tar.bz2) = 215250
|
|
|
@ -1,3 +0,0 @@
|
||||||
Japanese localization for Bugzilla bug tracking system.
|
|
||||||
|
|
||||||
WWW: http://developer.mozilla.org/ja/Bugzilla-ja
|
|
|
@ -1,5 +0,0 @@
|
||||||
==========================================================================
|
|
||||||
Japanese localization for Bugzilla has now been installed.
|
|
||||||
|
|
||||||
Please run "checksetup.pl" to re-generate templates.
|
|
||||||
==========================================================================
|
|
|
@ -1,317 +0,0 @@
|
||||||
%%WWWDIR%%/template/ja/default/account/auth/login-small.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/auth/login.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/cancel-token.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/created.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/email/change-new.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/email/change-old.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/email/confirm-new.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/email/confirm.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/email/request-new.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/password/forgotten-password.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/password/set-forgotten-password.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/prefs/account.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/prefs/email.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/prefs/permissions.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/prefs/prefs.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/prefs/saved-searches.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/prefs/settings.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/account/profile-activity.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/admin.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/classifications/add.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/classifications/del.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/classifications/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/classifications/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/classifications/reclassify.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/classifications/select.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/components/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/components/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/components/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/components/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/components/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/components/select-product.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/confirm-action.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/custom_fields/cf-js.js.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/custom_fields/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/custom_fields/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/custom_fields/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/custom_fields/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/fieldvalues/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/fieldvalues/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/fieldvalues/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/fieldvalues/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/fieldvalues/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/fieldvalues/select-field.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/flag-type/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/flag-type/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/flag-type/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/groups/confirm-remove.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/groups/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/groups/delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/groups/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/groups/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/keywords/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/keywords/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/keywords/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/keywords/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/milestones/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/milestones/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/milestones/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/milestones/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/milestones/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/milestones/select-product.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/admin.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/advanced.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/attachment.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/auth.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/bugchange.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/bugfields.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/bugmove.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/common.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/core.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/dependencygraph.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/editparams.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/general.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/groupsecurity.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/index.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/ldap.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/mta.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/patchviewer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/query.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/radius.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/shadowdb.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/params/usermatch.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/products/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/products/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/products/edit-common.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/products/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/products/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/products/groupcontrol/confirm-edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/products/groupcontrol/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/products/groupcontrol/updated.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/products/list-classifications.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/products/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/products/updated.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/sanitycheck/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/sanitycheck/messages.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/settings/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/sudo.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/users/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/users/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/users/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/users/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/users/listselectvars.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/users/responsibilities.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/users/search.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/users/userdata.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/versions/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/versions/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/versions/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/versions/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/versions/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/versions/select-product.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/workflow/comment.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/admin/workflow/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/cancel-create-dupe.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/choose.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/content-types.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/created.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/createformcontents.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/delete_reason.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/diff-file.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/diff-footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/diff-header.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/midair.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/show-multiple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/attachment/updated.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/activity/show.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/activity/table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/choose.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/comments.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/create/comment-guided.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/create/comment.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/create/confirm-create-dupe.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/create/create-guided.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/create/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/create/created.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/create/make-template.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/create/user-message.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/dependency-graph.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/dependency-tree.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/field-events.js.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/field.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/format_comment.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/knob.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/navigate.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/process/bugmail.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/process/confirm-duplicate.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/process/header.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/process/midair.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/process/results.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/process/verify-new-product.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/show-header.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/show-multiple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/show.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/show.xml.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/summarize-time.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/time.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/votes/delete-all.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/votes/list-for-bug.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/bug/votes/list-for-user.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/config.js.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/config.rdf.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/email/lockout.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/email/newchangedmail.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/email/sanitycheck.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/email/sudo.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/email/votes-removed.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/email/whine.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/extensions/config.pm.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/extensions/extension.pm.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/extensions/hook-readme.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/extensions/license.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/extensions/name-readme.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/extensions/util.pm.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/filterexceptions.pl
|
|
||||||
%%WWWDIR%%/template/ja/default/flag/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/banner.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/choose-classification.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/choose-product.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/code-error.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/common-links.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/confirm-action.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/confirm-user-match.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/docslinks.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/field-descs.none.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/header.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/help.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/hidden-fields.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/initialize.none.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/js-products.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/message.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/message.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/messages.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/per-bug-queries.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/select-menu.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/setting-descs.none.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/site-navigation.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/tabs.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/textarea.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/useful-links.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/user-error.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/user.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/userselect.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/global/variables.none.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/index.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/list/change-columns.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/list/edit-multiple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/list/list-simple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/list/list.atom.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/list/list.csv.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/list/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/list/list.ics.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/list/list.rdf.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/list/quips.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/list/server-push.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/list/table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/pages/bug-writing.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/pages/fields.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/pages/linked.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/pages/linkify.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/pages/quicksearch.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/pages/release-notes.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/pages/sudo.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/pages/voting.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/chart.csv.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/chart.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/chart.png.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/components.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/create-chart.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/delete-series.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/duplicates-simple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/duplicates-table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/duplicates.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/edit-series.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/keywords.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/menu.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/old-charts.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/report-bar.png.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/report-line.png.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/report-pie.png.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/report-simple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/report-table.csv.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/report-table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/report.csv.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/report.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/series-common.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/reports/series.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/request/email.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/request/queue.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/search/boolean-charts.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/search/form.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/search/knob.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/search/search-advanced.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/search/search-create-series.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/search/search-help.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/search/search-plugin.xml.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/search/search-report-graph.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/search/search-report-select.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/search/search-report-table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/search/search-specific.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/search/tabs.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/search/type-select.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/setup/strings.txt.pl
|
|
||||||
%%WWWDIR%%/template/ja/default/sidebar.xul.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/welcome-admin.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/whine/mail.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/whine/mail.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/whine/multipart-mime.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ja/default/whine/schedule.html.tmpl
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/whine
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/setup
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/search
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/request
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/reports
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/pages
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/list
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/global
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/flag
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/extensions
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/email
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/bug/votes
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/bug/process
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/bug/create
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/bug/activity
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/bug
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/attachment
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/workflow
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/versions
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/users
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/settings
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/sanitycheck
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/products/groupcontrol
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/products
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/params
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/milestones
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/keywords
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/groups
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/flag-type
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/fieldvalues
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/custom_fields
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/components
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin/classifications
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/admin
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/account/prefs
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/account/password
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/account/email
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/account/auth
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default/account
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja/default
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ja
|
|
|
@ -7,7 +7,6 @@
|
||||||
SUBDIR += artwiz-ru
|
SUBDIR += artwiz-ru
|
||||||
SUBDIR += aspell
|
SUBDIR += aspell
|
||||||
SUBDIR += bugzilla
|
SUBDIR += bugzilla
|
||||||
SUBDIR += bugzilla3
|
|
||||||
SUBDIR += bugzilla42
|
SUBDIR += bugzilla42
|
||||||
SUBDIR += calligra-l10n
|
SUBDIR += calligra-l10n
|
||||||
SUBDIR += d1489
|
SUBDIR += d1489
|
||||||
|
|
|
@ -1,39 +0,0 @@
|
||||||
# $FreeBSD$
|
|
||||||
|
|
||||||
PORTNAME= bugzilla
|
|
||||||
PORTVERSION= 3.6.13
|
|
||||||
CATEGORIES= russian
|
|
||||||
MASTER_SITES= SF
|
|
||||||
MASTER_SITE_SUBDIR=bugzilla-ru/bugzilla-${PORTVERSION:R}-ru/${PORTVERSION}
|
|
||||||
DISTNAME= bugzilla-${PORTVERSION}-ru-20130222
|
|
||||||
|
|
||||||
MAINTAINER= bugzilla@FreeBSD.org
|
|
||||||
COMMENT= Russian localization for Bugzilla
|
|
||||||
|
|
||||||
RUN_DEPENDS= bugzilla>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla3
|
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.ru
|
|
||||||
|
|
||||||
.include "${.CURDIR}/../../devel/bugzilla3/Makefile.common"
|
|
||||||
|
|
||||||
LATEST_LINK= ${PKGNAMEPREFIX}bugzilla3
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
${MKDIR} ${WWWDIR}
|
|
||||||
(cd ${WRKSRC}/ && ${PAX} -r -w * ${WWWDIR})
|
|
||||||
.if !defined(BATCH)
|
|
||||||
@${ECHO_MSG}
|
|
||||||
@${CAT} ${PKGMESSAGE}
|
|
||||||
@${ECHO_MSG}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
# Maintainer
|
|
||||||
plist: patch
|
|
||||||
@( cd ${WRKSRC}/ && ${FIND} * -type f | ${AWK} '{print "%%WWWDIR%%/"$$1}' | ${SORT} > ${PLIST}.new )
|
|
||||||
@( cd ${WRKSRC}/ && ${FIND} * -type d | ${AWK} '{print "@dirrmtry %%WWWDIR%%/"$$1}' | ${SORT} -r >> ${PLIST}.new )
|
|
||||||
@if ${DIFF} -u ${PLIST} ${PLIST}.new ; then \
|
|
||||||
${ECHO_MSG} no pkg-plist changes; \
|
|
||||||
${RM} ${PLIST}.new ; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
SHA256 (bugzilla/bugzilla-3.6.13-ru-20130222.tar.gz) = f5727eb5af75b6c8e18c5e51269833d936051f41060652b8849c9f227e97d553
|
|
||||||
SIZE (bugzilla/bugzilla-3.6.13-ru-20130222.tar.gz) = 323891
|
|
|
@ -1,3 +0,0 @@
|
||||||
Russian localization for Bugzilla bug tracking system.
|
|
||||||
|
|
||||||
WWW: http://sourceforge.net/projects/bugzilla-ru/
|
|
|
@ -1,5 +0,0 @@
|
||||||
==========================================================================
|
|
||||||
Russian localization for Bugzilla has now been installed.
|
|
||||||
|
|
||||||
Please run "checksetup.pl" to re-generate templates.
|
|
||||||
==========================================================================
|
|
|
@ -1,292 +0,0 @@
|
||||||
%%WWWDIR%%/README-ru.en
|
|
||||||
%%WWWDIR%%/README-ru.ru.UTF-8
|
|
||||||
%%WWWDIR%%/help/ru/glossary.html
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/auth/login-small.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/auth/login.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/cancel-token.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/created.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/email/change-new.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/email/change-old.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/email/confirm-new.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/email/confirm.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/email/request-new.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/password/forgotten-password.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/password/set-forgotten-password.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/prefs/account.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/prefs/email.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/prefs/permissions.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/prefs/prefs.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/prefs/saved-searches.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/prefs/settings.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/account/profile-activity.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/admin.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/classifications/add.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/classifications/del.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/classifications/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/classifications/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/classifications/reclassify.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/classifications/select.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/components/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/components/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/components/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/components/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/components/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/components/select-product.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/confirm-action.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/custom_fields/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/custom_fields/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/custom_fields/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/custom_fields/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/fieldvalues/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/fieldvalues/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/fieldvalues/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/fieldvalues/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/fieldvalues/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/fieldvalues/select-field.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/flag-type/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/flag-type/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/flag-type/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/groups/confirm-remove.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/groups/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/groups/delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/groups/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/groups/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/keywords/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/keywords/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/keywords/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/keywords/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/milestones/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/milestones/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/milestones/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/milestones/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/milestones/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/milestones/select-product.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/admin.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/advanced.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/attachment.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/auth.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/bugchange.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/bugfields.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/bugmove.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/choice-descs.none.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/common.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/core.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/dependencygraph.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/editparams.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/general.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/groupsecurity.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/index.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/ldap.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/mta.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/patchviewer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/query.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/radius.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/shadowdb.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/params/usermatch.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/products/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/products/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/products/edit-common.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/products/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/products/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/products/groupcontrol/confirm-edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/products/groupcontrol/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/products/groupcontrol/updated.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/products/list-classifications.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/products/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/products/updated.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/sanitycheck/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/sanitycheck/messages.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/settings/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/sudo.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/users/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/users/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/users/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/users/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/users/responsibilities.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/users/search.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/users/userdata.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/versions/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/versions/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/versions/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/versions/footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/versions/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/versions/select-product.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/workflow/comment.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/admin/workflow/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/cancel-create-dupe.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/choose.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/confirm-delete.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/content-types.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/created.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/createformcontents.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/delete_reason.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/diff-file.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/diff-footer.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/diff-header.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/midair.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/show-multiple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/attachment/updated.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/activity/show.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/activity/table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/choose.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/comments.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/create/comment-guided.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/create/confirm-create-dupe.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/create/create-guided.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/create/create.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/create/created.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/create/make-template.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/create/user-message.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/dependency-graph.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/dependency-tree.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/edit.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/field.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/format_comment.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/knob.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/navigate.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/process/bugmail.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/process/confirm-duplicate.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/process/header.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/process/midair.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/process/results.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/process/verify-new-product.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/show-header.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/show-multiple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/show.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/summarize-time.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/votes/delete-all.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/votes/list-for-bug.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/bug/votes/list-for-user.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/email/lockout.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/email/newchangedmail.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/email/sanitycheck.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/email/sudo.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/email/votes-removed.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/email/whine.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/extensions/hook-readme.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/extensions/license.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/extensions/name-readme.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/filterexceptions.pl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/flag/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/choose-classification.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/choose-product.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/code-error.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/common-links.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/confirm-action.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/confirm-user-match.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/docslinks.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/field-descs.none.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/header.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/hidden-fields.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/message.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/messages.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/per-bug-queries.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/setting-descs.none.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/site-navigation.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/useful-links.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/user-error.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/global/variables.none.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/index.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/list/change-columns.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/list/edit-multiple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/list/list-simple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/list/list.atom.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/list/list.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/list/quips.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/list/server-push.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/list/table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/pages/bug-writing.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/pages/fields.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/pages/linked.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/pages/linkify.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/pages/quicksearch.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/pages/release-notes.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/pages/sudo.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/pages/voting.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/chart.csv.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/chart.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/chart.png.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/components.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/create-chart.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/delete-series.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/duplicates-simple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/duplicates-table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/duplicates.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/edit-series.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/keywords.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/menu.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/old-charts.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/report-simple.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/report-table.csv.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/report-table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/report.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/reports/series.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/request/email.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/request/queue.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/search/boolean-charts.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/search/form.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/search/knob.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/search/search-advanced.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/search/search-create-series.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/search/search-help.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/search/search-plugin.xml.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/search/search-report-graph.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/search/search-report-select.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/search/search-report-table.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/search/search-specific.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/search/tabs.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/setup/strings.txt.pl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/sidebar.xul.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/welcome-admin.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/whine/mail.html.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/whine/mail.txt.tmpl
|
|
||||||
%%WWWDIR%%/template/ru-RU/default/whine/schedule.html.tmpl
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/whine
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/setup
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/search
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/request
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/reports
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/pages
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/list
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/global
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/flag
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/extensions
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/email
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/bug/votes
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/bug/process
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/bug/create
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/bug/activity
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/bug
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/attachment
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/workflow
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/versions
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/users
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/settings
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/sanitycheck
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/products/groupcontrol
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/products
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/params
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/milestones
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/keywords
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/groups
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/flag-type
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/fieldvalues
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/custom_fields
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/components
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin/classifications
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/admin
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/account/prefs
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/account/password
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/account/email
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/account/auth
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default/account
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU/default
|
|
||||||
@dirrmtry %%WWWDIR%%/template/ru-RU
|
|
||||||
@dirrmtry %%WWWDIR%%/template
|
|
||||||
@dirrmtry %%WWWDIR%%/help/ru
|
|
||||||
@dirrmtry %%WWWDIR%%/help
|
|
Loading…
Add table
Reference in a new issue