svn commit: r468607 - in head/www/otrs: . files

Wen Heping wen at FreeBSD.org
Sun Apr 29 07:23:40 UTC 2018


Author: wen
Date: Sun Apr 29 07:23:39 2018
New Revision: 468607
URL: https://svnweb.freebsd.org/changeset/ports/468607

Log:
  - Update to 6.0.6
  
  PR:		227704
  Submitted by:	m.tsatsenko at gmail.com(maintainer)

Deleted:
  head/www/otrs/files/patch-bin-otrs.CheckModules.pl
Modified:
  head/www/otrs/Makefile
  head/www/otrs/distinfo
  head/www/otrs/pkg-plist

Modified: head/www/otrs/Makefile
==============================================================================
--- head/www/otrs/Makefile	Sun Apr 29 07:16:09 2018	(r468606)
+++ head/www/otrs/Makefile	Sun Apr 29 07:23:39 2018	(r468607)
@@ -2,12 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	otrs
-PORTVERSION=	5.0.26
+PORTVERSION=	6.0.6
 CATEGORIES=	www
-MASTER_SITES=	http://ftp.otrs.org/pub/otrs/ \
-		ftp://ftp.samurai.com/pub/otrs/ \
-		http://ftp.gwdg.de/pub/misc/otrs/ \
-		http://mirror.xaranet.de/otrs/
 
 MAINTAINER=	m.tsatsenko at gmail.com
 COMMENT=	Open Ticket Request System
@@ -51,6 +47,11 @@ BUILD_DEPENDS=	p5-Archive-Zip>=0:archivers/p5-Archive-
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		cpe shebangfix perl5 tar:bzip2
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	OTRS
+GH_TAGNAME=	51cbe50
+
 SHEBANG_FILES=	bin/cgi-bin/*.pl bin/cgi-bin/app.psgi bin/fcgi-bin/*.pl bin/*.pl \
 		scripts/tools/*.pl scripts/*.pl
 
@@ -84,13 +85,13 @@ PM_DIRS_LIST=	Kernel Kernel/Config Kernel/Config/Files
 		System/Crypt System/CustomerAuth System/CustomerUser \
 		System/CustomerUser/ System/
 
-SCRIPTS_DIRS_LIST=	"" database/update test tools
+SCRIPTS_DIRS_LIST=	"" database test tools DBUpdateTo6
 CRON_SCRIPTS=	${STAGEDIR}${OTRSDIR}/var/cron/
 CLEAN_FILES=	scripts/suse* scripts/redhat* \
 		var/httpd/htdocs/js/thirdparty/ckeditor-4.0/_source \
 		var/httpd/htdocs/skins/Agent/*/img/source
 
-PLIST_SUB=	VER_CKEDITOR="4.5.6" OTRS_USER=${USERS} WWWOWN=${WWWOWN}
+PLIST_SUB=	VER_CKEDITOR="4.7.0" OTRS_USER=${USERS} WWWOWN=${WWWOWN}
 
 PGSQL_RUN_DEPENDS=	p5-DBD-Pg>=0:databases/p5-DBD-Pg
 PGSQL_USES=		pgsql
@@ -158,15 +159,14 @@ do-install:
 .endfor
 	${INSTALL_DATA} ${WRKSRC}/.*.dist ${STAGEDIR}${OTRSDIR}/
 	${INSTALL_DATA} ${WRKSRC}/RELEASE ${STAGEDIR}${OTRSDIR}/
