Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2016 12:27:38 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415937 - head/www/kanboard
Message-ID:  <201605271227.u4RCRceN060096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Fri May 27 12:27:38 2016
New Revision: 415937
URL: https://svnweb.freebsd.org/changeset/ports/415937

Log:
  - Update to version 1.0.28 [1]
  - Fix recursive COMMENT
  
  ## New features:
  
  * Added automated action to change task color based on the priority
  * Added support for LDAP Posix Groups (OpenLDAP with memberUid or groupOfNames)
  * Added support for LDAP user photo attribute (Avatar image)
  * Added support for language LDAP attribute
  * Added support for Mysql SSL connection
  * Search in activity stream
  * Search in comments
  * Search by task creator
  * Added command line utility to reset user password and to disable 2FA
  
  ## Improvements:
  
  * Improve Avatar upload form
  * User roles are now synced with LDAP at each login
  * Improve web page title on the task view
  * Unify task drop-down menu between different views
  * Improve LDAP user group membership synchronization
  * Category and user filters do not append anymore in search field
  * Added more template hooks
  * Added tasks search with the API
  * Added priority field to API procedures
  * Added API procedure "getMemberGroups"
  * Added parameters for overdue tasks notifications: group by projects and
    send only to managers
  * Allow people to install Kanboard outside of the DocumentRoot
  * Allow plugins to be loaded from another folder
  * Filter/Lexer/QueryBuilder refactoring
  
  ## Bug fixes:
  
  * Allow a project owner to manage his own public project
  * Fixed PHP warning when removing a user with no Avatar image
  * Fixed improper Markdown escaping for some tooltips
  * Closing all tasks by column, also update closed tasks
  * Fixed wrong task link generation within Markdown text
  * Fixed wrong URL on comment toggle link for sorting
  * Fixed form submission with Meta+Enter keyboard shortcut
  * Removed PHP notices in comment suppression view
  
  PR:		209633 [1]
  Submitted by:	ronald.valente@gmail.com
  Approved by:	maintainer

Modified:
  head/www/kanboard/Makefile
  head/www/kanboard/distinfo
  head/www/kanboard/pkg-plist

Modified: head/www/kanboard/Makefile
==============================================================================
--- head/www/kanboard/Makefile	Fri May 27 12:01:56 2016	(r415936)
+++ head/www/kanboard/Makefile	Fri May 27 12:27:38 2016	(r415937)
@@ -1,14 +1,14 @@
 # $FreeBSD$
 
 PORTNAME=	kanboard
-PORTVERSION=	1.0.27
+PORTVERSION=	1.0.28
 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

Modified: head/www/kanboard/distinfo
==============================================================================
--- head/www/kanboard/distinfo	Fri May 27 12:01:56 2016	(r415936)
+++ head/www/kanboard/distinfo	Fri May 27 12:27:38 2016	(r415937)
@@ -1,2 +1,2 @@
-SHA256 (kanboard-1.0.27.zip) = db6c372de9087cef74f0a860333666e43e87cf1637a58f649cac8ea8af62a4a2
-SIZE (kanboard-1.0.27.zip) = 4603890
+SHA256 (kanboard-1.0.28.zip) = 5fea59613ae0adcdecc5aecae7bdf20b6a647f321ca746b21406c65ac8e2313d
+SIZE (kanboard-1.0.28.zip) = 4674846

Modified: head/www/kanboard/pkg-plist
==============================================================================
--- head/www/kanboard/pkg-plist	Fri May 27 12:01:56 2016	(r415936)
+++ head/www/kanboard/pkg-plist	Fri May 27 12:27:38 2016	(r415937)
@@ -13,6 +13,7 @@
 %%WWWDIR%%/app/Action/TaskAssignColorCategory.php
 %%WWWDIR%%/app/Action/TaskAssignColorColumn.php
 %%WWWDIR%%/app/Action/TaskAssignColorLink.php
+%%WWWDIR%%/app/Action/TaskAssignColorPriority.php
 %%WWWDIR%%/app/Action/TaskAssignColorUser.php
 %%WWWDIR%%/app/Action/TaskAssignCurrentUser.php
 %%WWWDIR%%/app/Action/TaskAssignCurrentUserColumn.php
@@ -61,17 +62,19 @@
 %%WWWDIR%%/app/Auth/RememberMeAuth.php
 %%WWWDIR%%/app/Auth/ReverseProxyAuth.php
 %%WWWDIR%%/app/Auth/TotpAuth.php
