Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2015 12:18:29 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403063 - in head/www/otrs: . files
Message-ID:  <201512051218.tB5CITTd052074@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sat Dec  5 12:18:29 2015
New Revision: 403063
URL: https://svnweb.freebsd.org/changeset/ports/403063

Log:
  Update to upstream version 5.0.3 ; Pet portlint
  
  PR:		204857
  Submitted by:	m.tsatsenko@gmail.com (maintainer)

Modified:
  head/www/otrs/Makefile
  head/www/otrs/distinfo
  head/www/otrs/files/pkg-message.in
  head/www/otrs/pkg-plist

Modified: head/www/otrs/Makefile
==============================================================================
--- head/www/otrs/Makefile	Sat Dec  5 12:15:51 2015	(r403062)
+++ head/www/otrs/Makefile	Sat Dec  5 12:18:29 2015	(r403063)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	otrs
-PORTVERSION=	4.0.8
-PORTREVISION=	1
+PORTVERSION=	5.0.3
 CATEGORIES=	www
 MASTER_SITES=	http://ftp.otrs.org/pub/otrs/ \
 		ftp://ftp.samurai.com/pub/otrs/ \
@@ -136,9 +135,6 @@ post-patch:
 	@${FIND} ${WRKSRC} -name "*.orig" -delete
 	@${RM} -rf ${WRKSRC}/Kernel/cpan-lib/ \
 		${CLEAN_FILES:S!^!${WRKSRC}/!}
-	#shebang file only gets the first instance of /usr/bin/perl
-	@${REINPLACE_CMD} -i '' -e "s|/usr/bin/perl|${LOCALBASE}/bin/perl|g" \
-		${WRKSRC}/bin/otrs.CreateApacheStartupFile.pl
 
 do-build:
 	@${FIND} ${WRKSRC}/Kernel -type d | ${XARGS} ${CHMOD} 0755

Modified: head/www/otrs/distinfo
==============================================================================
--- head/www/otrs/distinfo	Sat Dec  5 12:15:51 2015	(r403062)
+++ head/www/otrs/distinfo	Sat Dec  5 12:18:29 2015	(r403063)
@@ -1,2 +1,2 @@
-SHA256 (otrs-4.0.8.tar.bz2) = 9af1afb882ab1509a394b5b4c4674d0c01472bf08b7769ff43e1625734b5c16a
-SIZE (otrs-4.0.8.tar.bz2) = 14101877
+SHA256 (otrs-5.0.3.tar.bz2) = cf79465ae623ceb689db8e1dc8d56e0d1d26e27f674ec1b8e8677da9d2152e80
+SIZE (otrs-5.0.3.tar.bz2) = 17489922

Modified: head/www/otrs/files/pkg-message.in
==============================================================================
--- head/www/otrs/files/pkg-message.in	Sat Dec  5 12:15:51 2015	(r403062)
+++ head/www/otrs/files/pkg-message.in	Sat Dec  5 12:18:29 2015	(r403063)
@@ -3,9 +3,10 @@ OTRS is now installed.
 
 The rest of installation must be completed manually.
 
-Please see http://doc.otrs.org/3.3/en/html/ and/or documentation in 
-%%DOCSDIR%% for further instructions, particularly regarding 
-configuring your web server, database, cron scripts, and receiving emails.
+Please see http://otrs.github.io/doc/manual/admin/stable/en/html/index.html
+and/or documentation in %%DOCSDIR%% for further instructions, particularly
+regarding configuring your web server, database, cron scripts, and
+receiving emails.
 
 Do not forget to run otrs.SetPermissions.pl script.
 For example:

Modified: head/www/otrs/pkg-plist
==============================================================================
--- head/www/otrs/pkg-plist	Sat Dec  5 12:15:51 2015	(r403062)
+++ head/www/otrs/pkg-plist	Sat Dec  5 12:18:29 2015	(r403063)
@@ -8,23 +8,22 @@ otrs/ARCHIVE
 otrs/Kernel/Config.pm.dist
 @exec if [ ! -f %B/Config.pm ] ; then cp -p %D/%F %B/Config.pm; fi
 otrs/Kernel/Config/Defaults.pm
+otrs/Kernel/Config/Files/CloudServices.xml
+otrs/Kernel/Config/Files/Daemon.xml
 otrs/Kernel/Config/Files/Framework.xml
 otrs/Kernel/Config/Files/GenericInterface.xml
 otrs/Kernel/Config/Files/ProcessManagement.xml
-otrs/Kernel/Config/Files/Scheduler.xml
 otrs/Kernel/Config/Files/Ticket.xml
-@unexec if cmp -s %D/otrs/Kernel/Config/GenericAgent.pm.dist %D/otrs/Kernel/Config/GenericAgent.pm; then rm -f %D/otrs/Kernel/Config/GenericAgent.pm; fi
-otrs/Kernel/Config/GenericAgent.pm.dist
-@exec if [ ! -f %D/otrs/Kernel/Config/GenericAgent.pm ] ; then cp -p %D/%F %B/GenericAgent.pm ; fi
-otrs/Kernel/Config/GenericAgent.pm.examples
 otrs/Kernel/GenericInterface/Debugger.pm
 otrs/Kernel/GenericInterface/Event/Handler.pm
 otrs/Kernel/GenericInterface/Invoker.pm
 otrs/Kernel/GenericInterface/Invoker/Test/Test.pm
 otrs/Kernel/GenericInterface/Invoker/Test/TestSimple.pm
 otrs/Kernel/GenericInterface/Mapping.pm
+otrs/Kernel/GenericInterface/Mapping/OTRSFunctions.xsl
 otrs/Kernel/GenericInterface/Mapping/Simple.pm
 otrs/Kernel/GenericInterface/Mapping/Test.pm
+otrs/Kernel/GenericInterface/Mapping/XSLT.pm
 otrs/Kernel/GenericInterface/Operation.pm
 otrs/Kernel/GenericInterface/Operation/Common.pm
 otrs/Kernel/GenericInterface/Operation/Session/Common.pm
@@ -60,6 +59,7 @@ otrs/Kernel/Language/fa.pm
 otrs/Kernel/Language/fi.pm
 otrs/Kernel/Language/fr.pm
 otrs/Kernel/Language/fr_CA.pm
+otrs/Kernel/Language/gl.pm
 otrs/Kernel/Language/he.pm
 otrs/Kernel/Language/hi.pm
 otrs/Kernel/Language/hr.pm
@@ -91,6 +91,8 @@ otrs/Kernel/Modules/Admin.pm
 otrs/Kernel/Modules/AdminACL.pm
 otrs/Kernel/Modules/AdminAttachment.pm
 otrs/Kernel/Modules/AdminAutoResponse.pm
+otrs/Kernel/Modules/AdminCloudServiceSupportDataCollector.pm
+otrs/Kernel/Modules/AdminCloudServices.pm
 otrs/Kernel/Modules/AdminCustomerCompany.pm
 otrs/Kernel/Modules/AdminCustomerUser.pm
 otrs/Kernel/Modules/AdminCustomerUserGroup.pm
@@ -106,6 +108,7 @@ otrs/Kernel/Modules/AdminGenericAgent.pm
 otrs/Kernel/Modules/AdminGenericInterfaceDebugger.pm
 otrs/Kernel/Modules/AdminGenericInterfaceInvokerDefault.pm
 otrs/Kernel/Modules/AdminGenericInterfaceMappingSimple.pm
+otrs/Kernel/Modules/AdminGenericInterfaceMappingXSLT.pm
 otrs/Kernel/Modules/AdminGenericInterfaceOperationDefault.pm
 otrs/Kernel/Modules/AdminGenericInterfaceTransportHTTPREST.pm
 otrs/Kernel/Modules/AdminGenericInterfaceTransportHTTPSOAP.pm
