View | Details | Raw Unified | Return to bug 210285 | Differences between
and this patch

Collapse All | Expand All

(-)b/kanboard/Makefile (-2 / +2 lines)
Lines 1-14 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	kanboard
3
PORTNAME=	kanboard
4
PORTVERSION=	1.0.28
4
PORTVERSION=	1.0.29
5
CATEGORIES=	www
5
CATEGORIES=	www
6
MASTER_SITES=	http://kanboard.net/ \
6
MASTER_SITES=	http://kanboard.net/ \
7
		https://bitbucket.org/if0/kanboard-archives/downloads/ \
7
		https://bitbucket.org/if0/kanboard-archives/downloads/ \
8
		https://github.com/freebsd-kanboard/archives/blob/master/
8
		https://github.com/freebsd-kanboard/archives/blob/master/
9
9
10
MAINTAINER=	bsd@if0.eu
10
MAINTAINER=	bsd@if0.eu
11
COMMENT=	Kanboard is a simple visual task board software
11
COMMENT=	Simple visual task board software
12
12
13
LICENSE=	MIT
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
(-)b/kanboard/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (kanboard-1.0.28.zip) = 5fea59613ae0adcdecc5aecae7bdf20b6a647f321ca746b21406c65ac8e2313d
1
SHA256 (kanboard-1.0.29.zip) = adf012a502f2f9fb7d4ed31fba949f4aa36a2c069c0cf9faddf0055f96e3db6f
2
SIZE (kanboard-1.0.28.zip) = 4674846
2
SIZE (kanboard-1.0.29.zip) = 4703226
(-)b/kanboard/pkg-plist (-281 / +293 lines)
Lines 37-62 Link Here
37
%%WWWDIR%%/app/Analytic/EstimatedTimeComparisonAnalytic.php
37
%%WWWDIR%%/app/Analytic/EstimatedTimeComparisonAnalytic.php
38
%%WWWDIR%%/app/Analytic/TaskDistributionAnalytic.php
38
%%WWWDIR%%/app/Analytic/TaskDistributionAnalytic.php
39
%%WWWDIR%%/app/Analytic/UserDistributionAnalytic.php
39
%%WWWDIR%%/app/Analytic/UserDistributionAnalytic.php
40
%%WWWDIR%%/app/Api/Action.php
40
%%WWWDIR%%/app/Api/ActionApi.php
41
%%WWWDIR%%/app/Api/App.php
41
%%WWWDIR%%/app/Api/AppApi.php
42
%%WWWDIR%%/app/Api/Auth.php
42
%%WWWDIR%%/app/Api/BaseApi.php
43
%%WWWDIR%%/app/Api/Base.php
43
%%WWWDIR%%/app/Api/BoardApi.php
44
%%WWWDIR%%/app/Api/Board.php
44
%%WWWDIR%%/app/Api/CategoryApi.php
45
%%WWWDIR%%/app/Api/Category.php
45
%%WWWDIR%%/app/Api/ColumnApi.php
46
%%WWWDIR%%/app/Api/Column.php
46
%%WWWDIR%%/app/Api/CommentApi.php
47
%%WWWDIR%%/app/Api/Comment.php
47
%%WWWDIR%%/app/Api/FileApi.php
48
%%WWWDIR%%/app/Api/File.php
48
%%WWWDIR%%/app/Api/GroupApi.php
49
%%WWWDIR%%/app/Api/Group.php
49
%%WWWDIR%%/app/Api/GroupMemberApi.php
50
%%WWWDIR%%/app/Api/GroupMember.php
50
%%WWWDIR%%/app/Api/LinkApi.php
51
%%WWWDIR%%/app/Api/Link.php
51
%%WWWDIR%%/app/Api/MeApi.php
52
%%WWWDIR%%/app/Api/Me.php
52
%%WWWDIR%%/app/Api/Middleware/AuthenticationApiMiddleware.php
53
%%WWWDIR%%/app/Api/Project.php
53
%%WWWDIR%%/app/Api/ProjectApi.php
54
%%WWWDIR%%/app/Api/ProjectPermission.php
54
%%WWWDIR%%/app/Api/ProjectPermissionApi.php
55
%%WWWDIR%%/app/Api/Subtask.php
55
%%WWWDIR%%/app/Api/SubtaskApi.php
56
%%WWWDIR%%/app/Api/Swimlane.php
56
%%WWWDIR%%/app/Api/SwimlaneApi.php
57
%%WWWDIR%%/app/Api/Task.php
57
%%WWWDIR%%/app/Api/TaskApi.php
58
%%WWWDIR%%/app/Api/TaskLink.php
58
%%WWWDIR%%/app/Api/TaskLinkApi.php
59
%%WWWDIR%%/app/Api/User.php
59
%%WWWDIR%%/app/Api/UserApi.php
60
%%WWWDIR%%/app/Auth/DatabaseAuth.php
60
%%WWWDIR%%/app/Auth/DatabaseAuth.php
61
%%WWWDIR%%/app/Auth/LdapAuth.php
61
%%WWWDIR%%/app/Auth/LdapAuth.php
62
%%WWWDIR%%/app/Auth/RememberMeAuth.php
62
%%WWWDIR%%/app/Auth/RememberMeAuth.php
Lines 66-71 Link Here
66
%%WWWDIR%%/app/Console/CronjobCommand.php
66
%%WWWDIR%%/app/Console/CronjobCommand.php
67
%%WWWDIR%%/app/Console/LocaleComparatorCommand.php
67
%%WWWDIR%%/app/Console/LocaleComparatorCommand.php
68
%%WWWDIR%%/app/Console/LocaleSyncCommand.php
68
%%WWWDIR%%/app/Console/LocaleSyncCommand.php
69
%%WWWDIR%%/app/Console/PluginInstallCommand.php
70
%%WWWDIR%%/app/Console/PluginUninstallCommand.php
71
%%WWWDIR%%/app/Console/PluginUpgradeCommand.php
69
%%WWWDIR%%/app/Console/ProjectDailyColumnStatsExportCommand.php
72
%%WWWDIR%%/app/Console/ProjectDailyColumnStatsExportCommand.php
70
%%WWWDIR%%/app/Console/ProjectDailyStatsCalculationCommand.php
73
%%WWWDIR%%/app/Console/ProjectDailyStatsCalculationCommand.php
71
%%WWWDIR%%/app/Console/ResetPasswordCommand.php
74
%%WWWDIR%%/app/Console/ResetPasswordCommand.php
Lines 75-148 Link Here
75
%%WWWDIR%%/app/Console/TaskOverdueNotificationCommand.php
78
%%WWWDIR%%/app/Console/TaskOverdueNotificationCommand.php
76
%%WWWDIR%%/app/Console/TaskTriggerCommand.php
79
%%WWWDIR%%/app/Console/TaskTriggerCommand.php
77
%%WWWDIR%%/app/Console/TransitionExportCommand.php
80
%%WWWDIR%%/app/Console/TransitionExportCommand.php
78
%%WWWDIR%%/app/Controller/Action.php
81
%%WWWDIR%%/app/Console/WorkerCommand.php
79
%%WWWDIR%%/app/Controller/ActionCreation.php
82
%%WWWDIR%%/app/Controller/ActionController.php
80
%%WWWDIR%%/app/Controller/ActionProject.php
83
%%WWWDIR%%/app/Controller/ActionCreationController.php
81
%%WWWDIR%%/app/Controller/Activity.php
84
%%WWWDIR%%/app/Controller/ActivityController.php
82
%%WWWDIR%%/app/Controller/Analytic.php
85
%%WWWDIR%%/app/Controller/AnalyticController.php
83
%%WWWDIR%%/app/Controller/App.php
86
%%WWWDIR%%/app/Controller/AppController.php
84
%%WWWDIR%%/app/Controller/Auth.php
87
%%WWWDIR%%/app/Controller/AuthController.php
85
%%WWWDIR%%/app/Controller/AvatarFile.php
88
%%WWWDIR%%/app/Controller/AvatarFileController.php
86
%%WWWDIR%%/app/Controller/Base.php
89
%%WWWDIR%%/app/Controller/BaseController.php
87
%%WWWDIR%%/app/Controller/Board.php
90
%%WWWDIR%%/app/Controller/BoardAjaxController.php
88
%%WWWDIR%%/app/Controller/BoardPopover.php
91
%%WWWDIR%%/app/Controller/BoardPopoverController.php
89
%%WWWDIR%%/app/Controller/BoardTooltip.php
92
%%WWWDIR%%/app/Controller/BoardTooltipController.php
90
%%WWWDIR%%/app/Controller/Calendar.php
93
%%WWWDIR%%/app/Controller/BoardViewController.php
91
%%WWWDIR%%/app/Controller/Captcha.php
94
%%WWWDIR%%/app/Controller/CalendarController.php
92
%%WWWDIR%%/app/Controller/Category.php
95
%%WWWDIR%%/app/Controller/CaptchaController.php
93
%%WWWDIR%%/app/Controller/Column.php
96
%%WWWDIR%%/app/Controller/CategoryController.php
94
%%WWWDIR%%/app/Controller/Comment.php
97
%%WWWDIR%%/app/Controller/ColumnController.php
95
%%WWWDIR%%/app/Controller/Config.php
98
%%WWWDIR%%/app/Controller/CommentController.php
96
%%WWWDIR%%/app/Controller/Currency.php
99
%%WWWDIR%%/app/Controller/ConfigController.php
97
%%WWWDIR%%/app/Controller/Customfilter.php
100
%%WWWDIR%%/app/Controller/CurrencyController.php
98
%%WWWDIR%%/app/Controller/Doc.php
101
%%WWWDIR%%/app/Controller/CustomFilterController.php
99
%%WWWDIR%%/app/Controller/Export.php
102
%%WWWDIR%%/app/Controller/DashboardController.php
100
%%WWWDIR%%/app/Controller/Feed.php
103
%%WWWDIR%%/app/Controller/DocumentationController.php
101
%%WWWDIR%%/app/Controller/FileViewer.php
104
%%WWWDIR%%/app/Controller/ExportController.php
102
%%WWWDIR%%/app/Controller/Gantt.php
105
%%WWWDIR%%/app/Controller/FeedController.php
103
%%WWWDIR%%/app/Controller/Group.php
106
%%WWWDIR%%/app/Controller/FileViewerController.php
104
%%WWWDIR%%/app/Controller/GroupHelper.php
107
%%WWWDIR%%/app/Controller/GroupAjaxController.php
105
%%WWWDIR%%/app/Controller/Ical.php
108
%%WWWDIR%%/app/Controller/GroupCreationController.php
106
%%WWWDIR%%/app/Controller/Link.php
109
%%WWWDIR%%/app/Controller/GroupListController.php
107
%%WWWDIR%%/app/Controller/Listing.php
110
%%WWWDIR%%/app/Controller/GroupModificationController.php
108
%%WWWDIR%%/app/Controller/Oauth.php
111
%%WWWDIR%%/app/Controller/ICalendarController.php
109
%%WWWDIR%%/app/Controller/PasswordReset.php
112
%%WWWDIR%%/app/Controller/LinkController.php
110
%%WWWDIR%%/app/Controller/Project.php
113
%%WWWDIR%%/app/Controller/OAuthController.php
111
%%WWWDIR%%/app/Controller/ProjectCreation.php
114
%%WWWDIR%%/app/Controller/PasswordResetController.php
112
%%WWWDIR%%/app/Controller/ProjectEdit.php
115
%%WWWDIR%%/app/Controller/PluginController.php
113
%%WWWDIR%%/app/Controller/ProjectFile.php
116
%%WWWDIR%%/app/Controller/ProjectActionDuplicationController.php
114
%%WWWDIR%%/app/Controller/ProjectOverview.php
117
%%WWWDIR%%/app/Controller/ProjectCreationController.php
115
%%WWWDIR%%/app/Controller/ProjectPermission.php
118
%%WWWDIR%%/app/Controller/ProjectEditController.php
116
%%WWWDIR%%/app/Controller/Projectuser.php
119
%%WWWDIR%%/app/Controller/ProjectFileController.php
117
%%WWWDIR%%/app/Controller/Search.php
120
%%WWWDIR%%/app/Controller/ProjectGanttController.php
118
%%WWWDIR%%/app/Controller/Subtask.php
121
%%WWWDIR%%/app/Controller/ProjectListController.php
119
%%WWWDIR%%/app/Controller/SubtaskRestriction.php
122
%%WWWDIR%%/app/Controller/ProjectOverviewController.php
120
%%WWWDIR%%/app/Controller/SubtaskStatus.php
123
%%WWWDIR%%/app/Controller/ProjectPermissionController.php
121
%%WWWDIR%%/app/Controller/Swimlane.php
124
%%WWWDIR%%/app/Controller/ProjectStatusController.php
122
%%WWWDIR%%/app/Controller/Task.php
125
%%WWWDIR%%/app/Controller/ProjectUserOverviewController.php
123
%%WWWDIR%%/app/Controller/TaskExternalLink.php
126
%%WWWDIR%%/app/Controller/ProjectViewController.php
124
%%WWWDIR%%/app/Controller/TaskFile.php
127
%%WWWDIR%%/app/Controller/SearchController.php
125
%%WWWDIR%%/app/Controller/TaskHelper.php
128
%%WWWDIR%%/app/Controller/SubtaskController.php
126
%%WWWDIR%%/app/Controller/TaskImport.php
129
%%WWWDIR%%/app/Controller/SubtaskConverterController.php
127
%%WWWDIR%%/app/Controller/TaskInternalLink.php
130
%%WWWDIR%%/app/Controller/SubtaskRestrictionController.php
128
%%WWWDIR%%/app/Controller/TaskPopover.php
131
%%WWWDIR%%/app/Controller/SubtaskStatusController.php
129
%%WWWDIR%%/app/Controller/TaskRecurrence.php
132
%%WWWDIR%%/app/Controller/SwimlaneController.php
130
%%WWWDIR%%/app/Controller/Taskcreation.php
133
%%WWWDIR%%/app/Controller/TaskAjaxController.php
131
%%WWWDIR%%/app/Controller/Taskduplication.php
134
%%WWWDIR%%/app/Controller/TaskBulkController.php
132
%%WWWDIR%%/app/Controller/Taskmodification.php
135
%%WWWDIR%%/app/Controller/TaskCreationController.php
133
%%WWWDIR%%/app/Controller/Taskstatus.php
136
%%WWWDIR%%/app/Controller/TaskDuplicationController.php
134
%%WWWDIR%%/app/Controller/Twofactor.php
137
%%WWWDIR%%/app/Controller/TaskExternalLinkController.php
135
%%WWWDIR%%/app/Controller/User.php
138
%%WWWDIR%%/app/Controller/TaskFileController.php
136
%%WWWDIR%%/app/Controller/UserHelper.php
139
%%WWWDIR%%/app/Controller/TaskGanttController.php
137
%%WWWDIR%%/app/Controller/UserImport.php
140
%%WWWDIR%%/app/Controller/TaskGanttCreationController.php
138
%%WWWDIR%%/app/Controller/UserStatus.php
141
%%WWWDIR%%/app/Controller/TaskImportController.php
139
%%WWWDIR%%/app/Controller/WebNotification.php
142
%%WWWDIR%%/app/Controller/TaskInternalLinkController.php
140
%%WWWDIR%%/app/Controller/Webhook.php
143
%%WWWDIR%%/app/Controller/TaskListController.php
144
%%WWWDIR%%/app/Controller/TaskModificationController.php
145
%%WWWDIR%%/app/Controller/TaskPopoverController.php
146
%%WWWDIR%%/app/Controller/TaskRecurrenceController.php
147
%%WWWDIR%%/app/Controller/TaskStatusController.php
148
%%WWWDIR%%/app/Controller/TaskSuppressionController.php
149
%%WWWDIR%%/app/Controller/TaskViewController.php
150
%%WWWDIR%%/app/Controller/TwoFactorController.php
151
%%WWWDIR%%/app/Controller/UserAjaxController.php
152
%%WWWDIR%%/app/Controller/UserCreationController.php
153
%%WWWDIR%%/app/Controller/UserCredentialController.php
154
%%WWWDIR%%/app/Controller/UserImportController.php
155
%%WWWDIR%%/app/Controller/UserListController.php
156
%%WWWDIR%%/app/Controller/UserModificationController.php
157
%%WWWDIR%%/app/Controller/UserStatusController.php
158
%%WWWDIR%%/app/Controller/UserViewController.php
159
%%WWWDIR%%/app/Controller/WebNotificationController.php
141
%%WWWDIR%%/app/Core/Action/ActionManager.php
160
%%WWWDIR%%/app/Core/Action/ActionManager.php
142
%%WWWDIR%%/app/Core/Base.php
161
%%WWWDIR%%/app/Core/Base.php
143
%%WWWDIR%%/app/Core/Cache/Base.php
162
%%WWWDIR%%/app/Core/Cache/Base.php
144
%%WWWDIR%%/app/Core/Cache/CacheInterface.php
163
%%WWWDIR%%/app/Core/Cache/CacheInterface.php
145
%%WWWDIR%%/app/Core/Cache/MemoryCache.php
164
%%WWWDIR%%/app/Core/Cache/MemoryCache.php
165
%%WWWDIR%%/app/Core/Controller/AccessForbiddenException.php
166
%%WWWDIR%%/app/Core/Controller/BaseException.php
167
%%WWWDIR%%/app/Core/Controller/BaseMiddleware.php
168
%%WWWDIR%%/app/Core/Controller/PageNotFoundException.php
169
%%WWWDIR%%/app/Core/Controller/Runner.php
146
%%WWWDIR%%/app/Core/Csv.php
170
%%WWWDIR%%/app/Core/Csv.php
147
%%WWWDIR%%/app/Core/DateParser.php
171
%%WWWDIR%%/app/Core/DateParser.php
148
%%WWWDIR%%/app/Core/Event/EventManager.php
172
%%WWWDIR%%/app/Core/Event/EventManager.php
Lines 181-194 Link Here
181
%%WWWDIR%%/app/Core/Mail/Transport/Sendmail.php
205
%%WWWDIR%%/app/Core/Mail/Transport/Sendmail.php
182
%%WWWDIR%%/app/Core/Mail/Transport/Smtp.php
206
%%WWWDIR%%/app/Core/Mail/Transport/Smtp.php
183
%%WWWDIR%%/app/Core/Markdown.php
207
%%WWWDIR%%/app/Core/Markdown.php
208
%%WWWDIR%%/app/Core/Notification/NotificationInterface.php
184
%%WWWDIR%%/app/Core/ObjectStorage/FileStorage.php
209
%%WWWDIR%%/app/Core/ObjectStorage/FileStorage.php
185
%%WWWDIR%%/app/Core/ObjectStorage/ObjectStorageException.php
210
%%WWWDIR%%/app/Core/ObjectStorage/ObjectStorageException.php
186
%%WWWDIR%%/app/Core/ObjectStorage/ObjectStorageInterface.php
211
%%WWWDIR%%/app/Core/ObjectStorage/ObjectStorageInterface.php
187
%%WWWDIR%%/app/Core/Paginator.php
212
%%WWWDIR%%/app/Core/Paginator.php
188
%%WWWDIR%%/app/Core/Plugin/Base.php
213
%%WWWDIR%%/app/Core/Plugin/Base.php
214
%%WWWDIR%%/app/Core/Plugin/Directory.php
189
%%WWWDIR%%/app/Core/Plugin/Hook.php
215
%%WWWDIR%%/app/Core/Plugin/Hook.php
216
%%WWWDIR%%/app/Core/Plugin/Installer.php
190
%%WWWDIR%%/app/Core/Plugin/Loader.php
217
%%WWWDIR%%/app/Core/Plugin/Loader.php
218
%%WWWDIR%%/app/Core/Plugin/PluginInstallerException.php
191
%%WWWDIR%%/app/Core/Plugin/SchemaHandler.php
219
%%WWWDIR%%/app/Core/Plugin/SchemaHandler.php
220
%%WWWDIR%%/app/Core/Queue/JobHandler.php
221
%%WWWDIR%%/app/Core/Queue/QueueManager.php
192
%%WWWDIR%%/app/Core/Security/AccessMap.php
222
%%WWWDIR%%/app/Core/Security/AccessMap.php
193
%%WWWDIR%%/app/Core/Security/AuthenticationManager.php
223
%%WWWDIR%%/app/Core/Security/AuthenticationManager.php
194
%%WWWDIR%%/app/Core/Security/AuthenticationProviderInterface.php
224
%%WWWDIR%%/app/Core/Security/AuthenticationProviderInterface.php
Lines 304-309 Link Here
304
%%WWWDIR%%/app/Helper/HookHelper.php
334
%%WWWDIR%%/app/Helper/HookHelper.php
305
%%WWWDIR%%/app/Helper/ICalHelper.php
335
%%WWWDIR%%/app/Helper/ICalHelper.php
306
%%WWWDIR%%/app/Helper/LayoutHelper.php
336
%%WWWDIR%%/app/Helper/LayoutHelper.php
337
%%WWWDIR%%/app/Helper/MailHelper.php
307
%%WWWDIR%%/app/Helper/ModelHelper.php
338
%%WWWDIR%%/app/Helper/ModelHelper.php
308
%%WWWDIR%%/app/Helper/ProjectActivityHelper.php
339
%%WWWDIR%%/app/Helper/ProjectActivityHelper.php
309
%%WWWDIR%%/app/Helper/ProjectHeaderHelper.php
340
%%WWWDIR%%/app/Helper/ProjectHeaderHelper.php
Lines 314-319 Link Here
314
%%WWWDIR%%/app/Helper/UserHelper.php
345
%%WWWDIR%%/app/Helper/UserHelper.php
315
%%WWWDIR%%/app/Import/TaskImport.php
346
%%WWWDIR%%/app/Import/TaskImport.php
316
%%WWWDIR%%/app/Import/UserImport.php
347
%%WWWDIR%%/app/Import/UserImport.php
348
%%WWWDIR%%/app/Job/BaseJob.php
349
%%WWWDIR%%/app/Job/EmailJob.php
350
%%WWWDIR%%/app/Job/HttpAsyncJob.php
351
%%WWWDIR%%/app/Job/NotificationJob.php
352
%%WWWDIR%%/app/Job/ProjectMetricJob.php
317
%%WWWDIR%%/app/Library/password.php
353
%%WWWDIR%%/app/Library/password.php
318
%%WWWDIR%%/app/Locale/bs_BA/translations.php
354
%%WWWDIR%%/app/Locale/bs_BA/translations.php
319
%%WWWDIR%%/app/Locale/cs_CZ/translations.php
355
%%WWWDIR%%/app/Locale/cs_CZ/translations.php
Lines 340-420 Link Here
340
%%WWWDIR%%/app/Locale/th_TH/translations.php
376
%%WWWDIR%%/app/Locale/th_TH/translations.php
341
%%WWWDIR%%/app/Locale/tr_TR/translations.php
377
%%WWWDIR%%/app/Locale/tr_TR/translations.php
342
%%WWWDIR%%/app/Locale/zh_CN/translations.php
378
%%WWWDIR%%/app/Locale/zh_CN/translations.php
343
%%WWWDIR%%/app/Model/Action.php
379
%%WWWDIR%%/app/Middleware/ApplicationAuthorizationMiddleware.php
344
%%WWWDIR%%/app/Model/ActionParameter.php
380
%%WWWDIR%%/app/Middleware/AuthenticationMiddleware.php
345
%%WWWDIR%%/app/Model/AvatarFile.php
381
%%WWWDIR%%/app/Middleware/BootstrapMiddleware.php
346
%%WWWDIR%%/app/Model/Base.php
382
%%WWWDIR%%/app/Middleware/PostAuthenticationMiddleware.php
347
%%WWWDIR%%/app/Model/Board.php
383
%%WWWDIR%%/app/Middleware/ProjectAuthorizationMiddleware.php
348
%%WWWDIR%%/app/Model/Category.php
384
%%WWWDIR%%/app/Model/ActionModel.php
349
%%WWWDIR%%/app/Model/Color.php
385
%%WWWDIR%%/app/Model/ActionParameterModel.php
350
%%WWWDIR%%/app/Model/Column.php
386
%%WWWDIR%%/app/Model/AvatarFileModel.php
351
%%WWWDIR%%/app/Model/Comment.php
387
%%WWWDIR%%/app/Model/BoardModel.php
352
%%WWWDIR%%/app/Model/Config.php
388
%%WWWDIR%%/app/Model/CategoryModel.php
353
%%WWWDIR%%/app/Model/Currency.php
389
%%WWWDIR%%/app/Model/ColorModel.php
354
%%WWWDIR%%/app/Model/CustomFilter.php
390
%%WWWDIR%%/app/Model/ColumnModel.php
355
%%WWWDIR%%/app/Model/File.php
391
%%WWWDIR%%/app/Model/CommentModel.php
356
%%WWWDIR%%/app/Model/Group.php
392
%%WWWDIR%%/app/Model/ConfigModel.php
357
%%WWWDIR%%/app/Model/GroupMember.php
393
%%WWWDIR%%/app/Model/CurrencyModel.php
358
%%WWWDIR%%/app/Model/Language.php
394
%%WWWDIR%%/app/Model/CustomFilterModel.php
359
%%WWWDIR%%/app/Model/LastLogin.php
395
%%WWWDIR%%/app/Model/FileModel.php
360
%%WWWDIR%%/app/Model/Link.php
396
%%WWWDIR%%/app/Model/GroupMemberModel.php
361
%%WWWDIR%%/app/Model/Metadata.php
397
%%WWWDIR%%/app/Model/GroupModel.php
362
%%WWWDIR%%/app/Model/Notification.php
398
%%WWWDIR%%/app/Model/LanguageModel.php
363
%%WWWDIR%%/app/Model/NotificationType.php
399
%%WWWDIR%%/app/Model/LastLoginModel.php
364
%%WWWDIR%%/app/Model/PasswordReset.php
400
%%WWWDIR%%/app/Model/LinkModel.php
365
%%WWWDIR%%/app/Model/Project.php
401
%%WWWDIR%%/app/Model/MetadataModel.php
366
%%WWWDIR%%/app/Model/ProjectActivity.php
402
%%WWWDIR%%/app/Model/NotificationModel.php
367
%%WWWDIR%%/app/Model/ProjectDailyColumnStats.php
403
%%WWWDIR%%/app/Model/NotificationTypeModel.php
368
%%WWWDIR%%/app/Model/ProjectDailyStats.php
404
%%WWWDIR%%/app/Model/PasswordResetModel.php
369
%%WWWDIR%%/app/Model/ProjectDuplication.php
405
%%WWWDIR%%/app/Model/ProjectActivityModel.php
370
%%WWWDIR%%/app/Model/ProjectFile.php
406
%%WWWDIR%%/app/Model/ProjectDailyColumnStatsModel.php
371
%%WWWDIR%%/app/Model/ProjectGroupRole.php
407
%%WWWDIR%%/app/Model/ProjectDailyStatsModel.php
372
%%WWWDIR%%/app/Model/ProjectMetadata.php
408
%%WWWDIR%%/app/Model/ProjectDuplicationModel.php
373
%%WWWDIR%%/app/Model/ProjectNotification.php
409
%%WWWDIR%%/app/Model/ProjectFileModel.php
374
%%WWWDIR%%/app/Model/ProjectNotificationType.php
410
%%WWWDIR%%/app/Model/ProjectGroupRoleModel.php
375
%%WWWDIR%%/app/Model/ProjectPermission.php
411
%%WWWDIR%%/app/Model/ProjectMetadataModel.php
376
%%WWWDIR%%/app/Model/ProjectUserRole.php
412
%%WWWDIR%%/app/Model/ProjectModel.php
377
%%WWWDIR%%/app/Model/RememberMeSession.php
413
%%WWWDIR%%/app/Model/ProjectNotificationModel.php
378
%%WWWDIR%%/app/Model/Setting.php
414
%%WWWDIR%%/app/Model/ProjectNotificationTypeModel.php
379
%%WWWDIR%%/app/Model/Subtask.php
415
%%WWWDIR%%/app/Model/ProjectPermissionModel.php
380
%%WWWDIR%%/app/Model/SubtaskTimeTracking.php
416
%%WWWDIR%%/app/Model/ProjectUserRoleModel.php
381
%%WWWDIR%%/app/Model/Swimlane.php
417
%%WWWDIR%%/app/Model/RememberMeSessionModel.php
382
%%WWWDIR%%/app/Model/Task.php
418
%%WWWDIR%%/app/Model/SettingModel.php
383
%%WWWDIR%%/app/Model/TaskAnalytic.php
419
%%WWWDIR%%/app/Model/SubtaskModel.php
384
%%WWWDIR%%/app/Model/TaskCreation.php
420
%%WWWDIR%%/app/Model/SubtaskTimeTrackingModel.php
385
%%WWWDIR%%/app/Model/TaskDuplication.php
421
%%WWWDIR%%/app/Model/SwimlaneModel.php
386
%%WWWDIR%%/app/Model/TaskExternalLink.php
422
%%WWWDIR%%/app/Model/TaskAnalyticModel.php
387
%%WWWDIR%%/app/Model/TaskFile.php
423
%%WWWDIR%%/app/Model/TaskCreationModel.php
388
%%WWWDIR%%/app/Model/TaskFinder.php
424
%%WWWDIR%%/app/Model/TaskDuplicationModel.php
389
%%WWWDIR%%/app/Model/TaskLink.php
425
%%WWWDIR%%/app/Model/TaskExternalLinkModel.php
390
%%WWWDIR%%/app/Model/TaskMetadata.php
426
%%WWWDIR%%/app/Model/TaskFileModel.php
391
%%WWWDIR%%/app/Model/TaskModification.php
427
%%WWWDIR%%/app/Model/TaskFinderModel.php
392
%%WWWDIR%%/app/Model/TaskPosition.php
428
%%WWWDIR%%/app/Model/TaskLinkModel.php
393
%%WWWDIR%%/app/Model/TaskStatus.php
429
%%WWWDIR%%/app/Model/TaskMetadataModel.php
394
%%WWWDIR%%/app/Model/Timezone.php
430
%%WWWDIR%%/app/Model/TaskModel.php
395
%%WWWDIR%%/app/Model/Transition.php
431
%%WWWDIR%%/app/Model/TaskModificationModel.php
396
%%WWWDIR%%/app/Model/User.php
432
%%WWWDIR%%/app/Model/TaskPositionModel.php
397
%%WWWDIR%%/app/Model/UserLocking.php
433
%%WWWDIR%%/app/Model/TaskStatusModel.php
398
%%WWWDIR%%/app/Model/UserMention.php
434
%%WWWDIR%%/app/Model/TimezoneModel.php
399
%%WWWDIR%%/app/Model/UserMetadata.php
435
%%WWWDIR%%/app/Model/TransitionModel.php
400
%%WWWDIR%%/app/Model/UserNotification.php
436
%%WWWDIR%%/app/Model/UserLockingModel.php
401
%%WWWDIR%%/app/Model/UserNotificationFilter.php
437
%%WWWDIR%%/app/Model/UserMentionModel.php
402
%%WWWDIR%%/app/Model/UserNotificationType.php
438
%%WWWDIR%%/app/Model/UserMetadataModel.php
403
%%WWWDIR%%/app/Model/UserUnreadNotification.php
439
%%WWWDIR%%/app/Model/UserModel.php
404
%%WWWDIR%%/app/Notification/ActivityStream.php
440
%%WWWDIR%%/app/Model/UserNotificationFilterModel.php
405
%%WWWDIR%%/app/Notification/Mail.php
441
%%WWWDIR%%/app/Model/UserNotificationModel.php
406
%%WWWDIR%%/app/Notification/NotificationInterface.php
442
%%WWWDIR%%/app/Model/UserNotificationTypeModel.php
407
%%WWWDIR%%/app/Notification/Web.php
443
%%WWWDIR%%/app/Model/UserUnreadNotificationModel.php
408
%%WWWDIR%%/app/Notification/Webhook.php
444
%%WWWDIR%%/app/Notification/ActivityStreamNotification.php
445
%%WWWDIR%%/app/Notification/MailNotification.php
446
%%WWWDIR%%/app/Notification/WebNotification.php
447
%%WWWDIR%%/app/Notification/WebhookNotification.php
409
%%WWWDIR%%/app/Schema/Mysql.php
448
%%WWWDIR%%/app/Schema/Mysql.php
410
%%WWWDIR%%/app/Schema/Postgres.php
449
%%WWWDIR%%/app/Schema/Postgres.php
411
%%WWWDIR%%/app/Schema/Sql/mysql.sql
450
%%WWWDIR%%/app/Schema/Sql/mysql.sql
412
%%WWWDIR%%/app/Schema/Sql/postgres.sql
451
%%WWWDIR%%/app/Schema/Sql/postgres.sql
413
%%WWWDIR%%/app/Schema/Sqlite.php
452
%%WWWDIR%%/app/Schema/Sqlite.php
414
%%WWWDIR%%/app/ServiceProvider/ActionProvider.php
453
%%WWWDIR%%/app/ServiceProvider/ActionProvider.php
454
%%WWWDIR%%/app/ServiceProvider/ApiProvider.php
415
%%WWWDIR%%/app/ServiceProvider/AuthenticationProvider.php
455
%%WWWDIR%%/app/ServiceProvider/AuthenticationProvider.php
416
%%WWWDIR%%/app/ServiceProvider/AvatarProvider.php
456
%%WWWDIR%%/app/ServiceProvider/AvatarProvider.php
417
%%WWWDIR%%/app/ServiceProvider/ClassProvider.php
457
%%WWWDIR%%/app/ServiceProvider/ClassProvider.php
458
%%WWWDIR%%/app/ServiceProvider/CommandProvider.php
418
%%WWWDIR%%/app/ServiceProvider/DatabaseProvider.php
459
%%WWWDIR%%/app/ServiceProvider/DatabaseProvider.php
419
%%WWWDIR%%/app/ServiceProvider/EventDispatcherProvider.php
460
%%WWWDIR%%/app/ServiceProvider/EventDispatcherProvider.php
420
%%WWWDIR%%/app/ServiceProvider/ExternalLinkProvider.php
461
%%WWWDIR%%/app/ServiceProvider/ExternalLinkProvider.php
Lines 422-429 Link Here
422
%%WWWDIR%%/app/ServiceProvider/GroupProvider.php
463
%%WWWDIR%%/app/ServiceProvider/GroupProvider.php
423
%%WWWDIR%%/app/ServiceProvider/HelperProvider.php
464
%%WWWDIR%%/app/ServiceProvider/HelperProvider.php
424
%%WWWDIR%%/app/ServiceProvider/LoggingProvider.php
465
%%WWWDIR%%/app/ServiceProvider/LoggingProvider.php
466
%%WWWDIR%%/app/ServiceProvider/MailProvider.php
425
%%WWWDIR%%/app/ServiceProvider/NotificationProvider.php
467
%%WWWDIR%%/app/ServiceProvider/NotificationProvider.php
426
%%WWWDIR%%/app/ServiceProvider/PluginProvider.php
468
%%WWWDIR%%/app/ServiceProvider/PluginProvider.php
469
%%WWWDIR%%/app/ServiceProvider/QueueProvider.php
427
%%WWWDIR%%/app/ServiceProvider/RouteProvider.php
470
%%WWWDIR%%/app/ServiceProvider/RouteProvider.php
428
%%WWWDIR%%/app/ServiceProvider/SessionProvider.php
471
%%WWWDIR%%/app/ServiceProvider/SessionProvider.php
429
%%WWWDIR%%/app/Subscriber/AuthSubscriber.php
472
%%WWWDIR%%/app/Subscriber/AuthSubscriber.php
Lines 441-447 Link Here
441
%%WWWDIR%%/app/Template/action_creation/create.php
484
%%WWWDIR%%/app/Template/action_creation/create.php
442
%%WWWDIR%%/app/Template/action_creation/event.php
485
%%WWWDIR%%/app/Template/action_creation/event.php
443
%%WWWDIR%%/app/Template/action_creation/params.php
486
%%WWWDIR%%/app/Template/action_creation/params.php
444
%%WWWDIR%%/app/Template/action_project/project.php
445
%%WWWDIR%%/app/Template/activity/filter_dropdown.php
487
%%WWWDIR%%/app/Template/activity/filter_dropdown.php
446
%%WWWDIR%%/app/Template/activity/project.php
488
%%WWWDIR%%/app/Template/activity/project.php
447
%%WWWDIR%%/app/Template/activity/task.php
489
%%WWWDIR%%/app/Template/activity/task.php
Lines 454-471 Link Here
454
%%WWWDIR%%/app/Template/analytic/sidebar.php
496
%%WWWDIR%%/app/Template/analytic/sidebar.php
455
%%WWWDIR%%/app/Template/analytic/tasks.php
497
%%WWWDIR%%/app/Template/analytic/tasks.php
456
%%WWWDIR%%/app/Template/analytic/users.php
498
%%WWWDIR%%/app/Template/analytic/users.php
457
%%WWWDIR%%/app/Template/app/activity.php
458
%%WWWDIR%%/app/Template/app/calendar.php
459
%%WWWDIR%%/app/Template/app/filters_helper.php
499
%%WWWDIR%%/app/Template/app/filters_helper.php
460
%%WWWDIR%%/app/Template/app/forbidden.php
500
%%WWWDIR%%/app/Template/app/forbidden.php
461
%%WWWDIR%%/app/Template/app/layout.php
462
%%WWWDIR%%/app/Template/app/notfound.php
501
%%WWWDIR%%/app/Template/app/notfound.php
463
%%WWWDIR%%/app/Template/app/notifications.php
464
%%WWWDIR%%/app/Template/app/overview.php
465
%%WWWDIR%%/app/Template/app/projects.php
466
%%WWWDIR%%/app/Template/app/sidebar.php
467
%%WWWDIR%%/app/Template/app/subtasks.php
468
%%WWWDIR%%/app/Template/app/tasks.php
469
%%WWWDIR%%/app/Template/auth/index.php
502
%%WWWDIR%%/app/Template/auth/index.php
470
%%WWWDIR%%/app/Template/avatar_file/show.php
503
%%WWWDIR%%/app/Template/avatar_file/show.php
471
%%WWWDIR%%/app/Template/board/table_column.php
504
%%WWWDIR%%/app/Template/board/table_column.php
Lines 504-513 Link Here
504
%%WWWDIR%%/app/Template/config/application.php
537
%%WWWDIR%%/app/Template/config/application.php
505
%%WWWDIR%%/app/Template/config/board.php
538
%%WWWDIR%%/app/Template/config/board.php
506
%%WWWDIR%%/app/Template/config/calendar.php
539
%%WWWDIR%%/app/Template/config/calendar.php
540
%%WWWDIR%%/app/Template/config/email.php
507
%%WWWDIR%%/app/Template/config/integrations.php
541
%%WWWDIR%%/app/Template/config/integrations.php
508
%%WWWDIR%%/app/Template/config/keyboard_shortcuts.php
542
%%WWWDIR%%/app/Template/config/keyboard_shortcuts.php
509
%%WWWDIR%%/app/Template/config/layout.php
543
%%WWWDIR%%/app/Template/config/layout.php
510
%%WWWDIR%%/app/Template/config/plugins.php
511
%%WWWDIR%%/app/Template/config/project.php
544
%%WWWDIR%%/app/Template/config/project.php
512
%%WWWDIR%%/app/Template/config/sidebar.php
545
%%WWWDIR%%/app/Template/config/sidebar.php
513
%%WWWDIR%%/app/Template/config/webhook.php
546
%%WWWDIR%%/app/Template/config/webhook.php
Lines 516-521 Link Here
516
%%WWWDIR%%/app/Template/custom_filter/edit.php
549
%%WWWDIR%%/app/Template/custom_filter/edit.php
517
%%WWWDIR%%/app/Template/custom_filter/index.php
550
%%WWWDIR%%/app/Template/custom_filter/index.php
518
%%WWWDIR%%/app/Template/custom_filter/remove.php
551
%%WWWDIR%%/app/Template/custom_filter/remove.php
552
%%WWWDIR%%/app/Template/dashboard/activity.php
553
%%WWWDIR%%/app/Template/dashboard/calendar.php
554
%%WWWDIR%%/app/Template/dashboard/layout.php
555
%%WWWDIR%%/app/Template/dashboard/notifications.php
556
%%WWWDIR%%/app/Template/dashboard/projects.php
557
%%WWWDIR%%/app/Template/dashboard/show.php
558
%%WWWDIR%%/app/Template/dashboard/sidebar.php
559
%%WWWDIR%%/app/Template/dashboard/subtasks.php
560
%%WWWDIR%%/app/Template/dashboard/tasks.php
519
%%WWWDIR%%/app/Template/doc/show.php
561
%%WWWDIR%%/app/Template/doc/show.php
520
%%WWWDIR%%/app/Template/event/comment_create.php
562
%%WWWDIR%%/app/Template/event/comment_create.php
521
%%WWWDIR%%/app/Template/event/comment_update.php
563
%%WWWDIR%%/app/Template/event/comment_update.php
Lines 539-561 Link Here
539
%%WWWDIR%%/app/Template/feed/project.php
581
%%WWWDIR%%/app/Template/feed/project.php
540
%%WWWDIR%%/app/Template/feed/user.php
582
%%WWWDIR%%/app/Template/feed/user.php
541
%%WWWDIR%%/app/Template/file_viewer/show.php
583
%%WWWDIR%%/app/Template/file_viewer/show.php
542
%%WWWDIR%%/app/Template/gantt/project.php
543
%%WWWDIR%%/app/Template/gantt/projects.php
544
%%WWWDIR%%/app/Template/gantt/task_creation.php
545
%%WWWDIR%%/app/Template/group/associate.php
584
%%WWWDIR%%/app/Template/group/associate.php
546
%%WWWDIR%%/app/Template/group/create.php
547
%%WWWDIR%%/app/Template/group/dissociate.php
585
%%WWWDIR%%/app/Template/group/dissociate.php
548
%%WWWDIR%%/app/Template/group/edit.php
549
%%WWWDIR%%/app/Template/group/index.php
586
%%WWWDIR%%/app/Template/group/index.php
550
%%WWWDIR%%/app/Template/group/remove.php
587
%%WWWDIR%%/app/Template/group/remove.php
551
%%WWWDIR%%/app/Template/group/users.php
588
%%WWWDIR%%/app/Template/group/users.php
589
%%WWWDIR%%/app/Template/group_creation/show.php
590
%%WWWDIR%%/app/Template/group_modification/show.php
552
%%WWWDIR%%/app/Template/header.php
591
%%WWWDIR%%/app/Template/header.php
553
%%WWWDIR%%/app/Template/layout.php
592
%%WWWDIR%%/app/Template/layout.php
554
%%WWWDIR%%/app/Template/link/create.php
593
%%WWWDIR%%/app/Template/link/create.php
555
%%WWWDIR%%/app/Template/link/edit.php
594
%%WWWDIR%%/app/Template/link/edit.php
556
%%WWWDIR%%/app/Template/link/index.php
595
%%WWWDIR%%/app/Template/link/index.php
557
%%WWWDIR%%/app/Template/link/remove.php
596
%%WWWDIR%%/app/Template/link/remove.php
558
%%WWWDIR%%/app/Template/listing/show.php
559
%%WWWDIR%%/app/Template/notification/comment_create.php
597
%%WWWDIR%%/app/Template/notification/comment_create.php
560
%%WWWDIR%%/app/Template/notification/comment_update.php
598
%%WWWDIR%%/app/Template/notification/comment_update.php
561
%%WWWDIR%%/app/Template/notification/comment_user_mention.php
599
%%WWWDIR%%/app/Template/notification/comment_user_mention.php
Lines 576-593 Link Here
576
%%WWWDIR%%/app/Template/password_reset/change.php
614
%%WWWDIR%%/app/Template/password_reset/change.php
577
%%WWWDIR%%/app/Template/password_reset/create.php
615
%%WWWDIR%%/app/Template/password_reset/create.php
578
%%WWWDIR%%/app/Template/password_reset/email.php
616
%%WWWDIR%%/app/Template/password_reset/email.php
579
%%WWWDIR%%/app/Template/project/disable.php
617
%%WWWDIR%%/app/Template/plugin/directory.php
618
%%WWWDIR%%/app/Template/plugin/layout.php
619
%%WWWDIR%%/app/Template/plugin/remove.php
620
%%WWWDIR%%/app/Template/plugin/show.php
621
%%WWWDIR%%/app/Template/plugin/sidebar.php
580
%%WWWDIR%%/app/Template/project/dropdown.php
622
%%WWWDIR%%/app/Template/project/dropdown.php
581
%%WWWDIR%%/app/Template/project/duplicate.php
582
%%WWWDIR%%/app/Template/project/enable.php
583
%%WWWDIR%%/app/Template/project/index.php
584
%%WWWDIR%%/app/Template/project/integrations.php
585
%%WWWDIR%%/app/Template/project/layout.php
623
%%WWWDIR%%/app/Template/project/layout.php
586
%%WWWDIR%%/app/Template/project/notifications.php
587
%%WWWDIR%%/app/Template/project/remove.php
588
%%WWWDIR%%/app/Template/project/share.php
589
%%WWWDIR%%/app/Template/project/show.php
590
%%WWWDIR%%/app/Template/project/sidebar.php
624
%%WWWDIR%%/app/Template/project/sidebar.php
625
%%WWWDIR%%/app/Template/project_action_duplication/show.php
591
%%WWWDIR%%/app/Template/project_creation/create.php
626
%%WWWDIR%%/app/Template/project_creation/create.php
592
%%WWWDIR%%/app/Template/project_edit/dates.php
627
%%WWWDIR%%/app/Template/project_edit/dates.php
593
%%WWWDIR%%/app/Template/project_edit/description.php
628
%%WWWDIR%%/app/Template/project_edit/description.php
Lines 595-604 Link Here
595
%%WWWDIR%%/app/Template/project_edit/task_priority.php
630
%%WWWDIR%%/app/Template/project_edit/task_priority.php
596
%%WWWDIR%%/app/Template/project_file/create.php
631
%%WWWDIR%%/app/Template/project_file/create.php
597
%%WWWDIR%%/app/Template/project_file/remove.php
632
%%WWWDIR%%/app/Template/project_file/remove.php
633
%%WWWDIR%%/app/Template/project_gantt/show.php
598
%%WWWDIR%%/app/Template/project_header/dropdown.php
634
%%WWWDIR%%/app/Template/project_header/dropdown.php
599
%%WWWDIR%%/app/Template/project_header/header.php
635
%%WWWDIR%%/app/Template/project_header/header.php
600
%%WWWDIR%%/app/Template/project_header/search.php
636
%%WWWDIR%%/app/Template/project_header/search.php
601
%%WWWDIR%%/app/Template/project_header/views.php
637
%%WWWDIR%%/app/Template/project_header/views.php
638
%%WWWDIR%%/app/Template/project_list/show.php
602
%%WWWDIR%%/app/Template/project_overview/activity.php
639
%%WWWDIR%%/app/Template/project_overview/activity.php
603
%%WWWDIR%%/app/Template/project_overview/attachments.php
640
%%WWWDIR%%/app/Template/project_overview/attachments.php
604
%%WWWDIR%%/app/Template/project_overview/columns.php
641
%%WWWDIR%%/app/Template/project_overview/columns.php
Lines 608-618 Link Here
608
%%WWWDIR%%/app/Template/project_overview/information.php
645
%%WWWDIR%%/app/Template/project_overview/information.php
609
%%WWWDIR%%/app/Template/project_overview/show.php
646
%%WWWDIR%%/app/Template/project_overview/show.php
610
%%WWWDIR%%/app/Template/project_permission/index.php
647
%%WWWDIR%%/app/Template/project_permission/index.php
611
%%WWWDIR%%/app/Template/project_user/layout.php
648
%%WWWDIR%%/app/Template/project_status/disable.php
612
%%WWWDIR%%/app/Template/project_user/roles.php
649
%%WWWDIR%%/app/Template/project_status/enable.php
613
%%WWWDIR%%/app/Template/project_user/sidebar.php
650
%%WWWDIR%%/app/Template/project_status/remove.php
614
%%WWWDIR%%/app/Template/project_user/tasks.php
651
%%WWWDIR%%/app/Template/project_user_overview/layout.php
615
%%WWWDIR%%/app/Template/project_user/tooltip_users.php
652
%%WWWDIR%%/app/Template/project_user_overview/roles.php
653
%%WWWDIR%%/app/Template/project_user_overview/sidebar.php
654
%%WWWDIR%%/app/Template/project_user_overview/tasks.php
655
%%WWWDIR%%/app/Template/project_user_overview/tooltip_users.php
656
%%WWWDIR%%/app/Template/project_view/duplicate.php
657
%%WWWDIR%%/app/Template/project_view/integrations.php
658
%%WWWDIR%%/app/Template/project_view/notifications.php
659
%%WWWDIR%%/app/Template/project_view/share.php
660
%%WWWDIR%%/app/Template/project_view/show.php
616
%%WWWDIR%%/app/Template/search/activity.php
661
%%WWWDIR%%/app/Template/search/activity.php
617
%%WWWDIR%%/app/Template/search/index.php
662
%%WWWDIR%%/app/Template/search/index.php
618
%%WWWDIR%%/app/Template/search/results.php
663
%%WWWDIR%%/app/Template/search/results.php
Lines 622-628 Link Here
622
%%WWWDIR%%/app/Template/subtask/remove.php
667
%%WWWDIR%%/app/Template/subtask/remove.php
623
%%WWWDIR%%/app/Template/subtask/show.php
668
%%WWWDIR%%/app/Template/subtask/show.php
624
%%WWWDIR%%/app/Template/subtask/table.php
669
%%WWWDIR%%/app/Template/subtask/table.php
625
%%WWWDIR%%/app/Template/subtask_restriction/popover.php
670
%%WWWDIR%%/app/Template/subtask_converter/show.php
671
%%WWWDIR%%/app/Template/subtask_restriction/show.php
626
%%WWWDIR%%/app/Template/swimlane/create.php
672
%%WWWDIR%%/app/Template/swimlane/create.php
627
%%WWWDIR%%/app/Template/swimlane/edit.php
673
%%WWWDIR%%/app/Template/swimlane/edit.php
628
%%WWWDIR%%/app/Template/swimlane/edit_default.php
674
%%WWWDIR%%/app/Template/swimlane/edit_default.php
Lines 637-649 Link Here
637
%%WWWDIR%%/app/Template/task/dropdown.php
683
%%WWWDIR%%/app/Template/task/dropdown.php
638
%%WWWDIR%%/app/Template/task/layout.php
684
%%WWWDIR%%/app/Template/task/layout.php
639
%%WWWDIR%%/app/Template/task/public.php
685
%%WWWDIR%%/app/Template/task/public.php
640
%%WWWDIR%%/app/Template/task/remove.php
641
%%WWWDIR%%/app/Template/task/show.php
686
%%WWWDIR%%/app/Template/task/show.php
642
%%WWWDIR%%/app/Template/task/sidebar.php
687
%%WWWDIR%%/app/Template/task/sidebar.php
643
%%WWWDIR%%/app/Template/task/time_tracking_details.php
688
%%WWWDIR%%/app/Template/task/time_tracking_details.php
644
%%WWWDIR%%/app/Template/task/time_tracking_summary.php
689
%%WWWDIR%%/app/Template/task/time_tracking_summary.php
645
%%WWWDIR%%/app/Template/task/transitions.php
690
%%WWWDIR%%/app/Template/task/transitions.php
646
%%WWWDIR%%/app/Template/task_creation/form.php
691
%%WWWDIR%%/app/Template/task_bulk/show.php
692
%%WWWDIR%%/app/Template/task_creation/show.php
647
%%WWWDIR%%/app/Template/task_duplication/copy.php
693
%%WWWDIR%%/app/Template/task_duplication/copy.php
648
%%WWWDIR%%/app/Template/task_duplication/duplicate.php
694
%%WWWDIR%%/app/Template/task_duplication/duplicate.php
649
%%WWWDIR%%/app/Template/task_duplication/move.php
695
%%WWWDIR%%/app/Template/task_duplication/move.php
Lines 660-671 Link Here
660
%%WWWDIR%%/app/Template/task_file/remove.php
706
%%WWWDIR%%/app/Template/task_file/remove.php
661
%%WWWDIR%%/app/Template/task_file/screenshot.php
707
%%WWWDIR%%/app/Template/task_file/screenshot.php
662
%%WWWDIR%%/app/Template/task_file/show.php
708
%%WWWDIR%%/app/Template/task_file/show.php
663
%%WWWDIR%%/app/Template/task_import/step1.php
709
%%WWWDIR%%/app/Template/task_gantt/show.php
710
%%WWWDIR%%/app/Template/task_gantt_creation/show.php
711
%%WWWDIR%%/app/Template/task_import/show.php
712
%%WWWDIR%%/app/Template/task_import/sidebar.php
664
%%WWWDIR%%/app/Template/task_internal_link/create.php
713
%%WWWDIR%%/app/Template/task_internal_link/create.php
665
%%WWWDIR%%/app/Template/task_internal_link/edit.php
714
%%WWWDIR%%/app/Template/task_internal_link/edit.php
666
%%WWWDIR%%/app/Template/task_internal_link/remove.php
715
%%WWWDIR%%/app/Template/task_internal_link/remove.php
667
%%WWWDIR%%/app/Template/task_internal_link/show.php
716
%%WWWDIR%%/app/Template/task_internal_link/show.php
668
%%WWWDIR%%/app/Template/task_internal_link/table.php
717
%%WWWDIR%%/app/Template/task_internal_link/table.php
718
%%WWWDIR%%/app/Template/task_list/show.php
669
%%WWWDIR%%/app/Template/task_modification/edit_description.php
719
%%WWWDIR%%/app/Template/task_modification/edit_description.php
670
%%WWWDIR%%/app/Template/task_modification/edit_task.php
720
%%WWWDIR%%/app/Template/task_modification/edit_task.php
671
%%WWWDIR%%/app/Template/task_popover/change_assignee.php
721
%%WWWDIR%%/app/Template/task_popover/change_assignee.php
Lines 674-706 Link Here
674
%%WWWDIR%%/app/Template/task_recurrence/info.php
724
%%WWWDIR%%/app/Template/task_recurrence/info.php
675
%%WWWDIR%%/app/Template/task_status/close.php
725
%%WWWDIR%%/app/Template/task_status/close.php
676
%%WWWDIR%%/app/Template/task_status/open.php
726
%%WWWDIR%%/app/Template/task_status/open.php
727
%%WWWDIR%%/app/Template/task_suppression/remove.php
677
%%WWWDIR%%/app/Template/twofactor/check.php
728
%%WWWDIR%%/app/Template/twofactor/check.php
678
%%WWWDIR%%/app/Template/twofactor/disable.php
729
%%WWWDIR%%/app/Template/twofactor/disable.php
679
%%WWWDIR%%/app/Template/twofactor/index.php
730
%%WWWDIR%%/app/Template/twofactor/index.php
680
%%WWWDIR%%/app/Template/twofactor/show.php
731
%%WWWDIR%%/app/Template/twofactor/show.php
681
%%WWWDIR%%/app/Template/user/authentication.php
732
%%WWWDIR%%/app/Template/user_creation/local.php
682
%%WWWDIR%%/app/Template/user/create_local.php
733
%%WWWDIR%%/app/Template/user_creation/remote.php
683
%%WWWDIR%%/app/Template/user/create_remote.php
734
%%WWWDIR%%/app/Template/user_credential/authentication.php
684
%%WWWDIR%%/app/Template/user/dropdown.php
735
%%WWWDIR%%/app/Template/user_credential/password.php
685
%%WWWDIR%%/app/Template/user/edit.php
736
%%WWWDIR%%/app/Template/user_import/show.php
686
%%WWWDIR%%/app/Template/user/external.php
737
%%WWWDIR%%/app/Template/user_list/dropdown.php
687
%%WWWDIR%%/app/Template/user/index.php
738
%%WWWDIR%%/app/Template/user_list/show.php
688
%%WWWDIR%%/app/Template/user/integrations.php
739
%%WWWDIR%%/app/Template/user_modification/show.php
689
%%WWWDIR%%/app/Template/user/last.php
690
%%WWWDIR%%/app/Template/user/layout.php
691
%%WWWDIR%%/app/Template/user/notifications.php
692
%%WWWDIR%%/app/Template/user/password.php
693
%%WWWDIR%%/app/Template/user/password_reset.php
694
%%WWWDIR%%/app/Template/user/profile.php
695
%%WWWDIR%%/app/Template/user/sessions.php
696
%%WWWDIR%%/app/Template/user/share.php
697
%%WWWDIR%%/app/Template/user/show.php
698
%%WWWDIR%%/app/Template/user/sidebar.php
699
%%WWWDIR%%/app/Template/user/timesheet.php
700
%%WWWDIR%%/app/Template/user_import/step1.php
701
%%WWWDIR%%/app/Template/user_status/disable.php
740
%%WWWDIR%%/app/Template/user_status/disable.php
702
%%WWWDIR%%/app/Template/user_status/enable.php
741
%%WWWDIR%%/app/Template/user_status/enable.php
703
%%WWWDIR%%/app/Template/user_status/remove.php
742
%%WWWDIR%%/app/Template/user_status/remove.php
743
%%WWWDIR%%/app/Template/user_view/external.php
744
%%WWWDIR%%/app/Template/user_view/integrations.php
745
%%WWWDIR%%/app/Template/user_view/last.php
746
%%WWWDIR%%/app/Template/user_view/layout.php
747
%%WWWDIR%%/app/Template/user_view/notifications.php
748
%%WWWDIR%%/app/Template/user_view/password_reset.php
749
%%WWWDIR%%/app/Template/user_view/profile.php
750
%%WWWDIR%%/app/Template/user_view/sessions.php
751
%%WWWDIR%%/app/Template/user_view/share.php
752
%%WWWDIR%%/app/Template/user_view/show.php
753
%%WWWDIR%%/app/Template/user_view/sidebar.php
754
%%WWWDIR%%/app/Template/user_view/timesheet.php
704
%%WWWDIR%%/app/User/Avatar/AvatarFileProvider.php
755
%%WWWDIR%%/app/User/Avatar/AvatarFileProvider.php
705
%%WWWDIR%%/app/User/Avatar/GravatarProvider.php
756
%%WWWDIR%%/app/User/Avatar/GravatarProvider.php
706
%%WWWDIR%%/app/User/Avatar/LetterAvatarProvider.php
757
%%WWWDIR%%/app/User/Avatar/LetterAvatarProvider.php
Lines 710-716 Link Here
710
%%WWWDIR%%/app/User/ReverseProxyUserProvider.php
761
%%WWWDIR%%/app/User/ReverseProxyUserProvider.php
711
%%WWWDIR%%/app/Validator/ActionValidator.php
762
%%WWWDIR%%/app/Validator/ActionValidator.php
712
%%WWWDIR%%/app/Validator/AuthValidator.php
763
%%WWWDIR%%/app/Validator/AuthValidator.php
713
%%WWWDIR%%/app/Validator/Base.php
764
%%WWWDIR%%/app/Validator/BaseValidator.php
714
%%WWWDIR%%/app/Validator/CategoryValidator.php
765
%%WWWDIR%%/app/Validator/CategoryValidator.php
715
%%WWWDIR%%/app/Validator/ColumnValidator.php
766
%%WWWDIR%%/app/Validator/ColumnValidator.php
716
%%WWWDIR%%/app/Validator/CommentValidator.php
767
%%WWWDIR%%/app/Validator/CommentValidator.php
Lines 730-736 Link Here
730
%%WWWDIR%%/app/common.php
781
%%WWWDIR%%/app/common.php
731
%%WWWDIR%%/app/constants.php
782
%%WWWDIR%%/app/constants.php
732
%%WWWDIR%%/app/functions.php
783
%%WWWDIR%%/app/functions.php
733
%%WWWDIR%%/assets/css/app.css
784
%%WWWDIR%%/assets/css/app.min.css
785
%%WWWDIR%%/assets/css/chosen-sprite.png
786
%%WWWDIR%%/assets/css/chosen-sprite@2x.png
734
%%WWWDIR%%/assets/css/images/ui-bg_flat_0_aaaaaa_40x100.png
787
%%WWWDIR%%/assets/css/images/ui-bg_flat_0_aaaaaa_40x100.png
735
%%WWWDIR%%/assets/css/images/ui-bg_flat_75_ffffff_40x100.png
788
%%WWWDIR%%/assets/css/images/ui-bg_flat_75_ffffff_40x100.png
736
%%WWWDIR%%/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png
789
%%WWWDIR%%/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png
Lines 741-750 Link Here
741
%%WWWDIR%%/assets/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
794
%%WWWDIR%%/assets/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png
742
%%WWWDIR%%/assets/css/images/ui-icons_222222_256x240.png
795
%%WWWDIR%%/assets/css/images/ui-icons_222222_256x240.png
743
%%WWWDIR%%/assets/css/images/ui-icons_2e83ff_256x240.png
796
%%WWWDIR%%/assets/css/images/ui-icons_2e83ff_256x240.png
797
%%WWWDIR%%/assets/css/images/ui-icons_444444_256x240.png
744
%%WWWDIR%%/assets/css/images/ui-icons_454545_256x240.png
798
%%WWWDIR%%/assets/css/images/ui-icons_454545_256x240.png
799
%%WWWDIR%%/assets/css/images/ui-icons_555555_256x240.png
800
%%WWWDIR%%/assets/css/images/ui-icons_777620_256x240.png
801
%%WWWDIR%%/assets/css/images/ui-icons_777777_256x240.png
745
%%WWWDIR%%/assets/css/images/ui-icons_888888_256x240.png
802
%%WWWDIR%%/assets/css/images/ui-icons_888888_256x240.png
803
%%WWWDIR%%/assets/css/images/ui-icons_cc0000_256x240.png
746
%%WWWDIR%%/assets/css/images/ui-icons_cd0a0a_256x240.png
804
%%WWWDIR%%/assets/css/images/ui-icons_cd0a0a_256x240.png
747
%%WWWDIR%%/assets/css/print.css
805
%%WWWDIR%%/assets/css/images/ui-icons_ffffff_256x240.png
806
%%WWWDIR%%/assets/css/print.min.css
748
%%WWWDIR%%/assets/css/src/accordion.css
807
%%WWWDIR%%/assets/css/src/accordion.css
749
%%WWWDIR%%/assets/css/src/activity.css
808
%%WWWDIR%%/assets/css/src/activity.css
750
%%WWWDIR%%/assets/css/src/alert.css
809
%%WWWDIR%%/assets/css/src/alert.css
Lines 778-799 Link Here
778
%%WWWDIR%%/assets/css/src/tooltip.css
837
%%WWWDIR%%/assets/css/src/tooltip.css
779
%%WWWDIR%%/assets/css/src/upload.css
838
%%WWWDIR%%/assets/css/src/upload.css
780
%%WWWDIR%%/assets/css/src/views.css
839
%%WWWDIR%%/assets/css/src/views.css
781
%%WWWDIR%%/assets/css/vendor/c3.min.css
840
%%WWWDIR%%/assets/css/vendor.min.css
782
%%WWWDIR%%/assets/css/vendor/chosen.min.css
783
%%WWWDIR%%/assets/css/vendor/font-awesome.min.css
784
%%WWWDIR%%/assets/css/vendor/fullcalendar.min.css
785
%%WWWDIR%%/assets/css/vendor/jquery-ui-timepicker-addon.min.css
786
%%WWWDIR%%/assets/css/vendor/jquery-ui.min.css
787
%%WWWDIR%%/assets/css/vendor/jquery-ui.theme.min.css
788
%%WWWDIR%%/assets/css/vendor/simplemde.min.css
789
%%WWWDIR%%/assets/fonts/FontAwesome.otf
841
%%WWWDIR%%/assets/fonts/FontAwesome.otf
790
%%WWWDIR%%/assets/fonts/fontawesome-webfont.eot
842
%%WWWDIR%%/assets/fonts/fontawesome-webfont.eot
791
%%WWWDIR%%/assets/fonts/fontawesome-webfont.svg
843
%%WWWDIR%%/assets/fonts/fontawesome-webfont.svg
792
%%WWWDIR%%/assets/fonts/fontawesome-webfont.ttf
844
%%WWWDIR%%/assets/fonts/fontawesome-webfont.ttf
793
%%WWWDIR%%/assets/fonts/fontawesome-webfont.woff
845
%%WWWDIR%%/assets/fonts/fontawesome-webfont.woff
794
%%WWWDIR%%/assets/fonts/fontawesome-webfont.woff2
846
%%WWWDIR%%/assets/fonts/fontawesome-webfont.woff2
795
%%WWWDIR%%/assets/img/chosen-sprite.png
796
%%WWWDIR%%/assets/img/chosen-sprite@2x.png
797
%%WWWDIR%%/assets/img/favicon.png
847
%%WWWDIR%%/assets/img/favicon.png
798
%%WWWDIR%%/assets/img/gravatar-icon.png
848
%%WWWDIR%%/assets/img/gravatar-icon.png
799
%%WWWDIR%%/assets/img/icon.svg
849
%%WWWDIR%%/assets/img/icon.svg
Lines 801-807 Link Here
801
%%WWWDIR%%/assets/img/touch-icon-ipad.png
851
%%WWWDIR%%/assets/img/touch-icon-ipad.png
802
%%WWWDIR%%/assets/img/touch-icon-iphone-retina.png
852
%%WWWDIR%%/assets/img/touch-icon-iphone-retina.png
803
%%WWWDIR%%/assets/img/touch-icon-iphone.png
853
%%WWWDIR%%/assets/img/touch-icon-iphone.png
804
%%WWWDIR%%/assets/js/app.js
854
%%WWWDIR%%/assets/js/app.min.js
805
%%WWWDIR%%/assets/js/src/Accordion.js
855
%%WWWDIR%%/assets/js/src/Accordion.js
806
%%WWWDIR%%/assets/js/src/App.js
856
%%WWWDIR%%/assets/js/src/App.js
807
%%WWWDIR%%/assets/js/src/AvgTimeColumnChart.js
857
%%WWWDIR%%/assets/js/src/AvgTimeColumnChart.js
Lines 838-903 Link Here
838
%%WWWDIR%%/assets/js/src/TaskTimeColumnChart.js
888
%%WWWDIR%%/assets/js/src/TaskTimeColumnChart.js
839
%%WWWDIR%%/assets/js/src/Tooltip.js
889
%%WWWDIR%%/assets/js/src/Tooltip.js
840
%%WWWDIR%%/assets/js/src/UserRepartitionChart.js
890
%%WWWDIR%%/assets/js/src/UserRepartitionChart.js
841
%%WWWDIR%%/assets/js/vendor/c3.min.js
891
%%WWWDIR%%/assets/js/vendor.min.js
842
%%WWWDIR%%/assets/js/vendor/chosen.jquery.min.js
843
%%WWWDIR%%/assets/js/vendor/d3.v3.min.js
844
%%WWWDIR%%/assets/js/vendor/fullcalendar.min.js
845
%%WWWDIR%%/assets/js/vendor/jquery-1.11.3.min.js
846
%%WWWDIR%%/assets/js/vendor/jquery-ui-timepicker-addon.min.js
847
%%WWWDIR%%/assets/js/vendor/jquery-ui.min.js
848
%%WWWDIR%%/assets/js/vendor/jquery.ui.touch-punch.min.js
849
%%WWWDIR%%/assets/js/vendor/lang/ar-ma.js
850
%%WWWDIR%%/assets/js/vendor/lang/ar-sa.js
851
%%WWWDIR%%/assets/js/vendor/lang/ar-tn.js
852
%%WWWDIR%%/assets/js/vendor/lang/ar.js
853
%%WWWDIR%%/assets/js/vendor/lang/bg.js
854
%%WWWDIR%%/assets/js/vendor/lang/ca.js
855
%%WWWDIR%%/assets/js/vendor/lang/cs.js
856
%%WWWDIR%%/assets/js/vendor/lang/da.js
857
%%WWWDIR%%/assets/js/vendor/lang/de-at.js
858
%%WWWDIR%%/assets/js/vendor/lang/de.js
859
%%WWWDIR%%/assets/js/vendor/lang/el.js
860
%%WWWDIR%%/assets/js/vendor/lang/en-au.js
861
%%WWWDIR%%/assets/js/vendor/lang/en-ca.js
862
%%WWWDIR%%/assets/js/vendor/lang/en-gb.js
863
%%WWWDIR%%/assets/js/vendor/lang/es.js
864
%%WWWDIR%%/assets/js/vendor/lang/fa.js
865
%%WWWDIR%%/assets/js/vendor/lang/fi.js
866
%%WWWDIR%%/assets/js/vendor/lang/fr-ca.js
867
%%WWWDIR%%/assets/js/vendor/lang/fr.js
868
%%WWWDIR%%/assets/js/vendor/lang/he.js
869
%%WWWDIR%%/assets/js/vendor/lang/hi.js
870
%%WWWDIR%%/assets/js/vendor/lang/hr.js
871
%%WWWDIR%%/assets/js/vendor/lang/hu.js
872
%%WWWDIR%%/assets/js/vendor/lang/id.js
873
%%WWWDIR%%/assets/js/vendor/lang/is.js
874
%%WWWDIR%%/assets/js/vendor/lang/it.js
875
%%WWWDIR%%/assets/js/vendor/lang/ja.js
876
%%WWWDIR%%/assets/js/vendor/lang/ko.js
877
%%WWWDIR%%/assets/js/vendor/lang/lt.js
878
%%WWWDIR%%/assets/js/vendor/lang/lv.js
879
%%WWWDIR%%/assets/js/vendor/lang/nb.js
880
%%WWWDIR%%/assets/js/vendor/lang/nl.js
881
%%WWWDIR%%/assets/js/vendor/lang/pl.js
882
%%WWWDIR%%/assets/js/vendor/lang/pt-br.js
883
%%WWWDIR%%/assets/js/vendor/lang/pt.js
884
%%WWWDIR%%/assets/js/vendor/lang/ro.js
885
%%WWWDIR%%/assets/js/vendor/lang/ru.js
886
%%WWWDIR%%/assets/js/vendor/lang/sk.js
887
%%WWWDIR%%/assets/js/vendor/lang/sl.js
888
%%WWWDIR%%/assets/js/vendor/lang/sr-cyrl.js
889
%%WWWDIR%%/assets/js/vendor/lang/sr.js
890
%%WWWDIR%%/assets/js/vendor/lang/sv.js
891
%%WWWDIR%%/assets/js/vendor/lang/th.js
892
%%WWWDIR%%/assets/js/vendor/lang/tr.js
893
%%WWWDIR%%/assets/js/vendor/lang/uk.js
894
%%WWWDIR%%/assets/js/vendor/lang/vi.js
895
%%WWWDIR%%/assets/js/vendor/lang/zh-cn.js
896
%%WWWDIR%%/assets/js/vendor/lang/zh-tw.js
897
%%WWWDIR%%/assets/js/vendor/moment.min.js
898
%%WWWDIR%%/assets/js/vendor/mousetrap-global-bind.min.js
899
%%WWWDIR%%/assets/js/vendor/mousetrap.min.js
900
%%WWWDIR%%/assets/js/vendor/simplemde.min.js
901
%%WWWDIR%%/config.default.php
892
%%WWWDIR%%/config.default.php
902
%%WWWDIR%%/data/.htaccess
893
%%WWWDIR%%/data/.htaccess
903
%%WWWDIR%%/data/web.config
894
%%WWWDIR%%/data/web.config
Lines 1036-1046 Link Here
1036
%%WWWDIR%%/doc/nice-urls.markdown
1027
%%WWWDIR%%/doc/nice-urls.markdown
1037
%%WWWDIR%%/doc/nitrous.markdown
1028
%%WWWDIR%%/doc/nitrous.markdown
1038
%%WWWDIR%%/doc/notifications.markdown
1029
%%WWWDIR%%/doc/notifications.markdown
1030
%%WWWDIR%%/doc/performances.markdown
1039
%%WWWDIR%%/doc/plugin-authentication-architecture.markdown
1031
%%WWWDIR%%/doc/plugin-authentication-architecture.markdown
1040
%%WWWDIR%%/doc/plugin-authentication.markdown
1032
%%WWWDIR%%/doc/plugin-authentication.markdown
1041
%%WWWDIR%%/doc/plugin-authorization-architecture.markdown
1033
%%WWWDIR%%/doc/plugin-authorization-architecture.markdown
1042
%%WWWDIR%%/doc/plugin-automatic-actions.markdown
1034
%%WWWDIR%%/doc/plugin-automatic-actions.markdown
1043
%%WWWDIR%%/doc/plugin-avatar-provider.markdown
1035
%%WWWDIR%%/doc/plugin-avatar-provider.markdown
1036
%%WWWDIR%%/doc/plugin-directory.markdown
1044
%%WWWDIR%%/doc/plugin-events.markdown
1037
%%WWWDIR%%/doc/plugin-events.markdown
1045
%%WWWDIR%%/doc/plugin-external-link.markdown
1038
%%WWWDIR%%/doc/plugin-external-link.markdown
1046
%%WWWDIR%%/doc/plugin-group-provider.markdown
1039
%%WWWDIR%%/doc/plugin-group-provider.markdown
Lines 1111-1116 Link Here
1111
%%WWWDIR%%/doc/what-is-kanban.markdown
1104
%%WWWDIR%%/doc/what-is-kanban.markdown
1112
%%WWWDIR%%/doc/windows-apache-installation.markdown
1105
%%WWWDIR%%/doc/windows-apache-installation.markdown
1113
%%WWWDIR%%/doc/windows-iis-installation.markdown
1106
%%WWWDIR%%/doc/windows-iis-installation.markdown
1107
%%WWWDIR%%/doc/worker.markdown
1114
%%WWWDIR%%/favicon.ico
1108
%%WWWDIR%%/favicon.ico
1115
%%WWWDIR%%/index.php
1109
%%WWWDIR%%/index.php
1116
%%WWWDIR%%/jsonrpc.php
1110
%%WWWDIR%%/jsonrpc.php
Lines 1136-1141 Link Here
1136
%%WWWDIR%%/vendor/composer/autoload_namespaces.php
1130
%%WWWDIR%%/vendor/composer/autoload_namespaces.php
1137
%%WWWDIR%%/vendor/composer/autoload_psr4.php
1131
%%WWWDIR%%/vendor/composer/autoload_psr4.php
1138
%%WWWDIR%%/vendor/composer/autoload_real.php
1132
%%WWWDIR%%/vendor/composer/autoload_real.php
1133
%%WWWDIR%%/vendor/composer/autoload_static.php
1139
%%WWWDIR%%/vendor/composer/installed.json
1134
%%WWWDIR%%/vendor/composer/installed.json
1140
%%WWWDIR%%/vendor/eluceo/ical/.scrutinizer.yml
1135
%%WWWDIR%%/vendor/eluceo/ical/.scrutinizer.yml
1141
%%WWWDIR%%/vendor/eluceo/ical/LICENSE
1136
%%WWWDIR%%/vendor/eluceo/ical/LICENSE
Lines 1178-1183 Link Here
1178
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/ResponseException.php
1173
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/ResponseException.php
1179
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/ServerErrorException.php
1174
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/ServerErrorException.php
1180
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/HttpClient.php
1175
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/HttpClient.php
1176
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/MiddlewareHandler.php
1177
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/MiddlewareInterface.php
1181
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/ProcedureHandler.php
1178
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/ProcedureHandler.php
1182
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Request/BatchRequestParser.php
1179
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Request/BatchRequestParser.php
1183
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Request/RequestBuilder.php
1180
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Request/RequestBuilder.php
Lines 1191-1197 Link Here
1191
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Validator/RpcFormatValidator.php
1188
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Validator/RpcFormatValidator.php
1192
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Validator/UserValidator.php
1189
%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Validator/UserValidator.php
1193
%%WWWDIR%%/vendor/fguillot/picodb/LICENSE
1190
%%WWWDIR%%/vendor/fguillot/picodb/LICENSE
1194
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Condition.php
1191
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Builder/BaseBuilder.php
1192
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Builder/ConditionBuilder.php
1193
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Builder/InsertBuilder.php
1194
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Builder/UpdateBuilder.php
1195
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Database.php
1195
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Database.php
1196
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Driver/Base.php
1196
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Driver/Base.php
1197
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Driver/Mssql.php
1197
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Driver/Mssql.php
Lines 1200-1209 Link Here
1200
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Driver/Sqlite.php
1200
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Driver/Sqlite.php
1201
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/DriverFactory.php
1201
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/DriverFactory.php
1202
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Hashtable.php
1202
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Hashtable.php
1203
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/LargeObject.php
1203
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/SQLException.php
1204
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/SQLException.php
1204
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Schema.php
1205
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Schema.php
1206
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/StatementHandler.php
1205
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Table.php
1207
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Table.php
1206
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/UrlParser.php
1208
%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/UrlParser.php
1209
%%WWWDIR%%/vendor/fguillot/simple-queue/LICENSE
1210
%%WWWDIR%%/vendor/fguillot/simple-queue/src/Adapter/AmqpQueueAdapter.php
1211
%%WWWDIR%%/vendor/fguillot/simple-queue/src/Adapter/AwsSqsQueueAdapter.php
1212
%%WWWDIR%%/vendor/fguillot/simple-queue/src/Adapter/BeanstalkQueueAdapter.php
1213
%%WWWDIR%%/vendor/fguillot/simple-queue/src/Adapter/DisqueQueueAdapter.php
1214
%%WWWDIR%%/vendor/fguillot/simple-queue/src/Adapter/MemoryQueueAdapter.php
1215
%%WWWDIR%%/vendor/fguillot/simple-queue/src/Exception/NotSupportedException.php
1216
%%WWWDIR%%/vendor/fguillot/simple-queue/src/Job.php
1217
%%WWWDIR%%/vendor/fguillot/simple-queue/src/Queue.php
1218
%%WWWDIR%%/vendor/fguillot/simple-queue/src/QueueAdapterInterface.php
1207
%%WWWDIR%%/vendor/fguillot/simple-validator/LICENSE
1219
%%WWWDIR%%/vendor/fguillot/simple-validator/LICENSE
1208
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validator.php
1220
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validator.php
1209
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Alpha.php
1221
%%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Alpha.php
Lines 1745-1752 Link Here
1745
%%WWWDIR%%/vendor/symfony/event-dispatcher/phpunit.xml.dist
1757
%%WWWDIR%%/vendor/symfony/event-dispatcher/phpunit.xml.dist
1746
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/LICENSE
1758
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/LICENSE
1747
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Mbstring.php
1759
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Mbstring.php
1748
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.ser
1760
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
1749
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.ser
1761
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
1750
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php
1762
%%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php
1751
%%WWWDIR%%/web.config
1763
%%WWWDIR%%/web.config
1752
@owner
1764
@owner

Return to bug 210285