-%%WWWDIR%%/app/Console/Base.php
-%%WWWDIR%%/app/Console/Cronjob.php
-%%WWWDIR%%/app/Console/LocaleComparator.php
-%%WWWDIR%%/app/Console/LocaleSync.php
-%%WWWDIR%%/app/Console/ProjectDailyColumnStatsExport.php
-%%WWWDIR%%/app/Console/ProjectDailyStatsCalculation.php
-%%WWWDIR%%/app/Console/SubtaskExport.php
-%%WWWDIR%%/app/Console/TaskExport.php
-%%WWWDIR%%/app/Console/TaskOverdueNotification.php
-%%WWWDIR%%/app/Console/TaskTrigger.php
-%%WWWDIR%%/app/Console/TransitionExport.php
+%%WWWDIR%%/app/Console/BaseCommand.php
+%%WWWDIR%%/app/Console/CronjobCommand.php
+%%WWWDIR%%/app/Console/LocaleComparatorCommand.php
+%%WWWDIR%%/app/Console/LocaleSyncCommand.php
+%%WWWDIR%%/app/Console/ProjectDailyColumnStatsExportCommand.php
+%%WWWDIR%%/app/Console/ProjectDailyStatsCalculationCommand.php
+%%WWWDIR%%/app/Console/ResetPasswordCommand.php
+%%WWWDIR%%/app/Console/ResetTwoFactorCommand.php
+%%WWWDIR%%/app/Console/SubtaskExportCommand.php
+%%WWWDIR%%/app/Console/TaskExportCommand.php
+%%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
@@ -122,6 +125,7 @@
 %%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
@@ -146,6 +150,13 @@
 %%WWWDIR%%/app/Core/ExternalLink/ExternalLinkManager.php
 %%WWWDIR%%/app/Core/ExternalLink/ExternalLinkProviderInterface.php
 %%WWWDIR%%/app/Core/ExternalLink/ExternalLinkProviderNotFound.php
+%%WWWDIR%%/app/Core/Filter/CriteriaInterface.php
+%%WWWDIR%%/app/Core/Filter/FilterInterface.php
+%%WWWDIR%%/app/Core/Filter/FormatterInterface.php
+%%WWWDIR%%/app/Core/Filter/Lexer.php
+%%WWWDIR%%/app/Core/Filter/LexerBuilder.php
+%%WWWDIR%%/app/Core/Filter/OrCriteria.php
+%%WWWDIR%%/app/Core/Filter/QueryBuilder.php
 %%WWWDIR%%/app/Core/Group/GroupBackendProviderInterface.php
 %%WWWDIR%%/app/Core/Group/GroupManager.php
 %%WWWDIR%%/app/Core/Group/GroupProviderInterface.php
@@ -164,7 +175,6 @@
 %%WWWDIR%%/app/Core/Ldap/Group.php
 %%WWWDIR%%/app/Core/Ldap/Query.php
 %%WWWDIR%%/app/Core/Ldap/User.php
-%%WWWDIR%%/app/Core/Lexer.php
 %%WWWDIR%%/app/Core/Mail/Client.php
 %%WWWDIR%%/app/Core/Mail/ClientInterface.php
 %%WWWDIR%%/app/Core/Mail/Transport/Mail.php
@@ -178,6 +188,7 @@
 %%WWWDIR%%/app/Core/Plugin/Base.php
 %%WWWDIR%%/app/Core/Plugin/Hook.php
 %%WWWDIR%%/app/Core/Plugin/Loader.php
+%%WWWDIR%%/app/Core/Plugin/SchemaHandler.php
 %%WWWDIR%%/app/Core/Security/AccessMap.php
 %%WWWDIR%%/app/Core/Security/AuthenticationManager.php
 %%WWWDIR%%/app/Core/Security/AuthenticationProviderInterface.php
@@ -213,6 +224,7 @@
 %%WWWDIR%%/app/Event/TaskEvent.php
 %%WWWDIR%%/app/Event/TaskLinkEvent.php
 %%WWWDIR%%/app/Event/TaskListEvent.php
+%%WWWDIR%%/app/Event/UserProfileSyncEvent.php
 %%WWWDIR%%/app/Export/SubtaskExport.php
 %%WWWDIR%%/app/Export/TaskExport.php
 %%WWWDIR%%/app/Export/TransitionExport.php
