View | Details | Raw Unified | Return to bug 206748
Collapse All | Expand All

(-)b/kanboard/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	kanboard
3
PORTNAME=	kanboard
4
PORTVERSION=	1.0.23
4
PORTVERSION=	1.0.24
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/ \
(-)b/kanboard/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (kanboard-1.0.23.zip) = 15d749454d65e908532e234669b215156aa20d7dbfcd6fdc9c48c442b0552734
1
SHA256 (kanboard-1.0.24.zip) = 576cfc7c15b594d0ba8feed75108b0538aad38fc1a64f4da7b63dcd9d041f37c
2
SIZE (kanboard-1.0.23.zip) = 3825681
2
SIZE (kanboard-1.0.24.zip) = 3891592
(-)b/kanboard/pkg-plist (-4 / +37 lines)
Lines 29-34 Link Here
29
%%WWWDIR%%/app/Action/TaskMoveColumnUnAssigned.php
29
%%WWWDIR%%/app/Action/TaskMoveColumnUnAssigned.php
30
%%WWWDIR%%/app/Action/TaskOpen.php
30
%%WWWDIR%%/app/Action/TaskOpen.php
31
%%WWWDIR%%/app/Action/TaskUpdateStartDate.php
31
%%WWWDIR%%/app/Action/TaskUpdateStartDate.php
32
%%WWWDIR%%/app/Analytic/AverageLeadCycleTimeAnalytic.php
33
%%WWWDIR%%/app/Analytic/AverageTimeSpentColumnAnalytic.php
34
%%WWWDIR%%/app/Analytic/EstimatedTimeComparisonAnalytic.php
35
%%WWWDIR%%/app/Analytic/TaskDistributionAnalytic.php
36
%%WWWDIR%%/app/Analytic/UserDistributionAnalytic.php
32
%%WWWDIR%%/app/Api/Action.php
37
%%WWWDIR%%/app/Api/Action.php
33
%%WWWDIR%%/app/Api/App.php
38
%%WWWDIR%%/app/Api/App.php
34
%%WWWDIR%%/app/Api/Auth.php
39
%%WWWDIR%%/app/Api/Auth.php
Lines 37-42 Link Here
37
%%WWWDIR%%/app/Api/Category.php
42
%%WWWDIR%%/app/Api/Category.php
38
%%WWWDIR%%/app/Api/Comment.php
43
%%WWWDIR%%/app/Api/Comment.php
39
%%WWWDIR%%/app/Api/File.php
44
%%WWWDIR%%/app/Api/File.php
45
%%WWWDIR%%/app/Api/Group.php
46
%%WWWDIR%%/app/Api/GroupMember.php
40
%%WWWDIR%%/app/Api/Link.php
47
%%WWWDIR%%/app/Api/Link.php
41
%%WWWDIR%%/app/Api/Me.php
48
%%WWWDIR%%/app/Api/Me.php
42
%%WWWDIR%%/app/Api/Project.php
49
%%WWWDIR%%/app/Api/Project.php
Lines 73-78 Link Here
73
%%WWWDIR%%/app/Controller/BoardPopover.php
80
%%WWWDIR%%/app/Controller/BoardPopover.php
74
%%WWWDIR%%/app/Controller/BoardTooltip.php
81
%%WWWDIR%%/app/Controller/BoardTooltip.php
75
%%WWWDIR%%/app/Controller/Calendar.php
82
%%WWWDIR%%/app/Controller/Calendar.php
83
%%WWWDIR%%/app/Controller/Captcha.php
76
%%WWWDIR%%/app/Controller/Category.php
84
%%WWWDIR%%/app/Controller/Category.php
77
%%WWWDIR%%/app/Controller/Column.php
85
%%WWWDIR%%/app/Controller/Column.php
78
%%WWWDIR%%/app/Controller/Comment.php
86
%%WWWDIR%%/app/Controller/Comment.php
Lines 90-95 Link Here
90
%%WWWDIR%%/app/Controller/Link.php
98
%%WWWDIR%%/app/Controller/Link.php
91
%%WWWDIR%%/app/Controller/Listing.php
99
%%WWWDIR%%/app/Controller/Listing.php
92
%%WWWDIR%%/app/Controller/Oauth.php
100
%%WWWDIR%%/app/Controller/Oauth.php
101
%%WWWDIR%%/app/Controller/PasswordReset.php
93
%%WWWDIR%%/app/Controller/Project.php
102
%%WWWDIR%%/app/Controller/Project.php
94
%%WWWDIR%%/app/Controller/ProjectPermission.php
103
%%WWWDIR%%/app/Controller/ProjectPermission.php
95
%%WWWDIR%%/app/Controller/Projectuser.php
104
%%WWWDIR%%/app/Controller/Projectuser.php
Lines 219-224 Link Here
219
%%WWWDIR%%/app/Locale/id_ID/translations.php
228
%%WWWDIR%%/app/Locale/id_ID/translations.php
220
%%WWWDIR%%/app/Locale/it_IT/translations.php
229
%%WWWDIR%%/app/Locale/it_IT/translations.php
221
%%WWWDIR%%/app/Locale/ja_JP/translations.php
230
%%WWWDIR%%/app/Locale/ja_JP/translations.php
231
%%WWWDIR%%/app/Locale/my_MY/translations.php
222
%%WWWDIR%%/app/Locale/nb_NO/translations.php
232
%%WWWDIR%%/app/Locale/nb_NO/translations.php
223
%%WWWDIR%%/app/Locale/nl_NL/translations.php
233
%%WWWDIR%%/app/Locale/nl_NL/translations.php
224
%%WWWDIR%%/app/Locale/pl_PL/translations.php
234
%%WWWDIR%%/app/Locale/pl_PL/translations.php
Lines 232-238 Link Here
232
%%WWWDIR%%/app/Locale/zh_CN/translations.php
242
%%WWWDIR%%/app/Locale/zh_CN/translations.php
233
%%WWWDIR%%/app/Model/Action.php
243
%%WWWDIR%%/app/Model/Action.php
234
%%WWWDIR%%/app/Model/ActionParameter.php
244
%%WWWDIR%%/app/Model/ActionParameter.php
235
%%WWWDIR%%/app/Model/Authentication.php
236
%%WWWDIR%%/app/Model/Base.php
245
%%WWWDIR%%/app/Model/Base.php
237
%%WWWDIR%%/app/Model/Board.php
246
%%WWWDIR%%/app/Model/Board.php
238
%%WWWDIR%%/app/Model/Category.php
247
%%WWWDIR%%/app/Model/Category.php
Lines 250-258 Link Here
250
%%WWWDIR%%/app/Model/Notification.php
259
%%WWWDIR%%/app/Model/Notification.php
251
%%WWWDIR%%/app/Model/NotificationType.php
260
%%WWWDIR%%/app/Model/NotificationType.php
252
%%WWWDIR%%/app/Model/OverdueNotification.php
261
%%WWWDIR%%/app/Model/OverdueNotification.php
262
%%WWWDIR%%/app/Model/PasswordReset.php
253
%%WWWDIR%%/app/Model/Project.php
263
%%WWWDIR%%/app/Model/Project.php
254
%%WWWDIR%%/app/Model/ProjectActivity.php
264
%%WWWDIR%%/app/Model/ProjectActivity.php
255
%%WWWDIR%%/app/Model/ProjectAnalytic.php
256
%%WWWDIR%%/app/Model/ProjectDailyColumnStats.php
265
%%WWWDIR%%/app/Model/ProjectDailyColumnStats.php
257
%%WWWDIR%%/app/Model/ProjectDailyStats.php
266
%%WWWDIR%%/app/Model/ProjectDailyStats.php
258
%%WWWDIR%%/app/Model/ProjectDuplication.php
267
%%WWWDIR%%/app/Model/ProjectDuplication.php
Lines 284-290 Link Here
284
%%WWWDIR%%/app/Model/TaskPermission.php
293
%%WWWDIR%%/app/Model/TaskPermission.php
285
%%WWWDIR%%/app/Model/TaskPosition.php
294
%%WWWDIR%%/app/Model/TaskPosition.php
286
%%WWWDIR%%/app/Model/TaskStatus.php
295
%%WWWDIR%%/app/Model/TaskStatus.php
287
%%WWWDIR%%/app/Model/TaskValidator.php
288
%%WWWDIR%%/app/Model/Transition.php
296
%%WWWDIR%%/app/Model/Transition.php
289
%%WWWDIR%%/app/Model/User.php
297
%%WWWDIR%%/app/Model/User.php
290
%%WWWDIR%%/app/Model/UserFilter.php
298
%%WWWDIR%%/app/Model/UserFilter.php
Lines 318-330 Link Here
318
%%WWWDIR%%/app/ServiceProvider/RouteProvider.php
326
%%WWWDIR%%/app/ServiceProvider/RouteProvider.php
319
%%WWWDIR%%/app/ServiceProvider/SessionProvider.php
327
%%WWWDIR%%/app/ServiceProvider/SessionProvider.php
320
%%WWWDIR%%/app/Subscriber/AuthSubscriber.php
328
%%WWWDIR%%/app/Subscriber/AuthSubscriber.php
329
%%WWWDIR%%/app/Subscriber/BaseSubscriber.php
321
%%WWWDIR%%/app/Subscriber/BootstrapSubscriber.php
330
%%WWWDIR%%/app/Subscriber/BootstrapSubscriber.php
322
%%WWWDIR%%/app/Subscriber/NotificationSubscriber.php
331
%%WWWDIR%%/app/Subscriber/NotificationSubscriber.php
323
%%WWWDIR%%/app/Subscriber/ProjectDailySummarySubscriber.php
332
%%WWWDIR%%/app/Subscriber/ProjectDailySummarySubscriber.php
324
%%WWWDIR%%/app/Subscriber/ProjectModificationDateSubscriber.php
333
%%WWWDIR%%/app/Subscriber/ProjectModificationDateSubscriber.php
325
%%WWWDIR%%/app/Subscriber/RecurringTaskSubscriber.php
334
%%WWWDIR%%/app/Subscriber/RecurringTaskSubscriber.php
326
%%WWWDIR%%/app/Subscriber/SubtaskTimeTrackingSubscriber.php
335
%%WWWDIR%%/app/Subscriber/SubtaskTimeTrackingSubscriber.php
327
%%WWWDIR%%/app/Subscriber/TaskMovedDateSubscriber.php
328
%%WWWDIR%%/app/Subscriber/TransitionSubscriber.php
336
%%WWWDIR%%/app/Subscriber/TransitionSubscriber.php
329
%%WWWDIR%%/app/Template/action/event.php
337
%%WWWDIR%%/app/Template/action/event.php
330
%%WWWDIR%%/app/Template/action/index.php
338
%%WWWDIR%%/app/Template/action/index.php
Lines 356-361 Link Here
356
%%WWWDIR%%/app/Template/auth/index.php
364
%%WWWDIR%%/app/Template/auth/index.php
357
%%WWWDIR%%/app/Template/board/popover_assignee.php
365
%%WWWDIR%%/app/Template/board/popover_assignee.php
358
%%WWWDIR%%/app/Template/board/popover_category.php
366
%%WWWDIR%%/app/Template/board/popover_category.php
367
%%WWWDIR%%/app/Template/board/popover_close_all_tasks_column.php
359
%%WWWDIR%%/app/Template/board/table_column.php
368
%%WWWDIR%%/app/Template/board/table_column.php
360
%%WWWDIR%%/app/Template/board/table_container.php
369
%%WWWDIR%%/app/Template/board/table_container.php
361
%%WWWDIR%%/app/Template/board/table_swimlane.php
370
%%WWWDIR%%/app/Template/board/table_swimlane.php
Lines 459-464 Link Here
459
%%WWWDIR%%/app/Template/notification/task_overdue.php
468
%%WWWDIR%%/app/Template/notification/task_overdue.php
460
%%WWWDIR%%/app/Template/notification/task_update.php
469
%%WWWDIR%%/app/Template/notification/task_update.php
461
%%WWWDIR%%/app/Template/notification/task_user_mention.php
470
%%WWWDIR%%/app/Template/notification/task_user_mention.php
471
%%WWWDIR%%/app/Template/password_reset/change.php
472
%%WWWDIR%%/app/Template/password_reset/create.php
473
%%WWWDIR%%/app/Template/password_reset/email.php
462
%%WWWDIR%%/app/Template/project/disable.php
474
%%WWWDIR%%/app/Template/project/disable.php
463
%%WWWDIR%%/app/Template/project/dropdown.php
475
%%WWWDIR%%/app/Template/project/dropdown.php
464
%%WWWDIR%%/app/Template/project/duplicate.php
476
%%WWWDIR%%/app/Template/project/duplicate.php
Lines 537-542 Link Here
537
%%WWWDIR%%/app/Template/user/layout.php
549
%%WWWDIR%%/app/Template/user/layout.php
538
%%WWWDIR%%/app/Template/user/notifications.php
550
%%WWWDIR%%/app/Template/user/notifications.php
539
%%WWWDIR%%/app/Template/user/password.php
551
%%WWWDIR%%/app/Template/user/password.php
552
%%WWWDIR%%/app/Template/user/password_reset.php
540
%%WWWDIR%%/app/Template/user/profile.php
553
%%WWWDIR%%/app/Template/user/profile.php
541
%%WWWDIR%%/app/Template/user/remove.php
554
%%WWWDIR%%/app/Template/user/remove.php
542
%%WWWDIR%%/app/Template/user/sessions.php
555
%%WWWDIR%%/app/Template/user/sessions.php
Lines 552-557 Link Here
552
%%WWWDIR%%/app/User/LdapUserProvider.php
565
%%WWWDIR%%/app/User/LdapUserProvider.php
553
%%WWWDIR%%/app/User/OAuthUserProvider.php
566
%%WWWDIR%%/app/User/OAuthUserProvider.php
554
%%WWWDIR%%/app/User/ReverseProxyUserProvider.php
567
%%WWWDIR%%/app/User/ReverseProxyUserProvider.php
568
%%WWWDIR%%/app/Validator/ActionValidator.php
569
%%WWWDIR%%/app/Validator/AuthValidator.php
570
%%WWWDIR%%/app/Validator/Base.php
571
%%WWWDIR%%/app/Validator/CategoryValidator.php
572
%%WWWDIR%%/app/Validator/ColumnValidator.php
573
%%WWWDIR%%/app/Validator/CommentValidator.php
574
%%WWWDIR%%/app/Validator/CurrencyValidator.php
575
%%WWWDIR%%/app/Validator/CustomFilterValidator.php
576
%%WWWDIR%%/app/Validator/GroupValidator.php
577
%%WWWDIR%%/app/Validator/LinkValidator.php
578
%%WWWDIR%%/app/Validator/PasswordResetValidator.php
579
%%WWWDIR%%/app/Validator/ProjectValidator.php
580
%%WWWDIR%%/app/Validator/SubtaskValidator.php
581
%%WWWDIR%%/app/Validator/SwimlaneValidator.php
582
%%WWWDIR%%/app/Validator/TaskLinkValidator.php
583
%%WWWDIR%%/app/Validator/TaskValidator.php
584
%%WWWDIR%%/app/Validator/UserValidator.php
555
%%WWWDIR%%/app/check_setup.php
585
%%WWWDIR%%/app/check_setup.php
556
%%WWWDIR%%/app/common.php
586
%%WWWDIR%%/app/common.php
557
%%WWWDIR%%/app/constants.php
587
%%WWWDIR%%/app/constants.php
Lines 719-727 Link Here
719
%%WWWDIR%%/doc/api-comment-procedures.markdown
749
%%WWWDIR%%/doc/api-comment-procedures.markdown
720
%%WWWDIR%%/doc/api-examples.markdown
750
%%WWWDIR%%/doc/api-examples.markdown
721
%%WWWDIR%%/doc/api-file-procedures.markdown
751
%%WWWDIR%%/doc/api-file-procedures.markdown
752
%%WWWDIR%%/doc/api-group-member-procedures.markdown
753
%%WWWDIR%%/doc/api-group-procedures.markdown
722
%%WWWDIR%%/doc/api-json-rpc.markdown
754
%%WWWDIR%%/doc/api-json-rpc.markdown
723
%%WWWDIR%%/doc/api-link-procedures.markdown
755
%%WWWDIR%%/doc/api-link-procedures.markdown
724
%%WWWDIR%%/doc/api-me-procedures.markdown
756
%%WWWDIR%%/doc/api-me-procedures.markdown
757
%%WWWDIR%%/doc/api-project-permission-procedures.markdown
725
%%WWWDIR%%/doc/api-project-procedures.markdown
758
%%WWWDIR%%/doc/api-project-procedures.markdown
726
%%WWWDIR%%/doc/api-subtask-procedures.markdown
759
%%WWWDIR%%/doc/api-subtask-procedures.markdown
727
%%WWWDIR%%/doc/api-swimlane-procedures.markdown
760
%%WWWDIR%%/doc/api-swimlane-procedures.markdown

Return to bug 206748