@@ -115,7 +118,6 @@ otrs/Kernel/Modules/AdminGroup.pm
 otrs/Kernel/Modules/AdminInit.pm
 otrs/Kernel/Modules/AdminLog.pm
 otrs/Kernel/Modules/AdminMailAccount.pm
-otrs/Kernel/Modules/AdminNotification.pm
 otrs/Kernel/Modules/AdminNotificationEvent.pm
 otrs/Kernel/Modules/AdminOTRSBusiness.pm
 otrs/Kernel/Modules/AdminPGP.pm
@@ -141,10 +143,10 @@ otrs/Kernel/Modules/AdminSMIME.pm
 otrs/Kernel/Modules/AdminSalutation.pm
 otrs/Kernel/Modules/AdminSelectBox.pm
 otrs/Kernel/Modules/AdminService.pm
-otrs/Kernel/Modules/AdminServiceCenter.pm
 otrs/Kernel/Modules/AdminSession.pm
 otrs/Kernel/Modules/AdminSignature.pm
 otrs/Kernel/Modules/AdminState.pm
+otrs/Kernel/Modules/AdminSupportDataCollector.pm
 otrs/Kernel/Modules/AdminSysConfig.pm
 otrs/Kernel/Modules/AdminSystemAddress.pm
 otrs/Kernel/Modules/AdminSystemMaintenance.pm
@@ -157,16 +159,16 @@ otrs/Kernel/Modules/AgentBook.pm
 otrs/Kernel/Modules/AgentCustomerInformationCenter.pm
 otrs/Kernel/Modules/AgentCustomerInformationCenterSearch.pm
 otrs/Kernel/Modules/AgentCustomerSearch.pm
+otrs/Kernel/Modules/AgentDaemonInfo.pm
 otrs/Kernel/Modules/AgentDashboard.pm
 otrs/Kernel/Modules/AgentDashboardCommon.pm
 otrs/Kernel/Modules/AgentHTMLReference.pm
 otrs/Kernel/Modules/AgentInfo.pm
 otrs/Kernel/Modules/AgentLinkObject.pm
 otrs/Kernel/Modules/AgentPreferences.pm
-otrs/Kernel/Modules/AgentSchedulerInfo.pm
 otrs/Kernel/Modules/AgentSearch.pm
 otrs/Kernel/Modules/AgentSpelling.pm
-otrs/Kernel/Modules/AgentStats.pm
+otrs/Kernel/Modules/AgentStatistics.pm
 otrs/Kernel/Modules/AgentTicketActionCommon.pm
 otrs/Kernel/Modules/AgentTicketAttachment.pm
 otrs/Kernel/Modules/AgentTicketBounce.pm
@@ -222,359 +224,366 @@ otrs/Kernel/Modules/PublicRepository.pm
 otrs/Kernel/Modules/PublicSupportDataCollector.pm
 otrs/Kernel/Modules/SpellingInline.pm
 otrs/Kernel/Modules/Test.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/CustomerHeaderMetaTicketSearch.pm
-otrs/Kernel/Output/HTML/CustomerNewTicketQueueSelectionGeneric.pm
-otrs/Kernel/Output/HTML/CustomerUserGeneric.pm
-otrs/Kernel/Output/HTML/CustomerUserGenericTicket.pm
-otrs/Kernel/Output/HTML/DashboardCalendar.pm
-otrs/Kernel/Output/HTML/DashboardCmdOutput.pm
-otrs/Kernel/Output/HTML/DashboardCustomerCompanyInformation.pm
-otrs/Kernel/Output/HTML/DashboardCustomerIDStatus.pm
-otrs/Kernel/Output/HTML/DashboardCustomerUserList.pm
-otrs/Kernel/Output/HTML/DashboardEventsTicketCalendar.pm
-otrs/Kernel/Output/HTML/DashboardIFrame.pm
-otrs/Kernel/Output/HTML/DashboardImage.pm
-otrs/Kernel/Output/HTML/DashboardMOTD.pm
-otrs/Kernel/Output/HTML/DashboardNews.pm
-otrs/Kernel/Output/HTML/DashboardProductNotify.pm
-otrs/Kernel/Output/HTML/DashboardRSS.pm
-otrs/Kernel/Output/HTML/DashboardStats.pm
-otrs/Kernel/Output/HTML/DashboardTicketGeneric.pm
-otrs/Kernel/Output/HTML/DashboardTicketQueueOverview.pm
-otrs/Kernel/Output/HTML/DashboardTicketStatsGeneric.pm
-otrs/Kernel/Output/HTML/DashboardUserOnline.pm
-otrs/Kernel/Output/HTML/DashboardUserOutOfOffice.pm
-otrs/Kernel/Output/HTML/HeaderMetaRefresh.pm
-otrs/Kernel/Output/HTML/HeaderMetaTicketSearch.pm
+otrs/Kernel/Output/HTML/ArticleAttachment/Download.pm
+otrs/Kernel/Output/HTML/ArticleAttachment/HTMLViewer.pm
+otrs/Kernel/Output/HTML/ArticleCheck/PGP.pm
+otrs/Kernel/Output/HTML/ArticleCheck/SMIME.pm
+otrs/Kernel/Output/HTML/ArticleCompose/Crypt.pm
+otrs/Kernel/Output/HTML/ArticleCompose/Sign.pm
+otrs/Kernel/Output/HTML/CustomerNewTicket/QueueSelectionGeneric.pm
+otrs/Kernel/Output/HTML/CustomerUser/Generic.pm
+otrs/Kernel/Output/HTML/CustomerUser/GenericTicket.pm
+otrs/Kernel/Output/HTML/Dashboard/Calendar.pm
+otrs/Kernel/Output/HTML/Dashboard/CmdOutput.pm
+otrs/Kernel/Output/HTML/Dashboard/CustomerCompanyInformation.pm
+otrs/Kernel/Output/HTML/Dashboard/CustomerIDStatus.pm
+otrs/Kernel/Output/HTML/Dashboard/CustomerUserList.pm
+otrs/Kernel/Output/HTML/Dashboard/EventsTicketCalendar.pm
+otrs/Kernel/Output/HTML/Dashboard/IFrame.pm
+otrs/Kernel/Output/HTML/Dashboard/Image.pm
+otrs/Kernel/Output/HTML/Dashboard/MOTD.pm
+otrs/Kernel/Output/HTML/Dashboard/News.pm
+otrs/Kernel/Output/HTML/Dashboard/ProductNotify.pm
+otrs/Kernel/Output/HTML/Dashboard/RSS.pm
+otrs/Kernel/Output/HTML/Dashboard/Stats.pm
+otrs/Kernel/Output/HTML/Dashboard/TicketGeneric.pm
+otrs/Kernel/Output/HTML/Dashboard/TicketQueueOverview.pm
+otrs/Kernel/Output/HTML/Dashboard/TicketStatsGeneric.pm
+otrs/Kernel/Output/HTML/Dashboard/UserOnline.pm
+otrs/Kernel/Output/HTML/Dashboard/UserOutOfOffice.pm
+otrs/Kernel/Output/HTML/FilterText/AutoLink.pm
+otrs/Kernel/Output/HTML/FilterText/URL.pm
+otrs/Kernel/Output/HTML/HeaderMeta/AgentTicketSearch.pm
+otrs/Kernel/Output/HTML/HeaderMeta/CustomerTicketSearch.pm
+otrs/Kernel/Output/HTML/HeaderMeta/Refresh.pm
 otrs/Kernel/Output/HTML/Layout.pm