@@ -224,15 +236,59 @@
 %%WWWDIR%%/app/ExternalLink/FileLinkProvider.php
 %%WWWDIR%%/app/ExternalLink/WebLink.php
 %%WWWDIR%%/app/ExternalLink/WebLinkProvider.php
-%%WWWDIR%%/app/Formatter/FormatterInterface.php
+%%WWWDIR%%/app/Filter/BaseDateFilter.php
+%%WWWDIR%%/app/Filter/BaseFilter.php
+%%WWWDIR%%/app/Filter/ProjectActivityCreationDateFilter.php
+%%WWWDIR%%/app/Filter/ProjectActivityCreatorFilter.php
+%%WWWDIR%%/app/Filter/ProjectActivityProjectIdFilter.php
+%%WWWDIR%%/app/Filter/ProjectActivityProjectIdsFilter.php
+%%WWWDIR%%/app/Filter/ProjectActivityProjectNameFilter.php
+%%WWWDIR%%/app/Filter/ProjectActivityTaskIdFilter.php
+%%WWWDIR%%/app/Filter/ProjectActivityTaskStatusFilter.php
+%%WWWDIR%%/app/Filter/ProjectActivityTaskTitleFilter.php
+%%WWWDIR%%/app/Filter/ProjectGroupRoleProjectFilter.php
+%%WWWDIR%%/app/Filter/ProjectGroupRoleUsernameFilter.php
+%%WWWDIR%%/app/Filter/ProjectIdsFilter.php
+%%WWWDIR%%/app/Filter/ProjectStatusFilter.php
+%%WWWDIR%%/app/Filter/ProjectTypeFilter.php
+%%WWWDIR%%/app/Filter/ProjectUserRoleProjectFilter.php
+%%WWWDIR%%/app/Filter/ProjectUserRoleUsernameFilter.php
+%%WWWDIR%%/app/Filter/TaskAssigneeFilter.php
+%%WWWDIR%%/app/Filter/TaskCategoryFilter.php
+%%WWWDIR%%/app/Filter/TaskColorFilter.php
+%%WWWDIR%%/app/Filter/TaskColumnFilter.php
+%%WWWDIR%%/app/Filter/TaskCommentFilter.php
+%%WWWDIR%%/app/Filter/TaskCompletionDateFilter.php
+%%WWWDIR%%/app/Filter/TaskCreationDateFilter.php
+%%WWWDIR%%/app/Filter/TaskCreatorFilter.php
+%%WWWDIR%%/app/Filter/TaskDescriptionFilter.php
+%%WWWDIR%%/app/Filter/TaskDueDateFilter.php
+%%WWWDIR%%/app/Filter/TaskDueDateRangeFilter.php
+%%WWWDIR%%/app/Filter/TaskIdExclusionFilter.php
+%%WWWDIR%%/app/Filter/TaskIdFilter.php
+%%WWWDIR%%/app/Filter/TaskLinkFilter.php
+%%WWWDIR%%/app/Filter/TaskModificationDateFilter.php
+%%WWWDIR%%/app/Filter/TaskProjectFilter.php
+%%WWWDIR%%/app/Filter/TaskProjectsFilter.php
+%%WWWDIR%%/app/Filter/TaskReferenceFilter.php
+%%WWWDIR%%/app/Filter/TaskStartDateFilter.php
+%%WWWDIR%%/app/Filter/TaskStatusFilter.php
+%%WWWDIR%%/app/Filter/TaskSubtaskAssigneeFilter.php
+%%WWWDIR%%/app/Filter/TaskSwimlaneFilter.php
+%%WWWDIR%%/app/Filter/TaskTitleFilter.php
+%%WWWDIR%%/app/Filter/UserNameFilter.php
+%%WWWDIR%%/app/Formatter/BaseFormatter.php
+%%WWWDIR%%/app/Formatter/BaseTaskCalendarFormatter.php
+%%WWWDIR%%/app/Formatter/BoardFormatter.php
 %%WWWDIR%%/app/Formatter/GroupAutoCompleteFormatter.php
+%%WWWDIR%%/app/Formatter/ProjectActivityEventFormatter.php
 %%WWWDIR%%/app/Formatter/ProjectGanttFormatter.php
