FreeBSD Bugzilla – Attachment 192621 Details for
Bug 227611
www/kanboard: update v1.0.48 -> v1.2.3 [patch]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-update from 1.0.48 to 1.2.2
update.diff (text/plain), 79.87 KB, created by
Alexander
on 2018-04-18 14:44:23 UTC
(
hide
)
Description:
patch-update from 1.0.48 to 1.2.2
Filename:
MIME Type:
Creator:
Alexander
Created:
2018-04-18 14:44:23 UTC
Size:
79.87 KB
patch
obsolete
>diff -urN /usr/ports/www/kanboard.orig/Makefile /usr/ports/www/kanboard/Makefile >--- /usr/ports/www/kanboard.orig/Makefile 2017-10-30 15:56:32.000000000 +0300 >+++ /usr/ports/www/kanboard/Makefile 2018-04-18 17:33:17.321085000 +0300 >@@ -1,10 +1,10 @@ > # $FreeBSD: head/www/kanboard/Makefile 453173 2017-10-30 12:56:32Z vanilla $ > > PORTNAME= kanboard >-PORTVERSION= 1.0.48 >+PORTVERSION= 1.2.2 >+DISTVERSIONPREFIX= v > CATEGORIES= www >-MASTER_SITES= https://github.com/kanboard/kanboard/releases/download/v${PORTVERSION}/ \ >- https://bitbucket.org/if0/kanboard-archives/downloads/ >+USE_GITHUB= yes > > MAINTAINER= bsd@if0.eu > COMMENT= Simple visual task board software >@@ -12,10 +12,10 @@ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >-WRKSRC= ${WRKDIR}/${PORTNAME} >+#WRKSRC= ${WRKDIR}/${PORTNAME} > NO_BUILD= yes > NO_ARCH= yes >-USES= php zip >+USES= php > USE_PHP= ctype curl dom gd hash filter iconv json mcrypt mbstring \ > openssl pdo session simplexml \ > zlib xml >diff -urN /usr/ports/www/kanboard.orig/distinfo /usr/ports/www/kanboard/distinfo >--- /usr/ports/www/kanboard.orig/distinfo 2017-10-30 15:56:32.000000000 +0300 >+++ /usr/ports/www/kanboard/distinfo 2018-04-18 17:33:17.321157000 +0300 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1509295184 >-SHA256 (kanboard-1.0.48.zip) = a15f63f7582869fd9c777313bbb3cefbe3e4db34bae550b76e1e37d9c4b35a67 >-SIZE (kanboard-1.0.48.zip) = 7118976 >+TIMESTAMP = 1524053782 >+SHA256 (kanboard-kanboard-v1.2.2_GH0.tar.gz) = 219988d5297f57e089121af052a233994455632c754864e144ade2161e532d75 >+SIZE (kanboard-kanboard-v1.2.2_GH0.tar.gz) = 5798709 >diff -urN /usr/ports/www/kanboard.orig/pkg-plist /usr/ports/www/kanboard/pkg-plist >--- /usr/ports/www/kanboard.orig/pkg-plist 2017-10-30 15:56:32.000000000 +0300 >+++ /usr/ports/www/kanboard/pkg-plist 2018-04-18 17:33:17.321453000 +0300 >@@ -1,13 +1,12 @@ >-@owner %%KANBOARD_USERNAME%% >-@group %%KANBOARD_GROUPNAME%% > %%WWWDIR%%/.htaccess >-%%WWWDIR%%/CONTRIBUTING > %%WWWDIR%%/ChangeLog > %%WWWDIR%%/LICENSE > %%WWWDIR%%/app/.htaccess > %%WWWDIR%%/app/Action/Base.php > %%WWWDIR%%/app/Action/CommentCreation.php > %%WWWDIR%%/app/Action/CommentCreationMoveTaskColumn.php >+%%WWWDIR%%/app/Action/StopSubtaskTimerMoveTaskColumn.php >+%%WWWDIR%%/app/Action/SubtaskTimerMoveTaskColumn.php > %%WWWDIR%%/app/Action/TaskAssignCategoryColor.php > %%WWWDIR%%/app/Action/TaskAssignCategoryLabel.php > %%WWWDIR%%/app/Action/TaskAssignCategoryLink.php >@@ -15,6 +14,7 @@ > %%WWWDIR%%/app/Action/TaskAssignColorColumn.php > %%WWWDIR%%/app/Action/TaskAssignColorLink.php > %%WWWDIR%%/app/Action/TaskAssignColorOnDueDate.php >+%%WWWDIR%%/app/Action/TaskAssignColorOnStartDate.php > %%WWWDIR%%/app/Action/TaskAssignColorPriority.php > %%WWWDIR%%/app/Action/TaskAssignColorSwimlane.php > %%WWWDIR%%/app/Action/TaskAssignColorUser.php >@@ -39,6 +39,7 @@ > %%WWWDIR%%/app/Action/TaskMoveColumnCategoryChange.php > %%WWWDIR%%/app/Action/TaskMoveColumnClosed.php > %%WWWDIR%%/app/Action/TaskMoveColumnNotMovedPeriod.php >+%%WWWDIR%%/app/Action/TaskMoveColumnOnStartDate.php > %%WWWDIR%%/app/Action/TaskMoveColumnUnAssigned.php > %%WWWDIR%%/app/Action/TaskOpen.php > %%WWWDIR%%/app/Action/TaskUpdateStartDate.php >@@ -101,6 +102,8 @@ > %%WWWDIR%%/app/Console/PluginInstallCommand.php > %%WWWDIR%%/app/Console/PluginUninstallCommand.php > %%WWWDIR%%/app/Console/PluginUpgradeCommand.php >+%%WWWDIR%%/app/Console/ProjectActivityArchiveCommand.php >+%%WWWDIR%%/app/Console/ProjectArchiveCommand.php > %%WWWDIR%%/app/Console/ProjectDailyColumnStatsExportCommand.php > %%WWWDIR%%/app/Console/ProjectDailyStatsCalculationCommand.php > %%WWWDIR%%/app/Console/ResetPasswordCommand.php >@@ -110,6 +113,7 @@ > %%WWWDIR%%/app/Console/TaskOverdueNotificationCommand.php > %%WWWDIR%%/app/Console/TaskTriggerCommand.php > %%WWWDIR%%/app/Console/TransitionExportCommand.php >+%%WWWDIR%%/app/Console/VersionCommand.php > %%WWWDIR%%/app/Console/WorkerCommand.php > %%WWWDIR%%/app/Controller/ActionController.php > %%WWWDIR%%/app/Controller/ActionCreationController.php >@@ -150,6 +154,7 @@ > %%WWWDIR%%/app/Controller/OAuthController.php > %%WWWDIR%%/app/Controller/PasswordResetController.php > %%WWWDIR%%/app/Controller/PluginController.php >+%%WWWDIR%%/app/Controller/PredefinedTaskDescriptionController.php > %%WWWDIR%%/app/Controller/ProjectActionDuplicationController.php > %%WWWDIR%%/app/Controller/ProjectCreationController.php > %%WWWDIR%%/app/Controller/ProjectEditController.php >@@ -157,6 +162,7 @@ > %%WWWDIR%%/app/Controller/ProjectListController.php > %%WWWDIR%%/app/Controller/ProjectOverviewController.php > %%WWWDIR%%/app/Controller/ProjectPermissionController.php >+%%WWWDIR%%/app/Controller/ProjectPredefinedContentController.php > %%WWWDIR%%/app/Controller/ProjectRoleController.php > %%WWWDIR%%/app/Controller/ProjectRoleRestrictionController.php > %%WWWDIR%%/app/Controller/ProjectStatusController.php >@@ -236,6 +242,8 @@ > %%WWWDIR%%/app/Core/Group/GroupProviderInterface.php > %%WWWDIR%%/app/Core/Helper.php > %%WWWDIR%%/app/Core/Http/Client.php >+%%WWWDIR%%/app/Core/Http/ClientException.php >+%%WWWDIR%%/app/Core/Http/InvalidStatusException.php > %%WWWDIR%%/app/Core/Http/OAuth2.php > %%WWWDIR%%/app/Core/Http/RememberMeCookie.php > %%WWWDIR%%/app/Core/Http/Request.php >@@ -250,6 +258,13 @@ > %%WWWDIR%%/app/Core/Ldap/Group.php > %%WWWDIR%%/app/Core/Ldap/Query.php > %%WWWDIR%%/app/Core/Ldap/User.php >+%%WWWDIR%%/app/Core/Log/Base.php >+%%WWWDIR%%/app/Core/Log/File.php >+%%WWWDIR%%/app/Core/Log/Logger.php >+%%WWWDIR%%/app/Core/Log/Stderr.php >+%%WWWDIR%%/app/Core/Log/Stdout.php >+%%WWWDIR%%/app/Core/Log/Syslog.php >+%%WWWDIR%%/app/Core/Log/System.php > %%WWWDIR%%/app/Core/Mail/Client.php > %%WWWDIR%%/app/Core/Mail/ClientInterface.php > %%WWWDIR%%/app/Core/Mail/Transport/Mail.php >@@ -284,8 +299,8 @@ > %%WWWDIR%%/app/Core/Security/SessionCheckProviderInterface.php > %%WWWDIR%%/app/Core/Security/Token.php > %%WWWDIR%%/app/Core/Session/FlashMessage.php >+%%WWWDIR%%/app/Core/Session/SessionHandler.php > %%WWWDIR%%/app/Core/Session/SessionManager.php >-%%WWWDIR%%/app/Core/Session/SessionStorage.php > %%WWWDIR%%/app/Core/Template.php > %%WWWDIR%%/app/Core/Thumbnail.php > %%WWWDIR%%/app/Core/Tool.php >@@ -293,6 +308,8 @@ > %%WWWDIR%%/app/Core/User/Avatar/AvatarManager.php > %%WWWDIR%%/app/Core/User/Avatar/AvatarProviderInterface.php > %%WWWDIR%%/app/Core/User/GroupSync.php >+%%WWWDIR%%/app/Core/User/UserBackendProviderInterface.php >+%%WWWDIR%%/app/Core/User/UserManager.php > %%WWWDIR%%/app/Core/User/UserProfile.php > %%WWWDIR%%/app/Core/User/UserProperty.php > %%WWWDIR%%/app/Core/User/UserProviderInterface.php >@@ -381,14 +398,13 @@ > %%WWWDIR%%/app/Filter/TaskTitleFilter.php > %%WWWDIR%%/app/Filter/UserNameFilter.php > %%WWWDIR%%/app/Formatter/BaseFormatter.php >-%%WWWDIR%%/app/Formatter/BaseTaskCalendarFormatter.php > %%WWWDIR%%/app/Formatter/BoardColumnFormatter.php > %%WWWDIR%%/app/Formatter/BoardFormatter.php > %%WWWDIR%%/app/Formatter/BoardSwimlaneFormatter.php > %%WWWDIR%%/app/Formatter/BoardTaskFormatter.php > %%WWWDIR%%/app/Formatter/GroupAutoCompleteFormatter.php > %%WWWDIR%%/app/Formatter/ProjectActivityEventFormatter.php >-%%WWWDIR%%/app/Formatter/ProjectApiApiFormatter.php >+%%WWWDIR%%/app/Formatter/ProjectApiFormatter.php > %%WWWDIR%%/app/Formatter/ProjectsApiFormatter.php > %%WWWDIR%%/app/Formatter/SubtaskListFormatter.php > %%WWWDIR%%/app/Formatter/SubtaskTimeTrackingCalendarFormatter.php >@@ -415,7 +431,6 @@ > %%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/MailHelper.php > %%WWWDIR%%/app/Helper/ModalHelper.php >@@ -442,7 +457,6 @@ > %%WWWDIR%%/app/Job/TaskFileEventJob.php > %%WWWDIR%%/app/Job/TaskLinkEventJob.php > %%WWWDIR%%/app/Job/UserMentionJob.php >-%%WWWDIR%%/app/Library/password.php > %%WWWDIR%%/app/Locale/bs_BA/translations.php > %%WWWDIR%%/app/Locale/ca_ES/translations.php > %%WWWDIR%%/app/Locale/cs_CZ/translations.php >@@ -464,6 +478,7 @@ > %%WWWDIR%%/app/Locale/pl_PL/translations.php > %%WWWDIR%%/app/Locale/pt_BR/translations.php > %%WWWDIR%%/app/Locale/pt_PT/translations.php >+%%WWWDIR%%/app/Locale/ro_RO/translations.php > %%WWWDIR%%/app/Locale/ru_RU/translations.php > %%WWWDIR%%/app/Locale/sr_Latn_RS/translations.php > %%WWWDIR%%/app/Locale/sv_SE/translations.php >@@ -471,6 +486,7 @@ > %%WWWDIR%%/app/Locale/tr_TR/translations.php > %%WWWDIR%%/app/Locale/vi_VN/translations.php > %%WWWDIR%%/app/Locale/zh_CN/translations.php >+%%WWWDIR%%/app/Locale/zh_TW/translations.php > %%WWWDIR%%/app/Middleware/ApplicationAuthorizationMiddleware.php > %%WWWDIR%%/app/Middleware/AuthenticationMiddleware.php > %%WWWDIR%%/app/Middleware/BootstrapMiddleware.php >@@ -500,6 +516,7 @@ > %%WWWDIR%%/app/Model/NotificationModel.php > %%WWWDIR%%/app/Model/NotificationTypeModel.php > %%WWWDIR%%/app/Model/PasswordResetModel.php >+%%WWWDIR%%/app/Model/PredefinedTaskDescriptionModel.php > %%WWWDIR%%/app/Model/ProjectActivityModel.php > %%WWWDIR%%/app/Model/ProjectDailyColumnStatsModel.php > %%WWWDIR%%/app/Model/ProjectDailyStatsModel.php >@@ -590,6 +607,7 @@ > %%WWWDIR%%/app/ServiceProvider/QueueProvider.php > %%WWWDIR%%/app/ServiceProvider/RouteProvider.php > %%WWWDIR%%/app/ServiceProvider/SessionProvider.php >+%%WWWDIR%%/app/ServiceProvider/UserProvider.php > %%WWWDIR%%/app/Subscriber/AuthSubscriber.php > %%WWWDIR%%/app/Subscriber/BaseSubscriber.php > %%WWWDIR%%/app/Subscriber/BootstrapSubscriber.php >@@ -710,6 +728,8 @@ > %%WWWDIR%%/app/Template/external_task_creation/step1.php > %%WWWDIR%%/app/Template/external_task_creation/step2.php > %%WWWDIR%%/app/Template/external_task_modification/show.php >+%%WWWDIR%%/app/Template/feed/project.php >+%%WWWDIR%%/app/Template/feed/user.php > %%WWWDIR%%/app/Template/file_viewer/show.php > %%WWWDIR%%/app/Template/group/associate.php > %%WWWDIR%%/app/Template/group/dissociate.php >@@ -760,6 +780,9 @@ > %%WWWDIR%%/app/Template/plugin/remove.php > %%WWWDIR%%/app/Template/plugin/show.php > %%WWWDIR%%/app/Template/plugin/sidebar.php >+%%WWWDIR%%/app/Template/predefined_task_description/create.php >+%%WWWDIR%%/app/Template/predefined_task_description/edit.php >+%%WWWDIR%%/app/Template/predefined_task_description/remove.php > %%WWWDIR%%/app/Template/project/dropdown.php > %%WWWDIR%%/app/Template/project/layout.php > %%WWWDIR%%/app/Template/project/sidebar.php >@@ -789,6 +812,7 @@ > %%WWWDIR%%/app/Template/project_permission/groups.php > %%WWWDIR%%/app/Template/project_permission/index.php > %%WWWDIR%%/app/Template/project_permission/users.php >+%%WWWDIR%%/app/Template/project_predefined_content/show.php > %%WWWDIR%%/app/Template/project_role/create.php > %%WWWDIR%%/app/Template/project_role/edit.php > %%WWWDIR%%/app/Template/project_role/remove.php >@@ -927,6 +951,7 @@ > %%WWWDIR%%/app/Template/web_notification/show.php > %%WWWDIR%%/app/User/Avatar/AvatarFileProvider.php > %%WWWDIR%%/app/User/Avatar/LetterAvatarProvider.php >+%%WWWDIR%%/app/User/DatabaseBackendUserProvider.php > %%WWWDIR%%/app/User/DatabaseUserProvider.php > %%WWWDIR%%/app/User/LdapUserProvider.php > %%WWWDIR%%/app/User/OAuthUserProvider.php >@@ -945,6 +970,7 @@ > %%WWWDIR%%/app/Validator/GroupValidator.php > %%WWWDIR%%/app/Validator/LinkValidator.php > %%WWWDIR%%/app/Validator/PasswordResetValidator.php >+%%WWWDIR%%/app/Validator/PredefinedTaskDescriptionValidator.php > %%WWWDIR%%/app/Validator/ProjectRoleValidator.php > %%WWWDIR%%/app/Validator/ProjectValidator.php > %%WWWDIR%%/app/Validator/SubtaskValidator.php >@@ -991,118 +1017,7 @@ > %%WWWDIR%%/assets/img/touch-icon-iphone-retina.png > %%WWWDIR%%/assets/img/touch-icon-iphone.png > %%WWWDIR%%/assets/js/app.min.js >-%%WWWDIR%%/assets/js/components/accordion.js >-%%WWWDIR%%/assets/js/components/autocomplete-email.js >-%%WWWDIR%%/assets/js/components/board-task-click.js >-%%WWWDIR%%/assets/js/components/chart-project-avg-time-column.js >-%%WWWDIR%%/assets/js/components/chart-project-burndown.js >-%%WWWDIR%%/assets/js/components/chart-project-cumulative-flow.js >-%%WWWDIR%%/assets/js/components/chart-project-lead-cycle-time.js >-%%WWWDIR%%/assets/js/components/chart-project-task-distribution.js >-%%WWWDIR%%/assets/js/components/chart-project-time-comparison.js >-%%WWWDIR%%/assets/js/components/chart-project-user-distribution.js >-%%WWWDIR%%/assets/js/components/chart-task-time-column.js >-%%WWWDIR%%/assets/js/components/comment-highlight.js >-%%WWWDIR%%/assets/js/components/confirm-buttons.js >-%%WWWDIR%%/assets/js/components/external-task-view.js >-%%WWWDIR%%/assets/js/components/file-upload.js >-%%WWWDIR%%/assets/js/components/form-export.js >-%%WWWDIR%%/assets/js/components/image-slideshow.js >-%%WWWDIR%%/assets/js/components/keyboard-shortcuts.js >-%%WWWDIR%%/assets/js/components/modal.js >-%%WWWDIR%%/assets/js/components/project-creation-select-options.js >-%%WWWDIR%%/assets/js/components/project-select-role.js >-%%WWWDIR%%/assets/js/components/screenshot.js >-%%WWWDIR%%/assets/js/components/select-dropdown-autocomplete.js >-%%WWWDIR%%/assets/js/components/session-check.js >-%%WWWDIR%%/assets/js/components/submit-buttons.js >-%%WWWDIR%%/assets/js/components/subtask-drag-and-drop.js >-%%WWWDIR%%/assets/js/components/subtask-toggle-status.js >-%%WWWDIR%%/assets/js/components/suggest-menu.js >-%%WWWDIR%%/assets/js/components/task-move-position.js >-%%WWWDIR%%/assets/js/components/text-editor.js >-%%WWWDIR%%/assets/js/core/base.js >-%%WWWDIR%%/assets/js/core/bootstrap.js >-%%WWWDIR%%/assets/js/core/dom.js >-%%WWWDIR%%/assets/js/core/html.js >-%%WWWDIR%%/assets/js/core/http.js >-%%WWWDIR%%/assets/js/core/modal.js >-%%WWWDIR%%/assets/js/core/utils.js >-%%WWWDIR%%/assets/js/polyfills/event_key.js >-%%WWWDIR%%/assets/js/polyfills/matches.js >-%%WWWDIR%%/assets/js/src/App.js >-%%WWWDIR%%/assets/js/src/BoardCollapsedMode.js >-%%WWWDIR%%/assets/js/src/BoardColumnView.js >-%%WWWDIR%%/assets/js/src/BoardDragAndDrop.js >-%%WWWDIR%%/assets/js/src/BoardHorizontalScrolling.js >-%%WWWDIR%%/assets/js/src/BoardPolling.js >-%%WWWDIR%%/assets/js/src/Bootstrap.js >-%%WWWDIR%%/assets/js/src/Column.js >-%%WWWDIR%%/assets/js/src/Dropdown.js >-%%WWWDIR%%/assets/js/src/Namespace.js >-%%WWWDIR%%/assets/js/src/Search.js >-%%WWWDIR%%/assets/js/src/Swimlane.js >-%%WWWDIR%%/assets/js/src/Task.js >-%%WWWDIR%%/assets/js/src/Tooltip.js > %%WWWDIR%%/assets/js/vendor.min.js >-%%WWWDIR%%/assets/sass/_accordion.sass >-%%WWWDIR%%/assets/sass/_activity_stream.sass >-%%WWWDIR%%/assets/sass/_alert.sass >-%%WWWDIR%%/assets/sass/_avatar.sass >-%%WWWDIR%%/assets/sass/_base.sass >-%%WWWDIR%%/assets/sass/_board.sass >-%%WWWDIR%%/assets/sass/_button.sass >-%%WWWDIR%%/assets/sass/_color_picker.sass >-%%WWWDIR%%/assets/sass/_comment.sass >-%%WWWDIR%%/assets/sass/_dashboard.sass >-%%WWWDIR%%/assets/sass/_documentation.sass >-%%WWWDIR%%/assets/sass/_dropdown.sass >-%%WWWDIR%%/assets/sass/_file_upload.sass >-%%WWWDIR%%/assets/sass/_filter_box.sass >-%%WWWDIR%%/assets/sass/_form.sass >-%%WWWDIR%%/assets/sass/_header.sass >-%%WWWDIR%%/assets/sass/_icon.sass >-%%WWWDIR%%/assets/sass/_image_slideshow.sass >-%%WWWDIR%%/assets/sass/_input_addon.sass >-%%WWWDIR%%/assets/sass/_links.sass >-%%WWWDIR%%/assets/sass/_logo.sass >-%%WWWDIR%%/assets/sass/_main.sass >-%%WWWDIR%%/assets/sass/_markdown_editor.sass >-%%WWWDIR%%/assets/sass/_markdown_rendering.sass >-%%WWWDIR%%/assets/sass/_mixins.sass >-%%WWWDIR%%/assets/sass/_modal.sass >-%%WWWDIR%%/assets/sass/_page_header.sass >-%%WWWDIR%%/assets/sass/_pagination.sass >-%%WWWDIR%%/assets/sass/_panel.sass >-%%WWWDIR%%/assets/sass/_project.sass >-%%WWWDIR%%/assets/sass/_project_header.sass >-%%WWWDIR%%/assets/sass/_project_overview.sass >-%%WWWDIR%%/assets/sass/_project_views_switcher.sass >-%%WWWDIR%%/assets/sass/_reset.sass >-%%WWWDIR%%/assets/sass/_select_dropdown.sass >-%%WWWDIR%%/assets/sass/_sidebar.sass >-%%WWWDIR%%/assets/sass/_subtasks.sass >-%%WWWDIR%%/assets/sass/_suggest_menu.sass >-%%WWWDIR%%/assets/sass/_table.sass >-%%WWWDIR%%/assets/sass/_table_drag_and_drop.sass >-%%WWWDIR%%/assets/sass/_table_list.sass >-%%WWWDIR%%/assets/sass/_task_avatars.sass >-%%WWWDIR%%/assets/sass/_task_board.sass >-%%WWWDIR%%/assets/sass/_task_board_saving_state.sass >-%%WWWDIR%%/assets/sass/_task_category.sass >-%%WWWDIR%%/assets/sass/_task_date.sass >-%%WWWDIR%%/assets/sass/_task_form.sass >-%%WWWDIR%%/assets/sass/_task_icon_age.sass >-%%WWWDIR%%/assets/sass/_task_icons.sass >-%%WWWDIR%%/assets/sass/_task_links.sass >-%%WWWDIR%%/assets/sass/_task_summary.sass >-%%WWWDIR%%/assets/sass/_task_tags.sass >-%%WWWDIR%%/assets/sass/_thumbnails.sass >-%%WWWDIR%%/assets/sass/_title.sass >-%%WWWDIR%%/assets/sass/_tooltip.sass >-%%WWWDIR%%/assets/sass/_user_mentions.sass >-%%WWWDIR%%/assets/sass/_variables.sass >-%%WWWDIR%%/assets/sass/app.sass > %%WWWDIR%%/cli > %%WWWDIR%%/config.default.php > %%WWWDIR%%/data/.htaccess >@@ -1122,6 +1037,7 @@ > %%WWWDIR%%/doc/cs_CZ/project-views.markdown > %%WWWDIR%%/doc/cs_CZ/removing-projects.markdown > %%WWWDIR%%/doc/cs_CZ/what-is-kanban.markdown >+%%WWWDIR%%/doc/de_DE/custom-css.markdown > %%WWWDIR%%/doc/en_US/2fa.markdown > %%WWWDIR%%/doc/en_US/analytics-tasks.markdown > %%WWWDIR%%/doc/en_US/analytics.markdown >@@ -1172,6 +1088,7 @@ > %%WWWDIR%%/doc/en_US/creating-tasks.markdown > %%WWWDIR%%/doc/en_US/cronjob.markdown > %%WWWDIR%%/doc/en_US/currency-rate.markdown >+%%WWWDIR%%/doc/en_US/custom-css.markdown > %%WWWDIR%%/doc/en_US/custom-filters.markdown > %%WWWDIR%%/doc/en_US/custom-project-roles.markdown > %%WWWDIR%%/doc/en_US/debian-installation.markdown >@@ -1720,7 +1637,6 @@ > %%WWWDIR%%/favicon.ico > %%WWWDIR%%/index.php > %%WWWDIR%%/jsonrpc.php >-%%WWWDIR%%/plugins/.gitignore > %%WWWDIR%%/robots.txt > %%WWWDIR%%/vendor/aferrandini/phpqrcode/LICENSE > %%WWWDIR%%/vendor/aferrandini/phpqrcode/VERSION >@@ -2145,7 +2061,6 @@ > %%WWWDIR%%/vendor/aferrandini/phpqrcode/lib/PHPQRCode/QRtools.php > %%WWWDIR%%/vendor/aferrandini/phpqrcode/readme.md > %%WWWDIR%%/vendor/autoload.php >-%%WWWDIR%%/vendor/bin/picofeed > %%WWWDIR%%/vendor/christian-riesen/base32/.scrutinizer.yml > %%WWWDIR%%/vendor/christian-riesen/base32/LICENSE > %%WWWDIR%%/vendor/christian-riesen/base32/build.xml >@@ -2204,6 +2119,114 @@ > %%WWWDIR%%/vendor/erusev/parsedown/LICENSE.txt > %%WWWDIR%%/vendor/erusev/parsedown/Parsedown.php > %%WWWDIR%%/vendor/erusev/parsedown/phpunit.xml.dist >+%%WWWDIR%%/vendor/erusev/parsedown/test/CommonMarkTest.php >+%%WWWDIR%%/vendor/erusev/parsedown/test/ParsedownTest.php >+%%WWWDIR%%/vendor/erusev/parsedown/test/TestParsedown.php >+%%WWWDIR%%/vendor/erusev/parsedown/test/bootstrap.php >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/aesthetic_table.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/aesthetic_table.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/aligned_table.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/aligned_table.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/atx_heading.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/atx_heading.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/automatic_link.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/automatic_link.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/block-level_html.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/block-level_html.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/code_block.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/code_block.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/code_span.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/code_span.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/compound_blockquote.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/compound_blockquote.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/compound_emphasis.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/compound_emphasis.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/compound_list.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/compound_list.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/deeply_nested_list.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/deeply_nested_list.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/em_strong.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/em_strong.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/email.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/email.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/emphasis.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/emphasis.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/escaping.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/escaping.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/fenced_code_block.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/fenced_code_block.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/horizontal_rule.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/horizontal_rule.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/html_comment.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/html_comment.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/html_entity.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/html_entity.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/image_reference.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/image_reference.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/image_title.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/image_title.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/implicit_reference.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/implicit_reference.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/inline_link.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/inline_link.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/inline_link_title.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/inline_link_title.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/inline_title.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/inline_title.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/lazy_blockquote.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/lazy_blockquote.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/lazy_list.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/lazy_list.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/line_break.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/line_break.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/multiline_list_paragraph.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/multiline_list_paragraph.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/nested_block-level_html.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/nested_block-level_html.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/ordered_list.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/ordered_list.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/paragraph_list.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/paragraph_list.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/reference_title.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/reference_title.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/self-closing_html.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/self-closing_html.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/separated_nested_list.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/separated_nested_list.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/setext_header.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/setext_header.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/simple_blockquote.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/simple_blockquote.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/simple_table.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/simple_table.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/span-level_html.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/span-level_html.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/sparse_dense_list.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/sparse_dense_list.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/sparse_html.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/sparse_html.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/sparse_list.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/sparse_list.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/special_characters.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/special_characters.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/strikethrough.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/strikethrough.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/strong_em.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/strong_em.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/tab-indented_code_block.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/tab-indented_code_block.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/table_inline_markdown.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/table_inline_markdown.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/text_reference.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/text_reference.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/unordered_list.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/unordered_list.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/untidy_table.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/untidy_table.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/url_autolinking.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/url_autolinking.md >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/whitespace.html >+%%WWWDIR%%/vendor/erusev/parsedown/test/data/whitespace.md > %%WWWDIR%%/vendor/fguillot/json-rpc/LICENSE > %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Client.php > %%WWWDIR%%/vendor/fguillot/json-rpc/src/JsonRPC/Exception/AccessDeniedException.php >@@ -2282,350 +2305,25 @@ > %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Range.php > %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Required.php > %%WWWDIR%%/vendor/fguillot/simple-validator/src/SimpleValidator/Validators/Unique.php >-%%WWWDIR%%/vendor/fguillot/simpleLogger/LICENSE >-%%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 >-%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha0.ttf >-%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha1.ttf >-%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha2.ttf >-%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha3.ttf >-%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha4.ttf >-%%WWWDIR%%/vendor/gregwar/captcha/Font/captcha5.ttf >-%%WWWDIR%%/vendor/gregwar/captcha/ImageFileHandler.php > %%WWWDIR%%/vendor/gregwar/captcha/LICENSE >-%%WWWDIR%%/vendor/gregwar/captcha/PhraseBuilder.php >-%%WWWDIR%%/vendor/gregwar/captcha/PhraseBuilderInterface.php >-%%WWWDIR%%/vendor/gregwar/captcha/autoload.php > %%WWWDIR%%/vendor/gregwar/captcha/demo/demo.php > %%WWWDIR%%/vendor/gregwar/captcha/demo/fingerprint.php > %%WWWDIR%%/vendor/gregwar/captcha/demo/index.php > %%WWWDIR%%/vendor/gregwar/captcha/demo/ocr.php > %%WWWDIR%%/vendor/gregwar/captcha/demo/output.php >-%%WWWDIR%%/vendor/miniflux/picofeed/LICENSE >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Base.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Client/Client.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Client/ClientException.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Client/Curl.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Client/ForbiddenException.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Client/HttpHeaders.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Client/InvalidCertificateException.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Client/InvalidUrlException.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Client/MaxRedirectException.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Client/MaxSizeException.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Client/Stream.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Client/TimeoutException.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Client/UnauthorizedException.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Client/Url.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Config/Config.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Encoding/Encoding.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Filter/Attribute.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Filter/Filter.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Filter/Html.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Filter/Tag.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Generator/ContentGeneratorInterface.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Generator/FileContentGenerator.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Generator/YoutubeContentGenerator.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Logging/Logger.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Parser/Atom.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Parser/DateParser.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Parser/Feed.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Parser/Item.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Parser/MalformedXmlException.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Parser/Parser.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Parser/ParserException.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Parser/ParserInterface.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Parser/Rss10.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Parser/Rss20.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Parser/Rss91.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Parser/Rss92.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Parser/XmlEntityException.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Parser/XmlParser.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/PicoFeedException.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Processor/ContentFilterProcessor.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Processor/ContentGeneratorProcessor.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Processor/ItemPostProcessor.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Processor/ItemProcessorInterface.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Processor/ScraperProcessor.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Reader/Favicon.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Reader/Reader.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Reader/ReaderException.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Reader/SubscriptionNotFoundException.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Reader/UnsupportedFeedFormatException.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/.blog.lemonde.fr.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/.blogs.nytimes.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/.igen.fr.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/.nytimes.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/.over-blog.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/.phoronix.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/.slate.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/.theguardian.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/.wikipedia.org.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/.wired.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/.wsj.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/01net.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/abstrusegoose.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/adventuregamers.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/alainonline.net.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/aljazeera.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/allafrica.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/allgemeine-zeitung.de.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/amazingsuperpowers.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/anythingcomic.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/ap.org.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/areadvd.de.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/arstechnica.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/awkwardzombie.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/backchannel.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/bangkokpost.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/bgr.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/bigfootjustice.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/bigpicture.ru.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/bizjournals.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/biztimes.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/bleepingcomputer.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/blog.fefe.de.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/blog.mapillary.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/brewers.mlb.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/buenosairesherald.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/bunicomic.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/buttersafe.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/cad-comic.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/chaoslife.findchaos.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/chinafile.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/cliquerefresh.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/cnet.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/consomac.fr.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/cowbirdsinlove.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/crash.net.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/csmonitor.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/dailyjs.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/dailyreporter.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/dailytech.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/degroupnews.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/derstandard.at.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/dilbert.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/discovermagazine.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/distrowatch.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/dozodomo.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/drawingboardcomic.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/e-w-e.ru.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/economist.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/encyclopedie.naheulbeuk.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/endlessorigami.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/engadget.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/escapistmagazine.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/espn.go.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/exocomics.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/explosm.net.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/extrafabulouscomics.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/factroom.ru.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/fastcodesign.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/fastcoexist.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/fastcompany.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/ffworld.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/foreignpolicy.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/fossbytes.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/fototelegraf.ru.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/fowllanguagecomics.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/geek.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/geektimes.ru.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/gerbilwithajetpack.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/giantitp.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/github.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/gocomics.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/golem.de.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/gorabbit.ru.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/habrahabr.ru.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/happletea.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/hardware.fr.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/heise.de.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/hotshowlife.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/huffingtonpost.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/imogenquest.net.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/indiehaven.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/ing.dk.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/invisiblebread.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/ir.amd.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/japantimes.co.jp.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/japantoday.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/journaldugeek.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/jsonline.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/justcoolidea.ru.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/kanpai.fr.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/karriere.jobfinder.dk.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/kodi.tv.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/koreaherald.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/koreatimes.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/lastplacecomics.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/legorafi.fr.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/lejapon.fr.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/lesjoiesducode.fr.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/lfg.co.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/lifehacker.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/lifehacker.ru.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/linux.org.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/linux.org.ru.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/linuxinsider.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/lists.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/loadingartist.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/loldwell.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/lukesurl.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/macg.co.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/marc.info.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/marriedtothesea.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/marycagle.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/maximumble.thebookofbiff.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/medium.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/mercworks.net.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/metronieuws.nl.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/milwaukeenns.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/mokepon.smackjeeves.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/monandroid.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/monwindows.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/moya-planeta.ru.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/mrlovenstein.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/muckrock.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/mynorthshorenow.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/nakedCapitalism.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/nasa.gov.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/nat-geo.ru.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/nationaljournal.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/nature.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/nba.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/nedroid.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/networkworld.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/neustadt-ticker.de.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/nextinpact.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/niceteethcomic.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/nichtlustig.de.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/oglaf.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/onhax.net.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/onmilwaukee.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/openculture.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/opennet.ru.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/openrightsgroup.org.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/opensource.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/optipess.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/osnews.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/pastebin.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/peebleslab.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/penny-arcade.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/pixelbeat.org.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/plus.google.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/popstrip.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/publicpolicyforum.org.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/publy.ru.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/putaindecode.fr.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/recode.net.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/retractionwatch.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/rockpapershotgun.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/rue89.nouvelobs.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/rugbyrama.fr.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/satwcomic.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/scrumalliance.org.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/securityfocus.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/sentfromthemoon.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/sitepoint.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/slashdot.org.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/smallhousebliss.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/smarthomewelt.de.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/smashingmagazine.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/smbc-comics.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/snopes.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/soundandvision.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/spiegel.de.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/stereophile.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/stupidfox.net.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/subtraction.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/sz.de.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/takprosto.cc.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/techcrunch.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/the-ebook-reader.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/theatlantic.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/theawkwardyeti.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/thecodinglove.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/thedoghousediaries.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/thegamercat.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/thehindu.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/thelocal.se.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/themerepublic.net.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/themoscowtimes.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/thenewslens.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/theodd1sout.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/theonion.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/thestandard.com.hk.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/threepanelsoul.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/timesofindia.indiatimes.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/travel-dealz.de.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/treehugger.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/treelobsters.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/twogag.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/twokinds.keenspot.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/undeadly.org.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/upi.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/usatoday.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/version2.dk.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/vgcats.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/vuxml.org.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/wausaudailyherald.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.bbc.co.uk.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.bdgest.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.bgr.in.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.businessweek.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.cnn.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.developpez.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.egscomics.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.fakingnews.firstpost.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.forbes.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.franceculture.fr.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.futura-sciences.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.geekculture.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.howtogeek.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.lepoint.fr.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.lesnumeriques.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.mac4ever.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.makeuseof.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.monsieur-le-chien.fr.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.npr.org.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.numerama.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.oneindia.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.pseudo-sciences.org.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.sciencemag.org.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.slate.fr.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.universfreebox.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/www.zeit.de.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/xkcd.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/ymatuhin.ru.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Rules/zdnet.com.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Scraper/CandidateParser.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Scraper/ParserInterface.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Scraper/RuleLoader.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Scraper/RuleParser.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Scraper/Scraper.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Serialization/Subscription.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Serialization/SubscriptionList.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Serialization/SubscriptionListBuilder.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Serialization/SubscriptionListParser.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Serialization/SubscriptionParser.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Syndication/AtomFeedBuilder.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Syndication/AtomHelper.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Syndication/AtomItemBuilder.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Syndication/FeedBuilder.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Syndication/ItemBuilder.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Syndication/Rss20FeedBuilder.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Syndication/Rss20Helper.php >-%%WWWDIR%%/vendor/miniflux/picofeed/lib/PicoFeed/Syndication/Rss20ItemBuilder.php >-%%WWWDIR%%/vendor/miniflux/picofeed/picofeed >-%%WWWDIR%%/vendor/paragonie/random_compat/CHANGELOG.md >-%%WWWDIR%%/vendor/paragonie/random_compat/ERRATA.md >+%%WWWDIR%%/vendor/gregwar/captcha/phpunit.xml.dist >+%%WWWDIR%%/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilder.php >+%%WWWDIR%%/vendor/gregwar/captcha/src/Gregwar/Captcha/CaptchaBuilderInterface.php >+%%WWWDIR%%/vendor/gregwar/captcha/src/Gregwar/Captcha/Font/captcha0.ttf >+%%WWWDIR%%/vendor/gregwar/captcha/src/Gregwar/Captcha/Font/captcha1.ttf >+%%WWWDIR%%/vendor/gregwar/captcha/src/Gregwar/Captcha/Font/captcha2.ttf >+%%WWWDIR%%/vendor/gregwar/captcha/src/Gregwar/Captcha/Font/captcha3.ttf >+%%WWWDIR%%/vendor/gregwar/captcha/src/Gregwar/Captcha/Font/captcha4.ttf >+%%WWWDIR%%/vendor/gregwar/captcha/src/Gregwar/Captcha/Font/captcha5.ttf >+%%WWWDIR%%/vendor/gregwar/captcha/src/Gregwar/Captcha/ImageFileHandler.php >+%%WWWDIR%%/vendor/gregwar/captcha/src/Gregwar/Captcha/PhraseBuilder.php >+%%WWWDIR%%/vendor/gregwar/captcha/src/Gregwar/Captcha/PhraseBuilderInterface.php > %%WWWDIR%%/vendor/paragonie/random_compat/LICENSE >-%%WWWDIR%%/vendor/paragonie/random_compat/SECURITY.md > %%WWWDIR%%/vendor/paragonie/random_compat/build-phar.sh > %%WWWDIR%%/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey > %%WWWDIR%%/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc >@@ -2640,6 +2338,8 @@ > %%WWWDIR%%/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php > %%WWWDIR%%/vendor/paragonie/random_compat/lib/random_int.php > %%WWWDIR%%/vendor/paragonie/random_compat/other/build_phar.php >+%%WWWDIR%%/vendor/paragonie/random_compat/psalm-autoload.php >+%%WWWDIR%%/vendor/paragonie/random_compat/psalm.xml > %%WWWDIR%%/vendor/pimple/pimple/CHANGELOG > %%WWWDIR%%/vendor/pimple/pimple/LICENSE > %%WWWDIR%%/vendor/pimple/pimple/README.rst >@@ -2650,6 +2350,13 @@ > %%WWWDIR%%/vendor/pimple/pimple/ext/pimple/pimple_compat.h > %%WWWDIR%%/vendor/pimple/pimple/phpunit.xml.dist > %%WWWDIR%%/vendor/pimple/pimple/src/Pimple/Container.php >+%%WWWDIR%%/vendor/pimple/pimple/src/Pimple/Exception/ExpectedInvokableException.php >+%%WWWDIR%%/vendor/pimple/pimple/src/Pimple/Exception/FrozenServiceException.php >+%%WWWDIR%%/vendor/pimple/pimple/src/Pimple/Exception/InvalidServiceIdentifierException.php >+%%WWWDIR%%/vendor/pimple/pimple/src/Pimple/Exception/UnknownIdentifierException.php >+%%WWWDIR%%/vendor/pimple/pimple/src/Pimple/Psr11/Container.php >+%%WWWDIR%%/vendor/pimple/pimple/src/Pimple/Psr11/ServiceLocator.php >+%%WWWDIR%%/vendor/pimple/pimple/src/Pimple/ServiceIterator.php > %%WWWDIR%%/vendor/pimple/pimple/src/Pimple/ServiceProviderInterface.php > %%WWWDIR%%/vendor/pimple/pimple/src/Pimple/Tests/Fixtures/Invokable.php > %%WWWDIR%%/vendor/pimple/pimple/src/Pimple/Tests/Fixtures/NonInvokable.php >@@ -2657,6 +2364,13 @@ > %%WWWDIR%%/vendor/pimple/pimple/src/Pimple/Tests/Fixtures/Service.php > %%WWWDIR%%/vendor/pimple/pimple/src/Pimple/Tests/PimpleServiceProviderInterfaceTest.php > %%WWWDIR%%/vendor/pimple/pimple/src/Pimple/Tests/PimpleTest.php >+%%WWWDIR%%/vendor/pimple/pimple/src/Pimple/Tests/Psr11/ContainerTest.php >+%%WWWDIR%%/vendor/pimple/pimple/src/Pimple/Tests/Psr11/ServiceLocatorTest.php >+%%WWWDIR%%/vendor/pimple/pimple/src/Pimple/Tests/ServiceIteratorTest.php >+%%WWWDIR%%/vendor/psr/container/LICENSE >+%%WWWDIR%%/vendor/psr/container/src/ContainerExceptionInterface.php >+%%WWWDIR%%/vendor/psr/container/src/ContainerInterface.php >+%%WWWDIR%%/vendor/psr/container/src/NotFoundExceptionInterface.php > %%WWWDIR%%/vendor/psr/log/LICENSE > %%WWWDIR%%/vendor/psr/log/Psr/Log/AbstractLogger.php > %%WWWDIR%%/vendor/psr/log/Psr/Log/InvalidArgumentException.php >@@ -2667,15 +2381,25 @@ > %%WWWDIR%%/vendor/psr/log/Psr/Log/LoggerTrait.php > %%WWWDIR%%/vendor/psr/log/Psr/Log/NullLogger.php > %%WWWDIR%%/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php >-%%WWWDIR%%/vendor/ramsey/array_column/CHANGELOG.md >-%%WWWDIR%%/vendor/ramsey/array_column/LICENSE >-%%WWWDIR%%/vendor/ramsey/array_column/phpunit.xml.dist >-%%WWWDIR%%/vendor/ramsey/array_column/src/array_column.php >-%%WWWDIR%%/vendor/swiftmailer/swiftmailer/.gitattributes >+%%WWWDIR%%/vendor/swiftmailer/swiftmailer/.php_cs.dist > %%WWWDIR%%/vendor/swiftmailer/swiftmailer/CHANGES > %%WWWDIR%%/vendor/swiftmailer/swiftmailer/LICENSE > %%WWWDIR%%/vendor/swiftmailer/swiftmailer/README > %%WWWDIR%%/vendor/swiftmailer/swiftmailer/VERSION >+%%WWWDIR%%/vendor/swiftmailer/swiftmailer/doc/headers.rst >+%%WWWDIR%%/vendor/swiftmailer/swiftmailer/doc/help-resources.rst >+%%WWWDIR%%/vendor/swiftmailer/swiftmailer/doc/including-the-files.rst >+%%WWWDIR%%/vendor/swiftmailer/swiftmailer/doc/index.rst >+%%WWWDIR%%/vendor/swiftmailer/swiftmailer/doc/installing.rst >+%%WWWDIR%%/vendor/swiftmailer/swiftmailer/doc/introduction.rst >+%%WWWDIR%%/vendor/swiftmailer/swiftmailer/doc/japanese.rst >+%%WWWDIR%%/vendor/swiftmailer/swiftmailer/doc/messages.rst >+%%WWWDIR%%/vendor/swiftmailer/swiftmailer/doc/overview.rst >+%%WWWDIR%%/vendor/swiftmailer/swiftmailer/doc/plugins.rst >+%%WWWDIR%%/vendor/swiftmailer/swiftmailer/doc/sending.rst >+%%WWWDIR%%/vendor/swiftmailer/swiftmailer/doc/uml/Encoders.graffle >+%%WWWDIR%%/vendor/swiftmailer/swiftmailer/doc/uml/Mime.graffle >+%%WWWDIR%%/vendor/swiftmailer/swiftmailer/doc/uml/Transports.graffle > %%WWWDIR%%/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php > %%WWWDIR%%/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Attachment.php > %%WWWDIR%%/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php >@@ -2853,7 +2577,12 @@ > %%WWWDIR%%/vendor/symfony/console/Command/Command.php > %%WWWDIR%%/vendor/symfony/console/Command/HelpCommand.php > %%WWWDIR%%/vendor/symfony/console/Command/ListCommand.php >+%%WWWDIR%%/vendor/symfony/console/Command/LockableTrait.php >+%%WWWDIR%%/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php >+%%WWWDIR%%/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php >+%%WWWDIR%%/vendor/symfony/console/CommandLoader/FactoryCommandLoader.php > %%WWWDIR%%/vendor/symfony/console/ConsoleEvents.php >+%%WWWDIR%%/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php > %%WWWDIR%%/vendor/symfony/console/Descriptor/ApplicationDescription.php > %%WWWDIR%%/vendor/symfony/console/Descriptor/Descriptor.php > %%WWWDIR%%/vendor/symfony/console/Descriptor/DescriptorInterface.php >@@ -2862,9 +2591,11 @@ > %%WWWDIR%%/vendor/symfony/console/Descriptor/TextDescriptor.php > %%WWWDIR%%/vendor/symfony/console/Descriptor/XmlDescriptor.php > %%WWWDIR%%/vendor/symfony/console/Event/ConsoleCommandEvent.php >+%%WWWDIR%%/vendor/symfony/console/Event/ConsoleErrorEvent.php > %%WWWDIR%%/vendor/symfony/console/Event/ConsoleEvent.php > %%WWWDIR%%/vendor/symfony/console/Event/ConsoleExceptionEvent.php > %%WWWDIR%%/vendor/symfony/console/Event/ConsoleTerminateEvent.php >+%%WWWDIR%%/vendor/symfony/console/EventListener/ErrorListener.php > %%WWWDIR%%/vendor/symfony/console/Exception/CommandNotFoundException.php > %%WWWDIR%%/vendor/symfony/console/Exception/ExceptionInterface.php > %%WWWDIR%%/vendor/symfony/console/Exception/InvalidArgumentException.php >@@ -2878,7 +2609,6 @@ > %%WWWDIR%%/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php > %%WWWDIR%%/vendor/symfony/console/Helper/DebugFormatterHelper.php > %%WWWDIR%%/vendor/symfony/console/Helper/DescriptorHelper.php >-%%WWWDIR%%/vendor/symfony/console/Helper/DialogHelper.php > %%WWWDIR%%/vendor/symfony/console/Helper/FormatterHelper.php > %%WWWDIR%%/vendor/symfony/console/Helper/Helper.php > %%WWWDIR%%/vendor/symfony/console/Helper/HelperInterface.php >@@ -2886,13 +2616,11 @@ > %%WWWDIR%%/vendor/symfony/console/Helper/InputAwareHelper.php > %%WWWDIR%%/vendor/symfony/console/Helper/ProcessHelper.php > %%WWWDIR%%/vendor/symfony/console/Helper/ProgressBar.php >-%%WWWDIR%%/vendor/symfony/console/Helper/ProgressHelper.php > %%WWWDIR%%/vendor/symfony/console/Helper/ProgressIndicator.php > %%WWWDIR%%/vendor/symfony/console/Helper/QuestionHelper.php > %%WWWDIR%%/vendor/symfony/console/Helper/SymfonyQuestionHelper.php > %%WWWDIR%%/vendor/symfony/console/Helper/Table.php > %%WWWDIR%%/vendor/symfony/console/Helper/TableCell.php >-%%WWWDIR%%/vendor/symfony/console/Helper/TableHelper.php > %%WWWDIR%%/vendor/symfony/console/Helper/TableSeparator.php > %%WWWDIR%%/vendor/symfony/console/Helper/TableStyle.php > %%WWWDIR%%/vendor/symfony/console/Input/ArgvInput.php >@@ -2903,6 +2631,7 @@ > %%WWWDIR%%/vendor/symfony/console/Input/InputDefinition.php > %%WWWDIR%%/vendor/symfony/console/Input/InputInterface.php > %%WWWDIR%%/vendor/symfony/console/Input/InputOption.php >+%%WWWDIR%%/vendor/symfony/console/Input/StreamableInputInterface.php > %%WWWDIR%%/vendor/symfony/console/Input/StringInput.php > %%WWWDIR%%/vendor/symfony/console/LICENSE > %%WWWDIR%%/vendor/symfony/console/Logger/ConsoleLogger.php >@@ -2917,27 +2646,36 @@ > %%WWWDIR%%/vendor/symfony/console/Question/ConfirmationQuestion.php > %%WWWDIR%%/vendor/symfony/console/Question/Question.php > %%WWWDIR%%/vendor/symfony/console/Resources/bin/hiddeninput.exe >-%%WWWDIR%%/vendor/symfony/console/Shell.php > %%WWWDIR%%/vendor/symfony/console/Style/OutputStyle.php > %%WWWDIR%%/vendor/symfony/console/Style/StyleInterface.php > %%WWWDIR%%/vendor/symfony/console/Style/SymfonyStyle.php >+%%WWWDIR%%/vendor/symfony/console/Terminal.php > %%WWWDIR%%/vendor/symfony/console/Tester/ApplicationTester.php > %%WWWDIR%%/vendor/symfony/console/Tester/CommandTester.php > %%WWWDIR%%/vendor/symfony/console/Tests/ApplicationTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Command/CommandTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Command/HelpCommandTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Command/ListCommandTest.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Command/LockableTraitTest.php >+%%WWWDIR%%/vendor/symfony/console/Tests/CommandLoader/ContainerCommandLoaderTest.php >+%%WWWDIR%%/vendor/symfony/console/Tests/CommandLoader/FactoryCommandLoaderTest.php >+%%WWWDIR%%/vendor/symfony/console/Tests/DependencyInjection/AddConsoleCommandPassTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Descriptor/AbstractDescriptorTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Descriptor/JsonDescriptorTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Descriptor/MarkdownDescriptorTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Descriptor/ObjectsProvider.php > %%WWWDIR%%/vendor/symfony/console/Tests/Descriptor/TextDescriptorTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Descriptor/XmlDescriptorTest.php >+%%WWWDIR%%/vendor/symfony/console/Tests/EventListener/ErrorListenerTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/BarBucCommand.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/DescriptorApplication1.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/DescriptorApplication2.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/DescriptorApplicationMbString.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/DescriptorCommand1.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/DescriptorCommand2.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/DescriptorCommand3.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/DescriptorCommand4.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/DescriptorCommandMbString.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/DummyOutput.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Foo1Command.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Foo2Command.php >@@ -2946,6 +2684,11 @@ > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Foo5Command.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Foo6Command.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/FooCommand.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/FooLock2Command.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/FooLockCommand.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/FooOptCommand.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/FooSameCaseLowercaseCommand.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/FooSameCaseUppercaseCommand.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/FooSubnamespaced1Command.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/FooSubnamespaced2Command.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/FoobarCommand.php >@@ -2953,6 +2696,12 @@ > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_1.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_10.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_11.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_12.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_14.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_15.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_16.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_2.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_3.php > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_4.php >@@ -2961,10 +2710,18 @@ > %%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/command/command_9.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/interactive_command_1.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/interactive_output_1.txt > %%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_10.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_11.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_12.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_13.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_14.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_15.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_16.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_17.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_2.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_3.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_4.txt >@@ -2982,11 +2739,10 @@ > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_2.md > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_2.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_2.xml >-%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_astext1.txt >-%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_astext2.txt >-%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_asxml1.txt >-%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_asxml2.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_filtered_namespace.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_gethelp.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_mbstring.md >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_mbstring.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_renderexception1.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_renderexception2.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_renderexception3.txt >@@ -2995,6 +2751,8 @@ > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1decorated.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth2.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_renderexception_escapeslines.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_renderexception_linebreaks.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_run1.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_run2.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/application_run3.txt >@@ -3007,10 +2765,8 @@ > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/command_2.md > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/command_2.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/command_2.xml >-%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/command_astext.txt >-%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/command_asxml.txt >-%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/definition_astext.txt >-%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/definition_asxml.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/command_mbstring.md >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/command_mbstring.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_argument_1.json > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_argument_1.md > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_argument_1.txt >@@ -3027,6 +2783,14 @@ > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_argument_4.md > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_argument_4.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_argument_4.xml >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.json >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.md >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.xml >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.json >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.md >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.xml > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_definition_1.json > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_definition_1.md > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_definition_1.txt >@@ -3067,19 +2831,30 @@ > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_option_6.md > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_option_6.txt > %%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_option_6.xml >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.json >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.md >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.xml >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_option_with_style.json >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_option_with_style.md >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_option_with_style.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_option_with_style.xml >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.json >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.md >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.txt >+%%WWWDIR%%/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.xml > %%WWWDIR%%/vendor/symfony/console/Tests/Formatter/OutputFormatterStyleStackTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Formatter/OutputFormatterStyleTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Formatter/OutputFormatterTest.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Helper/AbstractQuestionHelperTest.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 > %%WWWDIR%%/vendor/symfony/console/Tests/Helper/ProcessHelperTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Helper/ProgressBarTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Helper/ProgressIndicatorTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Helper/QuestionHelperTest.php >+%%WWWDIR%%/vendor/symfony/console/Tests/Helper/SymfonyQuestionHelperTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Helper/TableStyleTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Helper/TableTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Input/ArgvInputTest.php >@@ -3095,9 +2870,66 @@ > %%WWWDIR%%/vendor/symfony/console/Tests/Output/OutputTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Output/StreamOutputTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Style/SymfonyStyleTest.php >+%%WWWDIR%%/vendor/symfony/console/Tests/TerminalTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Tester/ApplicationTesterTest.php > %%WWWDIR%%/vendor/symfony/console/Tests/Tester/CommandTesterTest.php > %%WWWDIR%%/vendor/symfony/console/phpunit.xml.dist >+%%WWWDIR%%/vendor/symfony/debug/BufferingLogger.php >+%%WWWDIR%%/vendor/symfony/debug/CHANGELOG.md >+%%WWWDIR%%/vendor/symfony/debug/Debug.php >+%%WWWDIR%%/vendor/symfony/debug/DebugClassLoader.php >+%%WWWDIR%%/vendor/symfony/debug/ErrorHandler.php >+%%WWWDIR%%/vendor/symfony/debug/Exception/ClassNotFoundException.php >+%%WWWDIR%%/vendor/symfony/debug/Exception/ContextErrorException.php >+%%WWWDIR%%/vendor/symfony/debug/Exception/FatalErrorException.php >+%%WWWDIR%%/vendor/symfony/debug/Exception/FatalThrowableError.php >+%%WWWDIR%%/vendor/symfony/debug/Exception/FlattenException.php >+%%WWWDIR%%/vendor/symfony/debug/Exception/OutOfMemoryException.php >+%%WWWDIR%%/vendor/symfony/debug/Exception/SilencedErrorContext.php >+%%WWWDIR%%/vendor/symfony/debug/Exception/UndefinedFunctionException.php >+%%WWWDIR%%/vendor/symfony/debug/Exception/UndefinedMethodException.php >+%%WWWDIR%%/vendor/symfony/debug/ExceptionHandler.php >+%%WWWDIR%%/vendor/symfony/debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php >+%%WWWDIR%%/vendor/symfony/debug/FatalErrorHandler/FatalErrorHandlerInterface.php >+%%WWWDIR%%/vendor/symfony/debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php >+%%WWWDIR%%/vendor/symfony/debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php >+%%WWWDIR%%/vendor/symfony/debug/LICENSE >+%%WWWDIR%%/vendor/symfony/debug/Resources/ext/config.m4 >+%%WWWDIR%%/vendor/symfony/debug/Resources/ext/config.w32 >+%%WWWDIR%%/vendor/symfony/debug/Resources/ext/php_symfony_debug.h >+%%WWWDIR%%/vendor/symfony/debug/Resources/ext/symfony_debug.c >+%%WWWDIR%%/vendor/symfony/debug/Tests/DebugClassLoaderTest.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/ErrorHandlerTest.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Exception/FlattenExceptionTest.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/ExceptionHandlerTest.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/FatalErrorHandler/UndefinedFunctionFatalErrorHandlerTest.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/FatalErrorHandler/UndefinedMethodFatalErrorHandlerTest.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/AnnotatedClass.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/ClassAlias.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/DeprecatedClass.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/DeprecatedInterface.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/ExtendedFinalMethod.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/FinalClass.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/FinalMethod.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/InternalClass.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/InternalInterface.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/InternalTrait.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/InternalTrait2.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/NonDeprecatedInterface.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/PEARClass.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/Throwing.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/ToStringThrower.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/casemismatch.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/notPsr0Bis.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/psr4/Psr4CaseMismatch.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures/reallyNotPsr0.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/Fixtures2/RequiredTwice.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/HeaderMock.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/MockExceptionHandler.php >+%%WWWDIR%%/vendor/symfony/debug/Tests/phpt/exception_rethrown.phpt >+%%WWWDIR%%/vendor/symfony/debug/Tests/phpt/fatal_with_nested_handlers.phpt >+%%WWWDIR%%/vendor/symfony/debug/phpunit.xml.dist > %%WWWDIR%%/vendor/symfony/event-dispatcher/CHANGELOG.md > %%WWWDIR%%/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php > %%WWWDIR%%/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php >@@ -3120,17 +2952,77 @@ > %%WWWDIR%%/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php > %%WWWDIR%%/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php > %%WWWDIR%%/vendor/symfony/event-dispatcher/phpunit.xml.dist >+%%WWWDIR%%/vendor/symfony/finder/CHANGELOG.md >+%%WWWDIR%%/vendor/symfony/finder/Comparator/Comparator.php >+%%WWWDIR%%/vendor/symfony/finder/Comparator/DateComparator.php >+%%WWWDIR%%/vendor/symfony/finder/Comparator/NumberComparator.php >+%%WWWDIR%%/vendor/symfony/finder/Exception/AccessDeniedException.php >+%%WWWDIR%%/vendor/symfony/finder/Exception/ExceptionInterface.php >+%%WWWDIR%%/vendor/symfony/finder/Finder.php >+%%WWWDIR%%/vendor/symfony/finder/Glob.php >+%%WWWDIR%%/vendor/symfony/finder/Iterator/CustomFilterIterator.php >+%%WWWDIR%%/vendor/symfony/finder/Iterator/DateRangeFilterIterator.php >+%%WWWDIR%%/vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php >+%%WWWDIR%%/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php >+%%WWWDIR%%/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php >+%%WWWDIR%%/vendor/symfony/finder/Iterator/FilecontentFilterIterator.php >+%%WWWDIR%%/vendor/symfony/finder/Iterator/FilenameFilterIterator.php >+%%WWWDIR%%/vendor/symfony/finder/Iterator/FilterIterator.php >+%%WWWDIR%%/vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php >+%%WWWDIR%%/vendor/symfony/finder/Iterator/PathFilterIterator.php >+%%WWWDIR%%/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php >+%%WWWDIR%%/vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php >+%%WWWDIR%%/vendor/symfony/finder/Iterator/SortableIterator.php >+%%WWWDIR%%/vendor/symfony/finder/LICENSE >+%%WWWDIR%%/vendor/symfony/finder/SplFileInfo.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Comparator/ComparatorTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Comparator/DateComparatorTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Comparator/NumberComparatorTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/FinderTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/.dot/a >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/.dot/b/c.neon >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/.dot/b/d.neon >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/A/B/C/abc.dat >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/A/B/ab.dat >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/A/a.dat >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/copy/A/B/C/abc.dat.copy >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/copy/A/B/ab.dat.copy >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/copy/A/a.dat.copy >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/dolor.txt >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/ipsum.txt >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/lorem.txt >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/one/.dot >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/one/a >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/one/b/c.neon >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/one/b/d.neon >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/r+e.gex[c]a(r)s/dir/bar.dat >+%%WWWDIR%%/vendor/symfony/finder/Tests/Fixtures/with space/foo.txt >+%%WWWDIR%%/vendor/symfony/finder/Tests/GlobTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/CustomFilterIteratorTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/DateRangeFilterIteratorTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/DepthRangeFilterIteratorTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/FileTypeFilterIteratorTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/FilecontentFilterIteratorTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/FilenameFilterIteratorTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/FilterIteratorTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/Iterator.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/IteratorTestCase.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/MockFileListIterator.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/MockSplFileInfo.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/PathFilterIteratorTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/RealIteratorTestCase.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/SizeRangeFilterIteratorTest.php >+%%WWWDIR%%/vendor/symfony/finder/Tests/Iterator/SortableIteratorTest.php >+%%WWWDIR%%/vendor/symfony/finder/phpunit.xml.dist > %%WWWDIR%%/vendor/symfony/polyfill-mbstring/LICENSE > %%WWWDIR%%/vendor/symfony/polyfill-mbstring/Mbstring.php > %%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php > %%WWWDIR%%/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php > %%WWWDIR%%/vendor/symfony/polyfill-mbstring/bootstrap.php >-%%WWWDIR%%/vendor/zendframework/zendxml/CHANGELOG.md >-%%WWWDIR%%/vendor/zendframework/zendxml/LICENSE.md >-%%WWWDIR%%/vendor/zendframework/zendxml/library/ZendXml/Exception/ExceptionInterface.php >-%%WWWDIR%%/vendor/zendframework/zendxml/library/ZendXml/Exception/InvalidArgumentException.php >-%%WWWDIR%%/vendor/zendframework/zendxml/library/ZendXml/Exception/RuntimeException.php >-%%WWWDIR%%/vendor/zendframework/zendxml/library/ZendXml/Security.php > %%WWWDIR%%/web.config >+@dir %%WWWDIR%%/plugins > @owner > @group
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227611
:
192621
|
192642