-otrs/Kernel/Output/HTML/LayoutAJAX.pm
-otrs/Kernel/Output/HTML/LayoutDatepicker.pm
-otrs/Kernel/Output/HTML/LayoutLinkObject.pm
-otrs/Kernel/Output/HTML/LayoutLoader.pm
-otrs/Kernel/Output/HTML/LayoutPopup.pm
-otrs/Kernel/Output/HTML/LayoutTemplate.pm
-otrs/Kernel/Output/HTML/LayoutTicket.pm
-otrs/Kernel/Output/HTML/LinkObjectTicket.pm
-otrs/Kernel/Output/HTML/NavBarAgentTicketProcess.pm
-otrs/Kernel/Output/HTML/NavBarAgentTicketService.pm
-otrs/Kernel/Output/HTML/NavBarCustomerCompany.pm
-otrs/Kernel/Output/HTML/NavBarCustomerTicketProcess.pm
-otrs/Kernel/Output/HTML/NavBarModuleAdmin.pm
-otrs/Kernel/Output/HTML/NotificationAgentOTRSBusiness.pm
-otrs/Kernel/Output/HTML/NotificationAgentOnline.pm
-otrs/Kernel/Output/HTML/NotificationAgentTicketEscalation.pm
-otrs/Kernel/Output/HTML/NotificationCustomerOTRSBusiness.pm
-otrs/Kernel/Output/HTML/NotificationCustomerOnline.pm
-otrs/Kernel/Output/HTML/NotificationCustomerSystemMaintenanceCheck.pm
-otrs/Kernel/Output/HTML/NotificationGeneric.pm
-otrs/Kernel/Output/HTML/NotificationOutofOfficeCheck.pm
-otrs/Kernel/Output/HTML/NotificationSchedulerCheck.pm
-otrs/Kernel/Output/HTML/NotificationSystemMaintenanceCheck.pm
-otrs/Kernel/Output/HTML/NotificationUIDCheck.pm
-otrs/Kernel/Output/HTML/OutputFilterTextAutoLink.pm
-otrs/Kernel/Output/HTML/OutputFilterTextURL.pm
-otrs/Kernel/Output/HTML/PreferencesColumnFilters.pm
-otrs/Kernel/Output/HTML/PreferencesCustomQueue.pm
-otrs/Kernel/Output/HTML/PreferencesCustomService.pm
-otrs/Kernel/Output/HTML/PreferencesGeneric.pm
-otrs/Kernel/Output/HTML/PreferencesLanguage.pm
-otrs/Kernel/Output/HTML/PreferencesOutOfOffice.pm
-otrs/Kernel/Output/HTML/PreferencesPGP.pm
-otrs/Kernel/Output/HTML/PreferencesPassword.pm
-otrs/Kernel/Output/HTML/PreferencesSMIME.pm
-otrs/Kernel/Output/HTML/PreferencesSkin.pm
-otrs/Kernel/Output/HTML/PreferencesTheme.pm
-otrs/Kernel/Output/HTML/PreferencesTicketWatcher.pm
-otrs/Kernel/Output/HTML/PreferencesTimeZone.pm
-otrs/Kernel/Output/HTML/QueuePreferencesGeneric.pm
-otrs/Kernel/Output/HTML/SLAPreferencesGeneric.pm
-otrs/Kernel/Output/HTML/ServicePreferencesGeneric.pm
-otrs/Kernel/Output/HTML/Standard/AAABase.tt
-otrs/Kernel/Output/HTML/Standard/AAACalendar.tt
-otrs/Kernel/Output/HTML/Standard/AAAGenericInterface.tt
-otrs/Kernel/Output/HTML/Standard/AAAMonth.tt
-otrs/Kernel/Output/HTML/Standard/AAAPreferences.tt
-otrs/Kernel/Output/HTML/Standard/AAAStats.tt
-otrs/Kernel/Output/HTML/Standard/AAASupportDataCollector.tt
-otrs/Kernel/Output/HTML/Standard/AAATicket.tt
-otrs/Kernel/Output/HTML/Standard/AAAWeekDay.tt
-otrs/Kernel/Output/HTML/Standard/AdminACL.tt
-otrs/Kernel/Output/HTML/Standard/AdminACLEdit.tt
-otrs/Kernel/Output/HTML/Standard/AdminACLNew.tt
-otrs/Kernel/Output/HTML/Standard/AdminAttachment.tt
-otrs/Kernel/Output/HTML/Standard/AdminAutoResponse.tt
-otrs/Kernel/Output/HTML/Standard/AdminCustomerCompany.tt
-otrs/Kernel/Output/HTML/Standard/AdminCustomerUser.tt
-otrs/Kernel/Output/HTML/Standard/AdminCustomerUserGroup.tt
-otrs/Kernel/Output/HTML/Standard/AdminCustomerUserService.tt
-otrs/Kernel/Output/HTML/Standard/AdminDynamicField.tt
-otrs/Kernel/Output/HTML/Standard/AdminDynamicFieldCheckbox.tt
-otrs/Kernel/Output/HTML/Standard/AdminDynamicFieldDateTime.tt
-otrs/Kernel/Output/HTML/Standard/AdminDynamicFieldDropdown.tt
-otrs/Kernel/Output/HTML/Standard/AdminDynamicFieldMultiselect.tt
-otrs/Kernel/Output/HTML/Standard/AdminDynamicFieldText.tt
-otrs/Kernel/Output/HTML/Standard/AdminEmail.tt
-otrs/Kernel/Output/HTML/Standard/AdminGenericAgent.tt
-otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceDebugger.tt
-otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceInvokerDefault.tt
-otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceMappingSimple.tt
-otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceOperationDefault.tt
-otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceTransportHTTPREST.tt
-otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceTransportHTTPSOAP.tt
-otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceWebservice.tt
-otrs/Kernel/Output/HTML/Standard/AdminGenericInterfaceWebserviceHistory.tt
-otrs/Kernel/Output/HTML/Standard/AdminGroup.tt
-otrs/Kernel/Output/HTML/Standard/AdminLog.tt
-otrs/Kernel/Output/HTML/Standard/AdminMailAccount.tt
-otrs/Kernel/Output/HTML/Standard/AdminNavigationBar.tt
-otrs/Kernel/Output/HTML/Standard/AdminNotification.tt
-otrs/Kernel/Output/HTML/Standard/AdminNotificationEvent.tt
-otrs/Kernel/Output/HTML/Standard/AdminOTRSBusinessInstalled.tt
-otrs/Kernel/Output/HTML/Standard/AdminOTRSBusinessNotInstalled.tt
-otrs/Kernel/Output/HTML/Standard/AdminOTRSBusinessUninstall.tt
-otrs/Kernel/Output/HTML/Standard/AdminPGP.tt
-otrs/Kernel/Output/HTML/Standard/AdminPackageManager.tt
-otrs/Kernel/Output/HTML/Standard/AdminPerformanceLog.tt
-otrs/Kernel/Output/HTML/Standard/AdminPostMasterFilter.tt
-otrs/Kernel/Output/HTML/Standard/AdminPriority.tt
-otrs/Kernel/Output/HTML/Standard/AdminProcessManagement.tt
-otrs/Kernel/Output/HTML/Standard/AdminProcessManagementActivity.tt
-otrs/Kernel/Output/HTML/Standard/AdminProcessManagementActivityDialog.tt
-otrs/Kernel/Output/HTML/Standard/AdminProcessManagementPath.tt
-otrs/Kernel/Output/HTML/Standard/AdminProcessManagementPopupResponse.tt
-otrs/Kernel/Output/HTML/Standard/AdminProcessManagementProcessAccordion.tt
-otrs/Kernel/Output/HTML/Standard/AdminProcessManagementProcessEdit.tt
-otrs/Kernel/Output/HTML/Standard/AdminProcessManagementProcessNew.tt
-otrs/Kernel/Output/HTML/Standard/AdminProcessManagementProcessPrint.tt
-otrs/Kernel/Output/HTML/Standard/AdminProcessManagementTransition.tt
-otrs/Kernel/Output/HTML/Standard/AdminProcessManagementTransitionAction.tt
-otrs/Kernel/Output/HTML/Standard/AdminQueue.tt
-otrs/Kernel/Output/HTML/Standard/AdminQueueAutoResponse.tt
-otrs/Kernel/Output/HTML/Standard/AdminQueueTemplates.tt
-otrs/Kernel/Output/HTML/Standard/AdminRegistration.tt
-otrs/Kernel/Output/HTML/Standard/AdminRole.tt
-otrs/Kernel/Output/HTML/Standard/AdminRoleGroup.tt
-otrs/Kernel/Output/HTML/Standard/AdminRoleUser.tt
-otrs/Kernel/Output/HTML/Standard/AdminSLA.tt
-otrs/Kernel/Output/HTML/Standard/AdminSMIME.tt
-otrs/Kernel/Output/HTML/Standard/AdminSMIMECertRead.tt
-otrs/Kernel/Output/HTML/Standard/AdminSalutation.tt
-otrs/Kernel/Output/HTML/Standard/AdminSecureMode.tt
-otrs/Kernel/Output/HTML/Standard/AdminSelectBox.tt
-otrs/Kernel/Output/HTML/Standard/AdminService.tt
-otrs/Kernel/Output/HTML/Standard/AdminServiceCenterSupportDataCollector.tt
-otrs/Kernel/Output/HTML/Standard/AdminSession.tt
-otrs/Kernel/Output/HTML/Standard/AdminSignature.tt
-otrs/Kernel/Output/HTML/Standard/AdminState.tt
-otrs/Kernel/Output/HTML/Standard/AdminSysConfig.tt
-otrs/Kernel/Output/HTML/Standard/AdminSysConfigEdit.tt
-otrs/Kernel/Output/HTML/Standard/AdminSystemAddress.tt
-otrs/Kernel/Output/HTML/Standard/AdminSystemMaintenance.tt
-otrs/Kernel/Output/HTML/Standard/AdminSystemMaintenanceEdit.tt
-otrs/Kernel/Output/HTML/Standard/AdminSystemMaintenanceNew.tt
-otrs/Kernel/Output/HTML/Standard/AdminTemplate.tt
-otrs/Kernel/Output/HTML/Standard/AdminTemplateAttachment.tt
-otrs/Kernel/Output/HTML/Standard/AdminType.tt
-otrs/Kernel/Output/HTML/Standard/AdminUser.tt
-otrs/Kernel/Output/HTML/Standard/AdminUserGroup.tt
-otrs/Kernel/Output/HTML/Standard/AgentBook.tt
-otrs/Kernel/Output/HTML/Standard/AgentCustomerInformationCenter.tt
-otrs/Kernel/Output/HTML/Standard/AgentCustomerInformationCenterBlank.tt
-otrs/Kernel/Output/HTML/Standard/AgentCustomerInformationCenterSearch.tt
-otrs/Kernel/Output/HTML/Standard/AgentCustomerSearch.tt
-otrs/Kernel/Output/HTML/Standard/AgentCustomerTableView.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboard.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardCalendarOverview.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardCmdOutput.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardCommon.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardCustomerCompanyInformation.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardCustomerIDStatus.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardCustomerUserList.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardIFrame.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardImage.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardProductNotify.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardRSSOverview.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardStats.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardTicketGeneric.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardTicketQueueOverview.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardTicketStats.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardUserOnline.tt
-otrs/Kernel/Output/HTML/Standard/AgentDashboardUserOutOfOffice.tt
-otrs/Kernel/Output/HTML/Standard/AgentHTMLReferenceForms.tt
-otrs/Kernel/Output/HTML/Standard/AgentHTMLReferenceOverview.tt
-otrs/Kernel/Output/HTML/Standard/AgentHTMLReferencePageLayout.tt
-otrs/Kernel/Output/HTML/Standard/AgentInfo.tt
-otrs/Kernel/Output/HTML/Standard/AgentLinkObject.tt
-otrs/Kernel/Output/HTML/Standard/AgentNavigationBar.tt
-otrs/Kernel/Output/HTML/Standard/AgentPreferences.tt
-otrs/Kernel/Output/HTML/Standard/AgentSchedulerInfo.tt
-otrs/Kernel/Output/HTML/Standard/AgentSpelling.tt
-otrs/Kernel/Output/HTML/Standard/AgentStatsDelete.tt
-otrs/Kernel/Output/HTML/Standard/AgentStatsEditRestrictions.tt
-otrs/Kernel/Output/HTML/Standard/AgentStatsEditSpecification.tt
-otrs/Kernel/Output/HTML/Standard/AgentStatsEditValueSeries.tt
-otrs/Kernel/Output/HTML/Standard/AgentStatsEditXaxis.tt
-otrs/Kernel/Output/HTML/Standard/AgentStatsImport.tt
-otrs/Kernel/Output/HTML/Standard/AgentStatsOverview.tt
-otrs/Kernel/Output/HTML/Standard/AgentStatsPrint.tt
-otrs/Kernel/Output/HTML/Standard/AgentStatsView.tt
-otrs/Kernel/Output/HTML/Standard/AgentStatsViewSettings.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketActionCommon.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketActionPopupClose.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketBounce.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketBulk.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketClose.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketCompose.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketCustomer.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketEmail.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketEmailOutbound.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketEscalation.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketForward.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketFreeText.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketHistory.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketMerge.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketMove.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketNote.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketOverviewMedium.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketOverviewNavBar.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketOverviewPreview.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketOverviewSmall.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketOwner.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketPending.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketPhone.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketPhoneCommon.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketPlain.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketPrint.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketPriority.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketProcess.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketProcessSmall.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketQueue.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketResponsible.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketSearch.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketSearchOpenSearchDescriptionFulltext.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketSearchOpenSearchDescriptionTicketNumber.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketSearchResultPrint.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketService.tt
-otrs/Kernel/Output/HTML/Standard/AgentTicketZoom.tt
-otrs/Kernel/Output/HTML/Standard/ArticleActionMenu.tt
-otrs/Kernel/Output/HTML/Standard/ArticleAttachments.tt
-otrs/Kernel/Output/HTML/Standard/AttachmentBlocker.tt
-otrs/Kernel/Output/HTML/Standard/ChatDisplay.tt
-otrs/Kernel/Output/HTML/Standard/ChatStartForm.tt
-otrs/Kernel/Output/HTML/Standard/Copyright.tt
-otrs/Kernel/Output/HTML/Standard/CustomerAccept.tt
-otrs/Kernel/Output/HTML/Standard/CustomerError.tt
-otrs/Kernel/Output/HTML/Standard/CustomerFooter.tt
-otrs/Kernel/Output/HTML/Standard/CustomerFooterJS.tt
-otrs/Kernel/Output/HTML/Standard/CustomerFooterSmall.tt
-otrs/Kernel/Output/HTML/Standard/CustomerHTMLHead.tt
-otrs/Kernel/Output/HTML/Standard/CustomerHeader.tt
-otrs/Kernel/Output/HTML/Standard/CustomerHeaderSmall.tt
-otrs/Kernel/Output/HTML/Standard/CustomerLogin.tt
-otrs/Kernel/Output/HTML/Standard/CustomerNavigationBar.tt
-otrs/Kernel/Output/HTML/Standard/CustomerPreferences.tt
-otrs/Kernel/Output/HTML/Standard/CustomerRichTextEditor.tt
-otrs/Kernel/Output/HTML/Standard/CustomerTicketMessage.tt
-otrs/Kernel/Output/HTML/Standard/CustomerTicketOverview.tt
-otrs/Kernel/Output/HTML/Standard/CustomerTicketPrint.tt
-otrs/Kernel/Output/HTML/Standard/CustomerTicketProcess.tt
-otrs/Kernel/Output/HTML/Standard/CustomerTicketSearch.tt
-otrs/Kernel/Output/HTML/Standard/CustomerTicketSearchOpenSearchDescription.tt
-otrs/Kernel/Output/HTML/Standard/CustomerTicketSearchResultPrint.tt
-otrs/Kernel/Output/HTML/Standard/CustomerTicketSearchResultShort.tt
-otrs/Kernel/Output/HTML/Standard/CustomerTicketZoom.tt
-otrs/Kernel/Output/HTML/Standard/CustomerWarning.tt
-otrs/Kernel/Output/HTML/Standard/DashboardEventsTicketCalendar.tt
-otrs/Kernel/Output/HTML/Standard/Datepicker.tt
-otrs/Kernel/Output/HTML/Standard/Error.tt
-otrs/Kernel/Output/HTML/Standard/Footer.tt
-otrs/Kernel/Output/HTML/Standard/FooterJS.tt
-otrs/Kernel/Output/HTML/Standard/FooterSmall.tt
-otrs/Kernel/Output/HTML/Standard/HTMLHead.tt
-otrs/Kernel/Output/HTML/Standard/HTMLHeadBlockEvents.tt
-otrs/Kernel/Output/HTML/Standard/HTMLHeadRefresh.tt
-otrs/Kernel/Output/HTML/Standard/HTTPHeaders.tt
-otrs/Kernel/Output/HTML/Standard/Header.tt
-otrs/Kernel/Output/HTML/Standard/HeaderSmall.tt
-otrs/Kernel/Output/HTML/Standard/Installer.tt
-otrs/Kernel/Output/HTML/Standard/InstallerConfigureMail.tt
-otrs/Kernel/Output/HTML/Standard/InstallerDBResult.tt
-otrs/Kernel/Output/HTML/Standard/InstallerDBStart.tt
-otrs/Kernel/Output/HTML/Standard/InstallerDBmssql.tt
-otrs/Kernel/Output/HTML/Standard/InstallerDBmysql.tt
-otrs/Kernel/Output/HTML/Standard/InstallerDBoracle.tt
-otrs/Kernel/Output/HTML/Standard/InstallerDBpostgresql.tt
-otrs/Kernel/Output/HTML/Standard/InstallerFinish.tt
-otrs/Kernel/Output/HTML/Standard/InstallerLicense.tt
-otrs/Kernel/Output/HTML/Standard/InstallerLicenseText.tt
-otrs/Kernel/Output/HTML/Standard/InstallerSystem.tt
-otrs/Kernel/Output/HTML/Standard/LinkObject.tt
-otrs/Kernel/Output/HTML/Standard/Login.tt
-otrs/Kernel/Output/HTML/Standard/Motd.tt
-otrs/Kernel/Output/HTML/Standard/NoPermission.tt
-otrs/Kernel/Output/HTML/Standard/Notify.tt
-otrs/Kernel/Output/HTML/Standard/Pagination.tt
-otrs/Kernel/Output/HTML/Standard/PictureUpload.tt
-otrs/Kernel/Output/HTML/Standard/PrintFooter.tt
-otrs/Kernel/Output/HTML/Standard/PrintHeader.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/ActivityDialogFooter.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/ActivityDialogHeader.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/Article.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/Customer.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/CustomerActivityDialogFooter.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/CustomerActivityDialogHeader.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/DynamicField.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/Lock.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/Owner.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/PendingTime.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/Priority.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/Queue.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/Responsible.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/SLA.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/Service.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/State.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/Title.tt
-otrs/Kernel/Output/HTML/Standard/ProcessManagement/Type.tt
-otrs/Kernel/Output/HTML/Standard/PublicDefault.tt
-otrs/Kernel/Output/HTML/Standard/Redirect.tt
-otrs/Kernel/Output/HTML/Standard/RichTextEditor.tt
-otrs/Kernel/Output/HTML/Standard/SpellingInline.tt
-otrs/Kernel/Output/HTML/Standard/Test.tt
-otrs/Kernel/Output/HTML/Standard/Warning.tt
-otrs/Kernel/Output/HTML/TicketMenuGeneric.pm
-otrs/Kernel/Output/HTML/TicketMenuLock.pm
-otrs/Kernel/Output/HTML/TicketMenuMove.pm
-otrs/Kernel/Output/HTML/TicketMenuProcess.pm
-otrs/Kernel/Output/HTML/TicketMenuResponsible.pm
-otrs/Kernel/Output/HTML/TicketMenuTicketWatcher.pm
-otrs/Kernel/Output/HTML/TicketOverviewMedium.pm
-otrs/Kernel/Output/HTML/TicketOverviewMenuSort.pm
-otrs/Kernel/Output/HTML/TicketOverviewPreview.pm
-otrs/Kernel/Output/HTML/TicketOverviewSmall.pm
-otrs/Kernel/Output/HTML/ToolBarGeneric.pm
-otrs/Kernel/Output/HTML/ToolBarLink.pm
-otrs/Kernel/Output/HTML/ToolBarTicketLocked.pm
-otrs/Kernel/Output/HTML/ToolBarTicketResponsible.pm
-otrs/Kernel/Output/HTML/ToolBarTicketSearchFulltext.pm
-otrs/Kernel/Output/HTML/ToolBarTicketSearchProfile.pm
-otrs/Kernel/Output/HTML/ToolBarTicketService.pm
-otrs/Kernel/Output/HTML/ToolBarTicketWatcher.pm
+otrs/Kernel/Output/HTML/Layout/AJAX.pm
+otrs/Kernel/Output/HTML/Layout/Datepicker.pm
+otrs/Kernel/Output/HTML/Layout/LinkObject.pm
+otrs/Kernel/Output/HTML/Layout/Loader.pm
+otrs/Kernel/Output/HTML/Layout/Popup.pm
+otrs/Kernel/Output/HTML/Layout/Template.pm
+otrs/Kernel/Output/HTML/Layout/Ticket.pm
+otrs/Kernel/Output/HTML/LinkObject/Ticket.pm
+otrs/Kernel/Output/HTML/NavBar/AgentTicketProcess.pm
+otrs/Kernel/Output/HTML/NavBar/AgentTicketService.pm
+otrs/Kernel/Output/HTML/NavBar/CustomerCompany.pm
+otrs/Kernel/Output/HTML/NavBar/CustomerTicketProcess.pm
+otrs/Kernel/Output/HTML/NavBar/ModuleAdmin.pm
+otrs/Kernel/Output/HTML/Notification/AgentOTRSBusiness.pm
+otrs/Kernel/Output/HTML/Notification/AgentOnline.pm
+otrs/Kernel/Output/HTML/Notification/AgentTicketEscalation.pm
+otrs/Kernel/Output/HTML/Notification/CustomerOTRSBusiness.pm
+otrs/Kernel/Output/HTML/Notification/CustomerOnline.pm
+otrs/Kernel/Output/HTML/Notification/CustomerSystemMaintenanceCheck.pm
+otrs/Kernel/Output/HTML/Notification/DaemonCheck.pm
+otrs/Kernel/Output/HTML/Notification/Generic.pm
+otrs/Kernel/Output/HTML/Notification/OutofOfficeCheck.pm
+otrs/Kernel/Output/HTML/Notification/SystemMaintenanceCheck.pm
+otrs/Kernel/Output/HTML/Notification/UIDCheck.pm
+otrs/Kernel/Output/HTML/Preferences/ColumnFilters.pm
+otrs/Kernel/Output/HTML/Preferences/CustomQueue.pm
+otrs/Kernel/Output/HTML/Preferences/CustomService.pm
+otrs/Kernel/Output/HTML/Preferences/Generic.pm
+otrs/Kernel/Output/HTML/Preferences/Language.pm
+otrs/Kernel/Output/HTML/Preferences/NotificationEvent.pm
+otrs/Kernel/Output/HTML/Preferences/OutOfOffice.pm
+otrs/Kernel/Output/HTML/Preferences/PGP.pm
+otrs/Kernel/Output/HTML/Preferences/Password.pm
+otrs/Kernel/Output/HTML/Preferences/SMIME.pm
+otrs/Kernel/Output/HTML/Preferences/Skin.pm
+otrs/Kernel/Output/HTML/Preferences/Theme.pm
+otrs/Kernel/Output/HTML/Preferences/TimeZone.pm
+otrs/Kernel/Output/HTML/QueuePreferences/Generic.pm
+otrs/Kernel/Output/HTML/SLAPreferences/Generic.pm
+otrs/Kernel/Output/HTML/ServicePreferences/Generic.pm
+otrs/Kernel/Output/HTML/Statistics/View.pm
+otrs/Kernel/Output/HTML/Templates/Standard/AAABase.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AAACalendar.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AAAGenericInterface.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AAAMonth.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AAAPreferences.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AAATicket.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AAAWeekDay.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminACL.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminACLEdit.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminACLNew.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminAttachment.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminAutoResponse.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminCloudServiceSupportDataCollector.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminCloudServices.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminCustomerCompany.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminCustomerUser.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminCustomerUserGroup.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminCustomerUserService.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminDynamicField.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminDynamicFieldCheckbox.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminDynamicFieldDateTime.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminDynamicFieldDropdown.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminDynamicFieldMultiselect.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminDynamicFieldText.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminEmail.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminGenericAgent.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminGenericInterfaceDebugger.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminGenericInterfaceInvokerDefault.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminGenericInterfaceMappingSimple.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminGenericInterfaceMappingXSLT.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminGenericInterfaceOperationDefault.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminGenericInterfaceTransportHTTPREST.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminGenericInterfaceTransportHTTPSOAP.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminGenericInterfaceWebservice.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminGenericInterfaceWebserviceHistory.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminGroup.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminLog.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminMailAccount.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminNavigationBar.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminNotificationEvent.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminNotificationEventTransportEmailSettings.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminOTRSBusinessInstalled.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminOTRSBusinessNotInstalled.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminOTRSBusinessUninstall.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminPGP.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminPackageManager.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminPerformanceLog.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminPostMasterFilter.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminPriority.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminProcessManagement.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminProcessManagementActivity.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminProcessManagementActivityDialog.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminProcessManagementPath.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminProcessManagementPopupResponse.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminProcessManagementProcessAccordion.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminProcessManagementProcessEdit.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminProcessManagementProcessNew.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminProcessManagementProcessPrint.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminProcessManagementTransition.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminProcessManagementTransitionAction.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminQueue.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminQueueAutoResponse.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminQueueTemplates.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminRegistration.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminRole.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminRoleGroup.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminRoleUser.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSLA.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSMIME.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSMIMECertRead.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSalutation.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSecureMode.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSelectBox.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminService.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSession.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSignature.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminState.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSupportDataCollector.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSysConfig.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSysConfigEdit.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSystemAddress.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSystemMaintenance.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSystemMaintenanceEdit.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSystemMaintenanceNew.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminTemplate.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminTemplateAttachment.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminType.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminUser.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminUserGroup.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentBook.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentCustomerInformationCenter.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentCustomerInformationCenterBlank.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentCustomerInformationCenterSearch.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentCustomerSearch.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentCustomerTableView.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDaemonInfo.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboard.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardCalendarOverview.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardCmdOutput.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardCommon.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerCompanyInformation.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDStatus.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerUserList.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardIFrame.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardImage.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardProductNotify.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardRSSOverview.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardStats.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardStatsSettings.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardTicketGeneric.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardTicketQueueOverview.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardTicketStats.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardUserOnline.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardUserOutOfOffice.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentHTMLReferenceForms.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentHTMLReferenceOverview.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentHTMLReferencePageLayout.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentInfo.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentLinkObject.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentNavigationBar.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentPreferences.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentSpelling.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentStatisticsAdd.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentStatisticsEdit.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentStatisticsImport.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentStatisticsOverview.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentStatisticsView.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketActionCommon.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketActionPopupClose.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketBounce.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketBulk.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketClose.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketCompose.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketCustomer.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketEmail.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketEmailOutbound.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketEscalation.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketForward.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketFreeText.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketHistory.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketMerge.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketMove.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketNote.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewMedium.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewNavBar.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewPreview.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketOverviewSmall.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketOwner.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketPending.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketPhone.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketPhoneCommon.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketPlain.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketPriority.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketProcess.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketProcessSmall.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketQueue.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketResponsible.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketSearch.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketSearchOpenSearchDescriptionFulltext.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketSearchOpenSearchDescriptionTicketNumber.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketService.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketZoom.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ArticleActionMenu.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ArticleAttachments.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AttachmentBlocker.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ChatDisplay.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ChatStartForm.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Copyright.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerAccept.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerError.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerFooter.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerFooterJS.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerFooterSmall.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerHTMLHead.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerHeader.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerHeaderSmall.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerLogin.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerNavigationBar.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerPreferences.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerRichTextEditor.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerTicketMessage.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerTicketOverview.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerTicketProcess.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerTicketSearch.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerTicketSearchOpenSearchDescription.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerTicketSearchResultShort.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerTicketZoom.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerWarning.tt
+otrs/Kernel/Output/HTML/Templates/Standard/DashboardEventsTicketCalendar.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Datepicker.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Error.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Footer.tt
+otrs/Kernel/Output/HTML/Templates/Standard/FooterJS.tt
+otrs/Kernel/Output/HTML/Templates/Standard/FooterSmall.tt
+otrs/Kernel/Output/HTML/Templates/Standard/HTMLHead.tt
+otrs/Kernel/Output/HTML/Templates/Standard/HTMLHeadBlockEvents.tt
+otrs/Kernel/Output/HTML/Templates/Standard/HTMLHeadRefresh.tt
+otrs/Kernel/Output/HTML/Templates/Standard/HTTPHeaders.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Header.tt
+otrs/Kernel/Output/HTML/Templates/Standard/HeaderSmall.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Installer.tt
+otrs/Kernel/Output/HTML/Templates/Standard/InstallerConfigureMail.tt
+otrs/Kernel/Output/HTML/Templates/Standard/InstallerDBResult.tt
+otrs/Kernel/Output/HTML/Templates/Standard/InstallerDBStart.tt
+otrs/Kernel/Output/HTML/Templates/Standard/InstallerDBmssql.tt
+otrs/Kernel/Output/HTML/Templates/Standard/InstallerDBmysql.tt
+otrs/Kernel/Output/HTML/Templates/Standard/InstallerDBoracle.tt
+otrs/Kernel/Output/HTML/Templates/Standard/InstallerDBpostgresql.tt
+otrs/Kernel/Output/HTML/Templates/Standard/InstallerFinish.tt
+otrs/Kernel/Output/HTML/Templates/Standard/InstallerLicense.tt
+otrs/Kernel/Output/HTML/Templates/Standard/InstallerLicenseText.tt
+otrs/Kernel/Output/HTML/Templates/Standard/InstallerSystem.tt
+otrs/Kernel/Output/HTML/Templates/Standard/LinkObject.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Login.tt
+otrs/Kernel/Output/HTML/Templates/Standard/MobileNotAvailableWidget.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Motd.tt
+otrs/Kernel/Output/HTML/Templates/Standard/NoPermission.tt
+otrs/Kernel/Output/HTML/Templates/Standard/NotificationEvent/Email/Default.tt
+otrs/Kernel/Output/HTML/Templates/Standard/NotificationEvent/Email/Unformatted.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Notify.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Pagination.tt
+otrs/Kernel/Output/HTML/Templates/Standard/PictureUpload.tt
+otrs/Kernel/Output/HTML/Templates/Standard/PreferencesNotificationEvent.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/ActivityDialogFooter.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/ActivityDialogHeader.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/Article.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/Customer.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/CustomerActivityDialogFooter.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/CustomerActivityDialogHeader.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/DynamicField.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/Lock.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/Owner.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/PendingTime.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/Priority.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/Queue.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/Responsible.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/SLA.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/Service.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/State.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/Title.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ProcessManagement/Type.tt
+otrs/Kernel/Output/HTML/Templates/Standard/PublicDefault.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Redirect.tt
+otrs/Kernel/Output/HTML/Templates/Standard/RichTextEditor.tt
+otrs/Kernel/Output/HTML/Templates/Standard/SpellingInline.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Statistics/GeneralSpecificationsWidget.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Statistics/PreviewWidget.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Statistics/RestrictionsWidget.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Statistics/StatsParamsWidget.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Statistics/StatsResultRender/D3.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Statistics/XAxisWidget.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Statistics/YAxisWidget.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Test.tt
+otrs/Kernel/Output/HTML/Templates/Standard/Warning.tt
+otrs/Kernel/Output/HTML/TicketBulk/Base.pm
+otrs/Kernel/Output/HTML/TicketMenu/Generic.pm
+otrs/Kernel/Output/HTML/TicketMenu/Lock.pm
+otrs/Kernel/Output/HTML/TicketMenu/Move.pm
+otrs/Kernel/Output/HTML/TicketMenu/Process.pm
+otrs/Kernel/Output/HTML/TicketMenu/Responsible.pm
+otrs/Kernel/Output/HTML/TicketMenu/TicketWatcher.pm
+otrs/Kernel/Output/HTML/TicketOverview/Medium.pm
+otrs/Kernel/Output/HTML/TicketOverview/Preview.pm
+otrs/Kernel/Output/HTML/TicketOverview/Small.pm
+otrs/Kernel/Output/HTML/TicketOverviewMenu/Sort.pm
+otrs/Kernel/Output/HTML/ToolBar/Generic.pm
+otrs/Kernel/Output/HTML/ToolBar/Link.pm
+otrs/Kernel/Output/HTML/ToolBar/TicketLocked.pm
+otrs/Kernel/Output/HTML/ToolBar/TicketResponsible.pm
+otrs/Kernel/Output/HTML/ToolBar/TicketSearchFulltext.pm
+otrs/Kernel/Output/HTML/ToolBar/TicketSearchProfile.pm
+otrs/Kernel/Output/HTML/ToolBar/TicketService.pm
+otrs/Kernel/Output/HTML/ToolBar/TicketWatcher.pm
+otrs/Kernel/Output/PDF/Statistics.pm
 otrs/Kernel/Output/Template/Document.pm
 otrs/Kernel/Output/Template/Plugin/OTRS.pm
 otrs/Kernel/Output/Template/Provider.pm
 otrs/Kernel/System/ACL/DB/ACL.pm