-%%WWWDIR%%/app/Formatter/TaskFilterAutoCompleteFormatter.php
-%%WWWDIR%%/app/Formatter/TaskFilterCalendarEvent.php
-%%WWWDIR%%/app/Formatter/TaskFilterCalendarFormatter.php
-%%WWWDIR%%/app/Formatter/TaskFilterGanttFormatter.php
-%%WWWDIR%%/app/Formatter/TaskFilterICalendarFormatter.php
-%%WWWDIR%%/app/Formatter/UserFilterAutoCompleteFormatter.php
+%%WWWDIR%%/app/Formatter/SubtaskTimeTrackingCalendarFormatter.php
+%%WWWDIR%%/app/Formatter/TaskAutoCompleteFormatter.php
+%%WWWDIR%%/app/Formatter/TaskCalendarFormatter.php
+%%WWWDIR%%/app/Formatter/TaskGanttFormatter.php
+%%WWWDIR%%/app/Formatter/TaskICalFormatter.php
+%%WWWDIR%%/app/Formatter/UserAutoCompleteFormatter.php
 %%WWWDIR%%/app/Group/DatabaseBackendGroupProvider.php
 %%WWWDIR%%/app/Group/DatabaseGroupProvider.php
 %%WWWDIR%%/app/Group/LdapBackendGroupProvider.php
@@ -241,12 +297,15 @@
 %%WWWDIR%%/app/Helper/AssetHelper.php
 %%WWWDIR%%/app/Helper/AvatarHelper.php
 %%WWWDIR%%/app/Helper/BoardHelper.php
+%%WWWDIR%%/app/Helper/CalendarHelper.php
 %%WWWDIR%%/app/Helper/DateHelper.php
 %%WWWDIR%%/app/Helper/FileHelper.php
 %%WWWDIR%%/app/Helper/FormHelper.php
 %%WWWDIR%%/app/Helper/HookHelper.php
+%%WWWDIR%%/app/Helper/ICalHelper.php
 %%WWWDIR%%/app/Helper/LayoutHelper.php
 %%WWWDIR%%/app/Helper/ModelHelper.php
+%%WWWDIR%%/app/Helper/ProjectActivityHelper.php
 %%WWWDIR%%/app/Helper/ProjectHeaderHelper.php
 %%WWWDIR%%/app/Helper/SubtaskHelper.php
 %%WWWDIR%%/app/Helper/TaskHelper.php
@@ -296,6 +355,7 @@
 %%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
@@ -309,13 +369,11 @@
 %%WWWDIR%%/app/Model/ProjectDuplication.php
 %%WWWDIR%%/app/Model/ProjectFile.php
 %%WWWDIR%%/app/Model/ProjectGroupRole.php
-%%WWWDIR%%/app/Model/ProjectGroupRoleFilter.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/ProjectUserRoleFilter.php
 %%WWWDIR%%/app/Model/RememberMeSession.php
 %%WWWDIR%%/app/Model/Setting.php
 %%WWWDIR%%/app/Model/Subtask.php
@@ -327,17 +385,15 @@
 %%WWWDIR%%/app/Model/TaskDuplication.php
 %%WWWDIR%%/app/Model/TaskExternalLink.php
 %%WWWDIR%%/app/Model/TaskFile.php
-%%WWWDIR%%/app/Model/TaskFilter.php
 %%WWWDIR%%/app/Model/TaskFinder.php
 %%WWWDIR%%/app/Model/TaskLink.php
 %%WWWDIR%%/app/Model/TaskMetadata.php
 %%WWWDIR%%/app/Model/TaskModification.php
-%%WWWDIR%%/app/Model/TaskPermission.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/UserFilter.php
 %%WWWDIR%%/app/Model/UserLocking.php
 %%WWWDIR%%/app/Model/UserMention.php
 %%WWWDIR%%/app/Model/UserMetadata.php
@@ -362,6 +418,7 @@
 %%WWWDIR%%/app/ServiceProvider/DatabaseProvider.php
 %%WWWDIR%%/app/ServiceProvider/EventDispatcherProvider.php
 %%WWWDIR%%/app/ServiceProvider/ExternalLinkProvider.php
+%%WWWDIR%%/app/ServiceProvider/FilterProvider.php
 %%WWWDIR%%/app/ServiceProvider/GroupProvider.php
 %%WWWDIR%%/app/ServiceProvider/HelperProvider.php
 %%WWWDIR%%/app/ServiceProvider/LoggingProvider.php
