mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
Add otrs 2.0.4, Open Ticket Request System.
This commit is contained in:
parent
8ae1496a87
commit
afe2b6c1ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166988
@ -709,6 +709,7 @@
|
||||
SUBDIR += ossp-val
|
||||
SUBDIR += ossp-var
|
||||
SUBDIR += ossp-xds
|
||||
SUBDIR += otrs
|
||||
SUBDIR += p4.el
|
||||
SUBDIR += p4api
|
||||
SUBDIR += p4db
|
||||
|
152
devel/otrs/Makefile
Normal file
152
devel/otrs/Makefile
Normal file
@ -0,0 +1,152 @@
|
||||
# New ports collection makefile for: otrs
|
||||
# Date created: 5 July 2006
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= otrs
|
||||
PORTVERSION= 2.0.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.otrs.org/pub/otrs/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-01
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Open Ticket Request System
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
||||
${SITE_PERL}/IO/Stringy.pm:${PORTSDIR}/devel/p5-IO-stringy \
|
||||
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
${SITE_PERL}/Date/Pcalc.pm:${PORTSDIR}/devel/p5-Date-Pcalc \
|
||||
${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
|
||||
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
${SITE_PERL}/MIME/Parser.pm:${PORTSDIR}/mail/p5-MIME-Tools \
|
||||
${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \
|
||||
${SITE_PERL}/Net/POP3.pm:${PORTSDIR}/net/p5-Net \
|
||||
${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
|
||||
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
|
||||
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
OPTIONS= MYSQL "MySQL database support" on \
|
||||
PGSQL "PostgreSQL database support" off \
|
||||
REPORTS_MODULES "Reports support" on \
|
||||
SMTP "Send email via SMTP" on \
|
||||
LDAP "Enable LDAP support" off \
|
||||
ISPELL "Enable spell checking" on \
|
||||
GNUPG "Use GnuPG" off
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
OTRSDIR= ${PREFIX}/otrs
|
||||
|
||||
SUB_FILES= pkg-install pkg-message
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
ROOT_DIRS_LIST= Kernel bin scripts
|
||||
BIN_DIRS_LIST= "" cgi-bin fcgi-bin
|
||||
PM_DIRS_LIST= Kernel Kernel/Config Kernel/Config/Files Kernel/Language \
|
||||
Modules Kernel/Output/HTML Kernel/Output/HTML/Lite \
|
||||
Kernel/Output/HTML/Standard System System/Auth System/AuthSession \
|
||||
System/Crypt System/CustomerAuth System/CustomerUser \
|
||||
System/CustomerUser/ System/
|
||||
DOCS_DIRS_LIST= "" manual/en/pdf
|
||||
DOCS_FILES_LIST= C* INSTALL RE* TODO UPGRADING
|
||||
|
||||
SCRIPTS_DIRS_LIST= "" database test tools
|
||||
CLEAN_CPAN_DIRS= Authen Date Email IO Mail MIME XML auto
|
||||
CLEAN_FILES= scripts/apache2-httpd.include.conf scripts/suse* \
|
||||
scripts/redhat* scripts/DBUpdate*
|
||||
|
||||
USE_APACHE= YES
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again
|
||||
.endif
|
||||
|
||||
.ifdef WITH_MYSQL
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
|
||||
USE_MYSQL= yes
|
||||
.endif
|
||||
|
||||
.ifdef WITH_PGSQL
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
|
||||
USE_PGSQL= yes
|
||||
.endif
|
||||
|
||||
.ifdef WITH_REPORTS_MODULES
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
|
||||
${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
|
||||
${SITE_PERL}/GD/Text/Align.pm:${PORTSDIR}/graphics/p5-GD-TextUtil
|
||||
.endif
|
||||
|
||||
.ifdef WITH_SMTP
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \
|
||||
${SITE_PERL}/Authen/SASL.pm:${PORTSDIR}/security/p5-Authen-SASL
|
||||
.endif
|
||||
|
||||
.ifdef WITH_LDAP
|
||||
RUN_DEPENDS+= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
|
||||
.endif
|
||||
|
||||
.ifdef WITH_ISPELL
|
||||
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
||||
.endif
|
||||
|
||||
.ifdef WITH_GNUPG
|
||||
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
|
||||
.endif
|
||||
|
||||
do-build:
|
||||
@${FIND} ${WRKSRC} -name "*.orig" -delete
|
||||
@${FIND} ${WRKSRC}/Kernel -type d | ${XARGS} ${CHMOD} 0755
|
||||
@${FIND} ${WRKSRC}/Kernel -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
|
||||
@${RM} -rf ${CLEAN_CPAN_DIRS:S!^!${WRKSRC}/Kernel/cpan-lib/!}
|
||||
@${RM} -f ${CLEAN_FILES:S!^!${WRKSRC}/!}
|
||||
@${FIND} ${WRKSRC} -type f | ${XARGS} ${SED} -i '' \
|
||||
-e "s=/opt/=${PREFIX}/=g;s=wwwrun=${WWWOWN}=g;"
|
||||
.ifdef WITH_ISPELL
|
||||
@${FIND} ${WRKSRC} -type f | ${XARGS} ${SED} -i '' \
|
||||
-e "s=/usr/bin/ispell=${PREFIX}/bin/ispell=g"
|
||||
.endif
|
||||
.ifdef WITH_GNUPG
|
||||
@${FIND} ${WRKSRC} -type f | ${XARGS} ${SED} -i '' \
|
||||
-e "s=/usr/bin/gpg=${PREFIX}/bin/gpg=g"
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
||||
@${MKDIR} ${ROOT_DIRS_LIST:S!^!${OTRSDIR}/!} ${BIN_DIRS_LIST:S!^!${OTRSDIR}/bin/!} \
|
||||
${SCRIPTS_DIRS_LIST:S!^!${OTRSDIR}/scripts/!}
|
||||
@${INSTALL_DATA} ${WRKSRC}/.*.dist ${OTRSDIR}/
|
||||
.for D in ${BIN_DIRS_LIST}
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/bin/${D}/*.* ${OTRSDIR}/bin/${D}/
|
||||
.endfor
|
||||
@(cd ${WRKSRC} && ${PAX} -r -w Kernel var ${OTRSDIR})
|
||||
.if !exists(${OTRSDIR}/Kernel/Config.pm)
|
||||
@${CP} ${OTRSDIR}/Kernel/Config.pm.dist ${OTRSDIR}/Kernel/Config.pm
|
||||
.endif
|
||||
.if !exists(${OTRSDIR}/Kernel/Config/GenericAgent.pm)
|
||||
@${CP} ${OTRSDIR}/Kernel/Config/GenericAgent.pm.dist ${OTRSDIR}/Kernel/Config/GenericAgent.pm
|
||||
.endif
|
||||
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${OTRSDIR}/Kernel
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.[ps][lh] ${OTRSDIR}/scripts/
|
||||
@${INSTALL_DATA} ${WRKSRC}/scripts/*.p[hm]* ${WRKSRC}/scripts/apache* ${OTRSDIR}/scripts/
|
||||
@${INSTALL_DATA} ${WRKSRC}/scripts/database/* ${OTRSDIR}/scripts/database/
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/scripts/test/*.pl ${OTRSDIR}/scripts/test/
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/scripts/tools/*.pl ${OTRSDIR}/scripts/tools/
|
||||
.ifndef NOPORTDOCS
|
||||
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
|
||||
@${MKDIR} ${DOCS_DIRS_LIST:S!^!${DOCSDIR}/!}
|
||||
@${INSTALL_DATA} ${DOCS_FILES_LIST:S!^!${WRKSRC}/!} ${DOCSDIR}/
|
||||
.for D in ${DOCS_DIRS_LIST}
|
||||
@${INSTALL_DATA} ${WRKSRC}/doc/${D}/*.* ${DOCSDIR}/${D}/
|
||||
.endfor
|
||||
.endif
|
||||
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/otrs/distinfo
Normal file
3
devel/otrs/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (otrs-2.0.4-01.tar.bz2) = cfc0fa4f711c2fa92bc513b57632bbfe
|
||||
SHA256 (otrs-2.0.4-01.tar.bz2) = 6d3a357e4beee75c0267e6dc3dd16cf31d94946a75063b15081db0d2864d1866
|
||||
SIZE (otrs-2.0.4-01.tar.bz2) = 11560233
|
@ -0,0 +1,10 @@
|
||||
--- scripts/apache2-httpd-new.include.conf.orig Wed Jul 5 20:43:47 2006
|
||||
+++ scripts/apache2-httpd-new.include.conf Wed Jul 5 20:44:21 2006
|
||||
@@ -32,6 +32,7 @@
|
||||
<Directory "/opt/otrs/bin/cgi-bin/">
|
||||
AllowOverride None
|
||||
Options +ExecCGI -Includes
|
||||
+ DirectoryIndex index.pl
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</Directory>
|
40
devel/otrs/files/pkg-install.in
Normal file
40
devel/otrs/files/pkg-install.in
Normal file
@ -0,0 +1,40 @@
|
||||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
PATH=/bin:/usr/bin:/usr/sbin
|
||||
|
||||
WWWOWN="www"
|
||||
WWWGRP="www"
|
||||
OTRS_USER="otrs"
|
||||
OTRS_GROUP="otrs"
|
||||
|
||||
case $2 in
|
||||
PRE-INSTALL)
|
||||
|
||||
if ! pw groupshow -n ${OTRS_GROUP} >/dev/null 2>&1; then
|
||||
if pw groupadd -n ${OTRS_GROUP}; then
|
||||
echo "Added group \"${OTRS_GROUP}\"."
|
||||
else
|
||||
echo "Adding group \"${OTRS_GROUP}\" failed..."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
if ! id -u ${OTRS_USER} >/dev/null 2>&1; then
|
||||
if pw useradd -n ${OTRS_USER} -g ${OTRS_GROUP} \
|
||||
-G ${WWWGRP} -h - -s /bin/csh \
|
||||
-d ${PKG_PREFIX}/otrs -c "OTRS Administrator" ; then
|
||||
echo "Added user \"${OTRS_USER}\"."
|
||||
else
|
||||
echo "Adding user \"${OTRS_USER}\" failed..."
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
|
||||
POST-INSTALL)
|
||||
${PKG_PREFIX}/otrs/bin/SetPermissions.sh ${PKG_PREFIX}/otrs \
|
||||
${OTRS_USER} ${WWWOWN} ${OTRS_GROUP} ${WWWGRP}
|
||||
;;
|
||||
|
||||
esac
|
11
devel/otrs/files/pkg-message.in
Normal file
11
devel/otrs/files/pkg-message.in
Normal file
@ -0,0 +1,11 @@
|
||||
==========================================================================
|
||||
OTRS is now installed.
|
||||
|
||||
The rest of installation must be completed manually.
|
||||
|
||||
Please read
|
||||
|
||||
http://doc.otrs.org/2.0/en/html/x357.html#webserver-configuration
|
||||
|
||||
and follow instructions.
|
||||
==========================================================================
|
7
devel/otrs/pkg-descr
Normal file
7
devel/otrs/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
OTRS is an Open source Ticket Request System (also well known as trouble
|
||||
ticket system) with many features to manage customer telephone calls and
|
||||
e-mails. The system is built to allow your support, sales, pre-sales,
|
||||
billing, internal IT, helpdesk, etc. department to react quickly to
|
||||
inbound inquiries.
|
||||
|
||||
WWW: http://otrs.org/
|
666
devel/otrs/pkg-plist
Normal file
666
devel/otrs/pkg-plist
Normal file
@ -0,0 +1,666 @@
|
||||
otrs/.fetchmailrc.dist
|
||||
otrs/.mailfilter.dist
|
||||
otrs/.procmailrc.dist
|
||||
otrs/bin/CheckDB.pl
|
||||
otrs/bin/CleanUp.pl
|
||||
otrs/bin/Cron.sh
|
||||
otrs/bin/Cron4Win32.pl
|
||||
otrs/bin/CryptPassword.pl
|
||||
otrs/bin/DeleteSessionIDs.pl
|
||||
otrs/bin/GenericAgent.pl
|
||||
otrs/bin/PendingJobs.pl
|
||||
otrs/bin/PostMaster.pl
|
||||
otrs/bin/PostMasterClient.pl
|
||||
otrs/bin/PostMasterDaemon.pl
|
||||
otrs/bin/PostMasterPOP3.pl
|
||||
otrs/bin/RebuildTicketIndex.pl
|
||||
otrs/bin/SetPermissions.sh
|
||||
otrs/bin/UnlockTickets.pl
|
||||
otrs/bin/XMLMaster.pl
|
||||
otrs/bin/mkStats.pl
|
||||
otrs/bin/opm.pl
|
||||
otrs/bin/otrs.CreateNewTranslationFile
|
||||
otrs/bin/otrs.addGroup
|
||||
otrs/bin/otrs.addQueue
|
||||
otrs/bin/otrs.addStdResponse2Queue
|
||||
otrs/bin/otrs.addUser
|
||||
otrs/bin/otrs.addUser2Group
|
||||
otrs/bin/otrs.checkModules
|
||||
otrs/bin/otrs.cleanup
|
||||
otrs/bin/otrs.getConfig
|
||||
otrs/bin/otrs.getGroupID
|
||||
otrs/bin/otrs.getTicketThread
|
||||
otrs/bin/otrs.getUserID
|
||||
otrs/bin/otrs.setPassword
|
||||
otrs/bin/xml2sql.pl
|
||||
otrs/bin/cgi-bin/customer.pl
|
||||
otrs/bin/cgi-bin/faq.pl
|
||||
otrs/bin/cgi-bin/index.pl
|
||||
otrs/bin/cgi-bin/installer.pl
|
||||
otrs/bin/cgi-bin/public.pl
|
||||
otrs/bin/fcgi-bin/customer.fpl
|
||||
otrs/bin/fcgi-bin/faq.fpl
|
||||
otrs/bin/fcgi-bin/index.fpl
|
||||
otrs/bin/fcgi-bin/public.fpl
|
||||
otrs/scripts/SystemStatsGeneric.pm
|
||||
otrs/scripts/apache-httpd.conf
|
||||
otrs/scripts/apache-httpd.include.conf
|
||||
otrs/scripts/apache-perl-startup.pl
|
||||
otrs/scripts/apache2-httpd-new.include.conf
|
||||
otrs/scripts/apache2-perl-startup.pl
|
||||
otrs/scripts/auto_build.sh
|
||||
otrs/scripts/auto_docbuild.sh
|
||||
otrs/scripts/backup.pl
|
||||
otrs/scripts/login.php
|
||||
otrs/scripts/login.pl
|
||||
otrs/scripts/restore.pl
|
||||
otrs/scripts/sync_node.sh
|
||||
otrs/scripts/syncuser_csv2otrs.pl
|
||||
otrs/scripts/webform.pl
|
||||
otrs/scripts/database/initial_insert.sapdb.sql
|
||||
otrs/scripts/database/initial_insert.sql
|
||||
otrs/scripts/database/otrs-schema-post.db2.sql
|
||||
otrs/scripts/database/otrs-schema-post.maxdb.sql
|
||||
otrs/scripts/database/otrs-schema-post.mysql.sql
|
||||
otrs/scripts/database/otrs-schema-post.oracle.sql
|
||||
otrs/scripts/database/otrs-schema-post.postgresql.sql
|
||||
otrs/scripts/database/otrs-schema.db2.sql
|
||||
otrs/scripts/database/otrs-schema.maxdb.sql
|
||||
otrs/scripts/database/otrs-schema.mysql.sql
|
||||
otrs/scripts/database/otrs-schema.oracle.sql
|
||||
otrs/scripts/database/otrs-schema.postgresql.sql
|
||||
otrs/scripts/database/otrs-schema.xml
|
||||
otrs/scripts/test/CreateTickerNumber.pl
|
||||
otrs/scripts/test/CustomerBackend.pl
|
||||
otrs/scripts/test/CustomerUserAuth.pl
|
||||
otrs/scripts/test/TicketHistoryState.pl
|
||||
otrs/scripts/test/Time.pl
|
||||
otrs/scripts/test/UserAuth.pl
|
||||
otrs/scripts/test/XML.pl
|
||||
otrs/scripts/tools/base64.pl
|
||||
otrs/scripts/tools/charset-convert.pl
|
||||
otrs/scripts/tools/compress-mail.pl
|
||||
otrs/scripts/tools/sync-ldap2db.pl
|
||||
otrs/scripts/tools/xml2html.pl
|
||||
otrs/var/cron/aaa_base.dist
|
||||
otrs/var/cron/fetchmail.dist
|
||||
otrs/var/cron/generic_agent-database.dist
|
||||
otrs/var/cron/generic_agent.dist
|
||||
otrs/var/cron/pending_jobs.dist
|
||||
otrs/var/cron/postmaster.dist
|
||||
otrs/var/cron/postmaster_pop3.dist
|
||||
otrs/var/cron/rebuild_ticket_index.dist
|
||||
otrs/var/cron/session.dist
|
||||
otrs/var/cron/unlock.dist
|
||||
otrs/var/httpd/htdocs/index.html
|
||||
otrs/var/httpd/htdocs/images/Standard/admin.png
|
||||
otrs/var/httpd/htdocs/images/Standard/attach-small.png
|
||||
otrs/var/httpd/htdocs/images/Standard/attach.png
|
||||
otrs/var/httpd/htdocs/images/Standard/back.png
|
||||
otrs/var/httpd/htdocs/images/Standard/calendar-small.png
|
||||
otrs/var/httpd/htdocs/images/Standard/checkbox_arrow_left_up.png
|
||||
otrs/var/httpd/htdocs/images/Standard/close.png
|
||||
otrs/var/httpd/htdocs/images/Standard/contents.png
|
||||
otrs/var/httpd/htdocs/images/Standard/desktop.png
|
||||
otrs/var/httpd/htdocs/images/Standard/disk-s.png
|
||||
otrs/var/httpd/htdocs/images/Standard/disk.png
|
||||
otrs/var/httpd/htdocs/images/Standard/down-big.png
|
||||
otrs/var/httpd/htdocs/images/Standard/down-small.png
|
||||
otrs/var/httpd/htdocs/images/Standard/down.png
|
||||
otrs/var/httpd/htdocs/images/Standard/edit.png
|
||||
otrs/var/httpd/htdocs/images/Standard/edittrash.png
|
||||
otrs/var/httpd/htdocs/images/Standard/error.png
|
||||
otrs/var/httpd/htdocs/images/Standard/exit.png
|
||||
otrs/var/httpd/htdocs/images/Standard/fileopen.png
|
||||
otrs/var/httpd/htdocs/images/Standard/folder.png
|
||||
otrs/var/httpd/htdocs/images/Standard/folder_green.png
|
||||
otrs/var/httpd/htdocs/images/Standard/folder_grey.png
|
||||
otrs/var/httpd/htdocs/images/Standard/folder_yellow-small.png
|
||||
otrs/var/httpd/htdocs/images/Standard/folder_yellow.png
|
||||
otrs/var/httpd/htdocs/images/Standard/forward.png
|
||||
otrs/var/httpd/htdocs/images/Standard/group-small.png
|
||||
otrs/var/httpd/htdocs/images/Standard/group.png
|
||||
otrs/var/httpd/htdocs/images/Standard/h-line.png
|
||||
otrs/var/httpd/htdocs/images/Standard/help-small.png
|
||||
otrs/var/httpd/htdocs/images/Standard/help.png
|
||||
otrs/var/httpd/htdocs/images/Standard/history.png
|
||||
otrs/var/httpd/htdocs/images/Standard/home.png
|
||||
otrs/var/httpd/htdocs/images/Standard/import-s.png
|
||||
otrs/var/httpd/htdocs/images/Standard/import-sw-s.png
|
||||
otrs/var/httpd/htdocs/images/Standard/import.png
|
||||
otrs/var/httpd/htdocs/images/Standard/installer.png
|
||||
otrs/var/httpd/htdocs/images/Standard/installer1.png
|
||||
otrs/var/httpd/htdocs/images/Standard/installer2.png
|
||||
otrs/var/httpd/htdocs/images/Standard/installer3.png
|
||||
otrs/var/httpd/htdocs/images/Standard/installer4.png
|
||||
otrs/var/httpd/htdocs/images/Standard/kcmpartitions.png
|
||||
otrs/var/httpd/htdocs/images/Standard/left-big.png
|
||||
otrs/var/httpd/htdocs/images/Standard/left-small.png
|
||||
otrs/var/httpd/htdocs/images/Standard/list.png
|
||||
otrs/var/httpd/htdocs/images/Standard/lock.png
|
||||
otrs/var/httpd/htdocs/images/Standard/mail_new.png
|
||||
otrs/var/httpd/htdocs/images/Standard/misc.png
|
||||
otrs/var/httpd/htdocs/images/Standard/module_setting.png
|
||||
otrs/var/httpd/htdocs/images/Standard/network.png
|
||||
otrs/var/httpd/htdocs/images/Standard/network_local.png
|
||||
otrs/var/httpd/htdocs/images/Standard/new-message.png
|
||||
otrs/var/httpd/htdocs/images/Standard/new.png
|
||||
otrs/var/httpd/htdocs/images/Standard/note.png
|
||||
otrs/var/httpd/htdocs/images/Standard/notready.png
|
||||
otrs/var/httpd/htdocs/images/Standard/overview.png
|
||||
otrs/var/httpd/htdocs/images/Standard/personal.png
|
||||
otrs/var/httpd/htdocs/images/Standard/phone-new.png
|
||||
otrs/var/httpd/htdocs/images/Standard/phppg.png
|
||||
otrs/var/httpd/htdocs/images/Standard/prefer.png
|
||||
otrs/var/httpd/htdocs/images/Standard/print.png
|
||||
otrs/var/httpd/htdocs/images/Standard/priority.png
|
||||
otrs/var/httpd/htdocs/images/Standard/ready.png
|
||||
otrs/var/httpd/htdocs/images/Standard/reporting.png
|
||||
otrs/var/httpd/htdocs/images/Standard/right-big.png
|
||||
otrs/var/httpd/htdocs/images/Standard/right-small.png
|
||||
otrs/var/httpd/htdocs/images/Standard/screen-s.png
|
||||
otrs/var/httpd/htdocs/images/Standard/screen.png
|
||||
otrs/var/httpd/htdocs/images/Standard/search.png
|
||||
otrs/var/httpd/htdocs/images/Standard/spell.png
|
||||
otrs/var/httpd/htdocs/images/Standard/stats.png
|
||||
otrs/var/httpd/htdocs/images/Standard/stop.png
|
||||
otrs/var/httpd/htdocs/images/Standard/ticket.png
|
||||
otrs/var/httpd/htdocs/images/Standard/tickets.png
|
||||
otrs/var/httpd/htdocs/images/Standard/unknown.png
|
||||
otrs/var/httpd/htdocs/images/Standard/unlock.png
|
||||
otrs/var/httpd/htdocs/images/Standard/up-big.png
|
||||
otrs/var/httpd/htdocs/images/Standard/up-small.png
|
||||
otrs/var/httpd/htdocs/images/Standard/up.png
|
||||
otrs/var/httpd/htdocs/images/Standard/warning.png
|
||||
otrs/var/httpd/htdocs/images/Standard/zoom.png
|
||||
@unexec [ -s %D/otrs/var/log/TicketCounter.log ] || rm -f %D/otrs/var/log/TicketCounter.log
|
||||
@unexec if cmp -s %D/otrs/Kernel/Config.pm %D/otrs/Kernel/Config.pm.dist; then rm -f %D/otrs/Kernel/Config.pm; fi
|
||||
otrs/Kernel/Config.pm.dist
|
||||
@exec [ -f %B/Config.pm ] || cp %B/%f %B/Config.pm
|
||||
otrs/Kernel/Language.pm
|
||||
otrs/Kernel/Config/Defaults.pm
|
||||
@unexec if cmp -s %D/otrs/Kernel/Config/GenericAgent.pm %D/otrs/Kernel/Config/GenericAgent.pm.dist; then rm -f %D/otrs/Kernel/Config/GenericAgent.pm; fi
|
||||
otrs/Kernel/Config/GenericAgent.pm.dist
|
||||
@exec [ -f %B/GenericAgent.pm ] || cp %B/%f %B/GenericAgent.pm
|
||||
otrs/Kernel/Config/GenericAgent.pm.examples
|
||||
otrs/Kernel/Config/Files/FAQ.pm
|
||||
otrs/Kernel/Config/Files/FAQ.xml
|
||||
otrs/Kernel/Config/Files/Framework.xml
|
||||
otrs/Kernel/Config/Files/Ticket.pm
|
||||
otrs/Kernel/Config/Files/Ticket.xml
|
||||
otrs/Kernel/Config/Files/TicketPostMaster.pm
|
||||
otrs/Kernel/Language/bb.pm
|
||||
otrs/Kernel/Language/bg.pm
|
||||
otrs/Kernel/Language/cz.pm
|
||||
otrs/Kernel/Language/de.pm
|
||||
otrs/Kernel/Language/en.pm
|
||||
otrs/Kernel/Language/es.pm
|
||||
otrs/Kernel/Language/fi.pm
|
||||
otrs/Kernel/Language/fr.pm
|
||||
otrs/Kernel/Language/hu.pm
|
||||
otrs/Kernel/Language/it.pm
|
||||
otrs/Kernel/Language/nb_NO.pm
|
||||
otrs/Kernel/Language/nl.pm
|
||||
otrs/Kernel/Language/pl.pm
|
||||
otrs/Kernel/Language/pt.pm
|
||||
otrs/Kernel/Language/pt_BR.pm
|
||||
otrs/Kernel/Language/ru.pm
|
||||
otrs/Kernel/Language/sv.pm
|
||||
otrs/Kernel/Language/xx_AgentZoom.pm
|
||||
otrs/Kernel/Language/xx_Custom.pm
|
||||
otrs/Kernel/Language/zh_CN.pm
|
||||
otrs/Kernel/Modules/Admin.pm
|
||||
otrs/Kernel/Modules/AdminAttachment.pm
|
||||
otrs/Kernel/Modules/AdminAutoResponse.pm
|
||||
otrs/Kernel/Modules/AdminCustomerUser.pm
|
||||
otrs/Kernel/Modules/AdminCustomerUserGroup.pm
|
||||
otrs/Kernel/Modules/AdminEmail.pm
|
||||
otrs/Kernel/Modules/AdminGenericAgent.pm
|
||||
otrs/Kernel/Modules/AdminGroup.pm
|
||||
otrs/Kernel/Modules/AdminLog.pm
|
||||
otrs/Kernel/Modules/AdminNotification.pm
|
||||
otrs/Kernel/Modules/AdminPGP.pm
|
||||
otrs/Kernel/Modules/AdminPOP3.pm
|
||||
otrs/Kernel/Modules/AdminPackageManager.pm
|
||||
otrs/Kernel/Modules/AdminPostMasterFilter.pm
|
||||
otrs/Kernel/Modules/AdminQueue.pm
|
||||
otrs/Kernel/Modules/AdminQueueAutoResponse.pm
|
||||
otrs/Kernel/Modules/AdminQueueResponses.pm
|
||||
otrs/Kernel/Modules/AdminResponse.pm
|
||||
otrs/Kernel/Modules/AdminResponseAttachment.pm
|
||||
otrs/Kernel/Modules/AdminRole.pm
|
||||
otrs/Kernel/Modules/AdminRoleGroup.pm
|
||||
otrs/Kernel/Modules/AdminRoleUser.pm
|
||||
otrs/Kernel/Modules/AdminSMIME.pm
|
||||
otrs/Kernel/Modules/AdminSalutation.pm
|
||||
otrs/Kernel/Modules/AdminSelectBox.pm
|
||||
otrs/Kernel/Modules/AdminSession.pm
|
||||
otrs/Kernel/Modules/AdminSignature.pm
|
||||
otrs/Kernel/Modules/AdminState.pm
|
||||
otrs/Kernel/Modules/AdminSysConfig.pm
|
||||
otrs/Kernel/Modules/AdminSystemAddress.pm
|
||||
otrs/Kernel/Modules/AdminUser.pm
|
||||
otrs/Kernel/Modules/AdminUserGroup.pm
|
||||
otrs/Kernel/Modules/AgentBook.pm
|
||||
otrs/Kernel/Modules/AgentCalendarSmall.pm
|
||||
otrs/Kernel/Modules/AgentInfo.pm
|
||||
otrs/Kernel/Modules/AgentLinkObject.pm
|
||||
otrs/Kernel/Modules/AgentLookup.pm
|
||||
otrs/Kernel/Modules/AgentPreferences.pm
|
||||
otrs/Kernel/Modules/AgentSpelling.pm
|
||||
otrs/Kernel/Modules/AgentTicketAttachment.pm
|
||||
otrs/Kernel/Modules/AgentTicketBounce.pm
|
||||
otrs/Kernel/Modules/AgentTicketBulk.pm
|
||||
otrs/Kernel/Modules/AgentTicketClose.pm
|
||||
otrs/Kernel/Modules/AgentTicketCompose.pm
|
||||
otrs/Kernel/Modules/AgentTicketCustomer.pm
|
||||
otrs/Kernel/Modules/AgentTicketCustomerFollowUp.pm
|
||||
otrs/Kernel/Modules/AgentTicketEmail.pm
|
||||
otrs/Kernel/Modules/AgentTicketForward.pm
|
||||
otrs/Kernel/Modules/AgentTicketFreeText.pm
|
||||
otrs/Kernel/Modules/AgentTicketHistory.pm
|
||||
otrs/Kernel/Modules/AgentTicketLock.pm
|
||||
otrs/Kernel/Modules/AgentTicketMailbox.pm
|
||||
otrs/Kernel/Modules/AgentTicketMerge.pm
|
||||
otrs/Kernel/Modules/AgentTicketMove.pm
|
||||
otrs/Kernel/Modules/AgentTicketNote.pm
|
||||
otrs/Kernel/Modules/AgentTicketOwner.pm
|
||||
otrs/Kernel/Modules/AgentTicketPending.pm
|
||||
otrs/Kernel/Modules/AgentTicketPhone.pm
|
||||
otrs/Kernel/Modules/AgentTicketPlain.pm
|
||||
otrs/Kernel/Modules/AgentTicketPrint.pm
|
||||
otrs/Kernel/Modules/AgentTicketPriority.pm
|
||||
otrs/Kernel/Modules/AgentTicketQueue.pm
|
||||
otrs/Kernel/Modules/AgentTicketSearch.pm
|
||||
otrs/Kernel/Modules/AgentTicketStatusView.pm
|
||||
otrs/Kernel/Modules/AgentTicketZoom.pm
|
||||
otrs/Kernel/Modules/AgentZoom.pm
|
||||
otrs/Kernel/Modules/CustomerAccept.pm
|
||||
otrs/Kernel/Modules/CustomerCalendarSmall.pm
|
||||
otrs/Kernel/Modules/CustomerFAQ.pm
|
||||
otrs/Kernel/Modules/CustomerPreferences.pm
|
||||
otrs/Kernel/Modules/CustomerTicketAttachment.pm
|
||||
otrs/Kernel/Modules/CustomerTicketMessage.pm
|
||||
otrs/Kernel/Modules/CustomerTicketOverView.pm
|
||||
otrs/Kernel/Modules/CustomerTicketSearch.pm
|
||||
otrs/Kernel/Modules/CustomerTicketZoom.pm
|
||||
otrs/Kernel/Modules/CustomerZoom.pm
|
||||
otrs/Kernel/Modules/FAQ.pm
|
||||
otrs/Kernel/Modules/FAQCategory.pm
|
||||
otrs/Kernel/Modules/FAQLanguage.pm
|
||||
otrs/Kernel/Modules/Installer.pm
|
||||
otrs/Kernel/Modules/PublicFAQ.pm
|
||||
otrs/Kernel/Modules/SystemStats.pm
|
||||
otrs/Kernel/Modules/Test.pm
|
||||
otrs/Kernel/Output/HTML/Agent.pm
|
||||
otrs/Kernel/Output/HTML/ArticleAttachmentDownload.pm
|
||||
otrs/Kernel/Output/HTML/ArticleAttachmentHTMLViewer.pm
|
||||
otrs/Kernel/Output/HTML/ArticleCheckPGP.pm
|
||||
otrs/Kernel/Output/HTML/ArticleCheckSMIME.pm
|
||||
otrs/Kernel/Output/HTML/ArticleComposeCrypt.pm
|
||||
otrs/Kernel/Output/HTML/ArticleComposeSign.pm
|
||||
otrs/Kernel/Output/HTML/Customer.pm
|
||||
otrs/Kernel/Output/HTML/CustomerNewTicketQueueSelectionGeneric.pm
|
||||
otrs/Kernel/Output/HTML/Generic.pm
|
||||
otrs/Kernel/Output/HTML/NavBarLockedTickets.pm
|
||||
otrs/Kernel/Output/HTML/NavBarModuleAdmin.pm
|
||||
otrs/Kernel/Output/HTML/NavBarTicketBulkAction.pm
|
||||
otrs/Kernel/Output/HTML/NotificationAgentOnline.pm
|
||||
otrs/Kernel/Output/HTML/NotificationAgentTicket.pm
|
||||
otrs/Kernel/Output/HTML/NotificationAgentTicketSeen.pm
|
||||
otrs/Kernel/Output/HTML/NotificationCharsetCheck.pm
|
||||
otrs/Kernel/Output/HTML/NotificationCustomerOnline.pm
|
||||
otrs/Kernel/Output/HTML/NotificationUIDCheck.pm
|
||||
otrs/Kernel/Output/HTML/OutputFilterActiveElement.pm
|
||||
otrs/Kernel/Output/HTML/PreferencesCustomQueue.pm
|
||||
otrs/Kernel/Output/HTML/PreferencesGeneric.pm
|
||||
otrs/Kernel/Output/HTML/PreferencesLanguage.pm
|
||||
otrs/Kernel/Output/HTML/PreferencesPGP.pm
|
||||
otrs/Kernel/Output/HTML/PreferencesPassword.pm
|
||||
otrs/Kernel/Output/HTML/PreferencesSMIME.pm
|
||||
otrs/Kernel/Output/HTML/PreferencesTheme.pm
|
||||
otrs/Kernel/Output/HTML/TicketMenuGeneric.pm
|
||||
otrs/Kernel/Output/HTML/TicketMenuLock.pm
|
||||
otrs/Kernel/Output/HTML/Lite/AgentNavigationBar.dtl
|
||||
otrs/Kernel/Output/HTML/Lite/AgentTicketQueue.dtl
|
||||
otrs/Kernel/Output/HTML/Lite/Copyright.dtl
|
||||
otrs/Kernel/Output/HTML/Lite/Footer.dtl
|
||||
otrs/Kernel/Output/HTML/Lite/FooterSmall.dtl
|
||||
otrs/Kernel/Output/HTML/Lite/Header.dtl
|
||||
otrs/Kernel/Output/HTML/Lite/HeaderSmall.dtl
|
||||
otrs/Kernel/Output/HTML/Lite/Login.dtl
|
||||
otrs/Kernel/Output/HTML/Lite/Motd.dtl
|
||||
otrs/Kernel/Output/HTML/Lite/Notify.dtl
|
||||
otrs/Kernel/Output/HTML/Lite/Warning.dtl
|
||||
otrs/Kernel/Output/HTML/Lite/css.dtl
|
||||
otrs/Kernel/Output/HTML/Lite/customer-css.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AAABase.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AAAMonth.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AAANavBar.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AAAPreferences.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AAATicket.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AAAWeekDay.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminAttachmentForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminAutoResponseForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminCustomerUserForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminCustomerUserGroupChangeForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminCustomerUserGroupForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminEmail.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminGenericAgent.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminGroupForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminLog.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminNavigationBar.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminNotificationForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminPGPForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminPOP3Form.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminPackageManager.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminPostMasterFilter.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminQueueAutoResponseForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminQueueForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminQueueResponsesChangeForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminQueueResponsesForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminResponseAttachmentChangeForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminResponseAttachmentForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminResponseForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminRoleForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminRoleGroupChangeForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminRoleGroupForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminRoleUserChangeForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminRoleUserForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminSMIMEForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminSalutationForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminSelectBoxForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminSession.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminSignatureForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminStateForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminSysConfig.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminSysConfigEdit.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminSystemAddressForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminUserForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminUserGroupChangeForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AdminUserGroupForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentBook.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentCalendarSmall.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentCalendarSmallIcon.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentCustomerTableView.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentInfo.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentLinkObject.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentLookup.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentNavigationBar.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentPreferencesForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentSpelling.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketBounce.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketBulk.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketClose.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketCompose.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketCustomer.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketCustomerMessage.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketEmail.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketForward.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketFreeText.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketHistory.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketLocked.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketMailbox.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketMerge.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketMove.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketNote.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketOwner.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketPending.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketPhone.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketPhoneNew.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketPlain.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketPrint.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketPriority.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketQueue.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketQueueTicketView.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketQueueTicketViewLite.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketSearch.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketSearchResult.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketSearchResultPrint.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketSearchResultShort.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketStatusView.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketZoom.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentTicketZoomStatus.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentWindowTabStart.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/AgentWindowTabStop.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/Copyright.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerAccept.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerCalendarSmallIcon.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerError.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerFAQ.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerFooter.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerFooterSmall.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerHeader.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerHeaderSmall.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerLogin.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerNavigationBar.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerPreferencesForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerStatusView.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerTicketMessage.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerTicketMessageNew.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerTicketSearch.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerTicketSearchResultCSV.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerTicketSearchResultPrint.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerTicketSearchResultShort.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerTicketZoom.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/CustomerWarning.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/Error.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/FAQ.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/FAQCategoryForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/FAQLanguageForm.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/Footer.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/FooterSmall.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/Header.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/HeaderSmall.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/Installer.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/Login.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/Motd.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/NoPermission.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/Notify.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/PrintFooter.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/PrintHeader.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/Redirect.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/SystemStats.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/Test.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/Warning.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/css.dtl
|
||||
otrs/Kernel/Output/HTML/Standard/customer-css.dtl
|
||||
otrs/Kernel/System/Auth.pm
|
||||
otrs/Kernel/System/AuthSession.pm
|
||||
otrs/Kernel/System/AutoResponse.pm
|
||||
otrs/Kernel/System/CheckItem.pm
|
||||
otrs/Kernel/System/Config.pm
|
||||
otrs/Kernel/System/Crypt.pm
|
||||
otrs/Kernel/System/CustomerAuth.pm
|
||||
otrs/Kernel/System/CustomerGroup.pm
|
||||
otrs/Kernel/System/CustomerUser.pm
|
||||
otrs/Kernel/System/DB.pm
|
||||
otrs/Kernel/System/Email.pm
|
||||
otrs/Kernel/System/EmailParser.pm
|
||||
otrs/Kernel/System/Encode.pm
|
||||
otrs/Kernel/System/FAQ.pm
|
||||
otrs/Kernel/System/FileTemp.pm
|
||||
otrs/Kernel/System/GenericAgent.pm
|
||||
otrs/Kernel/System/Group.pm
|
||||
otrs/Kernel/System/LinkObject.pm
|
||||
otrs/Kernel/System/Lock.pm
|
||||
otrs/Kernel/System/Log.pm
|
||||
otrs/Kernel/System/Main.pm
|
||||
otrs/Kernel/System/Notification.pm
|
||||
otrs/Kernel/System/PID.pm
|
||||
otrs/Kernel/System/POP3Account.pm
|
||||
otrs/Kernel/System/Package.pm
|
||||
otrs/Kernel/System/Permission.pm
|
||||
otrs/Kernel/System/PostMaster.pm
|
||||
otrs/Kernel/System/Priority.pm
|
||||
otrs/Kernel/System/Queue.pm
|
||||
otrs/Kernel/System/SearchProfile.pm
|
||||
otrs/Kernel/System/Spelling.pm
|
||||
otrs/Kernel/System/State.pm
|
||||
otrs/Kernel/System/StdAttachment.pm
|
||||
otrs/Kernel/System/StdResponse.pm
|
||||
otrs/Kernel/System/SystemAddress.pm
|
||||
otrs/Kernel/System/Ticket.pm
|
||||
otrs/Kernel/System/Time.pm
|
||||
otrs/Kernel/System/User.pm
|
||||
otrs/Kernel/System/XML.pm
|
||||
otrs/Kernel/System/XMLMaster.pm
|
||||
otrs/Kernel/System/Auth/DB.pm
|
||||
otrs/Kernel/System/Auth/HTTPBasicAuth.pm
|
||||
otrs/Kernel/System/Auth/LDAP.pm
|
||||
otrs/Kernel/System/Auth/Radius.pm
|
||||
otrs/Kernel/System/AuthSession/DB.pm
|
||||
otrs/Kernel/System/AuthSession/FS.pm
|
||||
otrs/Kernel/System/AuthSession/IPC.pm
|
||||
otrs/Kernel/System/Crypt/PGP.pm
|
||||
otrs/Kernel/System/Crypt/SMIME.pm
|
||||
otrs/Kernel/System/CustomerAuth/DB.pm
|
||||
otrs/Kernel/System/CustomerAuth/HTTPBasicAuth.pm
|
||||
otrs/Kernel/System/CustomerAuth/LDAP.pm
|
||||
otrs/Kernel/System/CustomerAuth/Radius.pm
|
||||
otrs/Kernel/System/CustomerUser/DB.pm
|
||||
otrs/Kernel/System/CustomerUser/LDAP.pm
|
||||
otrs/Kernel/System/CustomerUser/Preferences/DB.pm
|
||||
otrs/Kernel/System/DB/db2.pm
|
||||
otrs/Kernel/System/DB/maxdb.pm
|
||||
otrs/Kernel/System/DB/mysql.pm
|
||||
otrs/Kernel/System/DB/oracle.pm
|
||||
otrs/Kernel/System/DB/postgresql.pm
|
||||
otrs/Kernel/System/Email/SMTP.pm
|
||||
otrs/Kernel/System/Email/Sendmail.pm
|
||||
otrs/Kernel/System/GenericAgent/AutoPriorityIncrease.pm
|
||||
otrs/Kernel/System/GenericAgent/NotifyAgentGroupOfCustomQueue.pm
|
||||
otrs/Kernel/System/LinkObject/FAQ.pm
|
||||
otrs/Kernel/System/LinkObject/Ticket.pm
|
||||
otrs/Kernel/System/Log/File.pm
|
||||
otrs/Kernel/System/Log/SysLog.pm
|
||||
otrs/Kernel/System/PostMaster/DestQueue.pm
|
||||
otrs/Kernel/System/PostMaster/Filter.pm
|
||||
otrs/Kernel/System/PostMaster/FollowUp.pm
|
||||
otrs/Kernel/System/PostMaster/LoopProtection.pm
|
||||
otrs/Kernel/System/PostMaster/NewTicket.pm
|
||||
otrs/Kernel/System/PostMaster/Reject.pm
|
||||
otrs/Kernel/System/PostMaster/Filter/AgentInterface.pm
|
||||
otrs/Kernel/System/PostMaster/Filter/CMD.pm
|
||||
otrs/Kernel/System/PostMaster/Filter/Match.pm
|
||||
otrs/Kernel/System/PostMaster/Filter/MatchDBSource.pm
|
||||
otrs/Kernel/System/PostMaster/LoopProtection/DB.pm
|
||||
otrs/Kernel/System/PostMaster/LoopProtection/FS.pm
|
||||
otrs/Kernel/System/Stats/AccountedTime.pm
|
||||
otrs/Kernel/System/Stats/NewTickets.pm
|
||||
otrs/Kernel/System/Stats/StateAction.pm
|
||||
otrs/Kernel/System/Stats/TicketOverview.pm
|
||||
otrs/Kernel/System/Ticket/Article.pm
|
||||
otrs/Kernel/System/Ticket/ArticleStorageDB.pm
|
||||
otrs/Kernel/System/Ticket/ArticleStorageFS.pm
|
||||
otrs/Kernel/System/Ticket/CustomerPermission/CustomerIDCheck.pm
|
||||
otrs/Kernel/System/Ticket/CustomerPermission/CustomerUserIDCheck.pm
|
||||
otrs/Kernel/System/Ticket/CustomerPermission/GroupCheck.pm
|
||||
otrs/Kernel/System/Ticket/Event/Test.pm
|
||||
otrs/Kernel/System/Ticket/IndexAccelerator/RuntimeDB.pm
|
||||
otrs/Kernel/System/Ticket/IndexAccelerator/StaticDB.pm
|
||||
otrs/Kernel/System/Ticket/Number/AutoIncrement.pm
|
||||
otrs/Kernel/System/Ticket/Number/Date.pm
|
||||
otrs/Kernel/System/Ticket/Number/DateChecksum.pm
|
||||
otrs/Kernel/System/Ticket/Number/Random.pm
|
||||
otrs/Kernel/System/Ticket/Permission/GroupCheck.pm
|
||||
otrs/Kernel/System/Ticket/Permission/OwnerCheck.pm
|
||||
otrs/Kernel/System/User/Preferences/DB.pm
|
||||
otrs/Kernel/System/Web/InterfaceAgent.pm
|
||||
otrs/Kernel/System/Web/InterfaceCustomer.pm
|
||||
otrs/Kernel/System/Web/InterfacePublic.pm
|
||||
otrs/Kernel/System/Web/Request.pm
|
||||
otrs/Kernel/System/Web/UploadCache.pm
|
||||
otrs/Kernel/System/Web/UploadCache/DB.pm
|
||||
otrs/Kernel/System/Web/UploadCache/FS.pm
|
||||
otrs/Kernel/cpan-lib/HTML/Safe.pm
|
||||
@dirrm otrs/Kernel/cpan-lib/HTML
|
||||
@dirrm otrs/Kernel/cpan-lib
|
||||
@dirrm otrs/Kernel/System/XMLMaster
|
||||
@dirrm otrs/Kernel/System/Web/UploadCache
|
||||
@dirrm otrs/Kernel/System/Web
|
||||
@dirrm otrs/Kernel/System/User/Preferences
|
||||
@dirrm otrs/Kernel/System/User
|
||||
@dirrm otrs/Kernel/System/Ticket/Permission
|
||||
@dirrm otrs/Kernel/System/Ticket/Number
|
||||
@dirrm otrs/Kernel/System/Ticket/IndexAccelerator
|
||||
@dirrm otrs/Kernel/System/Ticket/Event
|
||||
@dirrm otrs/Kernel/System/Ticket/CustomerPermission
|
||||
@dirrm otrs/Kernel/System/Ticket
|
||||
@dirrm otrs/Kernel/System/Stats
|
||||
@dirrm otrs/Kernel/System/PostMaster/LoopProtection
|
||||
@dirrm otrs/Kernel/System/PostMaster/Filter
|
||||
@dirrm otrs/Kernel/System/PostMaster
|
||||
@dirrm otrs/Kernel/System/Log
|
||||
@dirrm otrs/Kernel/System/LinkObject
|
||||
@dirrm otrs/Kernel/System/GenericAgent
|
||||
@dirrm otrs/Kernel/System/Email
|
||||
@dirrm otrs/Kernel/System/DB
|
||||
@dirrm otrs/Kernel/System/CustomerUser/Preferences
|
||||
@dirrm otrs/Kernel/System/CustomerUser
|
||||
@dirrm otrs/Kernel/System/CustomerAuth
|
||||
@dirrm otrs/Kernel/System/Crypt
|
||||
@dirrm otrs/Kernel/System/AuthSession
|
||||
@dirrm otrs/Kernel/System/Auth
|
||||
@dirrm otrs/Kernel/System
|
||||
@dirrm otrs/Kernel/Output/XML
|
||||
@dirrm otrs/Kernel/Output/HTML/Standard
|
||||
@dirrm otrs/Kernel/Output/HTML/Lite
|
||||
@dirrm otrs/Kernel/Output/HTML
|
||||
@dirrm otrs/Kernel/Output/ASCII
|
||||
@dirrm otrs/Kernel/Output
|
||||
@dirrm otrs/Kernel/Modules
|
||||
@dirrm otrs/Kernel/Language
|
||||
@dirrm otrs/Kernel/Config/Files
|
||||
@dirrm otrs/Kernel/Config
|
||||
@dirrm otrs/Kernel
|
||||
@dirrmtry otrs/var/tmp
|
||||
@dirrmtry otrs/var/spool
|
||||
@dirrmtry otrs/var/sessions
|
||||
@dirrm otrs/var/pics/stats
|
||||
@dirrm otrs/var/pics/images
|
||||
@dirrm otrs/var/pics
|
||||
@dirrmtry otrs/var/log
|
||||
@dirrm otrs/var/httpd/htdocs/images/Standard
|
||||
@dirrm otrs/var/httpd/htdocs/images
|
||||
@dirrm otrs/var/httpd/htdocs
|
||||
@dirrm otrs/var/httpd
|
||||
@dirrm otrs/var/cron
|
||||
@dirrm otrs/var/article
|
||||
@dirrmtry otrs/var
|
||||
@dirrm otrs/scripts/tools
|
||||
@dirrm otrs/scripts/test
|
||||
@dirrm otrs/scripts/database
|
||||
@dirrm otrs/scripts
|
||||
@dirrm otrs/bin/fcgi-bin
|
||||
@dirrm otrs/bin/cgi-bin
|
||||
@dirrm otrs/bin
|
||||
@dirrmtry otrs
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.database
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.dtl
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.webserver
|
||||
%%PORTDOCS%%%%DOCSDIR%%/RELEASE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%%%DOCSDIR%%/UPGRADING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/X-OTRS-Headers.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/otrs-database.dia
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test-email-1.box
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test-email-10-ks_c_5601-1987.box
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test-email-2.box
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test-email-3.box
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test-email-4-html.box
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test-email-5-iso-8859-1.box
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test-email-6-euro-utf-8.box
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test-email-7-euro-iso-8859-15.box
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test-email-8-bulgarian-cp1251.box
|
||||
%%PORTDOCS%%%%DOCSDIR%%/test-email-9-html-multicharset.box
|
||||
%%PORTDOCS%%%%DOCSDIR%%/manual/en/pdf/otrs_admin_book.pdf
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en/pdf
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual/en
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/manual
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user