+otrs/Kernel/System/AsynchronousExecutor.pm
 otrs/Kernel/System/Auth.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/Auth/Sync/LDAP.pm
+otrs/Kernel/System/Auth/TwoFactor/GoogleAuthenticator.pm
 otrs/Kernel/System/AuthSession.pm
 otrs/Kernel/System/AuthSession/DB.pm
 otrs/Kernel/System/AuthSession/FS.pm
@@ -583,8 +592,105 @@ otrs/Kernel/System/CSV.pm
 otrs/Kernel/System/Cache.pm
 otrs/Kernel/System/Cache/FileStorable.pm
 otrs/Kernel/System/CheckItem.pm
-otrs/Kernel/System/CloudService.pm
-otrs/Kernel/System/Crypt.pm
+otrs/Kernel/System/CloudService/Backend/Configuration.pm
+otrs/Kernel/System/CloudService/Backend/Run.pm
+otrs/Kernel/System/Console/BaseCommand.pm
+otrs/Kernel/System/Console/Command/Admin/Article/StorageSwitch.pm
+otrs/Kernel/System/Console/Command/Admin/CustomerCompany/Add.pm
+otrs/Kernel/System/Console/Command/Admin/CustomerUser/Add.pm
+otrs/Kernel/System/Console/Command/Admin/CustomerUser/SetPassword.pm
+otrs/Kernel/System/Console/Command/Admin/Group/Add.pm
+otrs/Kernel/System/Console/Command/Admin/Group/CustomerLink.pm
+otrs/Kernel/System/Console/Command/Admin/Group/RoleLink.pm
+otrs/Kernel/System/Console/Command/Admin/Group/UserLink.pm
+otrs/Kernel/System/Console/Command/Admin/Package/Export.pm
+otrs/Kernel/System/Console/Command/Admin/Package/FileSearch.pm
+otrs/Kernel/System/Console/Command/Admin/Package/Install.pm
+otrs/Kernel/System/Console/Command/Admin/Package/List.pm
+otrs/Kernel/System/Console/Command/Admin/Package/ListInstalledFiles.pm
+otrs/Kernel/System/Console/Command/Admin/Package/Reinstall.pm
+otrs/Kernel/System/Console/Command/Admin/Package/ReinstallAll.pm
+otrs/Kernel/System/Console/Command/Admin/Package/RepositoryList.pm
+otrs/Kernel/System/Console/Command/Admin/Package/Uninstall.pm
+otrs/Kernel/System/Console/Command/Admin/Package/Upgrade.pm
+otrs/Kernel/System/Console/Command/Admin/Queue/Add.pm
+otrs/Kernel/System/Console/Command/Admin/Role/Add.pm
+otrs/Kernel/System/Console/Command/Admin/Role/UserLink.pm
+otrs/Kernel/System/Console/Command/Admin/Service/Add.pm
+otrs/Kernel/System/Console/Command/Admin/StandardTemplate/QueueLink.pm
+otrs/Kernel/System/Console/Command/Admin/SystemAddress/Add.pm
+otrs/Kernel/System/Console/Command/Admin/TicketType/Add.pm
+otrs/Kernel/System/Console/Command/Admin/User/Add.pm
+otrs/Kernel/System/Console/Command/Admin/User/SetPassword.pm
+otrs/Kernel/System/Console/Command/Admin/WebService/Add.pm
+otrs/Kernel/System/Console/Command/Admin/WebService/Delete.pm
+otrs/Kernel/System/Console/Command/Admin/WebService/Dump.pm
+otrs/Kernel/System/Console/Command/Admin/WebService/List.pm
+otrs/Kernel/System/Console/Command/Admin/WebService/Update.pm
+otrs/Kernel/System/Console/Command/Dev/Code/ContributorsListUpdate.pm
+otrs/Kernel/System/Console/Command/Dev/Code/Generate/ConsoleCommand.pm
+otrs/Kernel/System/Console/Command/Dev/Code/Generate/ConsoleCommand/ConsoleCommand.pm.skel
+otrs/Kernel/System/Console/Command/Dev/Code/Generate/ConsoleCommand/ConsoleCommand.t.skel
+otrs/Kernel/System/Console/Command/Dev/Code/Generate/UnitTest/Backend.pm
+otrs/Kernel/System/Console/Command/Dev/Code/Generate/UnitTest/Backend/Backend.t.skel
+otrs/Kernel/System/Console/Command/Dev/Package/Build.pm
+otrs/Kernel/System/Console/Command/Dev/Package/RepositoryIndex.pm
+otrs/Kernel/System/Console/Command/Dev/Tools/CacheBenchmark.pm
+otrs/Kernel/System/Console/Command/Dev/Tools/ConsoleStats.pm
+otrs/Kernel/System/Console/Command/Dev/Tools/Database/RandomDataInsert.pm
+otrs/Kernel/System/Console/Command/Dev/Tools/Database/XML2SQL.pm
+otrs/Kernel/System/Console/Command/Dev/Tools/Database/XMLExecute.pm
+otrs/Kernel/System/Console/Command/Dev/Tools/Migrate/DTL2TT.pm
+otrs/Kernel/System/Console/Command/Dev/Tools/RPMSpecGenerate.pm
+otrs/Kernel/System/Console/Command/Dev/Tools/TranslationsUpdate.pm
+otrs/Kernel/System/Console/Command/Dev/UnitTest/Run.pm
+otrs/Kernel/System/Console/Command/Help.pm
+otrs/Kernel/System/Console/Command/Internal/BashCompletion.pm
+otrs/Kernel/System/Console/Command/List.pm
+otrs/Kernel/System/Console/Command/Maint/Cache/Delete.pm
+otrs/Kernel/System/Console/Command/Maint/CloudServices/ConnectionCheck.pm
+otrs/Kernel/System/Console/Command/Maint/Config/Dump.pm
+otrs/Kernel/System/Console/Command/Maint/Config/Rebuild.pm
+otrs/Kernel/System/Console/Command/Maint/Daemon/List.pm
+otrs/Kernel/System/Console/Command/Maint/Daemon/Summary.pm
+otrs/Kernel/System/Console/Command/Maint/Database/Check.pm
+otrs/Kernel/System/Console/Command/Maint/Database/MySQL/InnoDBMigration.pm
+otrs/Kernel/System/Console/Command/Maint/Database/PasswordCrypt.pm
+otrs/Kernel/System/Console/Command/Maint/GenericAgent/Run.pm
+otrs/Kernel/System/Console/Command/Maint/Loader/CacheCleanup.pm
+otrs/Kernel/System/Console/Command/Maint/Loader/CacheGenerate.pm
+otrs/Kernel/System/Console/Command/Maint/OTRSBusiness/AvailabilityCheck.pm
+otrs/Kernel/System/Console/Command/Maint/OTRSBusiness/EntitlementCheck.pm
+otrs/Kernel/System/Console/Command/Maint/PostMaster/MailAccountFetch.pm
+otrs/Kernel/System/Console/Command/Maint/PostMaster/Read.pm
+otrs/Kernel/System/Console/Command/Maint/PostMaster/SpoolMailsReprocess.pm
+otrs/Kernel/System/Console/Command/Maint/Registration/UpdateSend.pm
+otrs/Kernel/System/Console/Command/Maint/SMIME/KeysRefresh.pm
+otrs/Kernel/System/Console/Command/Maint/Session/DeleteAll.pm
+otrs/Kernel/System/Console/Command/Maint/Session/DeleteExpired.pm
+otrs/Kernel/System/Console/Command/Maint/Session/ListAll.pm
+otrs/Kernel/System/Console/Command/Maint/Session/ListExpired.pm
+otrs/Kernel/System/Console/Command/Maint/Stats/Dashboard/Generate.pm
+otrs/Kernel/System/Console/Command/Maint/Stats/Generate.pm
+otrs/Kernel/System/Console/Command/Maint/SupportBundle/Generate.pm
+otrs/Kernel/System/Console/Command/Maint/SupportData/CollectAsynchronous.pm
+otrs/Kernel/System/Console/Command/Maint/Ticket/ArchiveCleanup.pm
+otrs/Kernel/System/Console/Command/Maint/Ticket/Delete.pm
+otrs/Kernel/System/Console/Command/Maint/Ticket/Dump.pm
+otrs/Kernel/System/Console/Command/Maint/Ticket/EscalationCheck.pm
+otrs/Kernel/System/Console/Command/Maint/Ticket/EscalationIndexRebuild.pm
+otrs/Kernel/System/Console/Command/Maint/Ticket/FulltextIndexRebuild.pm
+otrs/Kernel/System/Console/Command/Maint/Ticket/InvalidUserCleanup.pm
+otrs/Kernel/System/Console/Command/Maint/Ticket/PendingCheck.pm
+otrs/Kernel/System/Console/Command/Maint/Ticket/QueueIndexCleanup.pm
+otrs/Kernel/System/Console/Command/Maint/Ticket/QueueIndexRebuild.pm
+otrs/Kernel/System/Console/Command/Maint/Ticket/RestoreFromArchive.pm
+otrs/Kernel/System/Console/Command/Maint/Ticket/UnlockAll.pm
+otrs/Kernel/System/Console/Command/Maint/Ticket/UnlockTicket.pm
+otrs/Kernel/System/Console/Command/Maint/Ticket/UnlockTimeout.pm
+otrs/Kernel/System/Console/Command/Search.pm
+otrs/Kernel/System/Console/InterfaceConsole.pm
+otrs/Kernel/System/CronEvent.pm
 otrs/Kernel/System/Crypt/PGP.pm
 otrs/Kernel/System/Crypt/SMIME.pm
 otrs/Kernel/System/CustomerAuth.pm