@@ -372,6 +429,7 @@
 %%WWWDIR%%/app/Subscriber/AuthSubscriber.php
 %%WWWDIR%%/app/Subscriber/BaseSubscriber.php
 %%WWWDIR%%/app/Subscriber/BootstrapSubscriber.php
+%%WWWDIR%%/app/Subscriber/LdapUserPhotoSubscriber.php
 %%WWWDIR%%/app/Subscriber/NotificationSubscriber.php
 %%WWWDIR%%/app/Subscriber/ProjectDailySummarySubscriber.php
 %%WWWDIR%%/app/Subscriber/ProjectModificationDateSubscriber.php
@@ -384,6 +442,7 @@
 %%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
 %%WWWDIR%%/app/Template/analytic/avg_time_columns.php
@@ -409,16 +468,12 @@
 %%WWWDIR%%/app/Template/app/tasks.php
 %%WWWDIR%%/app/Template/auth/index.php
 %%WWWDIR%%/app/Template/avatar_file/show.php
-%%WWWDIR%%/app/Template/board/popover_assignee.php
-%%WWWDIR%%/app/Template/board/popover_category.php
-%%WWWDIR%%/app/Template/board/popover_close_all_tasks_column.php
 %%WWWDIR%%/app/Template/board/table_column.php
 %%WWWDIR%%/app/Template/board/table_container.php
 %%WWWDIR%%/app/Template/board/table_swimlane.php
 %%WWWDIR%%/app/Template/board/table_tasks.php
 %%WWWDIR%%/app/Template/board/task_avatar.php
 %%WWWDIR%%/app/Template/board/task_footer.php
-%%WWWDIR%%/app/Template/board/task_menu.php
 %%WWWDIR%%/app/Template/board/task_private.php
 %%WWWDIR%%/app/Template/board/task_public.php
 %%WWWDIR%%/app/Template/board/tooltip_comments.php
@@ -429,6 +484,7 @@
 %%WWWDIR%%/app/Template/board/tooltip_tasklinks.php
 %%WWWDIR%%/app/Template/board/view_private.php
 %%WWWDIR%%/app/Template/board/view_public.php
+%%WWWDIR%%/app/Template/board_popover/close_all_tasks_column.php
 %%WWWDIR%%/app/Template/calendar/show.php
 %%WWWDIR%%/app/Template/category/edit.php
 %%WWWDIR%%/app/Template/category/index.php
@@ -557,6 +613,7 @@
 %%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/search/activity.php
 %%WWWDIR%%/app/Template/search/index.php
 %%WWWDIR%%/app/Template/search/results.php
 %%WWWDIR%%/app/Template/subtask/create.php
@@ -611,6 +668,8 @@
 %%WWWDIR%%/app/Template/task_internal_link/table.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
+%%WWWDIR%%/app/Template/task_popover/change_category.php
 %%WWWDIR%%/app/Template/task_recurrence/edit.php
 %%WWWDIR%%/app/Template/task_recurrence/info.php
 %%WWWDIR%%/app/Template/task_status/close.php
@@ -753,6 +812,7 @@
 %%WWWDIR%%/assets/js/src/BoardHorizontalScrolling.js
 %%WWWDIR%%/assets/js/src/BoardPolling.js
 %%WWWDIR%%/assets/js/src/BoardTask.js
+%%WWWDIR%%/assets/js/src/Bootstrap.js
 %%WWWDIR%%/assets/js/src/BurndownChart.js
 %%WWWDIR%%/assets/js/src/Calendar.js
 %%WWWDIR%%/assets/js/src/Column.js
@@ -778,7 +838,6 @@
 %%WWWDIR%%/assets/js/src/TaskTimeColumnChart.js
 %%WWWDIR%%/assets/js/src/Tooltip.js
 %%WWWDIR%%/assets/js/src/UserRepartitionChart.js
-%%WWWDIR%%/assets/js/src/bootstrap.js
 %%WWWDIR%%/assets/js/vendor/c3.min.js
 %%WWWDIR%%/assets/js/vendor/chosen.jquery.min.js
 %%WWWDIR%%/assets/js/vendor/d3.v3.min.js
