FreeBSD Bugzilla – Attachment 171444 Details for
Bug 210285
[PATCH] www/kanboard: Update to 1.0.29
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bump version 1.0.28 to 1.0.29
bump_1.0.28_to_1.0.29.diff (text/plain), 40.36 KB, created by
Bart Wrobel
on 2016-06-14 21:19:16 UTC
(
hide
)
Description:
bump version 1.0.28 to 1.0.29
Filename:
MIME Type:
Creator:
Bart Wrobel
Created:
2016-06-14 21:19:16 UTC
Size:
40.36 KB
patch
obsolete
>diff --git a/kanboard/Makefile b/kanboard/Makefile >--- a/kanboard/Makefile >+++ b/kanboard/Makefile >@@ -1,14 +1,14 @@ > # $FreeBSD$ > > PORTNAME= kanboard >-PORTVERSION= 1.0.28 >+PORTVERSION= 1.0.29 > CATEGORIES= www > MASTER_SITES= http://kanboard.net/ \ > https://bitbucket.org/if0/kanboard-archives/downloads/ \ > https://github.com/freebsd-kanboard/archives/blob/master/ > > MAINTAINER= bsd@if0.eu >-COMMENT= Kanboard is a simple visual task board software >+COMMENT= Simple visual task board software > > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE >diff --git a/kanboard/distinfo b/kanboard/distinfo >--- a/kanboard/distinfo >+++ b/kanboard/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (kanboard-1.0.28.zip) = 5fea59613ae0adcdecc5aecae7bdf20b6a647f321ca746b21406c65ac8e2313d >-SIZE (kanboard-1.0.28.zip) = 4674846 >+SHA256 (kanboard-1.0.29.zip) = adf012a502f2f9fb7d4ed31fba949f4aa36a2c069c0cf9faddf0055f96e3db6f >+SIZE (kanboard-1.0.29.zip) = 4703226 >diff --git a/kanboard/pkg-plist b/kanboard/pkg-plist >--- a/kanboard/pkg-plist >+++ b/kanboard/pkg-plist >@@ -37,26 +37,26 @@ > %%WWWDIR%%/app/Analytic/EstimatedTimeComparisonAnalytic.php > %%WWWDIR%%/app/Analytic/TaskDistributionAnalytic.php > %%WWWDIR%%/app/Analytic/UserDistributionAnalytic.php >-%%WWWDIR%%/app/Api/Action.php >-%%WWWDIR%%/app/Api/App.php >-%%WWWDIR%%/app/Api/Auth.php >-%%WWWDIR%%/app/Api/Base.php >-%%WWWDIR%%/app/Api/Board.php >-%%WWWDIR%%/app/Api/Category.php >-%%WWWDIR%%/app/Api/Column.php >-%%WWWDIR%%/app/Api/Comment.php >-%%WWWDIR%%/app/Api/File.php >-%%WWWDIR%%/app/Api/Group.php >-%%WWWDIR%%/app/Api/GroupMember.php >-%%WWWDIR%%/app/Api/Link.php >-%%WWWDIR%%/app/Api/Me.php >-%%WWWDIR%%/app/Api/Project.php >-%%WWWDIR%%/app/Api/ProjectPermission.php >-%%WWWDIR%%/app/Api/Subtask.php >-%%WWWDIR%%/app/Api/Swimlane.php >-%%WWWDIR%%/app/Api/Task.php >-%%WWWDIR%%/app/Api/TaskLink.php >-%%WWWDIR%%/app/Api/User.php >+%%WWWDIR%%/app/Api/ActionApi.php >+%%WWWDIR%%/app/Api/AppApi.php >+%%WWWDIR%%/app/Api/BaseApi.php >+%%WWWDIR%%/app/Api/BoardApi.php >+%%WWWDIR%%/app/Api/CategoryApi.php >+%%WWWDIR%%/app/Api/ColumnApi.php >+%%WWWDIR%%/app/Api/CommentApi.php >+%%WWWDIR%%/app/Api/FileApi.php >+%%WWWDIR%%/app/Api/GroupApi.php >+%%WWWDIR%%/app/Api/GroupMemberApi.php >+%%WWWDIR%%/app/Api/LinkApi.php >+%%WWWDIR%%/app/Api/MeApi.php >+%%WWWDIR%%/app/Api/Middleware/AuthenticationApiMiddleware.php >+%%WWWDIR%%/app/Api/ProjectApi.php >+%%WWWDIR%%/app/Api/ProjectPermissionApi.php >+%%WWWDIR%%/app/Api/SubtaskApi.php >+%%WWWDIR%%/app/Api/SwimlaneApi.php >+%%WWWDIR%%/app/Api/TaskApi.php >+%%WWWDIR%%/app/Api/TaskLinkApi.php >+%%WWWDIR%%/app/Api/UserApi.php > %%WWWDIR%%/app/Auth/DatabaseAuth.php > %%WWWDIR%%/app/Auth/LdapAuth.php > %%WWWDIR%%/app/Auth/RememberMeAuth.php >@@ -66,6 +66,9 @@ > %%WWWDIR%%/app/Console/CronjobCommand.php > %%WWWDIR%%/app/Console/LocaleComparatorCommand.php > %%WWWDIR%%/app/Console/LocaleSyncCommand.php >+%%WWWDIR%%/app/Console/PluginInstallCommand.php >+%%WWWDIR%%/app/Console/PluginUninstallCommand.php >+%%WWWDIR%%/app/Console/PluginUpgradeCommand.php > %%WWWDIR%%/app/Console/ProjectDailyColumnStatsExportCommand.php > %%WWWDIR%%/app/Console/ProjectDailyStatsCalculationCommand.php > %%WWWDIR%%/app/Console/ResetPasswordCommand.php >@@ -75,74 +78,95 @@ > %%WWWDIR%%/app/Console/TaskOverdueNotificationCommand.php > %%WWWDIR%%/app/Console/TaskTriggerCommand.php > %%WWWDIR%%/app/Console/TransitionExportCommand.php >-%%WWWDIR%%/app/Controller/Action.php >-%%WWWDIR%%/app/Controller/ActionCreation.php >-%%WWWDIR%%/app/Controller/ActionProject.php >-%%WWWDIR%%/app/Controller/Activity.php >-%%WWWDIR%%/app/Controller/Analytic.php >-%%WWWDIR%%/app/Controller/App.php >-%%WWWDIR%%/app/Controller/Auth.php >-%%WWWDIR%%/app/Controller/AvatarFile.php >-%%WWWDIR%%/app/Controller/Base.php >-%%WWWDIR%%/app/Controller/Board.php >-%%WWWDIR%%/app/Controller/BoardPopover.php >-%%WWWDIR%%/app/Controller/BoardTooltip.php >-%%WWWDIR%%/app/Controller/Calendar.php >-%%WWWDIR%%/app/Controller/Captcha.php >-%%WWWDIR%%/app/Controller/Category.php >-%%WWWDIR%%/app/Controller/Column.php >-%%WWWDIR%%/app/Controller/Comment.php >-%%WWWDIR%%/app/Controller/Config.php >-%%WWWDIR%%/app/Controller/Currency.php >-%%WWWDIR%%/app/Controller/Customfilter.php >-%%WWWDIR%%/app/Controller/Doc.php >-%%WWWDIR%%/app/Controller/Export.php >-%%WWWDIR%%/app/Controller/Feed.php >-%%WWWDIR%%/app/Controller/FileViewer.php >-%%WWWDIR%%/app/Controller/Gantt.php >-%%WWWDIR%%/app/Controller/Group.php >-%%WWWDIR%%/app/Controller/GroupHelper.php >-%%WWWDIR%%/app/Controller/Ical.php >-%%WWWDIR%%/app/Controller/Link.php >-%%WWWDIR%%/app/Controller/Listing.php >-%%WWWDIR%%/app/Controller/Oauth.php >-%%WWWDIR%%/app/Controller/PasswordReset.php >-%%WWWDIR%%/app/Controller/Project.php >-%%WWWDIR%%/app/Controller/ProjectCreation.php >-%%WWWDIR%%/app/Controller/ProjectEdit.php >-%%WWWDIR%%/app/Controller/ProjectFile.php >-%%WWWDIR%%/app/Controller/ProjectOverview.php >-%%WWWDIR%%/app/Controller/ProjectPermission.php >-%%WWWDIR%%/app/Controller/Projectuser.php >-%%WWWDIR%%/app/Controller/Search.php >-%%WWWDIR%%/app/Controller/Subtask.php >-%%WWWDIR%%/app/Controller/SubtaskRestriction.php >-%%WWWDIR%%/app/Controller/SubtaskStatus.php >-%%WWWDIR%%/app/Controller/Swimlane.php >-%%WWWDIR%%/app/Controller/Task.php >-%%WWWDIR%%/app/Controller/TaskExternalLink.php >-%%WWWDIR%%/app/Controller/TaskFile.php >-%%WWWDIR%%/app/Controller/TaskHelper.php >-%%WWWDIR%%/app/Controller/TaskImport.php >-%%WWWDIR%%/app/Controller/TaskInternalLink.php >-%%WWWDIR%%/app/Controller/TaskPopover.php >-%%WWWDIR%%/app/Controller/TaskRecurrence.php >-%%WWWDIR%%/app/Controller/Taskcreation.php >-%%WWWDIR%%/app/Controller/Taskduplication.php >-%%WWWDIR%%/app/Controller/Taskmodification.php >-%%WWWDIR%%/app/Controller/Taskstatus.php >-%%WWWDIR%%/app/Controller/Twofactor.php >-%%WWWDIR%%/app/Controller/User.php >-%%WWWDIR%%/app/Controller/UserHelper.php >-%%WWWDIR%%/app/Controller/UserImport.php >-%%WWWDIR%%/app/Controller/UserStatus.php >-%%WWWDIR%%/app/Controller/WebNotification.php >-%%WWWDIR%%/app/Controller/Webhook.php >+%%WWWDIR%%/app/Console/WorkerCommand.php >+%%WWWDIR%%/app/Controller/ActionController.php >+%%WWWDIR%%/app/Controller/ActionCreationController.php >+%%WWWDIR%%/app/Controller/ActivityController.php >+%%WWWDIR%%/app/Controller/AnalyticController.php >+%%WWWDIR%%/app/Controller/AppController.php >+%%WWWDIR%%/app/Controller/AuthController.php >+%%WWWDIR%%/app/Controller/AvatarFileController.php >+%%WWWDIR%%/app/Controller/BaseController.php >+%%WWWDIR%%/app/Controller/BoardAjaxController.php >+%%WWWDIR%%/app/Controller/BoardPopoverController.php >+%%WWWDIR%%/app/Controller/BoardTooltipController.php >+%%WWWDIR%%/app/Controller/BoardViewController.php >+%%WWWDIR%%/app/Controller/CalendarController.php >+%%WWWDIR%%/app/Controller/CaptchaController.php >+%%WWWDIR%%/app/Controller/CategoryController.php >+%%WWWDIR%%/app/Controller/ColumnController.php >+%%WWWDIR%%/app/Controller/CommentController.php >+%%WWWDIR%%/app/Controller/ConfigController.php >+%%WWWDIR%%/app/Controller/CurrencyController.php >+%%WWWDIR%%/app/Controller/CustomFilterController.php >+%%WWWDIR%%/app/Controller/DashboardController.php >+%%WWWDIR%%/app/Controller/DocumentationController.php >+%%WWWDIR%%/app/Controller/ExportController.php >+%%WWWDIR%%/app/Controller/FeedController.php >+%%WWWDIR%%/app/Controller/FileViewerController.php >+%%WWWDIR%%/app/Controller/GroupAjaxController.php >+%%WWWDIR%%/app/Controller/GroupCreationController.php >+%%WWWDIR%%/app/Controller/GroupListController.php >+%%WWWDIR%%/app/Controller/GroupModificationController.php >+%%WWWDIR%%/app/Controller/ICalendarController.php >+%%WWWDIR%%/app/Controller/LinkController.php >+%%WWWDIR%%/app/Controller/OAuthController.php >+%%WWWDIR%%/app/Controller/PasswordResetController.php >+%%WWWDIR%%/app/Controller/PluginController.php >+%%WWWDIR%%/app/Controller/ProjectActionDuplicationController.php >+%%WWWDIR%%/app/Controller/ProjectCreationController.php >+%%WWWDIR%%/app/Controller/ProjectEditController.php >+%%WWWDIR%%/app/Controller/ProjectFileController.php >+%%WWWDIR%%/app/Controller/ProjectGanttController.php >+%%WWWDIR%%/app/Controller/ProjectListController.php >+%%WWWDIR%%/app/Controller/ProjectOverviewController.php >+%%WWWDIR%%/app/Controller/ProjectPermissionController.php >+%%WWWDIR%%/app/Controller/ProjectStatusController.php >+%%WWWDIR%%/app/Controller/ProjectUserOverviewController.php >+%%WWWDIR%%/app/Controller/ProjectViewController.php >+%%WWWDIR%%/app/Controller/SearchController.php >+%%WWWDIR%%/app/Controller/SubtaskController.php >+%%WWWDIR%%/app/Controller/SubtaskConverterController.php >+%%WWWDIR%%/app/Controller/SubtaskRestrictionController.php >+%%WWWDIR%%/app/Controller/SubtaskStatusController.php >+%%WWWDIR%%/app/Controller/SwimlaneController.php >+%%WWWDIR%%/app/Controller/TaskAjaxController.php >+%%WWWDIR%%/app/Controller/TaskBulkController.php >+%%WWWDIR%%/app/Controller/TaskCreationController.php >+%%WWWDIR%%/app/Controller/TaskDuplicationController.php >+%%WWWDIR%%/app/Controller/TaskExternalLinkController.php >+%%WWWDIR%%/app/Controller/TaskFileController.php >+%%WWWDIR%%/app/Controller/TaskGanttController.php >+%%WWWDIR%%/app/Controller/TaskGanttCreationController.php >+%%WWWDIR%%/app/Controller/TaskImportController.php >+%%WWWDIR%%/app/Controller/TaskInternalLinkController.php >+%%WWWDIR%%/app/Controller/TaskListController.php >+%%WWWDIR%%/app/Controller/TaskModificationController.php >+%%WWWDIR%%/app/Controller/TaskPopoverController.php >+%%WWWDIR%%/app/Controller/TaskRecurrenceController.php >+%%WWWDIR%%/app/Controller/TaskStatusController.php >+%%WWWDIR%%/app/Controller/TaskSuppressionController.php >+%%WWWDIR%%/app/Controller/TaskViewController.php >+%%WWWDIR%%/app/Controller/TwoFactorController.php >+%%WWWDIR%%/app/Controller/UserAjaxController.php >+%%WWWDIR%%/app/Controller/UserCreationController.php >+%%WWWDIR%%/app/Controller/UserCredentialController.php >+%%WWWDIR%%/app/Controller/UserImportController.php >+%%WWWDIR%%/app/Controller/UserListController.php >+%%WWWDIR%%/app/Controller/UserModificationController.php >+%%WWWDIR%%/app/Controller/UserStatusController.php >+%%WWWDIR%%/app/Controller/UserViewController.php >+%%WWWDIR%%/app/Controller/WebNotificationController.php > %%WWWDIR%%/app/Core/Action/ActionManager.php > %%WWWDIR%%/app/Core/Base.php > %%WWWDIR%%/app/Core/Cache/Base.php > %%WWWDIR%%/app/Core/Cache/CacheInterface.php > %%WWWDIR%%/app/Core/Cache/MemoryCache.php >+%%WWWDIR%%/app/Core/Controller/AccessForbiddenException.php >+%%WWWDIR%%/app/Core/Controller/BaseException.php >+%%WWWDIR%%/app/Core/Controller/BaseMiddleware.php >+%%WWWDIR%%/app/Core/Controller/PageNotFoundException.php >+%%WWWDIR%%/app/Core/Controller/Runner.php > %%WWWDIR%%/app/Core/Csv.php > %%WWWDIR%%/app/Core/DateParser.php > %%WWWDIR%%/app/Core/Event/EventManager.php >@@ -181,14 +205,20 @@ > %%WWWDIR%%/app/Core/Mail/Transport/Sendmail.php > %%WWWDIR%%/app/Core/Mail/Transport/Smtp.php > %%WWWDIR%%/app/Core/Markdown.php >+%%WWWDIR%%/app/Core/Notification/NotificationInterface.php > %%WWWDIR%%/app/Core/ObjectStorage/FileStorage.php > %%WWWDIR%%/app/Core/ObjectStorage/ObjectStorageException.php > %%WWWDIR%%/app/Core/ObjectStorage/ObjectStorageInterface.php > %%WWWDIR%%/app/Core/Paginator.php > %%WWWDIR%%/app/Core/Plugin/Base.php >+%%WWWDIR%%/app/Core/Plugin/Directory.php > %%WWWDIR%%/app/Core/Plugin/Hook.php >+%%WWWDIR%%/app/Core/Plugin/Installer.php > %%WWWDIR%%/app/Core/Plugin/Loader.php >+%%WWWDIR%%/app/Core/Plugin/PluginInstallerException.php > %%WWWDIR%%/app/Core/Plugin/SchemaHandler.php >+%%WWWDIR%%/app/Core/Queue/JobHandler.php >+%%WWWDIR%%/app/Core/Queue/QueueManager.php > %%WWWDIR%%/app/Core/Security/AccessMap.php > %%WWWDIR%%/app/Core/Security/AuthenticationManager.php > %%WWWDIR%%/app/Core/Security/AuthenticationProviderInterface.php >@@ -304,6 +334,7 @@ > %%WWWDIR%%/app/Helper/HookHelper.php > %%WWWDIR%%/app/Helper/ICalHelper.php > %%WWWDIR%%/app/Helper/LayoutHelper.php >+%%WWWDIR%%/app/Helper/MailHelper.php > %%WWWDIR%%/app/Helper/ModelHelper.php > %%WWWDIR%%/app/Helper/ProjectActivityHelper.php > %%WWWDIR%%/app/Helper/ProjectHeaderHelper.php >@@ -314,6 +345,11 @@ > %%WWWDIR%%/app/Helper/UserHelper.php > %%WWWDIR%%/app/Import/TaskImport.php > %%WWWDIR%%/app/Import/UserImport.php >+%%WWWDIR%%/app/Job/BaseJob.php >+%%WWWDIR%%/app/Job/EmailJob.php >+%%WWWDIR%%/app/Job/HttpAsyncJob.php >+%%WWWDIR%%/app/Job/NotificationJob.php >+%%WWWDIR%%/app/Job/ProjectMetricJob.php > %%WWWDIR%%/app/Library/password.php > %%WWWDIR%%/app/Locale/bs_BA/translations.php > %%WWWDIR%%/app/Locale/cs_CZ/translations.php >@@ -340,81 +376,86 @@ > %%WWWDIR%%/app/Locale/th_TH/translations.php > %%WWWDIR%%/app/Locale/tr_TR/translations.php > %%WWWDIR%%/app/Locale/zh_CN/translations.php >-%%WWWDIR%%/app/Model/Action.php >-%%WWWDIR%%/app/Model/ActionParameter.php >-%%WWWDIR%%/app/Model/AvatarFile.php >-%%WWWDIR%%/app/Model/Base.php >-%%WWWDIR%%/app/Model/Board.php >-%%WWWDIR%%/app/Model/Category.php >-%%WWWDIR%%/app/Model/Color.php >-%%WWWDIR%%/app/Model/Column.php >-%%WWWDIR%%/app/Model/Comment.php >-%%WWWDIR%%/app/Model/Config.php >-%%WWWDIR%%/app/Model/Currency.php >-%%WWWDIR%%/app/Model/CustomFilter.php >-%%WWWDIR%%/app/Model/File.php >-%%WWWDIR%%/app/Model/Group.php >-%%WWWDIR%%/app/Model/GroupMember.php >-%%WWWDIR%%/app/Model/Language.php >-%%WWWDIR%%/app/Model/LastLogin.php >-%%WWWDIR%%/app/Model/Link.php >-%%WWWDIR%%/app/Model/Metadata.php >-%%WWWDIR%%/app/Model/Notification.php >-%%WWWDIR%%/app/Model/NotificationType.php >-%%WWWDIR%%/app/Model/PasswordReset.php >-%%WWWDIR%%/app/Model/Project.php >-%%WWWDIR%%/app/Model/ProjectActivity.php >-%%WWWDIR%%/app/Model/ProjectDailyColumnStats.php >-%%WWWDIR%%/app/Model/ProjectDailyStats.php >-%%WWWDIR%%/app/Model/ProjectDuplication.php >-%%WWWDIR%%/app/Model/ProjectFile.php >-%%WWWDIR%%/app/Model/ProjectGroupRole.php >-%%WWWDIR%%/app/Model/ProjectMetadata.php >-%%WWWDIR%%/app/Model/ProjectNotification.php >-%%WWWDIR%%/app/Model/ProjectNotificationType.php >-%%WWWDIR%%/app/Model/ProjectPermission.php >-%%WWWDIR%%/app/Model/ProjectUserRole.php >-%%WWWDIR%%/app/Model/RememberMeSession.php >-%%WWWDIR%%/app/Model/Setting.php >-%%WWWDIR%%/app/Model/Subtask.php >-%%WWWDIR%%/app/Model/SubtaskTimeTracking.php >-%%WWWDIR%%/app/Model/Swimlane.php >-%%WWWDIR%%/app/Model/Task.php >-%%WWWDIR%%/app/Model/TaskAnalytic.php >-%%WWWDIR%%/app/Model/TaskCreation.php >-%%WWWDIR%%/app/Model/TaskDuplication.php >-%%WWWDIR%%/app/Model/TaskExternalLink.php >-%%WWWDIR%%/app/Model/TaskFile.php >-%%WWWDIR%%/app/Model/TaskFinder.php >-%%WWWDIR%%/app/Model/TaskLink.php >-%%WWWDIR%%/app/Model/TaskMetadata.php >-%%WWWDIR%%/app/Model/TaskModification.php >-%%WWWDIR%%/app/Model/TaskPosition.php >-%%WWWDIR%%/app/Model/TaskStatus.php >-%%WWWDIR%%/app/Model/Timezone.php >-%%WWWDIR%%/app/Model/Transition.php >-%%WWWDIR%%/app/Model/User.php >-%%WWWDIR%%/app/Model/UserLocking.php >-%%WWWDIR%%/app/Model/UserMention.php >-%%WWWDIR%%/app/Model/UserMetadata.php >-%%WWWDIR%%/app/Model/UserNotification.php >-%%WWWDIR%%/app/Model/UserNotificationFilter.php >-%%WWWDIR%%/app/Model/UserNotificationType.php >-%%WWWDIR%%/app/Model/UserUnreadNotification.php >-%%WWWDIR%%/app/Notification/ActivityStream.php >-%%WWWDIR%%/app/Notification/Mail.php >-%%WWWDIR%%/app/Notification/NotificationInterface.php >-%%WWWDIR%%/app/Notification/Web.php >-%%WWWDIR%%/app/Notification/Webhook.php >+%%WWWDIR%%/app/Middleware/ApplicationAuthorizationMiddleware.php >+%%WWWDIR%%/app/Middleware/AuthenticationMiddleware.php >+%%WWWDIR%%/app/Middleware/BootstrapMiddleware.php >+%%WWWDIR%%/app/Middleware/PostAuthenticationMiddleware.php >+%%WWWDIR%%/app/Middleware/ProjectAuthorizationMiddleware.php >+%%WWWDIR%%/app/Model/ActionModel.php >+%%WWWDIR%%/app/Model/ActionParameterModel.php >+%%WWWDIR%%/app/Model/AvatarFileModel.php >+%%WWWDIR%%/app/Model/BoardModel.php >+%%WWWDIR%%/app/Model/CategoryModel.php >+%%WWWDIR%%/app/Model/ColorModel.php >+%%WWWDIR%%/app/Model/ColumnModel.php >+%%WWWDIR%%/app/Model/CommentModel.php >+%%WWWDIR%%/app/Model/ConfigModel.php >+%%WWWDIR%%/app/Model/CurrencyModel.php >+%%WWWDIR%%/app/Model/CustomFilterModel.php >+%%WWWDIR%%/app/Model/FileModel.php >+%%WWWDIR%%/app/Model/GroupMemberModel.php >+%%WWWDIR%%/app/Model/GroupModel.php >+%%WWWDIR%%/app/Model/LanguageModel.php >+%%WWWDIR%%/app/Model/LastLoginModel.php >+%%WWWDIR%%/app/Model/LinkModel.php >+%%WWWDIR%%/app/Model/MetadataModel.php >+%%WWWDIR%%/app/Model/NotificationModel.php >+%%WWWDIR%%/app/Model/NotificationTypeModel.php >+%%WWWDIR%%/app/Model/PasswordResetModel.php >+%%WWWDIR%%/app/Model/ProjectActivityModel.php >+%%WWWDIR%%/app/Model/ProjectDailyColumnStatsModel.php >+%%WWWDIR%%/app/Model/ProjectDailyStatsModel.php >+%%WWWDIR%%/app/Model/ProjectDuplicationModel.php >+%%WWWDIR%%/app/Model/ProjectFileModel.php >+%%WWWDIR%%/app/Model/ProjectGroupRoleModel.php >+%%WWWDIR%%/app/Model/ProjectMetadataModel.php >+%%WWWDIR%%/app/Model/ProjectModel.php >+%%WWWDIR%%/app/Model/ProjectNotificationModel.php >+%%WWWDIR%%/app/Model/ProjectNotificationTypeModel.php >+%%WWWDIR%%/app/Model/ProjectPermissionModel.php >+%%WWWDIR%%/app/Model/ProjectUserRoleModel.php >+%%WWWDIR%%/app/Model/RememberMeSessionModel.php >+%%WWWDIR%%/app/Model/SettingModel.php >+%%WWWDIR%%/app/Model/SubtaskModel.php >+%%WWWDIR%%/app/Model/SubtaskTimeTrackingModel.php >+%%WWWDIR%%/app/Model/SwimlaneModel.php >+%%WWWDIR%%/app/Model/TaskAnalyticModel.php >+%%WWWDIR%%/app/Model/TaskCreationModel.php >+%%WWWDIR%%/app/Model/TaskDuplicationModel.php >+%%WWWDIR%%/app/Model/TaskExternalLinkModel.php >+%%WWWDIR%%/app/Model/TaskFileModel.php >+%%WWWDIR%%/app/Model/TaskFinderModel.php >+%%WWWDIR%%/app/Model/TaskLinkModel.php >+%%WWWDIR%%/app/Model/TaskMetadataModel.php >+%%WWWDIR%%/app/Model/TaskModel.php >+%%WWWDIR%%/app/Model/TaskModificationModel.php >+%%WWWDIR%%/app/Model/TaskPositionModel.php >+%%WWWDIR%%/app/Model/TaskStatusModel.php >+%%WWWDIR%%/app/Model/TimezoneModel.php >+%%WWWDIR%%/app/Model/TransitionModel.php >+%%WWWDIR%%/app/Model/UserLockingModel.php >+%%WWWDIR%%/app/Model/UserMentionModel.php >+%%WWWDIR%%/app/Model/UserMetadataModel.php >+%%WWWDIR%%/app/Model/UserModel.php >+%%WWWDIR%%/app/Model/UserNotificationFilterModel.php >+%%WWWDIR%%/app/Model/UserNotificationModel.php >+%%WWWDIR%%/app/Model/UserNotificationTypeModel.php >+%%WWWDIR%%/app/Model/UserUnreadNotificationModel.php >+%%WWWDIR%%/app/Notification/ActivityStreamNotification.php >+%%WWWDIR%%/app/Notification/MailNotification.php >+%%WWWDIR%%/app/Notification/WebNotification.php >+%%WWWDIR%%/app/Notification/WebhookNotification.php > %%WWWDIR%%/app/Schema/Mysql.php > %%WWWDIR%%/app/Schema/Postgres.php > %%WWWDIR%%/app/Schema/Sql/mysql.sql > %%WWWDIR%%/app/Schema/Sql/postgres.sql > %%WWWDIR%%/app/Schema/Sqlite.php > %%WWWDIR%%/app/ServiceProvider/ActionProvider.php >+%%WWWDIR%%/app/ServiceProvider/ApiProvider.php > %%WWWDIR%%/app/ServiceProvider/AuthenticationProvider.php > %%WWWDIR%%/app/ServiceProvider/AvatarProvider.php > %%WWWDIR%%/app/ServiceProvider/ClassProvider.php >+%%WWWDIR%%/app/ServiceProvider/CommandProvider.php > %%WWWDIR%%/app/ServiceProvider/DatabaseProvider.php > %%WWWDIR%%/app/ServiceProvider/EventDispatcherProvider.php > %%WWWDIR%%/app/ServiceProvider/ExternalLinkProvider.php >@@ -422,8 +463,10 @@ > %%WWWDIR%%/app/ServiceProvider/GroupProvider.php > %%WWWDIR%%/app/ServiceProvider/HelperProvider.php > %%WWWDIR%%/app/ServiceProvider/LoggingProvider.php >+%%WWWDIR%%/app/ServiceProvider/MailProvider.php > %%WWWDIR%%/app/ServiceProvider/NotificationProvider.php > %%WWWDIR%%/app/ServiceProvider/PluginProvider.php >+%%WWWDIR%%/app/ServiceProvider/QueueProvider.php > %%WWWDIR%%/app/ServiceProvider/RouteProvider.php > %%WWWDIR%%/app/ServiceProvider/SessionProvider.php > %%WWWDIR%%/app/Subscriber/AuthSubscriber.php >@@ -441,7 +484,6 @@ > %%WWWDIR%%/app/Template/action_creation/create.php > %%WWWDIR%%/app/Template/action_creation/event.php > %%WWWDIR%%/app/Template/action_creation/params.php >-%%WWWDIR%%/app/Template/action_project/project.php > %%WWWDIR%%/app/Template/activity/filter_dropdown.php > %%WWWDIR%%/app/Template/activity/project.php > %%WWWDIR%%/app/Template/activity/task.php >@@ -454,18 +496,9 @@ > %%WWWDIR%%/app/Template/analytic/sidebar.php > %%WWWDIR%%/app/Template/analytic/tasks.php > %%WWWDIR%%/app/Template/analytic/users.php >-%%WWWDIR%%/app/Template/app/activity.php >-%%WWWDIR%%/app/Template/app/calendar.php > %%WWWDIR%%/app/Template/app/filters_helper.php > %%WWWDIR%%/app/Template/app/forbidden.php >-%%WWWDIR%%/app/Template/app/layout.php > %%WWWDIR%%/app/Template/app/notfound.php >-%%WWWDIR%%/app/Template/app/notifications.php >-%%WWWDIR%%/app/Template/app/overview.php >-%%WWWDIR%%/app/Template/app/projects.php >-%%WWWDIR%%/app/Template/app/sidebar.php >-%%WWWDIR%%/app/Template/app/subtasks.php >-%%WWWDIR%%/app/Template/app/tasks.php > %%WWWDIR%%/app/Template/auth/index.php > %%WWWDIR%%/app/Template/avatar_file/show.php > %%WWWDIR%%/app/Template/board/table_column.php >@@ -504,10 +537,10 @@ > %%WWWDIR%%/app/Template/config/application.php > %%WWWDIR%%/app/Template/config/board.php > %%WWWDIR%%/app/Template/config/calendar.php >+%%WWWDIR%%/app/Template/config/email.php > %%WWWDIR%%/app/Template/config/integrations.php > %%WWWDIR%%/app/Template/config/keyboard_shortcuts.php > %%WWWDIR%%/app/Template/config/layout.php >-%%WWWDIR%%/app/Template/config/plugins.php > %%WWWDIR%%/app/Template/config/project.php > %%WWWDIR%%/app/Template/config/sidebar.php > %%WWWDIR%%/app/Template/config/webhook.php >@@ -516,6 +549,15 @@ > %%WWWDIR%%/app/Template/custom_filter/edit.php > %%WWWDIR%%/app/Template/custom_filter/index.php > %%WWWDIR%%/app/Template/custom_filter/remove.php >+%%WWWDIR%%/app/Template/dashboard/activity.php >+%%WWWDIR%%/app/Template/dashboard/calendar.php >+%%WWWDIR%%/app/Template/dashboard/layout.php >+%%WWWDIR%%/app/Template/dashboard/notifications.php >+%%WWWDIR%%/app/Template/dashboard/projects.php >+%%WWWDIR%%/app/Template/dashboard/show.php >+%%WWWDIR%%/app/Template/dashboard/sidebar.php >+%%WWWDIR%%/app/Template/dashboard/subtasks.php >+%%WWWDIR%%/app/Template/dashboard/tasks.php > %%WWWDIR%%/app/Template/doc/show.php > %%WWWDIR%%/app/Template/event/comment_create.php > %%WWWDIR%%/app/Template/event/comment_update.php >@@ -539,23 +581,19 @@ > %%WWWDIR%%/app/Template/feed/project.php > %%WWWDIR%%/app/Template/feed/user.php > %%WWWDIR%%/app/Template/file_viewer/show.php >-%%WWWDIR%%/app/Template/gantt/project.php >-%%WWWDIR%%/app/Template/gantt/projects.php >-%%WWWDIR%%/app/Template/gantt/task_creation.php > %%WWWDIR%%/app/Template/group/associate.php >-%%WWWDIR%%/app/Template/group/create.php > %%WWWDIR%%/app/Template/group/dissociate.php >-%%WWWDIR%%/app/Template/group/edit.php > %%WWWDIR%%/app/Template/group/index.php > %%WWWDIR%%/app/Template/group/remove.php > %%WWWDIR%%/app/Template/group/users.php >+%%WWWDIR%%/app/Template/group_creation/show.php >+%%WWWDIR%%/app/Template/group_modification/show.php > %%WWWDIR%%/app/Template/header.php > %%WWWDIR%%/app/Template/layout.php > %%WWWDIR%%/app/Template/link/create.php > %%WWWDIR%%/app/Template/link/edit.php > %%WWWDIR%%/app/Template/link/index.php > %%WWWDIR%%/app/Template/link/remove.php >-%%WWWDIR%%/app/Template/listing/show.php > %%WWWDIR%%/app/Template/notification/comment_create.php > %%WWWDIR%%/app/Template/notification/comment_update.php > %%WWWDIR%%/app/Template/notification/comment_user_mention.php >@@ -576,18 +614,15 @@ > %%WWWDIR%%/app/Template/password_reset/change.php > %%WWWDIR%%/app/Template/password_reset/create.php > %%WWWDIR%%/app/Template/password_reset/email.php >-%%WWWDIR%%/app/Template/project/disable.php >+%%WWWDIR%%/app/Template/plugin/directory.php >+%%WWWDIR%%/app/Template/plugin/layout.php >+%%WWWDIR%%/app/Template/plugin/remove.php >+%%WWWDIR%%/app/Template/plugin/show.php >+%%WWWDIR%%/app/Template/plugin/sidebar.php > %%WWWDIR%%/app/Template/project/dropdown.php >-%%WWWDIR%%/app/Template/project/duplicate.php >-%%WWWDIR%%/app/Template/project/enable.php >-%%WWWDIR%%/app/Template/project/index.php >-%%WWWDIR%%/app/Template/project/integrations.php > %%WWWDIR%%/app/Template/project/layout.php >-%%WWWDIR%%/app/Template/project/notifications.php >-%%WWWDIR%%/app/Template/project/remove.php >-%%WWWDIR%%/app/Template/project/share.php >-%%WWWDIR%%/app/Template/project/show.php > %%WWWDIR%%/app/Template/project/sidebar.php >+%%WWWDIR%%/app/Template/project_action_duplication/show.php > %%WWWDIR%%/app/Template/project_creation/create.php > %%WWWDIR%%/app/Template/project_edit/dates.php > %%WWWDIR%%/app/Template/project_edit/description.php >@@ -595,10 +630,12 @@ > %%WWWDIR%%/app/Template/project_edit/task_priority.php > %%WWWDIR%%/app/Template/project_file/create.php > %%WWWDIR%%/app/Template/project_file/remove.php >+%%WWWDIR%%/app/Template/project_gantt/show.php > %%WWWDIR%%/app/Template/project_header/dropdown.php > %%WWWDIR%%/app/Template/project_header/header.php > %%WWWDIR%%/app/Template/project_header/search.php > %%WWWDIR%%/app/Template/project_header/views.php >+%%WWWDIR%%/app/Template/project_list/show.php > %%WWWDIR%%/app/Template/project_overview/activity.php > %%WWWDIR%%/app/Template/project_overview/attachments.php > %%WWWDIR%%/app/Template/project_overview/columns.php >@@ -608,11 +645,19 @@ > %%WWWDIR%%/app/Template/project_overview/information.php > %%WWWDIR%%/app/Template/project_overview/show.php > %%WWWDIR%%/app/Template/project_permission/index.php >-%%WWWDIR%%/app/Template/project_user/layout.php >-%%WWWDIR%%/app/Template/project_user/roles.php >-%%WWWDIR%%/app/Template/project_user/sidebar.php >-%%WWWDIR%%/app/Template/project_user/tasks.php >-%%WWWDIR%%/app/Template/project_user/tooltip_users.php >+%%WWWDIR%%/app/Template/project_status/disable.php >+%%WWWDIR%%/app/Template/project_status/enable.php >+%%WWWDIR%%/app/Template/project_status/remove.php >+%%WWWDIR%%/app/Template/project_user_overview/layout.php >+%%WWWDIR%%/app/Template/project_user_overview/roles.php >+%%WWWDIR%%/app/Template/project_user_overview/sidebar.php >+%%WWWDIR%%/app/Template/project_user_overview/tasks.php >+%%WWWDIR%%/app/Template/project_user_overview/tooltip_users.php >+%%WWWDIR%%/app/Template/project_view/duplicate.php >+%%WWWDIR%%/app/Template/project_view/integrations.php >+%%WWWDIR%%/app/Template/project_view/notifications.php >+%%WWWDIR%%/app/Template/project_view/share.php >+%%WWWDIR%%/app/Template/project_view/show.php > %%WWWDIR%%/app/Template/search/activity.php > %%WWWDIR%%/app/Template/search/index.php > %%WWWDIR%%/app/Template/search/results.php >@@ -622,7 +667,8 @@ > %%WWWDIR%%/app/Template/subtask/remove.php > %%WWWDIR%%/app/Template/subtask/show.php > %%WWWDIR%%/app/Template/subtask/table.php >-%%WWWDIR%%/app/Template/subtask_restriction/popover.php >+%%WWWDIR%%/app/Template/subtask_converter/show.php >+%%WWWDIR%%/app/Template/subtask_restriction/show.php > %%WWWDIR%%/app/Template/swimlane/create.php > %%WWWDIR%%/app/Template/swimlane/edit.php > %%WWWDIR%%/app/Template/swimlane/edit_default.php >@@ -637,13 +683,13 @@ > %%WWWDIR%%/app/Template/task/dropdown.php > %%WWWDIR%%/app/Template/task/layout.php > %%WWWDIR%%/app/Template/task/public.php >-%%WWWDIR%%/app/Template/task/remove.php > %%WWWDIR%%/app/Template/task/show.php > %%WWWDIR%%/app/Template/task/sidebar.php > %%WWWDIR%%/app/Template/task/time_tracking_details.php > %%WWWDIR%%/app/Template/task/time_tracking_summary.php > %%WWWDIR%%/app/Template/task/transitions.php >-%%WWWDIR%%/app/Template/task_creation/form.php >+%%WWWDIR%%/app/Template/task_bulk/show.php >+%%WWWDIR%%/app/Template/task_creation/show.php > %%WWWDIR%%/app/Template/task_duplication/copy.php > %%WWWDIR%%/app/Template/task_duplication/duplicate.php > %%WWWDIR%%/app/Template/task_duplication/move.php >@@ -660,12 +706,16 @@ > %%WWWDIR%%/app/Template/task_file/remove.php > %%WWWDIR%%/app/Template/task_file/screenshot.php > %%WWWDIR%%/app/Template/task_file/show.php >-%%WWWDIR%%/app/Template/task_import/step1.php >+%%WWWDIR%%/app/Template/task_gantt/show.php >+%%WWWDIR%%/app/Template/task_gantt_creation/show.php >+%%WWWDIR%%/app/Template/task_import/show.php >+%%WWWDIR%%/app/Template/task_import/sidebar.php > %%WWWDIR%%/app/Template/task_internal_link/create.php > %%WWWDIR%%/app/Template/task_internal_link/edit.php > %%WWWDIR%%/app/Template/task_internal_link/remove.php > %%WWWDIR%%/app/Template/task_internal_link/show.php > %%WWWDIR%%/app/Template/task_internal_link/table.php >+%%WWWDIR%%/app/Template/task_list/show.php > %%WWWDIR%%/app/Template/task_modification/edit_description.php > %%WWWDIR%%/app/Template/task_modification/edit_task.php > %%WWWDIR%%/app/Template/task_popover/change_assignee.php >@@ -674,33 +724,34 @@ > %%WWWDIR%%/app/Template/task_recurrence/info.php > %%WWWDIR%%/app/Template/task_status/close.php > %%WWWDIR%%/app/Template/task_status/open.php >+%%WWWDIR%%/app/Template/task_suppression/remove.php > %%WWWDIR%%/app/Template/twofactor/check.php > %%WWWDIR%%/app/Template/twofactor/disable.php > %%WWWDIR%%/app/Template/twofactor/index.php > %%WWWDIR%%/app/Template/twofactor/show.php >-%%WWWDIR%%/app/Template/user/authentication.php >-%%WWWDIR%%/app/Template/user/create_local.php >-%%WWWDIR%%/app/Template/user/create_remote.php >-%%WWWDIR%%/app/Template/user/dropdown.php >-%%WWWDIR%%/app/Template/user/edit.php >-%%WWWDIR%%/app/Template/user/external.php >-%%WWWDIR%%/app/Template/user/index.php >-%%WWWDIR%%/app/Template/user/integrations.php >-%%WWWDIR%%/app/Template/user/last.php >-%%WWWDIR%%/app/Template/user/layout.php >-%%WWWDIR%%/app/Template/user/notifications.php >-%%WWWDIR%%/app/Template/user/password.php >-%%WWWDIR%%/app/Template/user/password_reset.php >-%%WWWDIR%%/app/Template/user/profile.php >-%%WWWDIR%%/app/Template/user/sessions.php >-%%WWWDIR%%/app/Template/user/share.php >-%%WWWDIR%%/app/Template/user/show.php >-%%WWWDIR%%/app/Template/user/sidebar.php >-%%WWWDIR%%/app/Template/user/timesheet.php >-%%WWWDIR%%/app/Template/user_import/step1.php >+%%WWWDIR%%/app/Template/user_creation/local.php >+%%WWWDIR%%/app/Template/user_creation/remote.php >+%%WWWDIR%%/app/Template/user_credential/authentication.php >+%%WWWDIR%%/app/Template/user_credential/password.php >+%%WWWDIR%%/app/Template/user_import/show.php >+%%WWWDIR%%/app/Template/user_list/dropdown.php >+%%WWWDIR%%/app/Template/user_list/show.php >+%%WWWDIR%%/app/Template/user_modification/show.php > %%WWWDIR%%/app/Template/user_status/disable.php > %%WWWDIR%%/app/Template/user_status/enable.php > %%WWWDIR%%/app/Template/user_status/remove.php >+%%WWWDIR%%/app/Template/user_view/external.php >+%%WWWDIR%%/app/Template/user_view/integrations.php >+%%WWWDIR%%/app/Template/user_view/last.php >+%%WWWDIR%%/app/Template/user_view/layout.php >+%%WWWDIR%%/app/Template/user_view/notifications.php >+%%WWWDIR%%/app/Template/user_view/password_reset.php >+%%WWWDIR%%/app/Template/user_view/profile.php >+%%WWWDIR%%/app/Template/user_view/sessions.php >+%%WWWDIR%%/app/Template/user_view/share.php >+%%WWWDIR%%/app/Template/user_view/show.php >+%%WWWDIR%%/app/Template/user_view/sidebar.php >+%%WWWDIR%%/app/Template/user_view/timesheet.php > %%WWWDIR%%/app/User/Avatar/AvatarFileProvider.php > %%WWWDIR%%/app/User/Avatar/GravatarProvider.php > %%WWWDIR%%/app/User/Avatar/LetterAvatarProvider.php >@@ -710,7 +761,7 @@ > %%WWWDIR%%/app/User/ReverseProxyUserProvider.php > %%WWWDIR%%/app/Validator/ActionValidator.php > %%WWWDIR%%/app/Validator/AuthValidator.php >-%%WWWDIR%%/app/Validator/Base.php >+%%WWWDIR%%/app/Validator/BaseValidator.php > %%WWWDIR%%/app/Validator/CategoryValidator.php > %%WWWDIR%%/app/Validator/ColumnValidator.php > %%WWWDIR%%/app/Validator/CommentValidator.php >@@ -730,7 +781,9 @@ > %%WWWDIR%%/app/common.php > %%WWWDIR%%/app/constants.php > %%WWWDIR%%/app/functions.php >-%%WWWDIR%%/assets/css/app.css >+%%WWWDIR%%/assets/css/app.min.css >+%%WWWDIR%%/assets/css/chosen-sprite.png >+%%WWWDIR%%/assets/css/chosen-sprite@2x.png > %%WWWDIR%%/assets/css/images/ui-bg_flat_0_aaaaaa_40x100.png > %%WWWDIR%%/assets/css/images/ui-bg_flat_75_ffffff_40x100.png > %%WWWDIR%%/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png >@@ -741,10 +794,16 @@ > %%WWWDIR%%/assets/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png > %%WWWDIR%%/assets/css/images/ui-icons_222222_256x240.png > %%WWWDIR%%/assets/css/images/ui-icons_2e83ff_256x240.png >+%%WWWDIR%%/assets/css/images/ui-icons_444444_256x240.png > %%WWWDIR%%/assets/css/images/ui-icons_454545_256x240.png >+%%WWWDIR%%/assets/css/images/ui-icons_555555_256x240.png >+%%WWWDIR%%/assets/css/images/ui-icons_777620_256x240.png >+%%WWWDIR%%/assets/css/images/ui-icons_777777_256x240.png > %%WWWDIR%%/assets/css/images/ui-icons_888888_256x240.png >+%%WWWDIR%%/assets/css/images/ui-icons_cc0000_256x240.png > %%WWWDIR%%/assets/css/images/ui-icons_cd0a0a_256x240.png >-%%WWWDIR%%/assets/css/print.css >+%%WWWDIR%%/assets/css/images/ui-icons_ffffff_256x240.png >+%%WWWDIR%%/assets/css/print.min.css > %%WWWDIR%%/assets/css/src/accordion.css > %%WWWDIR%%/assets/css/src/activity.css > %%WWWDIR%%/assets/css/src/alert.css >@@ -778,22 +837,13 @@ > %%WWWDIR%%/assets/css/src/tooltip.css > %%WWWDIR%%/assets/css/src/upload.css > %%WWWDIR%%/assets/css/src/views.css >-%%WWWDIR%%/assets/css/vendor/c3.min.css >-%%WWWDIR%%/assets/css/vendor/chosen.min.css >-%%WWWDIR%%/assets/css/vendor/font-awesome.min.css >-%%WWWDIR%%/assets/css/vendor/fullcalendar.min.css >-%%WWWDIR%%/assets/css/vendor/jquery-ui-timepicker-addon.min.css >-%%WWWDIR%%/assets/css/vendor/jquery-ui.min.css >-%%WWWDIR%%/assets/css/vendor/jquery-ui.theme.min.css >-%%WWWDIR%%/assets/css/vendor/simplemde.min.css >+%%WWWDIR%%/assets/css/vendor.min.css > %%WWWDIR%%/assets/fonts/FontAwesome.otf > %%WWWDIR%%/assets/fonts/fontawesome-webfont.eot > %%WWWDIR%%/assets/fonts/fontawesome-webfont.svg > %%WWWDIR%%/assets/fonts/fontawesome-webfont.ttf > %%WWWDIR%%/assets/fonts/fontawesome-webfont.woff > %%WWWDIR%%/assets/fonts/fontawesome-webfont.woff2 >-%%WWWDIR%%/assets/img/chosen-sprite.png >-%%WWWDIR%%/assets/img/chosen-sprite@2x.png > %%WWWDIR%%/assets/img/favicon.png > %%WWWDIR%%/assets/img/gravatar-icon.png > %%WWWDIR%%/assets/img/icon.svg >@@ -801,7 +851,7 @@ > %%WWWDIR%%/assets/img/touch-icon-ipad.png > %%WWWDIR%%/assets/img/touch-icon-iphone-retina.png > %%WWWDIR%%/assets/img/touch-icon-iphone.png >-%%WWWDIR%%/assets/js/app.js >+%%WWWDIR%%/assets/js/app.min.js > %%WWWDIR%%/assets/js/src/Accordion.js > %%WWWDIR%%/assets/js/src/App.js > %%WWWDIR%%/assets/js/src/AvgTimeColumnChart.js >@@ -838,66 +888,7 @@ > %%WWWDIR%%/assets/js/src/TaskTimeColumnChart.js > %%WWWDIR%%/assets/js/src/Tooltip.js > %%WWWDIR%%/assets/js/src/UserRepartitionChart.js >-%%WWWDIR%%/assets/js/vendor/c3.min.js >-%%WWWDIR%%/assets/js/vendor/chosen.jquery.min.js >-%%WWWDIR%%/assets/js/vendor/d3.v3.min.js >-%%WWWDIR%%/assets/js/vendor/fullcalendar.min.js >-%%WWWDIR%%/assets/js/vendor/jquery-1.11.3.min.js >-%%WWWDIR%%/assets/js/vendor/jquery-ui-timepicker-addon.min.js >-%%WWWDIR%%/assets/js/vendor/jquery-ui.min.js >-%%WWWDIR%%/assets/js/vendor/jquery.ui.touch-punch.min.js >-%%WWWDIR%%/assets/js/vendor/lang/ar-ma.js >-%%WWWDIR%%/assets/js/vendor/lang/ar-sa.js >-%%WWWDIR%%/assets/js/vendor/lang/ar-tn.js >-%%WWWDIR%%/assets/js/vendor/lang/ar.js >-%%WWWDIR%%/assets/js/vendor/lang/bg.js >-%%WWWDIR%%/assets/js/vendor/lang/ca.js >-%%WWWDIR%%/assets/js/vendor/lang/cs.js >-%%WWWDIR%%/assets/js/vendor/lang/da.js >-%%WWWDIR%%/assets/js/vendor/lang/de-at.js >-%%WWWDIR%%/assets/js/vendor/lang/de.js >-%%WWWDIR%%/assets/js/vendor/lang/el.js >-%%WWWDIR%%/assets/js/vendor/lang/en-au.js >-%%WWWDIR%%/assets/js/vendor/lang/en-ca.js >-%%WWWDIR%%/assets/js/vendor/lang/en-gb.js >-%%WWWDIR%%/assets/js/vendor/lang/es.js >-%%WWWDIR%%/assets/js/vendor/lang/fa.js >-%%WWWDIR%%/assets/js/vendor/lang/fi.js >-%%WWWDIR%%/assets/js/vendor/lang/fr-ca.js >-%%WWWDIR%%/assets/js/vendor/lang/fr.js >-%%WWWDIR%%/assets/js/vendor/lang/he.js >-%%WWWDIR%%/assets/js/vendor/lang/hi.js >-%%WWWDIR%%/assets/js/vendor/lang/hr.js >-%%WWWDIR%%/assets/js/vendor/lang/hu.js >-%%WWWDIR%%/assets/js/vendor/lang/id.js >-%%WWWDIR%%/assets/js/vendor/lang/is.js >-%%WWWDIR%%/assets/js/vendor/lang/it.js >-%%WWWDIR%%/assets/js/vendor/lang/ja.js >-%%WWWDIR%%/assets/js/vendor/lang/ko.js >-%%WWWDIR%%/assets/js/vendor/lang/lt.js >-%%WWWDIR%%/assets/js/vendor/lang/lv.js >-%%WWWDIR%%/assets/js/vendor/lang/nb.js >-%%WWWDIR%%/assets/js/vendor/lang/nl.js >-%%WWWDIR%%/assets/js/vendor/lang/pl.js >-%%WWWDIR%%/assets/js/vendor/lang/pt-br.js >-%%WWWDIR%%/assets/js/vendor/lang/pt.js >-%%WWWDIR%%/assets/js/vendor/lang/ro.js >-%%WWWDIR%%/assets/js/vendor/lang/ru.js >-%%WWWDIR%%/assets/js/vendor/lang/sk.js >-%%WWWDIR%%/assets/js/vendor/lang/sl.js >-%%WWWDIR%%/assets/js/vendor/lang/sr-cyrl.js >-%%WWWDIR%%/assets/js/vendor/lang/sr.js >-%%WWWDIR%%/assets/js/vendor/lang/sv.js >-%%WWWDIR%%/assets/js/vendor/lang/th.js >-%%WWWDIR%%/assets/js/vendor/lang/tr.js >-%%WWWDIR%%/assets/js/vendor/lang/uk.js >-%%WWWDIR%%/assets/js/vendor/lang/vi.js >-%%WWWDIR%%/assets/js/vendor/lang/zh-cn.js >-%%WWWDIR%%/assets/js/vendor/lang/zh-tw.js >-%%WWWDIR%%/assets/js/vendor/moment.min.js >-%%WWWDIR%%/assets/js/vendor/mousetrap-global-bind.min.js >-%%WWWDIR%%/assets/js/vendor/mousetrap.min.js >-%%WWWDIR%%/assets/js/vendor/simplemde.min.js >+%%WWWDIR%%/assets/js/vendor.min.js > %%WWWDIR%%/config.default.php > %%WWWDIR%%/data/.htaccess > %%WWWDIR%%/data/web.config >@@ -1036,11 +1027,13 @@ > %%WWWDIR%%/doc/nice-urls.markdown > %%WWWDIR%%/doc/nitrous.markdown > %%WWWDIR%%/doc/notifications.markdown >+%%WWWDIR%%/doc/performances.markdown > %%WWWDIR%%/doc/plugin-authentication-architecture.markdown > %%WWWDIR%%/doc/plugin-authentication.markdown > %%WWWDIR%%/doc/plugin-authorization-architecture.markdown > %%WWWDIR%%/doc/plugin-automatic-actions.markdown > %%WWWDIR%%/doc/plugin-avatar-provider.markdown >+%%WWWDIR%%/doc/plugin-directory.markdown > %%WWWDIR%%/doc/plugin-events.markdown > %%WWWDIR%%/doc/plugin-external-link.markdown > %%WWWDIR%%/doc/plugin-group-provider.markdown >@@ -1111,6 +1104,7 @@ > %%WWWDIR%%/doc/what-is-kanban.markdown > %%WWWDIR%%/doc/windows-apache-installation.markdown > %%WWWDIR%%/doc/windows-iis-installation.markdown >+%%WWWDIR%%/doc/worker.markdown > %%WWWDIR%%/favicon.ico > %%WWWDIR%%/index.php > %%WWWDIR%%/jsonrpc.php >@@ -1136,6 +1130,7 @@ > %%WWWDIR%%/vendor/composer/autoload_namespaces.php > %%WWWDIR%%/vendor/composer/autoload_psr4.php > %%WWWDIR%%/vendor/composer/autoload_real.php >+%%WWWDIR%%/vendor/composer/autoload_static.php > %%WWWDIR%%/vendor/composer/installed.json > %%WWWDIR%%/vendor/eluceo/ical/.scrutinizer.yml > %%WWWDIR%%/vendor/eluceo/ical/LICENSE >@@ -1178,6 +1173,8 @@ > %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/ResponseException.php > %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/ServerErrorException.php > %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/HttpClient.php >+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/MiddlewareHandler.php >+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/MiddlewareInterface.php > %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/ProcedureHandler.php > %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Request/BatchRequestParser.php > %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Request/RequestBuilder.php >@@ -1191,7 +1188,10 @@ > %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Validator/RpcFormatValidator.php > %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Validator/UserValidator.php > %%WWWDIR%%/vendor/fguillot/picodb/LICENSE >-%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Condition.php >+%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Builder/BaseBuilder.php >+%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Builder/ConditionBuilder.php >+%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Builder/InsertBuilder.php >+%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Builder/UpdateBuilder.php > %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Database.php > %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Driver/Base.php > %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Driver/Mssql.php >@@ -1200,10 +1200,22 @@ > %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Driver/Sqlite.php > %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/DriverFactory.php > %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Hashtable.php >+%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/LargeObject.php > %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/SQLException.php > %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Schema.php >+%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/StatementHandler.php > %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Table.php > %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/UrlParser.php >+%%WWWDIR%%/vendor/fguillot/simple-queue/LICENSE >+%%WWWDIR%%/vendor/fguillot/simple-queue/src/Adapter/AmqpQueueAdapter.php >+%%WWWDIR%%/vendor/fguillot/simple-queue/src/Adapter/AwsSqsQueueAdapter.php >+%%WWWDIR%%/vendor/fguillot/simple-queue/src/Adapter/BeanstalkQueueAdapter.php >+%%WWWDIR%%/vendor/fguillot/simple-queue/src/Adapter/DisqueQueueAdapter.php >+%%WWWDIR%%/vendor/fguillot/simple-queue/src/Adapter/MemoryQueueAdapter.php >+%%WWWDIR%%/vendor/fguillot/simple-queue/src/Exception/NotSupportedException.php >+%%WWWDIR%%/vendor/fguillot/simple-queue/src/Job.php >+%%WWWDIR%%/vendor/fguillot/simple-queue/src/Queue.php >+%%WWWDIR%%/vendor/fguillot/simple-queue/src/QueueAdapterInterface.php > %%WWWDIR%%/vendor/fguillot/simple-validator/LICENSE > %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validator.php > %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Alpha.php >@@ -1745,8 +1757,8 @@ > %%WWWDIR%%/vendor/symfony/event-dispatcher/phpunit.xml.dist > %%WWWDIR%%/vendor/symfony/polyfill-mbstring/LICENSE > %%WWWDIR%%/vendor/symfony/polyfill-mbstring/Mbstring.php >-%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.ser >-%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.ser >+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php >+%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php > %%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php > %%WWWDIR%%/web.config > @owner
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210285
:
171441
|
171442
|
171443
| 171444