@@ -592,6 +698,7 @@ 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/CustomerAuth/TwoFactor/GoogleAuthenticator.pm
 otrs/Kernel/System/CustomerCompany.pm
 otrs/Kernel/System/CustomerCompany/DB.pm
 otrs/Kernel/System/CustomerCompany/Event/CustomerUserUpdate.pm
@@ -599,6 +706,7 @@ otrs/Kernel/System/CustomerCompany/Event
 otrs/Kernel/System/CustomerGroup.pm
 otrs/Kernel/System/CustomerUser.pm
 otrs/Kernel/System/CustomerUser/DB.pm
+otrs/Kernel/System/CustomerUser/Event/SearchProfileUpdate.pm
 otrs/Kernel/System/CustomerUser/Event/ServiceMemberUpdate.pm
 otrs/Kernel/System/CustomerUser/Event/TicketUpdate.pm
 otrs/Kernel/System/CustomerUser/LDAP.pm
@@ -608,6 +716,17 @@ otrs/Kernel/System/DB/mssql.pm
 otrs/Kernel/System/DB/mysql.pm
 otrs/Kernel/System/DB/oracle.pm
 otrs/Kernel/System/DB/postgresql.pm
+otrs/Kernel/System/Daemon/BaseDaemon.pm
+otrs/Kernel/System/Daemon/DaemonModules/BaseTaskWorker.pm
+otrs/Kernel/System/Daemon/DaemonModules/SchedulerCronTaskManager.pm
+otrs/Kernel/System/Daemon/DaemonModules/SchedulerFutureTaskManager.pm
+otrs/Kernel/System/Daemon/DaemonModules/SchedulerGenericAgentTaskManager.pm
+otrs/Kernel/System/Daemon/DaemonModules/SchedulerTaskWorker.pm
+otrs/Kernel/System/Daemon/DaemonModules/SchedulerTaskWorker/AsynchronousExecutor.pm
+otrs/Kernel/System/Daemon/DaemonModules/SchedulerTaskWorker/Cron.pm
+otrs/Kernel/System/Daemon/DaemonModules/SchedulerTaskWorker/GenericAgent.pm
+otrs/Kernel/System/Daemon/DaemonModules/SchedulerTaskWorker/GenericInterface.pm
+otrs/Kernel/System/Daemon/SchedulerDB.pm
 otrs/Kernel/System/DynamicField.pm
 otrs/Kernel/System/DynamicField/Backend.pm
 otrs/Kernel/System/DynamicField/Driver/Base.pm
@@ -632,11 +751,13 @@ otrs/Kernel/System/Email/SMTP.pm
 otrs/Kernel/System/Email/SMTPS.pm
 otrs/Kernel/System/Email/SMTPTLS.pm
 otrs/Kernel/System/Email/Sendmail.pm
+otrs/Kernel/System/Email/Test.pm
 otrs/Kernel/System/EmailParser.pm
 otrs/Kernel/System/Encode.pm
 otrs/Kernel/System/Environment.pm
 otrs/Kernel/System/Event.pm
 otrs/Kernel/System/EventHandler.pm

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512051218.tB5CITTd052074>