-	${INSTALL_DATA} ${WRKSRC}/ARCHIVE ${STAGEDIR}${OTRSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/*.md ${STAGEDIR}${OTRSDIR}/
 .for D in ${BIN_DIRS_LIST}
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/${D}/*.* ${STAGEDIR}${OTRSDIR}/bin/${D}/
 .endfor
 	(cd ${WRKSRC} && ${PAX} -r -w Kernel var ${STAGEDIR}${OTRSDIR})
 	${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.[ps][lh] ${STAGEDIR}${OTRSDIR}/scripts/
 	${INSTALL_DATA} ${WRKSRC}/scripts/apache* \
-		${WRKSRC}/scripts/*.sql ${STAGEDIR}${OTRSDIR}/scripts/
-	${INSTALL_DATA} ${WRKSRC}/scripts/database/update/*.* ${STAGEDIR}${OTRSDIR}/scripts/database/update/
+		${WRKSRC}/scripts/*.[pl][pm] ${STAGEDIR}${OTRSDIR}/scripts/
 	${INSTALL_DATA} ${WRKSRC}/scripts/database/*.* ${STAGEDIR}${OTRSDIR}/scripts/database/
 	${INSTALL_SCRIPT} ${WRKSRC}/scripts/test/*.t ${STAGEDIR}${OTRSDIR}/scripts/test/
 	${INSTALL_SCRIPT} ${WRKSRC}/scripts/tools/*.pl ${STAGEDIR}${OTRSDIR}/scripts/tools/

Modified: head/www/otrs/distinfo
==============================================================================
--- head/www/otrs/distinfo	Sun Apr 29 07:16:09 2018	(r468606)
+++ head/www/otrs/distinfo	Sun Apr 29 07:23:39 2018	(r468607)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514582654
-SHA256 (otrs-5.0.26.tar.bz2) = d4f765b8520f441588d4dbd6366f68ccbd0cf95cf3aab92ec33bc99bf164145a
-SIZE (otrs-5.0.26.tar.bz2) = 20672840
+TIMESTAMP = 1524348416
+SHA256 (OTRS-otrs-6.0.6-51cbe50_GH0.tar.gz) = 1545455267e45ee3370c02645cac52be75b10bf5f852195808d04f99e8e25205
+SIZE (OTRS-otrs-6.0.6-51cbe50_GH0.tar.gz) = 39579491

Modified: head/www/otrs/pkg-plist
==============================================================================
--- head/www/otrs/pkg-plist	Sun Apr 29 07:16:09 2018	(r468606)
+++ head/www/otrs/pkg-plist	Sun Apr 29 07:23:39 2018	(r468607)
@@ -1,20 +1,38 @@
 @owner %%OTRS_USER%%
 @group %%WWWOWN%%
-otrs/.fetchmailrc.dist
-otrs/.mailfilter.dist
-otrs/.procmailrc.dist
-otrs/ARCHIVE
+ at sample otrs/.fetchmailrc.dist otrs/.fetchmailrc
+ at sample otrs/.mailfilter.dist otrs/.mailfilter
+ at sample otrs/.procmailrc.dist otrs/.procmailrc
+otrs/AUTHORS.md
+otrs/CHANGES.md
+otrs/CONTRIBUTING.md
+otrs/INSTALL.md
+otrs/Kernel/Autoload/Test.pm
 @sample otrs/Kernel/Config.pm.dist otrs/Kernel/Config.pm
 @sample otrs/Kernel/Config.pod.dist otrs/Kernel/Config.pod
 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/Ticket.xml
+otrs/Kernel/Config/Files/XML/Calendar.xml
+otrs/Kernel/Config/Files/XML/CloudServices.xml
+otrs/Kernel/Config/Files/XML/Daemon.xml
+otrs/Kernel/Config/Files/XML/Framework.xml
+otrs/Kernel/Config/Files/XML/GenericInterface.xml
+otrs/Kernel/Config/Files/XML/ProcessManagement.xml
+otrs/Kernel/Config/Files/XML/Ticket.xml
 otrs/Kernel/GenericInterface/Debugger.pm
+otrs/Kernel/GenericInterface/ErrorHandling.pm
+otrs/Kernel/GenericInterface/ErrorHandling/RequestRetry.pm
 otrs/Kernel/GenericInterface/Event/Handler.pm
+otrs/Kernel/GenericInterface/Event/ObjectType/Appointment.pm
+otrs/Kernel/GenericInterface/Event/ObjectType/Article.pm
+otrs/Kernel/GenericInterface/Event/ObjectType/Calendar.pm
+otrs/Kernel/GenericInterface/Event/ObjectType/CustomerCompany.pm
+otrs/Kernel/GenericInterface/Event/ObjectType/CustomerUser.pm
+otrs/Kernel/GenericInterface/Event/ObjectType/DynamicField.pm
+otrs/Kernel/GenericInterface/Event/ObjectType/LinkObject.pm
+otrs/Kernel/GenericInterface/Event/ObjectType/Package.pm
+otrs/Kernel/GenericInterface/Event/ObjectType/Queue.pm
+otrs/Kernel/GenericInterface/Event/ObjectType/Ticket.pm
+otrs/Kernel/GenericInterface/Event/Validation/ValidateDemo.pm
 otrs/Kernel/GenericInterface/Invoker.pm
 otrs/Kernel/GenericInterface/Invoker/Test/Test.pm
 otrs/Kernel/GenericInterface/Invoker/Test/TestSimple.pm
@@ -27,10 +45,12 @@ otrs/Kernel/GenericInterface/Operation.pm
 otrs/Kernel/GenericInterface/Operation/Common.pm
 otrs/Kernel/GenericInterface/Operation/Session/Common.pm
 otrs/Kernel/GenericInterface/Operation/Session/SessionCreate.pm
+otrs/Kernel/GenericInterface/Operation/Session/SessionGet.pm
 otrs/Kernel/GenericInterface/Operation/Test/Test.pm
 otrs/Kernel/GenericInterface/Operation/Ticket/Common.pm
 otrs/Kernel/GenericInterface/Operation/Ticket/TicketCreate.pm
 otrs/Kernel/GenericInterface/Operation/Ticket/TicketGet.pm
+otrs/Kernel/GenericInterface/Operation/Ticket/TicketHistoryGet.pm
 otrs/Kernel/GenericInterface/Operation/Ticket/TicketSearch.pm
 otrs/Kernel/GenericInterface/Operation/Ticket/TicketUpdate.pm
 otrs/Kernel/GenericInterface/Provider.pm
@@ -90,12 +110,18 @@ otrs/Kernel/Language/zh_CN.pm
 otrs/Kernel/Language/zh_TW.pm
 otrs/Kernel/Modules/Admin.pm
 otrs/Kernel/Modules/AdminACL.pm
+otrs/Kernel/Modules/AdminAppointmentCalendarManage.pm
+otrs/Kernel/Modules/AdminAppointmentImport.pm
+otrs/Kernel/Modules/AdminAppointmentNotificationEvent.pm
 otrs/Kernel/Modules/AdminAttachment.pm
 otrs/Kernel/Modules/AdminAutoResponse.pm
 otrs/Kernel/Modules/AdminCloudServiceSupportDataCollector.pm
 otrs/Kernel/Modules/AdminCloudServices.pm
+otrs/Kernel/Modules/AdminCommunicationLog.pm
 otrs/Kernel/Modules/AdminCustomerCompany.pm
+otrs/Kernel/Modules/AdminCustomerGroup.pm
 otrs/Kernel/Modules/AdminCustomerUser.pm
+otrs/Kernel/Modules/AdminCustomerUserCustomer.pm
 otrs/Kernel/Modules/AdminCustomerUserGroup.pm
 otrs/Kernel/Modules/AdminCustomerUserService.pm
 otrs/Kernel/Modules/AdminDynamicField.pm
@@ -107,7 +133,10 @@ otrs/Kernel/Modules/AdminDynamicFieldText.pm
 otrs/Kernel/Modules/AdminEmail.pm
 otrs/Kernel/Modules/AdminGenericAgent.pm
 otrs/Kernel/Modules/AdminGenericInterfaceDebugger.pm
+otrs/Kernel/Modules/AdminGenericInterfaceErrorHandlingDefault.pm
+otrs/Kernel/Modules/AdminGenericInterfaceErrorHandlingRequestRetry.pm
 otrs/Kernel/Modules/AdminGenericInterfaceInvokerDefault.pm
+otrs/Kernel/Modules/AdminGenericInterfaceInvokerEvent.pm
 otrs/Kernel/Modules/AdminGenericInterfaceMappingSimple.pm
 otrs/Kernel/Modules/AdminGenericInterfaceMappingXSLT.pm
 otrs/Kernel/Modules/AdminGenericInterfaceOperationDefault.pm
@@ -148,30 +177,39 @@ 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/AdminSystemConfiguration.pm
+otrs/Kernel/Modules/AdminSystemConfigurationDeployment.pm
+otrs/Kernel/Modules/AdminSystemConfigurationGroup.pm
 otrs/Kernel/Modules/AdminSystemMaintenance.pm
 otrs/Kernel/Modules/AdminTemplate.pm
 otrs/Kernel/Modules/AdminTemplateAttachment.pm
 otrs/Kernel/Modules/AdminType.pm
 otrs/Kernel/Modules/AdminUser.pm
 otrs/Kernel/Modules/AdminUserGroup.pm
-otrs/Kernel/Modules/AgentBook.pm
+otrs/Kernel/Modules/AgentAppointmentAgendaOverview.pm
+otrs/Kernel/Modules/AgentAppointmentCalendarOverview.pm
+otrs/Kernel/Modules/AgentAppointmentEdit.pm
+otrs/Kernel/Modules/AgentAppointmentList.pm
+otrs/Kernel/Modules/AgentAppointmentPluginSearch.pm
 otrs/Kernel/Modules/AgentCustomerInformationCenter.pm
 otrs/Kernel/Modules/AgentCustomerInformationCenterSearch.pm
 otrs/Kernel/Modules/AgentCustomerSearch.pm
+otrs/Kernel/Modules/AgentCustomerUserAddressBook.pm
+otrs/Kernel/Modules/AgentCustomerUserInformationCenter.pm
+otrs/Kernel/Modules/AgentCustomerUserInformationCenterSearch.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/AgentOTRSBusiness.pm
 otrs/Kernel/Modules/AgentPreferences.pm
 otrs/Kernel/Modules/AgentSearch.pm
-otrs/Kernel/Modules/AgentSpelling.pm
+otrs/Kernel/Modules/AgentSplitSelection.pm
 otrs/Kernel/Modules/AgentStatistics.pm
 otrs/Kernel/Modules/AgentTicketActionCommon.pm
+otrs/Kernel/Modules/AgentTicketArticleContent.pm
 otrs/Kernel/Modules/AgentTicketAttachment.pm
 otrs/Kernel/Modules/AgentTicketBounce.pm
 otrs/Kernel/Modules/AgentTicketBulk.pm
@@ -180,6 +218,7 @@ otrs/Kernel/Modules/AgentTicketCompose.pm
 otrs/Kernel/Modules/AgentTicketCustomer.pm
 otrs/Kernel/Modules/AgentTicketEmail.pm
 otrs/Kernel/Modules/AgentTicketEmailOutbound.pm
+otrs/Kernel/Modules/AgentTicketEmailResend.pm
 otrs/Kernel/Modules/AgentTicketEscalationView.pm
 otrs/Kernel/Modules/AgentTicketForward.pm
 otrs/Kernel/Modules/AgentTicketFreeText.pm
@@ -210,8 +249,10 @@ otrs/Kernel/Modules/AgentTicketWatcher.pm
 otrs/Kernel/Modules/AgentTicketZoom.pm
 otrs/Kernel/Modules/AgentUserSearch.pm
 otrs/Kernel/Modules/AgentZoom.pm
+otrs/Kernel/Modules/AjaxAttachment.pm
 otrs/Kernel/Modules/CustomerAccept.pm
 otrs/Kernel/Modules/CustomerPreferences.pm
+otrs/Kernel/Modules/CustomerTicketArticleContent.pm
 otrs/Kernel/Modules/CustomerTicketAttachment.pm
 otrs/Kernel/Modules/CustomerTicketMessage.pm
 otrs/Kernel/Modules/CustomerTicketOverview.pm
@@ -221,24 +262,49 @@ otrs/Kernel/Modules/CustomerTicketSearch.pm
 otrs/Kernel/Modules/CustomerTicketZoom.pm
 otrs/Kernel/Modules/Installer.pm
 otrs/Kernel/Modules/PictureUpload.pm
+otrs/Kernel/Modules/PublicCalendar.pm
 otrs/Kernel/Modules/PublicDefault.pm
 otrs/Kernel/Modules/PublicRepository.pm
 otrs/Kernel/Modules/PublicSupportDataCollector.pm
-otrs/Kernel/Modules/SpellingInline.pm
 otrs/Kernel/Modules/Test.pm
+otrs/Kernel/Output/HTML/Article/Base.pm
+otrs/Kernel/Output/HTML/Article/Chat.pm
+otrs/Kernel/Output/HTML/Article/Email.pm
+otrs/Kernel/Output/HTML/Article/Internal.pm
+otrs/Kernel/Output/HTML/Article/Invalid.pm
+otrs/Kernel/Output/HTML/Article/MIMEBase.pm
+otrs/Kernel/Output/HTML/Article/Phone.pm
+otrs/Kernel/Output/HTML/ArticleAction/AgentTicketBounce.pm
+otrs/Kernel/Output/HTML/ArticleAction/AgentTicketCompose.pm
+otrs/Kernel/Output/HTML/ArticleAction/AgentTicketEmailResend.pm
+otrs/Kernel/Output/HTML/ArticleAction/AgentTicketForward.pm
+otrs/Kernel/Output/HTML/ArticleAction/AgentTicketMessageLog.pm
+otrs/Kernel/Output/HTML/ArticleAction/AgentTicketNote.pm
+otrs/Kernel/Output/HTML/ArticleAction/AgentTicketPhone.pm
+otrs/Kernel/Output/HTML/ArticleAction/AgentTicketPlain.pm
+otrs/Kernel/Output/HTML/ArticleAction/AgentTicketPrint.pm
+otrs/Kernel/Output/HTML/ArticleAction/GetHelpLink.pm
+otrs/Kernel/Output/HTML/ArticleAction/MarkAsImportant.pm
+otrs/Kernel/Output/HTML/ArticleAction/ReinstallPackageLink.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/Security.pm
 otrs/Kernel/Output/HTML/ArticleCompose/Sign.pm
+otrs/Kernel/Output/HTML/Base.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/CustomerUser/OverviewAddressBook.pm
+otrs/Kernel/Output/HTML/Dashboard/AppointmentCalendar.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/CustomerIDList.pm
 otrs/Kernel/Output/HTML/Dashboard/CustomerIDStatus.pm
+otrs/Kernel/Output/HTML/Dashboard/CustomerUserInformation.pm
 otrs/Kernel/Output/HTML/Dashboard/CustomerUserList.pm
 otrs/Kernel/Output/HTML/Dashboard/EventsTicketCalendar.pm
 otrs/Kernel/Output/HTML/Dashboard/IFrame.pm
@@ -260,13 +326,17 @@ otrs/Kernel/Output/HTML/HeaderMeta/CustomerTicketSearc
 otrs/Kernel/Output/HTML/HeaderMeta/Refresh.pm
 otrs/Kernel/Output/HTML/Layout.pm
 otrs/Kernel/Output/HTML/Layout/AJAX.pm
+otrs/Kernel/Output/HTML/Layout/Article.pm
+otrs/Kernel/Output/HTML/Layout/CustomerUser.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/Appointment.pm
 otrs/Kernel/Output/HTML/LinkObject/Ticket.pm
+otrs/Kernel/Output/HTML/NavBar/AdminFavourites.pm
 otrs/Kernel/Output/HTML/NavBar/AgentTicketProcess.pm
 otrs/Kernel/Output/HTML/NavBar/AgentTicketService.pm
 otrs/Kernel/Output/HTML/NavBar/CustomerCompany.pm
@@ -277,14 +347,21 @@ otrs/Kernel/Output/HTML/Notification/AgentOTRSBusiness
 otrs/Kernel/Output/HTML/Notification/AgentOnline.pm
 otrs/Kernel/Output/HTML/Notification/AgentSessionLimit.pm
 otrs/Kernel/Output/HTML/Notification/AgentTicketEscalation.pm
+otrs/Kernel/Output/HTML/Notification/AgentTimeZoneCheck.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/CustomerUserTimeZoneCheck.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/SystemConfigurationInvalidCheck.pm
+otrs/Kernel/Output/HTML/Notification/SystemConfigurationIsDirtyCheck.pm
+otrs/Kernel/Output/HTML/Notification/SystemConfigurationOutOfSyncCheck.pm
 otrs/Kernel/Output/HTML/Notification/SystemMaintenanceCheck.pm
 otrs/Kernel/Output/HTML/Notification/UIDCheck.pm
+otrs/Kernel/Output/HTML/Preferences/AppointmentNotificationEvent.pm
+otrs/Kernel/Output/HTML/Preferences/Avatar.pm
 otrs/Kernel/Output/HTML/Preferences/ColumnFilters.pm
 otrs/Kernel/Output/HTML/Preferences/CustomQueue.pm
 otrs/Kernel/Output/HTML/Preferences/CustomService.pm
@@ -302,22 +379,27 @@ 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/SysConfig.pm
 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/AdminAppointmentCalendarManage.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminAppointmentImport.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminAppointmentNotificationEvent.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminAppointmentNotificationEventTransportEmailSettings.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/AdminCommunicationLog.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminCommunicationLogAccounts.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminCommunicationLogCommunications.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminCommunicationLogObjectLog.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminCommunicationLogZoom.tt
 otrs/Kernel/Output/HTML/Templates/Standard/AdminCustomerCompany.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminCustomerGroup.tt
 otrs/Kernel/Output/HTML/Templates/Standard/AdminCustomerUser.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminCustomerUserCustomer.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
@@ -329,7 +411,10 @@ otrs/Kernel/Output/HTML/Templates/Standard/AdminDynami
 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/AdminGenericInterfaceErrorHandlingDefault.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminGenericInterfaceErrorHandlingRequestRetry.tt
 otrs/Kernel/Output/HTML/Templates/Standard/AdminGenericInterfaceInvokerDefault.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminGenericInterfaceInvokerEvent.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
@@ -380,9 +465,15 @@ otrs/Kernel/Output/HTML/Templates/Standard/AdminSessio
 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/AdminSystemConfiguration.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSystemConfigurationDeployment.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSystemConfigurationGroup.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSystemConfigurationImportExport.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSystemConfigurationSearch.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSystemConfigurationSearchDialog.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSystemConfigurationSpecialGroup.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AdminSystemConfigurationView.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
@@ -391,19 +482,27 @@ otrs/Kernel/Output/HTML/Templates/Standard/AdminTempla
 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/AgentAppointmentAgendaOverview.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentAppointmentCalendarOverview.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentAppointmentEdit.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/AgentCustomerUserAddressBook.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentCustomerUserAddressBookOverview.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentCustomerUserAddressBookOverviewNavBar.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentCustomerUserInformationCenter.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentCustomerUserInformationCenterSearch.tt
 otrs/Kernel/Output/HTML/Templates/Standard/AgentDaemonInfo.tt
 otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboard.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardAppointmentCalendar.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/AgentDashboardCustomerIDList.tt
 otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerIDStatus.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentDashboardCustomerUserInformation.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
@@ -416,22 +515,20 @@ otrs/Kernel/Output/HTML/Templates/Standard/AgentDashbo
 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/AgentOTRSBusinessBlockScreen.tt
 otrs/Kernel/Output/HTML/Templates/Standard/AgentPreferences.tt
-otrs/Kernel/Output/HTML/Templates/Standard/AgentSpelling.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentPreferences/SettingsList.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentPreferencesOverview.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentSplitSelection.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
@@ -439,6 +536,7 @@ otrs/Kernel/Output/HTML/Templates/Standard/AgentTicket
 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/AgentTicketEmailResend.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
@@ -465,14 +563,22 @@ otrs/Kernel/Output/HTML/Templates/Standard/AgentTicket
 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/AgentTicketZoom/ArticleRender/Chat.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketZoom/ArticleRender/Invalid.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketZoom/ArticleRender/MIMEBase.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketZoom/CustomerInformation.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketZoom/LinkTable.tt
+otrs/Kernel/Output/HTML/Templates/Standard/AgentTicketZoom/TicketInformation.tt
 otrs/Kernel/Output/HTML/Templates/Standard/ArticleActionMenu.tt
 otrs/Kernel/Output/HTML/Templates/Standard/ArticleAttachments.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ArticleContent/Chat.tt
+otrs/Kernel/Output/HTML/Templates/Standard/ArticleContent/Invalid.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/Breadcrumb.tt
 otrs/Kernel/Output/HTML/Templates/Standard/CloudServicesDisabled.tt
 otrs/Kernel/Output/HTML/Templates/Standard/Copyright.tt
 otrs/Kernel/Output/HTML/Templates/Standard/CustomerAccept.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerCompany/TicketCustomerIDSelection.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
@@ -483,7 +589,6 @@ otrs/Kernel/Output/HTML/Templates/Standard/CustomerHea
 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
@@ -491,16 +596,20 @@ otrs/Kernel/Output/HTML/Templates/Standard/CustomerTic
 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/CustomerTicketZoom/ArticleRender/Chat.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerTicketZoom/ArticleRender/Invalid.tt
+otrs/Kernel/Output/HTML/Templates/Standard/CustomerTicketZoom/ArticleRender/MIMEBase.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/FormElements/AttachmentList.tt
+otrs/Kernel/Output/HTML/Templates/Standard/FormElements/DraftButtons.tt
+otrs/Kernel/Output/HTML/Templates/Standard/FormElements/DraftNotifications.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
@@ -522,6 +631,7 @@ otrs/Kernel/Output/HTML/Templates/Standard/MetaFloater
 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/Alert.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
@@ -548,8 +658,6 @@ otrs/Kernel/Output/HTML/Templates/Standard/ProcessMana
 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
@@ -557,6 +665,14 @@ otrs/Kernel/Output/HTML/Templates/Standard/Statistics/
 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/SystemConfiguration/NavigationTree.tt
+otrs/Kernel/Output/HTML/Templates/Standard/SystemConfiguration/SettingsList.tt
+otrs/Kernel/Output/HTML/Templates/Standard/SystemConfiguration/SettingsListCompare.tt
+otrs/Kernel/Output/HTML/Templates/Standard/SystemConfiguration/Sidebar/Actions.tt
+otrs/Kernel/Output/HTML/Templates/Standard/SystemConfiguration/Sidebar/DynamicActions.tt
+otrs/Kernel/Output/HTML/Templates/Standard/SystemConfiguration/Sidebar/Help.tt
+otrs/Kernel/Output/HTML/Templates/Standard/SystemConfiguration/Sidebar/Navigation.tt
+otrs/Kernel/Output/HTML/Templates/Standard/SystemConfiguration/Sidebar/OTRSBusinessTeaser.tt
 otrs/Kernel/Output/HTML/Templates/Standard/Test.tt
 otrs/Kernel/Output/HTML/Templates/Standard/Warning.tt
 otrs/Kernel/Output/HTML/TicketBulk/Base.pm
@@ -565,11 +681,29 @@ 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/TeaserAttachmentView.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/TicketZoom/Agent/Base.pm
+otrs/Kernel/Output/HTML/TicketZoom/Agent/Chat.pm
+otrs/Kernel/Output/HTML/TicketZoom/Agent/Email.pm
+otrs/Kernel/Output/HTML/TicketZoom/Agent/Internal.pm
+otrs/Kernel/Output/HTML/TicketZoom/Agent/Invalid.pm
+otrs/Kernel/Output/HTML/TicketZoom/Agent/MIMEBase.pm
+otrs/Kernel/Output/HTML/TicketZoom/Agent/Phone.pm
+otrs/Kernel/Output/HTML/TicketZoom/Customer/Base.pm
+otrs/Kernel/Output/HTML/TicketZoom/Customer/Chat.pm
+otrs/Kernel/Output/HTML/TicketZoom/Customer/Email.pm
+otrs/Kernel/Output/HTML/TicketZoom/Customer/Internal.pm
+otrs/Kernel/Output/HTML/TicketZoom/Customer/Invalid.pm
+otrs/Kernel/Output/HTML/TicketZoom/Customer/MIMEBase.pm
+otrs/Kernel/Output/HTML/TicketZoom/Customer/Phone.pm
+otrs/Kernel/Output/HTML/TicketZoom/CustomerInformation.pm
+otrs/Kernel/Output/HTML/TicketZoom/LinkTable.pm
+otrs/Kernel/Output/HTML/TicketZoom/TicketInformation.pm
 otrs/Kernel/Output/HTML/ToolBar/Generic.pm
 otrs/Kernel/Output/HTML/ToolBar/Link.pm
 otrs/Kernel/Output/HTML/ToolBar/TicketLocked.pm
@@ -578,7 +712,32 @@ otrs/Kernel/Output/HTML/ToolBar/TicketSearchFulltext.p
 otrs/Kernel/Output/HTML/ToolBar/TicketSearchProfile.pm
 otrs/Kernel/Output/HTML/ToolBar/TicketService.pm
 otrs/Kernel/Output/HTML/ToolBar/TicketWatcher.pm
+otrs/Kernel/Output/JavaScript/Templates/Standard/Agent/Admin/Favourite.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/Agent/AppointmentCalendar/AppointmentTooltip.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/Agent/AppointmentCalendar/CalendarSettingsDialog.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/Agent/AppointmentCalendar/TicketAppointmentRule.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/Agent/AppointmentCalendar/TicketAppointmentSearchParam.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/Agent/FormDraftAddDialog.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/Agent/Notification.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/Agent/TicketZoom/ArticleViewSettingsDialog.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/Agent/TicketZoom/FormDraftDeleteDialog.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/Agent/WidgetLoading.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/AjaxDnDUpload/AttachmentItem.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/AjaxDnDUpload/AttachmentItemUploading.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/AjaxDnDUpload/UploadContainer.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/Dialog/Waiting.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/MetaFloater.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/PackageManager/InformationDialog.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/SysConfig/AddArrayItem.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/SysConfig/AddButton.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/SysConfig/AddHashKey.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/SysConfig/BreadCrumbItem.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/SysConfig/DialogDeployment.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/SysConfig/DialogReset.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/SysConfig/HelpDialog.html.tmpl
+otrs/Kernel/Output/JavaScript/Templates/Standard/SysConfig/RemoveButton.html.tmpl
 otrs/Kernel/Output/PDF/Statistics.pm
+otrs/Kernel/Output/PDF/Ticket.pm
 otrs/Kernel/Output/Template/Document.pm
 otrs/Kernel/Output/Template/Plugin/OTRS.pm
 otrs/Kernel/Output/Template/Provider.pm
@@ -598,11 +757,39 @@ otrs/Kernel/System/AutoResponse.pm
 otrs/Kernel/System/CSV.pm
 otrs/Kernel/System/Cache.pm
 otrs/Kernel/System/Cache/FileStorable.pm
+otrs/Kernel/System/Calendar.pm
+otrs/Kernel/System/Calendar/Appointment.pm
+otrs/Kernel/System/Calendar/Event/Notification.pm
+otrs/Kernel/System/Calendar/Event/TicketAppointments.pm
+otrs/Kernel/System/Calendar/Event/Transport/Base.pm
+otrs/Kernel/System/Calendar/Event/Transport/Email.pm
+otrs/Kernel/System/Calendar/Export/ICal.pm
+otrs/Kernel/System/Calendar/Import/ICal.pm
+otrs/Kernel/System/Calendar/Plugin.pm
+otrs/Kernel/System/Calendar/Plugin/Ticket.pm
+otrs/Kernel/System/Calendar/Ticket/DynamicField.pm
+otrs/Kernel/System/Calendar/Ticket/EscalationTime.pm
+otrs/Kernel/System/Calendar/Ticket/PendingTime.pm
+otrs/Kernel/System/CalendarTemplateGenerator.pm
 otrs/Kernel/System/CheckItem.pm
 otrs/Kernel/System/CloudService/Backend/Configuration.pm
 otrs/Kernel/System/CloudService/Backend/Run.pm
+otrs/Kernel/System/CommunicationChannel.pm
+otrs/Kernel/System/CommunicationChannel/Base.pm
+otrs/Kernel/System/CommunicationChannel/Chat.pm
+otrs/Kernel/System/CommunicationChannel/Email.pm
+otrs/Kernel/System/CommunicationChannel/Internal.pm
+otrs/Kernel/System/CommunicationChannel/Phone.pm
+otrs/Kernel/System/CommunicationLog.pm
+otrs/Kernel/System/CommunicationLog/DB.pm
+otrs/Kernel/System/CommunicationLog/Transport/Email.pm
 otrs/Kernel/System/Console/BaseCommand.pm
 otrs/Kernel/System/Console/Command/Admin/Article/StorageSwitch.pm
+otrs/Kernel/System/Console/Command/Admin/CommunicationChannel/Drop.pm
+otrs/Kernel/System/Console/Command/Admin/CommunicationChannel/Sync.pm
+otrs/Kernel/System/Console/Command/Admin/Config/Read.pm
+otrs/Kernel/System/Console/Command/Admin/Config/UnlockAll.pm
+otrs/Kernel/System/Console/Command/Admin/Config/Update.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
@@ -620,7 +807,9 @@ otrs/Kernel/System/Console/Command/Admin/Package/Reins
 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/Package/UpgradeAll.pm
 otrs/Kernel/System/Console/Command/Admin/Queue/Add.pm
+otrs/Kernel/System/Console/Command/Admin/Queue/List.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
@@ -649,8 +838,12 @@ otrs/Kernel/System/Console/Command/Dev/Tools/Database/
 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/GenericInterface/DebugRead.pm
+otrs/Kernel/System/Console/Command/Dev/Tools/ImportFakeEmails.pm
+otrs/Kernel/System/Console/Command/Dev/Tools/Migrate/ConfigXMLStructure.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/Shell.pm
+otrs/Kernel/System/Console/Command/Dev/Tools/TestEmails.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
@@ -660,15 +853,20 @@ otrs/Kernel/System/Console/Command/Maint/Cache/Delete.
 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/Config/Sync.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/Email/MailQueue.pm
+otrs/Kernel/System/Console/Command/Maint/FormDraft/Delete.pm
 otrs/Kernel/System/Console/Command/Maint/GenericAgent/Run.pm
+otrs/Kernel/System/Console/Command/Maint/GenericInterface/DebugLog/Cleanup.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/Log/Clear.pm
+otrs/Kernel/System/Console/Command/Maint/Log/CommunicationLog.pm
 otrs/Kernel/System/Console/Command/Maint/Log/Print.pm
 otrs/Kernel/System/Console/Command/Maint/OTRSBusiness/AvailabilityCheck.pm
 otrs/Kernel/System/Console/Command/Maint/OTRSBusiness/EntitlementCheck.pm
@@ -678,6 +876,7 @@ otrs/Kernel/System/Console/Command/Maint/PostMaster/Sp
 otrs/Kernel/System/Console/Command/Maint/Registration/UpdateSend.pm
 otrs/Kernel/System/Console/Command/Maint/SMIME/CustomerCertificate/Fetch.pm
 otrs/Kernel/System/Console/Command/Maint/SMIME/CustomerCertificate/Renew.pm
+otrs/Kernel/System/Console/Command/Maint/SMIME/FetchFromCustomer.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
@@ -692,7 +891,8 @@ otrs/Kernel/System/Console/Command/Maint/Ticket/Delete
 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/FulltextIndex.pm
+otrs/Kernel/System/Console/Command/Maint/Ticket/FulltextIndexRebuildWorker.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
@@ -701,6 +901,7 @@ otrs/Kernel/System/Console/Command/Maint/Ticket/Restor
 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/Maint/WebUploadCache/Cleanup.pm
 otrs/Kernel/System/Console/Command/Search.pm
 otrs/Kernel/System/Console/InterfaceConsole.pm
 otrs/Kernel/System/CronEvent.pm
@@ -715,10 +916,12 @@ otrs/Kernel/System/CustomerAuth/TwoFactor/GoogleAuthen
 otrs/Kernel/System/CustomerCompany.pm
 otrs/Kernel/System/CustomerCompany/DB.pm
 otrs/Kernel/System/CustomerCompany/Event/CustomerUserUpdate.pm
+otrs/Kernel/System/CustomerCompany/Event/DynamicFieldObjectNameUpdate.pm
 otrs/Kernel/System/CustomerCompany/Event/TicketUpdate.pm
 otrs/Kernel/System/CustomerGroup.pm
 otrs/Kernel/System/CustomerUser.pm
 otrs/Kernel/System/CustomerUser/DB.pm
+otrs/Kernel/System/CustomerUser/Event/DynamicFieldObjectNameUpdate.pm
 otrs/Kernel/System/CustomerUser/Event/SearchProfileUpdate.pm
 otrs/Kernel/System/CustomerUser/Event/ServiceMemberUpdate.pm
 otrs/Kernel/System/CustomerUser/Event/TicketUpdate.pm
@@ -736,10 +939,14 @@ otrs/Kernel/System/Daemon/DaemonModules/SchedulerFutur
 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/CalendarAppointment.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/DaemonModules/SystemConfigurationSyncManager.pm
 otrs/Kernel/System/Daemon/SchedulerDB.pm
+otrs/Kernel/System/DateTime.pm
+otrs/Kernel/System/Diff.pm
 otrs/Kernel/System/DynamicField.pm
 otrs/Kernel/System/DynamicField/Backend.pm
 otrs/Kernel/System/DynamicField/Driver/Base.pm
@@ -756,6 +963,8 @@ otrs/Kernel/System/DynamicField/Driver/ProcessManageme
 otrs/Kernel/System/DynamicField/Driver/Text.pm
 otrs/Kernel/System/DynamicField/Driver/TextArea.pm
 otrs/Kernel/System/DynamicField/ObjectType/Article.pm
+otrs/Kernel/System/DynamicField/ObjectType/CustomerCompany.pm
+otrs/Kernel/System/DynamicField/ObjectType/CustomerUser.pm
 otrs/Kernel/System/DynamicField/ObjectType/Ticket.pm
 otrs/Kernel/System/DynamicFieldValue.pm
 otrs/Kernel/System/Email.pm
@@ -772,19 +981,20 @@ otrs/Kernel/System/Event.pm
 otrs/Kernel/System/EventHandler.pm
 otrs/Kernel/System/FetchMail.pm
 otrs/Kernel/System/FileTemp.pm
+otrs/Kernel/System/FormDraft.pm
 otrs/Kernel/System/GenericAgent.pm
 otrs/Kernel/System/GenericAgent/AutoPriorityIncrease.pm
 otrs/Kernel/System/GenericAgent/NotifyAgentGroupOfCustomQueue.pm
 otrs/Kernel/System/GenericAgent/NotifyAgentGroupWithWritePermission.pm
 otrs/Kernel/System/GenericAgent/TriggerEscalationStartEvents.pm
 otrs/Kernel/System/GenericInterface/DebugLog.pm
-otrs/Kernel/System/GenericInterface/ObjectLockState.pm
 otrs/Kernel/System/GenericInterface/Webservice.pm
 otrs/Kernel/System/GenericInterface/WebserviceHistory.pm
 otrs/Kernel/System/Group.pm
 otrs/Kernel/System/HTMLUtils.pm
 otrs/Kernel/System/JSON.pm
 otrs/Kernel/System/LinkObject.pm
+otrs/Kernel/System/LinkObject/Appointment.pm
 otrs/Kernel/System/LinkObject/Ticket.pm
 otrs/Kernel/System/Loader.pm
 otrs/Kernel/System/Lock.pm
@@ -798,6 +1008,7 @@ otrs/Kernel/System/MailAccount/IMAPTLS.pm
 otrs/Kernel/System/MailAccount/POP3.pm
 otrs/Kernel/System/MailAccount/POP3S.pm
 otrs/Kernel/System/MailAccount/POP3TLS.pm
+otrs/Kernel/System/MailQueue.pm
 otrs/Kernel/System/Main.pm
 otrs/Kernel/System/NotificationEvent.pm
 otrs/Kernel/System/OTRSBusiness.pm
@@ -811,8 +1022,10 @@ otrs/Kernel/System/PostMaster/DestQueue.pm
 otrs/Kernel/System/PostMaster/Filter.pm
 otrs/Kernel/System/PostMaster/Filter/CMD.pm
 otrs/Kernel/System/PostMaster/Filter/Decrypt.pm
+otrs/Kernel/System/PostMaster/Filter/DetectAttachment.pm
+otrs/Kernel/System/PostMaster/Filter/DetectBounceEmail.pm
 otrs/Kernel/System/PostMaster/Filter/ExternalTicketNumberRecognition.pm
-otrs/Kernel/System/PostMaster/Filter/FollowUpArticleTypeCheck.pm
+otrs/Kernel/System/PostMaster/Filter/FollowUpArticleVisibilityCheck.pm
 otrs/Kernel/System/PostMaster/Filter/Match.pm
 otrs/Kernel/System/PostMaster/Filter/MatchDBSource.pm
 otrs/Kernel/System/PostMaster/Filter/NewTicketReject.pm
@@ -820,12 +1033,14 @@ otrs/Kernel/System/PostMaster/Filter/SMIMEFetchFromCus
 otrs/Kernel/System/PostMaster/FollowUp.pm
 otrs/Kernel/System/PostMaster/FollowUpCheck/Attachments.pm
 otrs/Kernel/System/PostMaster/FollowUpCheck/Body.pm
+otrs/Kernel/System/PostMaster/FollowUpCheck/BounceEmail.pm
 otrs/Kernel/System/PostMaster/FollowUpCheck/RawEmail.pm
 otrs/Kernel/System/PostMaster/FollowUpCheck/References.pm
 otrs/Kernel/System/PostMaster/FollowUpCheck/Subject.pm
 otrs/Kernel/System/PostMaster/LoopProtection.pm
 otrs/Kernel/System/PostMaster/LoopProtection/DB.pm
 otrs/Kernel/System/PostMaster/LoopProtection/FS.pm
+otrs/Kernel/System/PostMaster/LoopProtectionCommon.pm
 otrs/Kernel/System/PostMaster/NewTicket.pm
 otrs/Kernel/System/PostMaster/Reject.pm
 otrs/Kernel/System/Priority.pm
@@ -869,7 +1084,6 @@ otrs/Kernel/System/SearchProfile.pm
 otrs/Kernel/System/Service.pm
 otrs/Kernel/System/Service/PreferencesDB.pm
 otrs/Kernel/System/Signature.pm
-otrs/Kernel/System/Spelling.pm
 otrs/Kernel/System/StandardTemplate.pm
 otrs/Kernel/System/State.pm
 otrs/Kernel/System/Stats.pm
@@ -882,20 +1096,24 @@ otrs/Kernel/System/StdAttachment.pm
 otrs/Kernel/System/Storable.pm
 otrs/Kernel/System/SupportBundleGenerator.pm
 otrs/Kernel/System/SupportDataCollector.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/OutdatedTables.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/TablePresence.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/mssql/Size.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/mssql/Version.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/Charset.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/InnoDBLogFileSize.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/InvalidDefaultValues.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/MaxAllowedPacket.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/Performance.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/Size.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/StorageEngine.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/mysql/Version.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/oracle/NLS.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/oracle/PrimaryKeySequencesAndTriggers.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/oracle/Version.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/postgresql/Charset.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/postgresql/DateStyle.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/Database/postgresql/PrimaryKeySequences.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/postgresql/Size.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Database/postgresql/Version.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OS/DiskPartitionOTRS.pm
@@ -907,14 +1125,20 @@ otrs/Kernel/System/SupportDataCollector/Plugin/OS/Load
 otrs/Kernel/System/SupportDataCollector/Plugin/OS/PerlModules.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OS/PerlVersion.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OS/Swap.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/ArticleSearchIndexStatus.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/ArticlesPerCommunicationChannel.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/CommunicationLog.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/CommunicationLogAccountStatus.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/ConfigSettings.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/DaemonRunning.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/DatabaseRecords.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/DefaultSOAPUser.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/DefaultUser.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/EmailQueue.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/ErrorLog.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/FQDN.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/FileSystemWritable.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/LegacyConfigBackups.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/PackageDeployment.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/PackageList.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/SessionConfigSettings.pm
@@ -929,6 +1153,7 @@ otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Ti
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/TimeSettings.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/UI/AgentSkinUsage.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/UI/AgentThemeUsage.pm
+otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/UI/SpecialStats.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/OTRS/Version.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/Apache/LoadedModules.pm
 otrs/Kernel/System/SupportDataCollector/Plugin/Webserver/Apache/MPMModel.pm
@@ -940,9 +1165,33 @@ otrs/Kernel/System/SupportDataCollector/PluginAsynchro
 otrs/Kernel/System/SupportDataCollector/PluginAsynchronous/OTRS/ConcurrentUsers.pm
 otrs/Kernel/System/SupportDataCollector/PluginBase.pm
 otrs/Kernel/System/SysConfig.pm
-otrs/Kernel/System/SysConfig/PriorityValidate.pm
-otrs/Kernel/System/SysConfig/QueueValidate.pm
-otrs/Kernel/System/SysConfig/StateValidate.pm
+otrs/Kernel/System/SysConfig/Base/Framework.pm
+otrs/Kernel/System/SysConfig/BaseValueType.pm
+otrs/Kernel/System/SysConfig/DB.pm
+otrs/Kernel/System/SysConfig/Migration.pm
+otrs/Kernel/System/SysConfig/ValueType/Checkbox.pm
+otrs/Kernel/System/SysConfig/ValueType/Date.pm
+otrs/Kernel/System/SysConfig/ValueType/DateTime.pm
+otrs/Kernel/System/SysConfig/ValueType/Directory.pm
+otrs/Kernel/System/SysConfig/ValueType/Entity.pm
+otrs/Kernel/System/SysConfig/ValueType/Entity/DynamicField.pm
+otrs/Kernel/System/SysConfig/ValueType/Entity/Priority.pm
+otrs/Kernel/System/SysConfig/ValueType/Entity/Queue.pm
+otrs/Kernel/System/SysConfig/ValueType/Entity/State.pm
+otrs/Kernel/System/SysConfig/ValueType/Entity/Type.pm
+otrs/Kernel/System/SysConfig/ValueType/File.pm
+otrs/Kernel/System/SysConfig/ValueType/FrontendNavigation.pm
+otrs/Kernel/System/SysConfig/ValueType/FrontendRegistration.pm
+otrs/Kernel/System/SysConfig/ValueType/Password.pm
+otrs/Kernel/System/SysConfig/ValueType/PerlModule.pm
+otrs/Kernel/System/SysConfig/ValueType/Select.pm
+otrs/Kernel/System/SysConfig/ValueType/String.pm
+otrs/Kernel/System/SysConfig/ValueType/Textarea.pm
+otrs/Kernel/System/SysConfig/ValueType/TimeZone.pm
+otrs/Kernel/System/SysConfig/ValueType/VacationDays.pm
+otrs/Kernel/System/SysConfig/ValueType/VacationDaysOneTime.pm
+otrs/Kernel/System/SysConfig/ValueType/WorkingHours.pm
+otrs/Kernel/System/SysConfig/XML.pm
 otrs/Kernel/System/SystemAddress.pm
 otrs/Kernel/System/SystemData.pm
 otrs/Kernel/System/SystemMaintenance.pm
@@ -950,12 +1199,20 @@ otrs/Kernel/System/TemplateGenerator.pm
 otrs/Kernel/System/Ticket.pm
 otrs/Kernel/System/Ticket/Acl/CloseParentAfterClosedChilds.pm
 otrs/Kernel/System/Ticket/Article.pm
-otrs/Kernel/System/Ticket/ArticleSearchIndex/RuntimeDB.pm
-otrs/Kernel/System/Ticket/ArticleSearchIndex/StaticDB.pm
-otrs/Kernel/System/Ticket/ArticleStorageDB.pm
-otrs/Kernel/System/Ticket/ArticleStorageFS.pm
+otrs/Kernel/System/Ticket/Article/Backend/Base.pm
+otrs/Kernel/System/Ticket/Article/Backend/Chat.pm
+otrs/Kernel/System/Ticket/Article/Backend/Email.pm
+otrs/Kernel/System/Ticket/Article/Backend/Internal.pm
+otrs/Kernel/System/Ticket/Article/Backend/Invalid.pm
+otrs/Kernel/System/Ticket/Article/Backend/MIMEBase.pm
+otrs/Kernel/System/Ticket/Article/Backend/MIMEBase/ArticleStorageDB.pm
+otrs/Kernel/System/Ticket/Article/Backend/MIMEBase/ArticleStorageFS.pm
+otrs/Kernel/System/Ticket/Article/Backend/MIMEBase/Base.pm
+otrs/Kernel/System/Ticket/Article/Backend/Phone.pm
+otrs/Kernel/System/Ticket/ArticleSearchIndex/DB.pm
 otrs/Kernel/System/Ticket/ColumnFilter.pm
 otrs/Kernel/System/Ticket/CustomExample.pm
+otrs/Kernel/System/Ticket/CustomerPermission/CustomerGroupCheck.pm
 otrs/Kernel/System/Ticket/CustomerPermission/CustomerIDCheck.pm
 otrs/Kernel/System/Ticket/CustomerPermission/CustomerUserIDCheck.pm
 otrs/Kernel/System/Ticket/CustomerPermission/GroupCheck.pm
@@ -966,12 +1223,14 @@ otrs/Kernel/System/Ticket/Event/ForceOwnerReset.pm
 otrs/Kernel/System/Ticket/Event/ForceState.pm
 otrs/Kernel/System/Ticket/Event/ForceUnlock.pm
 otrs/Kernel/System/Ticket/Event/GenericAgent.pm
+otrs/Kernel/System/Ticket/Event/LockAfterCreate.pm
 otrs/Kernel/System/Ticket/Event/NotificationEvent.pm
 otrs/Kernel/System/Ticket/Event/NotificationEvent/Transport/Base.pm
 otrs/Kernel/System/Ticket/Event/NotificationEvent/Transport/Email.pm
 otrs/Kernel/System/Ticket/Event/ResponsibleAutoSet.pm
 otrs/Kernel/System/Ticket/Event/Test.pm
 otrs/Kernel/System/Ticket/Event/TicketAcceleratorUpdate.pm
+otrs/Kernel/System/Ticket/Event/TicketAppointments.pm
 otrs/Kernel/System/Ticket/Event/TicketDynamicFieldDefault.pm
 otrs/Kernel/System/Ticket/Event/TicketEscalationIndex.pm
 otrs/Kernel/System/Ticket/Event/TicketNewMessageUpdate.pm
@@ -983,7 +1242,7 @@ 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/NumberBase.pm
 otrs/Kernel/System/Ticket/Permission/CreatorCheck.pm
 otrs/Kernel/System/Ticket/Permission/GroupCheck.pm
 otrs/Kernel/System/Ticket/Permission/InvolvedCheck.pm
@@ -1016,8 +1275,11 @@ otrs/Kernel/System/Web/UploadCache/DB.pm
 otrs/Kernel/System/Web/UploadCache/FS.pm
 otrs/Kernel/System/WebUserAgent.pm
 otrs/Kernel/System/XML.pm
+otrs/Kernel/System/XML/Simple.pm
 otrs/Kernel/System/YAML.pm
+otrs/README.md
 otrs/RELEASE
+otrs/UPDATING.md
 otrs/bin/Cron.sh
 otrs/bin/cgi-bin/app.psgi
 otrs/bin/cgi-bin/customer.pl
@@ -1037,10 +1299,8 @@ otrs/bin/otrs.Console.pl
 otrs/bin/otrs.Daemon.pl
 otrs/bin/otrs.PostMaster.pl
 otrs/bin/otrs.SetPermissions.pl
-otrs/scripts/DBUpdate-to-5.mysql.sql
-otrs/scripts/DBUpdate-to-5.oracle.sql
-otrs/scripts/DBUpdate-to-5.pl
-otrs/scripts/DBUpdate-to-5.postgresql.sql
+otrs/scripts/DBUpdate-to-6.pl
+otrs/scripts/DBUpdateTo6.pm
 otrs/scripts/apache2-httpd-plack-proxy.conf
 otrs/scripts/apache2-httpd.include.conf
 otrs/scripts/apache2-perl-startup.pl
@@ -1056,7 +1316,6 @@ 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/database/update/otrs-upgrade-to-5.xml
 otrs/scripts/restore.pl
 otrs/scripts/rpc-example.pl
 otrs/scripts/test/AsynchronousExecutor.t
@@ -1066,9 +1325,12 @@ otrs/scripts/test/AutoResponse.t
 otrs/scripts/test/AutoResponseSent.t
 otrs/scripts/test/CSV.t
 otrs/scripts/test/Cache.t
+otrs/scripts/test/Calendar.t
 otrs/scripts/test/CheckItem.t
 otrs/scripts/test/CheckModules.t
 otrs/scripts/test/CloudService.t
+otrs/scripts/test/CommunicationChannel.t
+otrs/scripts/test/CommunicationLog.t
 otrs/scripts/test/Config.t
 otrs/scripts/test/CronEvent.t
 otrs/scripts/test/CustomerAuth.t
@@ -1076,7 +1338,10 @@ otrs/scripts/test/CustomerCompany.t
 otrs/scripts/test/CustomerGroup.t
 otrs/scripts/test/CustomerUser.t

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


More information about the svn-ports-head mailing list