@@ -841,6 +900,7 @@
 %%WWWDIR%%/assets/js/vendor/simplemde.min.js
 %%WWWDIR%%/config.default.php
 %%WWWDIR%%/data/.htaccess
+%%WWWDIR%%/data/web.config
 %%WWWDIR%%/doc/2fa.markdown
 %%WWWDIR%%/doc/analytics-tasks.markdown
 %%WWWDIR%%/doc/analytics.markdown
@@ -967,11 +1027,14 @@
 %%WWWDIR%%/doc/kanban-vs-todo-and-scrum.markdown
 %%WWWDIR%%/doc/keyboard-shortcuts.markdown
 %%WWWDIR%%/doc/ldap-authentication.markdown
+%%WWWDIR%%/doc/ldap-configuration-examples.markdown
 %%WWWDIR%%/doc/ldap-group-sync.markdown
 %%WWWDIR%%/doc/ldap-parameters.markdown
+%%WWWDIR%%/doc/ldap-profile-picture.markdown
 %%WWWDIR%%/doc/link-labels.markdown
 %%WWWDIR%%/doc/mysql-configuration.markdown
 %%WWWDIR%%/doc/nice-urls.markdown
+%%WWWDIR%%/doc/nitrous.markdown
 %%WWWDIR%%/doc/notifications.markdown
 %%WWWDIR%%/doc/plugin-authentication-architecture.markdown
 %%WWWDIR%%/doc/plugin-authentication.markdown
@@ -1105,10 +1168,28 @@
 %%WWWDIR%%/vendor/erusev/parsedown/Parsedown.php
 %%WWWDIR%%/vendor/erusev/parsedown/phpunit.xml.dist
 %%WWWDIR%%/vendor/fguillot/json-rpc/LICENSE
-%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/AccessDeniedException.php
 %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Client.php
-%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/ResponseException.php
+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/AccessDeniedException.php
+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/AuthenticationFailureException.php
+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/ConnectionFailureException.php
+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/InvalidJsonFormatException.php
+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/InvalidJsonRpcFormatException.php
+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/ResponseEncodingFailureException.php
+%%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/ProcedureHandler.php
+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Request/BatchRequestParser.php
+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Request/RequestBuilder.php
+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Request/RequestParser.php
+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Response/ResponseBuilder.php
+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Response/ResponseParser.php
 %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Server.php
+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Validator/HostValidator.php
+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Validator/JsonEncodingValidator.php
+%%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Validator/JsonFormatValidator.php
+%%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/Database.php
@@ -1117,10 +1198,12 @@
 %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Driver/Mysql.php
 %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Driver/Postgres.php
 %%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/SQLException.php
 %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Schema.php
 %%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/Table.php
+%%WWWDIR%%/vendor/fguillot/picodb/lib/PicoDb/UrlParser.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
@@ -1147,6 +1230,8 @@
 %%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Base.php
 %%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/File.php
 %%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Logger.php
+%%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Stderr.php
+%%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Stdout.php
 %%WWWDIR%%/vendor/fguillot/simpleLogger/src/SimpleLogger/Syslog.php
 %%WWWDIR%%/vendor/gregwar/captcha/CaptchaBuilder.php
 %%WWWDIR%%/vendor/gregwar/captcha/CaptchaBuilderInterface.php
@@ -1501,6 +1586,7 @@
 %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php
 %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php
 %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php
+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php
 %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_0.txt
 %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_1.txt
 %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_2.txt
@@ -1509,6 +1595,7 @@
 %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_5.txt
 %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt
 %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_7.txt
+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_8.txt
 %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/TestCommand.php
 %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_1.json
 %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_1.md
@@ -1608,6 +1695,7 @@
 %%WWWDIR%%/vendor/symfony/console/Tests/Formatter/OutputFormatterTest.php
 %%WWWDIR%%/vendor/symfony/console/Tests/Helper/FormatterHelperTest.php
 %%WWWDIR%%/vendor/symfony/console/Tests/Helper/HelperSetTest.php
+%%WWWDIR%%/vendor/symfony/console/Tests/Helper/HelperTest.php
 %%WWWDIR%%/vendor/symfony/console/Tests/Helper/LegacyDialogHelperTest.php
 %%WWWDIR%%/vendor/symfony/console/Tests/Helper/LegacyProgressHelperTest.php
 %%WWWDIR%%/vendor/symfony/console/Tests/Helper/LegacyTableHelperTest.php



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