From 114141607a16bc2be80813539e29ae750f6ac721 Mon Sep 17 00:00:00 2001 From: Michal Kleiner Date: Wed, 17 Apr 2024 14:18:04 +1200 Subject: [PATCH 1/7] [Coding Style] Enable rule PSR12.Files.FileHeader --- phpcs.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/phpcs.xml b/phpcs.xml index 00ddd50a020..6b8b594b33e 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -29,7 +29,6 @@ - From 1cad2ab7c1e6bf0597be80fcdb9f2aeb3f3f9932 Mon Sep 17 00:00:00 2001 From: Michal Kleiner Date: Wed, 17 Apr 2024 14:45:28 +1200 Subject: [PATCH 2/7] Apply CS --- core/API/ApiRenderer.php | 2 ++ core/API/CORSHandler.php | 2 ++ core/API/DataTableGenericFilter.php | 2 ++ core/API/DataTableManipulator.php | 2 ++ core/API/DataTableManipulator/Flattener.php | 2 ++ core/API/DataTableManipulator/LabelFilter.php | 2 ++ .../DataTableManipulator/ReportTotalsCalculator.php | 2 ++ core/API/DataTablePostProcessor.php | 1 + core/API/DocumentationGenerator.php | 2 ++ core/API/Inconsistencies.php | 2 ++ core/API/NoDefaultValue.php | 1 + core/API/Proxy.php | 1 + core/API/Request.php | 2 ++ core/API/ResponseBuilder.php | 2 ++ core/Access.php | 2 ++ core/Access/CapabilitiesProvider.php | 2 ++ core/Access/Capability.php | 2 ++ core/Access/Role.php | 2 ++ core/Access/Role/Admin.php | 2 ++ core/Access/Role/View.php | 2 ++ core/Access/Role/Write.php | 2 ++ core/Access/RolesProvider.php | 2 ++ core/Application/Environment.php | 1 + core/Application/EnvironmentManipulator.php | 1 + core/Application/Kernel/EnvironmentValidator.php | 1 + core/Application/Kernel/GlobalSettingsProvider.php | 1 + core/Application/Kernel/PluginList.php | 1 + core/Archive/ArchiveInvalidator.php | 1 + core/Archive/ArchivePurger.php | 2 ++ core/Archive/ArchiveQuery.php | 3 ++- core/Archive/ArchiveQueryFactory.php | 1 + core/Archive/Chunk.php | 1 + core/Archive/DataCollection.php | 1 + core/Archive/DataTableFactory.php | 1 + core/Archive/Parameters.php | 1 + core/ArchiveProcessor.php | 2 ++ core/ArchiveProcessor/ArchivingStatus.php | 1 + core/ArchiveProcessor/Loader.php | 2 ++ core/ArchiveProcessor/LoaderLock.php | 2 ++ core/ArchiveProcessor/Parameters.php | 1 + core/ArchiveProcessor/PluginsArchiver.php | 1 + core/ArchiveProcessor/PluginsArchiverException.php | 2 +- core/ArchiveProcessor/Record.php | 1 + core/ArchiveProcessor/RecordBuilder.php | 1 + core/ArchiveProcessor/Rules.php | 2 ++ core/Archiver/Request.php | 2 ++ core/AssetManager.php | 2 ++ core/AssetManager/UIAsset.php | 3 ++- core/AssetManager/UIAsset/InMemoryUIAsset.php | 2 ++ core/AssetManager/UIAsset/OnDiskUIAsset.php | 1 + core/AssetManager/UIAssetCacheBuster.php | 2 ++ core/AssetManager/UIAssetCatalog.php | 2 ++ core/AssetManager/UIAssetCatalogSorter.php | 2 ++ core/AssetManager/UIAssetFetcher.php | 2 ++ core/AssetManager/UIAssetFetcher/Chunk.php | 1 + .../UIAssetFetcher/JScriptUIAssetFetcher.php | 2 ++ .../UIAssetFetcher/PluginUmdAssetFetcher.php | 1 + .../UIAssetFetcher/StaticUIAssetFetcher.php | 2 ++ .../UIAssetFetcher/StylesheetUIAssetFetcher.php | 2 ++ core/AssetManager/UIAssetMerger.php | 3 ++- .../UIAssetMerger/JScriptUIAssetMerger.php | 2 ++ .../UIAssetMerger/StylesheetUIAssetMerger.php | 2 ++ core/AssetManager/UIAssetMinifier.php | 2 ++ core/Auth.php | 1 + core/Auth/Password.php | 1 + core/AuthResult.php | 2 ++ core/BaseFactory.php | 2 ++ core/Cache.php | 2 ++ core/CacheId.php | 2 ++ core/Category/Category.php | 3 +++ core/Category/CategoryList.php | 2 ++ core/Category/Subcategory.php | 2 ++ core/Changes/Model.php | 2 ++ core/Changes/UserChanges.php | 2 ++ core/CliMulti.php | 2 ++ core/CliMulti/CliPhp.php | 2 ++ core/CliMulti/Output.php | 2 ++ core/CliMulti/OutputInterface.php | 3 ++- core/CliMulti/Process.php | 2 ++ core/CliMulti/RequestCommand.php | 1 + core/CliMulti/RequestParser.php | 1 + core/CliMulti/StaticOutput.php | 2 ++ core/Columns/ComputedMetricFactory.php | 2 ++ core/Columns/Dimension.php | 2 ++ core/Columns/DimensionMetricFactory.php | 3 ++- core/Columns/DimensionSegmentFactory.php | 3 ++- core/Columns/DimensionsProvider.php | 2 ++ core/Columns/Discriminator.php | 2 ++ core/Columns/Join.php | 2 ++ core/Columns/Join/ActionNameJoin.php | 2 ++ core/Columns/Join/GoalNameJoin.php | 2 ++ core/Columns/Join/SiteNameJoin.php | 2 ++ core/Columns/MetricsList.php | 2 ++ core/Columns/Updater.php | 2 ++ core/Common.php | 2 ++ core/Concurrency/DistributedList.php | 2 ++ core/Concurrency/LockBackend.php | 1 + core/Concurrency/LockBackend/MySqlLockBackend.php | 2 +- core/Config.php | 1 + core/Config/ConfigNotFoundException.php | 1 + core/Config/DatabaseConfig.php | 2 ++ core/Config/GeneralConfig.php | 2 ++ core/Config/SectionConfig.php | 2 ++ core/Console.php | 2 ++ core/Container/Container.php | 1 + core/Container/ContainerDoesNotExistException.php | 1 + core/Container/ContainerFactory.php | 1 + core/Container/IniConfigDefinitionSource.php | 1 + core/Container/StaticContainer.php | 1 + core/Context.php | 1 + core/Cookie.php | 2 ++ core/CronArchive.php | 1 + core/CronArchive/ArchiveFilter.php | 1 + core/CronArchive/FixedSiteIds.php | 3 ++- core/CronArchive/Performance/Logger.php | 1 + core/CronArchive/Performance/Measurement.php | 1 + core/CronArchive/QueueConsumer.php | 2 +- core/CronArchive/ReArchiveList.php | 1 + core/CronArchive/SegmentArchiving.php | 2 ++ core/CronArchive/SharedSiteIds.php | 2 ++ core/CronArchive/StopArchiverException.php | 2 ++ core/DI.php | 1 + core/DataAccess/Actions.php | 2 ++ core/DataAccess/ArchiveSelector.php | 2 ++ core/DataAccess/ArchiveTableCreator.php | 1 + core/DataAccess/ArchiveTableDao.php | 1 + core/DataAccess/ArchiveWriter.php | 1 + core/DataAccess/ArchivingDbAdapter.php | 1 + core/DataAccess/LogAggregator.php | 2 ++ core/DataAccess/LogQueryBuilder.php | 1 + core/DataAccess/LogQueryBuilder/JoinGenerator.php | 1 + core/DataAccess/LogQueryBuilder/JoinTables.php | 1 + core/DataAccess/LogTableTemporary.php | 1 + core/DataAccess/Model.php | 2 ++ core/DataAccess/RawLogDao.php | 2 ++ core/DataAccess/TableMetadata.php | 2 ++ core/DataArray.php | 2 ++ core/DataFiles/Providers.php | 1 + core/DataTable.php | 1 + core/DataTable/BaseFilter.php | 2 ++ core/DataTable/Bridges.php | 1 + core/DataTable/DataTableInterface.php | 2 ++ core/DataTable/Filter/AddColumnsProcessedMetrics.php | 2 ++ .../Filter/AddColumnsProcessedMetricsGoal.php | 2 ++ core/DataTable/Filter/AddSegmentByLabel.php | 2 ++ core/DataTable/Filter/AddSegmentByLabelMapping.php | 2 ++ core/DataTable/Filter/AddSegmentByRangeLabel.php | 2 ++ core/DataTable/Filter/AddSegmentBySegmentValue.php | 2 ++ core/DataTable/Filter/AddSegmentValue.php | 2 ++ core/DataTable/Filter/AddSummaryRow.php | 2 ++ core/DataTable/Filter/BeautifyRangeLabels.php | 2 ++ core/DataTable/Filter/BeautifyTimeRangeLabels.php | 2 ++ core/DataTable/Filter/CalculateEvolutionFilter.php | 2 ++ core/DataTable/Filter/ColumnCallbackAddColumn.php | 2 ++ .../Filter/ColumnCallbackAddColumnPercentage.php | 2 ++ .../Filter/ColumnCallbackAddColumnQuotient.php | 2 ++ core/DataTable/Filter/ColumnCallbackAddMetadata.php | 2 ++ .../Filter/ColumnCallbackDeleteMetadata.php | 2 ++ core/DataTable/Filter/ColumnCallbackDeleteRow.php | 2 ++ core/DataTable/Filter/ColumnCallbackReplace.php | 2 ++ core/DataTable/Filter/ColumnDelete.php | 2 ++ .../Filter/EnrichRecordWithGoalMetricSums.php | 1 + core/DataTable/Filter/ExcludeLowPopulation.php | 2 ++ core/DataTable/Filter/GroupBy.php | 2 ++ core/DataTable/Filter/Limit.php | 2 ++ .../DataTable/Filter/MetadataCallbackAddMetadata.php | 2 ++ core/DataTable/Filter/MetadataCallbackReplace.php | 2 ++ core/DataTable/Filter/Pattern.php | 2 ++ core/DataTable/Filter/PatternRecursive.php | 2 ++ core/DataTable/Filter/PivotByDimension.php | 2 ++ core/DataTable/Filter/PrependSegment.php | 2 ++ core/DataTable/Filter/PrependValueToMetadata.php | 2 ++ core/DataTable/Filter/RangeCheck.php | 2 ++ core/DataTable/Filter/RemoveSubtables.php | 2 ++ core/DataTable/Filter/ReplaceColumnNames.php | 2 ++ core/DataTable/Filter/ReplaceSummaryRowLabel.php | 2 ++ core/DataTable/Filter/SafeDecodeLabel.php | 2 ++ core/DataTable/Filter/Sort.php | 2 ++ core/DataTable/Filter/Truncate.php | 1 + core/DataTable/Manager.php | 1 + core/DataTable/Map.php | 2 ++ core/DataTable/Renderer.php | 2 ++ core/DataTable/Renderer/Console.php | 2 ++ core/DataTable/Renderer/Csv.php | 2 ++ core/DataTable/Renderer/Html.php | 2 ++ core/DataTable/Renderer/Json.php | 2 ++ core/DataTable/Renderer/Rss.php | 2 ++ core/DataTable/Renderer/Tsv.php | 2 ++ core/DataTable/Renderer/Xml.php | 2 ++ core/DataTable/Row.php | 2 ++ core/DataTable/Row/DataTableSummaryRow.php | 2 ++ core/DataTable/Simple.php | 2 ++ core/DataTable/TableNotFoundException.php | 2 ++ core/Date.php | 1 + core/Db.php | 2 ++ core/Db/Adapter.php | 2 ++ core/Db/Adapter/Mysqli.php | 2 ++ core/Db/Adapter/Pdo/Mysql.php | 2 ++ core/Db/AdapterInterface.php | 1 + core/Db/BatchInsert.php | 2 ++ core/Db/Schema.php | 2 ++ core/Db/Schema/Mysql.php | 2 ++ core/Db/SchemaInterface.php | 1 + core/Db/Settings.php | 1 + core/Db/TransactionLevel.php | 1 + core/DbHelper.php | 2 ++ core/Development.php | 1 + core/DeviceDetector/DeviceDetectorCache.php | 2 ++ core/Email/ContentGenerator.php | 1 + core/ErrorHandler.php | 1 + core/EventDispatcher.php | 1 + core/Exception/AuthenticationFailedException.php | 2 ++ core/Exception/DI/DependencyException.php | 1 + core/Exception/DI/NotFoundException.php | 1 + .../DatabaseSchemaIsNewerThanCodebaseException.php | 2 ++ core/Exception/ErrorException.php | 2 ++ core/Exception/Exception.php | 2 ++ core/Exception/FailedCopyException.php | 2 +- core/Exception/IRedirectException.php | 2 ++ core/Exception/InvalidDimensionException.php | 2 ++ core/Exception/InvalidRequestParameterException.php | 2 ++ core/Exception/MissingFilePermissionException.php | 2 ++ core/Exception/NoPrivilegesException.php | 2 ++ core/Exception/NoWebsiteFoundException.php | 2 ++ core/Exception/NotGitInstalledException.php | 2 +- core/Exception/NotSupportedBrowserException.php | 2 ++ core/Exception/NotYetInstalledException.php | 2 ++ core/Exception/PluginDeactivatedException.php | 1 + core/Exception/PluginRequiresInternetException.php | 1 + core/Exception/RedirectException.php | 1 + core/Exception/StylesheetLessCompileException.php | 2 ++ core/Exception/UnexpectedWebsiteFoundException.php | 2 ++ core/FileIntegrity.php | 1 + core/Filechecks.php | 2 ++ core/Filesystem.php | 2 ++ core/FrontController.php | 1 + core/Http.php | 2 ++ core/Http/BadRequestException.php | 2 +- core/Http/ControllerResolver.php | 1 + core/Http/HttpCodeException.php | 1 + core/Http/Router.php | 1 + core/IP.php | 1 + core/Intl/Data/Provider/CurrencyDataProvider.php | 1 + core/Intl/Data/Provider/DateTimeFormatProvider.php | 1 + core/Intl/Data/Provider/LanguageDataProvider.php | 1 + core/Intl/Data/Provider/RegionDataProvider.php | 1 + core/Intl/Data/Resources/continents.php | 1 + core/Intl/Data/Resources/countries-extra.php | 1 + core/Intl/Data/Resources/countries.php | 1 + core/Intl/Data/Resources/currencies.php | 1 + core/Intl/Data/Resources/languages-to-countries.php | 1 + core/Intl/Data/Resources/languages.php | 1 + core/Intl/Locale.php | 2 ++ core/Log.php | 1 + core/Log/Logger.php | 1 + core/Log/NullLogger.php | 1 + core/LogDeleter.php | 1 + core/Mail.php | 2 ++ core/Mail/EmailStyles.php | 1 + core/Mail/Transport.php | 1 + core/Measurable/Measurable.php | 1 + core/Measurable/Type.php | 2 ++ core/Measurable/Type/TypeManager.php | 2 ++ core/Menu/Group.php | 2 ++ core/Menu/MenuAbstract.php | 2 ++ core/Menu/MenuAdmin.php | 2 ++ core/Menu/MenuTop.php | 2 ++ core/Metrics.php | 2 ++ core/Metrics/Formatter.php | 2 ++ core/Metrics/Formatter/Html.php | 2 ++ core/Metrics/Sorter.php | 2 ++ core/Metrics/Sorter/Config.php | 2 ++ core/NoAccessException.php | 1 + core/Nonce.php | 2 ++ core/Notification.php | 2 ++ core/Notification/Manager.php | 2 ++ core/NumberFormatter.php | 3 +++ core/Option.php | 2 ++ core/Period.php | 2 ++ core/Period/Day.php | 2 ++ core/Period/Factory.php | 2 ++ core/Period/Month.php | 2 ++ core/Period/PeriodValidator.php | 1 + core/Period/Range.php | 2 ++ core/Period/Week.php | 2 ++ core/Period/Year.php | 2 ++ core/Piwik.php | 2 ++ core/Plugin.php | 2 ++ core/Plugin/AggregatedMetric.php | 3 ++- core/Plugin/ArchivedMetric.php | 2 ++ core/Plugin/Archiver.php | 1 + core/Plugin/Categories.php | 2 ++ core/Plugin/ComponentFactory.php | 2 ++ core/Plugin/ComputedMetric.php | 2 ++ core/Plugin/Controller.php | 2 ++ core/Plugin/Dependency.php | 2 ++ core/Plugin/Dimension/ActionDimension.php | 2 ++ core/Plugin/Dimension/ConversionDimension.php | 2 ++ core/Plugin/Dimension/DimensionMetadataProvider.php | 2 ++ core/Plugin/Dimension/VisitDimension.php | 2 ++ core/Plugin/LogTablesProvider.php | 2 ++ core/Plugin/Manager.php | 1 + core/Plugin/Menu.php | 2 ++ core/Plugin/MetadataLoader.php | 2 ++ core/Plugin/Metric.php | 2 ++ core/Plugin/PluginException.php | 1 + core/Plugin/ProcessedMetric.php | 2 ++ core/Plugin/ReleaseChannels.php | 2 ++ core/Plugin/Report.php | 2 ++ core/Plugin/ReportsProvider.php | 2 ++ core/Plugin/RequestProcessors.php | 2 ++ core/Plugin/Segment.php | 3 +++ core/Plugin/SettingsProvider.php | 2 ++ core/Plugin/Tasks.php | 2 ++ core/Plugin/ThemeStyles.php | 2 +- core/Plugin/ViewDataTable.php | 2 ++ core/Plugin/Visualization.php | 1 + core/Plugin/WidgetsProvider.php | 2 ++ core/ProfessionalServices/Advertising.php | 2 ++ core/Profiler.php | 2 ++ core/ProxyHeaders.php | 2 ++ core/ProxyHttp.php | 2 ++ core/QuickForm2.php | 1 + core/RankingQuery.php | 1 + core/Report/ReportWidgetConfig.php | 3 +++ core/Report/ReportWidgetFactory.php | 2 ++ core/ReportRenderer/Csv.php | 2 ++ core/ReportRenderer/Html.php | 2 ++ core/ReportRenderer/Pdf.php | 2 ++ core/ReportRenderer/Tsv.php | 2 ++ core/Scheduler/Schedule/Daily.php | 1 + core/Scheduler/Schedule/Hourly.php | 1 + core/Scheduler/Schedule/Monthly.php | 1 + core/Scheduler/Schedule/Schedule.php | 1 + core/Scheduler/Schedule/SpecificTime.php | 1 + core/Scheduler/Schedule/Weekly.php | 1 + core/Scheduler/Scheduler.php | 1 + core/Scheduler/Task.php | 1 + core/Scheduler/TaskLoader.php | 1 + core/Scheduler/Timetable.php | 1 + core/Segment.php | 2 ++ core/Segment/SegmentExpression.php | 1 + core/Segment/SegmentsList.php | 2 ++ core/Sequence.php | 2 ++ core/Session.php | 2 ++ core/Session/SaveHandler/DbTable.php | 1 + core/Session/SessionAuth.php | 1 + core/Session/SessionFingerprint.php | 1 + core/Session/SessionInitializer.php | 2 ++ core/Session/SessionNamespace.php | 2 ++ core/Settings/FieldConfig.php | 2 ++ core/Settings/FieldConfig/ArrayField.php | 1 + core/Settings/FieldConfig/MultiPair.php | 1 + core/Settings/Measurable/MeasurableProperty.php | 1 + core/Settings/Measurable/MeasurableSetting.php | 1 + core/Settings/Measurable/MeasurableSettings.php | 2 ++ core/Settings/Plugin/SystemConfigSetting.php | 1 + core/Settings/Plugin/SystemSetting.php | 1 + core/Settings/Plugin/SystemSettings.php | 2 ++ core/Settings/Plugin/UserSetting.php | 1 + core/Settings/Plugin/UserSettings.php | 2 ++ core/Settings/Setting.php | 1 + core/Settings/Settings.php | 2 ++ core/Settings/Storage/Backend/BackendInterface.php | 2 ++ core/Settings/Storage/Backend/BaseSettingsTable.php | 2 ++ core/Settings/Storage/Backend/Cache.php | 1 + core/Settings/Storage/Backend/Config.php | 1 + .../Storage/Backend/MeasurableSettingsTable.php | 1 + core/Settings/Storage/Backend/NullBackend.php | 1 + .../Settings/Storage/Backend/PluginSettingsTable.php | 1 + core/Settings/Storage/Backend/SitesTable.php | 1 + core/Settings/Storage/Factory.php | 1 + core/Settings/Storage/Storage.php | 1 + core/SettingsPiwik.php | 2 ++ core/SettingsServer.php | 2 ++ core/Singleton.php | 1 + core/Site.php | 1 + core/SupportedBrowser.php | 1 + core/TCPDF.php | 1 + core/Theme.php | 2 ++ core/Timer.php | 2 ++ core/Tracker/Action.php | 1 + core/Tracker/ActionPageview.php | 1 + core/Tracker/Cache.php | 2 ++ core/Tracker/Db.php | 2 ++ core/Tracker/Db/DbException.php | 1 + core/Tracker/Db/Mysqli.php | 2 ++ core/Tracker/Db/Pdo/Mysql.php | 2 ++ core/Tracker/Failures.php | 1 + core/Tracker/FingerprintSalt.php | 1 + core/Tracker/GoalManager.php | 2 ++ core/Tracker/Handler.php | 1 + core/Tracker/Handler/Factory.php | 1 + core/Tracker/IgnoreCookie.php | 2 ++ core/Tracker/LogTable.php | 2 ++ core/Tracker/Model.php | 2 ++ core/Tracker/PageUrl.php | 1 + core/Tracker/Request.php | 2 ++ core/Tracker/RequestProcessor.php | 1 + core/Tracker/RequestSet.php | 2 ++ core/Tracker/ScheduledTasksRunner.php | 1 + core/Tracker/Settings.php | 2 ++ core/Tracker/TableLogAction.php | 1 + core/Tracker/TrackerCodeGenerator.php | 1 + core/Tracker/TrackerConfig.php | 2 ++ core/Tracker/Visit.php | 1 + core/Tracker/Visit/Factory.php | 2 ++ core/Tracker/Visit/ReferrerSpamFilter.php | 2 ++ core/Tracker/Visit/VisitProperties.php | 1 + core/Tracker/VisitExcluded.php | 2 ++ core/Tracker/VisitInterface.php | 1 + core/Tracker/Visitor.php | 2 ++ core/Tracker/VisitorNotFoundInDb.php | 1 + core/Tracker/VisitorRecognizer.php | 1 + core/Translation/Loader/DevelopmentLoader.php | 1 + core/Translation/Loader/JsonFileLoader.php | 1 + core/Translation/Loader/LoaderCache.php | 1 + core/Translation/Loader/LoaderInterface.php | 1 + core/Translation/Translator.php | 1 + core/Translation/Weblate/API.php | 2 ++ core/Twig.php | 2 ++ core/Unzip.php | 1 + core/UpdateCheck.php | 2 ++ core/UpdateCheck/ReleaseChannel.php | 2 ++ core/Updater.php | 2 ++ core/Updater/Migration.php | 2 ++ core/Updater/Migration/Config/Factory.php | 2 ++ core/Updater/Migration/Config/Set.php | 2 ++ core/Updater/Migration/Custom.php | 2 ++ core/Updater/Migration/Db.php | 2 ++ core/Updater/Migration/Db/AddColumn.php | 2 ++ core/Updater/Migration/Db/AddColumns.php | 2 ++ core/Updater/Migration/Db/AddIndex.php | 2 ++ core/Updater/Migration/Db/AddPrimaryKey.php | 2 ++ core/Updater/Migration/Db/AddUniqueKey.php | 2 ++ core/Updater/Migration/Db/BatchInsert.php | 2 ++ core/Updater/Migration/Db/BoundSql.php | 3 +++ core/Updater/Migration/Db/ChangeColumn.php | 2 ++ core/Updater/Migration/Db/ChangeColumnType.php | 2 ++ core/Updater/Migration/Db/ChangeColumnTypes.php | 2 ++ core/Updater/Migration/Db/CreateTable.php | 1 + core/Updater/Migration/Db/DropColumn.php | 2 ++ core/Updater/Migration/Db/DropColumns.php | 2 ++ core/Updater/Migration/Db/DropIndex.php | 2 ++ core/Updater/Migration/Db/DropPrimaryKey.php | 3 ++- core/Updater/Migration/Db/DropTable.php | 2 ++ core/Updater/Migration/Db/Factory.php | 2 ++ core/Updater/Migration/Db/Insert.php | 3 +++ core/Updater/Migration/Db/Sql.php | 3 +++ core/Updater/Migration/Factory.php | 2 ++ core/Updater/Migration/Plugin/Activate.php | 2 ++ core/Updater/Migration/Plugin/Deactivate.php | 2 ++ core/Updater/Migration/Plugin/Factory.php | 2 ++ core/Updater/Migration/Plugin/Uninstall.php | 2 ++ core/Updater/UpdateObserver.php | 2 ++ core/UpdaterErrorException.php | 1 + core/Updates.php | 3 +++ core/Updates/0.2.10.php | 1 + core/Updates/0.2.12.php | 1 + core/Updates/0.2.13.php | 1 + core/Updates/0.2.24.php | 1 + core/Updates/0.2.27.php | 1 + core/Updates/0.2.32.php | 1 + core/Updates/0.2.33.php | 1 + core/Updates/0.2.35.php | 1 + core/Updates/0.2.37.php | 1 + core/Updates/0.4.1.php | 1 + core/Updates/0.4.2.php | 1 + core/Updates/0.4.4.php | 1 + core/Updates/0.4.php | 1 + core/Updates/0.5.4.php | 1 + core/Updates/0.5.5.php | 1 + core/Updates/0.5.php | 1 + core/Updates/0.6-rc1.php | 1 + core/Updates/0.6.3.php | 1 + core/Updates/0.7.php | 1 + core/Updates/0.9.1.php | 1 + core/Updates/1.1.php | 1 + core/Updates/1.10-b4.php | 1 + core/Updates/1.10.1.php | 1 + core/Updates/1.10.2-b1.php | 1 + core/Updates/1.10.2-b2.php | 1 + core/Updates/1.11-b1.php | 1 + core/Updates/1.12-b1.php | 1 + core/Updates/1.12-b15.php | 1 + core/Updates/1.12-b16.php | 1 + core/Updates/1.2-rc1.php | 1 + core/Updates/1.2-rc2.php | 1 + core/Updates/1.2.3.php | 1 + core/Updates/1.2.5-rc1.php | 1 + core/Updates/1.2.5-rc7.php | 1 + core/Updates/1.4-rc1.php | 1 + core/Updates/1.4-rc2.php | 1 + core/Updates/1.5-b1.php | 1 + core/Updates/1.5-b2.php | 1 + core/Updates/1.5-b3.php | 1 + core/Updates/1.5-b4.php | 1 + core/Updates/1.5-b5.php | 1 + core/Updates/1.5-rc6.php | 1 + core/Updates/1.6-b1.php | 1 + core/Updates/1.6-rc1.php | 1 + core/Updates/1.7-b1.php | 1 + core/Updates/1.7.2-rc5.php | 1 + core/Updates/1.7.2-rc7.php | 1 + core/Updates/1.8.3-b1.php | 1 + core/Updates/1.8.4-b1.php | 1 + core/Updates/1.9-b16.php | 1 + core/Updates/1.9-b19.php | 1 + core/Updates/1.9-b9.php | 1 + core/Updates/1.9.1-b2.php | 1 + core/Updates/1.9.3-b10.php | 1 + core/Updates/1.9.3-b3.php | 1 + core/Updates/1.9.3-b8.php | 1 + core/Updates/2.0-a12.php | 2 ++ core/Updates/2.0-a13.php | 2 ++ core/Updates/2.0-a17.php | 2 ++ core/Updates/2.0-a7.php | 1 + core/Updates/2.0-b10.php | 1 + core/Updates/2.0-b13.php | 2 ++ core/Updates/2.0-b3.php | 1 + core/Updates/2.0-b9.php | 1 + core/Updates/2.0-rc1.php | 2 ++ core/Updates/2.0.3-b7.php | 1 + core/Updates/2.0.4-b5.php | 1 + core/Updates/2.0.4-b7.php | 1 + core/Updates/2.0.4-b8.php | 1 + core/Updates/2.1.1-b11.php | 2 ++ core/Updates/2.10.0-b10.php | 1 + core/Updates/2.10.0-b4.php | 1 + core/Updates/2.10.0-b5.php | 1 + core/Updates/2.10.0-b7.php | 1 + core/Updates/2.10.0-b8.php | 1 + core/Updates/2.11.0-b2.php | 2 ++ core/Updates/2.11.0-b4.php | 1 + core/Updates/2.11.0-b5.php | 1 + core/Updates/2.11.1-b4.php | 1 + core/Updates/2.13.0-b3.php | 1 + core/Updates/2.13.1.php | 1 + core/Updates/2.14.0-b1.php | 1 + core/Updates/2.14.0-b2.php | 1 + core/Updates/2.14.2.php | 1 + core/Updates/2.15.0-b12.php | 2 ++ core/Updates/2.15.0-b16.php | 1 + core/Updates/2.15.0-b17.php | 1 + core/Updates/2.15.0-b20.php | 1 + core/Updates/2.15.0-b3.php | 2 +- core/Updates/2.15.0.php | 1 + core/Updates/2.16.2-b2.php | 1 + core/Updates/2.16.2-rc2.php | 1 + core/Updates/2.16.3-b1.php | 1 + core/Updates/2.16.3-b2.php | 1 + core/Updates/2.16.3-rc2.php | 2 ++ core/Updates/2.16.5.php | 2 ++ core/Updates/2.2.3-b6.php | 2 ++ core/Updates/2.4.0-b1.php | 2 ++ core/Updates/2.4.0-b3.php | 2 ++ core/Updates/2.4.0-b4.php | 2 ++ core/Updates/2.4.0-b6.php | 2 ++ core/Updates/2.4.0-b8.php | 2 ++ core/Updates/2.5.0-b1.php | 2 ++ core/Updates/2.5.0-rc2.php | 1 + core/Updates/2.5.0-rc4.php | 1 + core/Updates/2.6.0-b1.php | 1 + core/Updates/2.7.0-b2.php | 1 + core/Updates/2.7.0-b4.php | 1 + core/Updates/2.9.0-b1.php | 1 + core/Updates/2.9.0-b7.php | 1 + core/Updates/3.0.0-b1.php | 1 + core/Updates/3.0.0-b3.php | 1 + core/Updates/3.0.0-b4.php | 1 + core/Updates/3.0.1-b1.php | 1 + core/Updates/3.10.0-b2.php | 1 + core/Updates/3.10.0-rc5.php | 1 + core/Updates/3.11.0-b1.php | 1 + core/Updates/3.12.0-b1.php | 1 + core/Updates/3.12.0-b7.php | 1 + core/Updates/3.13.1-b2.php | 1 + core/Updates/3.13.4-b1.php | 1 + core/Updates/3.13.5-rc1.php | 1 + core/Updates/3.5.0-b2.php | 1 + core/Updates/3.5.0-b4.php | 1 + core/Updates/3.5.0-rc2.php | 1 + core/Updates/3.5.1-b1.php | 1 + core/Updates/3.6.0-b2.php | 1 + core/Updates/3.6.0-b3.php | 1 + core/Updates/3.6.0-b4.php | 1 + core/Updates/3.6.1-b2.php | 1 + core/Updates/3.6.1-b3.php | 1 + core/Updates/3.7.0-b1.php | 1 + core/Updates/3.8.0-b3.php | 1 + core/Updates/3.8.0-b4.php | 1 + core/Updates/4.0.0-b1.php | 1 + core/Updates/4.0.0-b3.php | 1 + core/Updates/4.0.0-rc3.php | 1 + core/Updates/4.0.0-rc4.php | 1 + core/Updates/4.0.1-b1.php | 1 + core/Updates/4.0.4-b1.php | 1 + core/Updates/4.1.2-b1.php | 1 + core/Updates/4.1.2-b2.php | 1 + core/Updates/4.3.0-b3.php | 1 + core/Updates/4.3.0-b4.php | 1 + core/Updates/4.3.0-rc2.php | 1 + core/Updates/4.4.0-b1.php | 1 + core/Updates/4.5.0-b1.php | 1 + core/Updates/4.6.0-b1.php | 1 + core/Updates/4.6.0-b4.php | 1 + core/Updates/4.6.2-rc2.php | 1 + core/UrlHelper.php | 2 ++ core/Validators/BaseValidator.php | 1 + core/Validators/CharacterLength.php | 1 + core/Validators/DateTime.php | 1 + core/Validators/Email.php | 1 + core/Validators/Exception.php | 1 + core/Validators/IdSite.php | 1 + core/Validators/IpRanges.php | 1 + core/Validators/NotEmpty.php | 1 + core/Validators/NumberRange.php | 1 + core/Validators/Regex.php | 1 + core/Validators/UrlLike.php | 1 + core/Validators/WhitelistedValue.php | 1 + core/View.php | 2 ++ core/View/HtmlEmailFooterView.php | 2 +- core/View/HtmlReportEmailHeaderView.php | 1 + core/View/MethodCallExpression.php | 1 + core/View/OneClickDone.php | 1 + core/View/RenderTokenParser.php | 2 ++ core/View/SecurityPolicy.php | 2 ++ core/View/UIControl.php | 2 ++ core/View/ViewInterface.php | 1 + core/ViewDataTable/Config.php | 1 + core/ViewDataTable/Factory.php | 2 ++ core/ViewDataTable/Manager.php | 2 ++ core/ViewDataTable/Request.php | 1 + core/ViewDataTable/RequestConfig.php | 3 ++- core/Visualization/Sparkline.php | 1 + core/Widget/Widget.php | 3 +++ core/Widget/WidgetConfig.php | 2 ++ core/Widget/WidgetContainerConfig.php | 2 ++ core/Widget/WidgetsList.php | 2 ++ core/bootstrap.php | 1 + core/dispatch.php | 1 + js/index.php | 2 ++ js/tracker.php | 2 ++ matomo.php | 1 + plugins/API/API.php | 2 ++ plugins/API/Controller.php | 2 ++ plugins/API/DataTable/MergeDataTables.php | 2 ++ plugins/API/Filter/DataComparisonFilter.php | 1 + .../DataComparisonFilter/ComparisonRowGenerator.php | 1 + plugins/API/Glossary.php | 1 + plugins/API/Menu.php | 2 ++ plugins/API/ProcessedReport.php | 2 ++ plugins/API/Renderer/Console.php | 2 ++ plugins/API/Renderer/Csv.php | 2 ++ plugins/API/Renderer/Html.php | 2 ++ plugins/API/Renderer/Json.php | 2 ++ plugins/API/Renderer/Original.php | 2 ++ plugins/API/Renderer/Rss.php | 2 ++ plugins/API/Renderer/Tsv.php | 2 ++ plugins/API/Renderer/Xml.php | 2 ++ plugins/API/Reports/Get.php | 2 ++ plugins/API/RowEvolution.php | 2 ++ plugins/API/SegmentMetadata.php | 2 ++ plugins/API/WidgetMetadata.php | 2 ++ plugins/API/config/config.php | 1 + plugins/API/config/tracker.php | 1 + plugins/API/tests/Integration/APITest.php | 1 + .../ComparisonRowGeneratorTest.php | 1 + plugins/API/tests/Integration/RowEvolutionTest.php | 1 + plugins/API/tests/Integration/RssRendererTest.php | 1 + plugins/API/tests/System/AutoSuggestAPITest.php | 1 + .../API/tests/System/GetSegmentsMetadataAPITest.php | 1 + plugins/API/tests/Unit/ConsoleRendererTest.php | 1 + plugins/API/tests/Unit/CsvRendererTest.php | 1 + .../API/tests/Unit/DataTable/MergeDataTablesTest.php | 2 +- plugins/API/tests/Unit/HtmlRendererTest.php | 1 + plugins/API/tests/Unit/JsonRendererTest.php | 1 + plugins/API/tests/Unit/OriginalRendererTest.php | 1 + plugins/API/tests/Unit/WidgetMetadataTest.php | 1 + plugins/API/tests/Unit/XmlRendererTest.php | 1 + plugins/Actions/Actions.php | 2 ++ plugins/Actions/Actions/ActionClickUrl.php | 1 + plugins/Actions/Actions/ActionDownloadUrl.php | 2 ++ plugins/Actions/Actions/ActionSiteSearch.php | 1 + plugins/Actions/Archiver.php | 2 ++ plugins/Actions/ArchivingHelper.php | 2 ++ plugins/Actions/Categories/DownloadsSubcategory.php | 2 ++ plugins/Actions/Categories/EntryPagesSubcategory.php | 2 ++ plugins/Actions/Categories/ExitPagesSubcategory.php | 2 ++ plugins/Actions/Categories/OutlinksSubcategory.php | 2 ++ plugins/Actions/Categories/PageTitlesSubcategory.php | 2 ++ plugins/Actions/Categories/PagesSubcategory.php | 2 ++ plugins/Actions/Categories/SiteSearchSubcategory.php | 2 ++ plugins/Actions/Columns/ActionType.php | 2 ++ plugins/Actions/Columns/ActionUrl.php | 2 ++ plugins/Actions/Columns/ClickedUrl.php | 2 ++ plugins/Actions/Columns/DestinationPage.php | 2 ++ plugins/Actions/Columns/DownloadUrl.php | 2 ++ plugins/Actions/Columns/EntryPageTitle.php | 2 ++ plugins/Actions/Columns/EntryPageUrl.php | 2 ++ plugins/Actions/Columns/ExitPageTitle.php | 2 ++ plugins/Actions/Columns/ExitPageUrl.php | 2 ++ plugins/Actions/Columns/IdPageview.php | 2 ++ plugins/Actions/Columns/Keyword.php | 2 ++ .../Actions/Columns/KeywordwithNoSearchResult.php | 2 ++ .../Columns/Metrics/AveragePageGenerationTime.php | 2 ++ .../Actions/Columns/Metrics/AverageTimeOnPage.php | 2 ++ plugins/Actions/Columns/Metrics/BounceRate.php | 2 ++ plugins/Actions/Columns/Metrics/ExitRate.php | 2 ++ plugins/Actions/Columns/PageGenerationTime.php | 2 ++ plugins/Actions/Columns/PageTitle.php | 2 ++ plugins/Actions/Columns/PageUrl.php | 2 ++ plugins/Actions/Columns/PageViewPosition.php | 2 ++ plugins/Actions/Columns/SearchCategory.php | 2 ++ plugins/Actions/Columns/SearchCount.php | 2 ++ plugins/Actions/Columns/SearchDestinationPage.php | 2 ++ plugins/Actions/Columns/SearchKeyword.php | 2 ++ plugins/Actions/Columns/SearchNoResultKeyword.php | 2 ++ plugins/Actions/Columns/TimeSpentRefAction.php | 2 ++ plugins/Actions/Columns/VisitTotalActions.php | 2 ++ plugins/Actions/Columns/VisitTotalInteractions.php | 2 ++ plugins/Actions/Columns/VisitTotalSearches.php | 2 ++ plugins/Actions/Metrics.php | 2 ++ plugins/Actions/RecordBuilders/ActionReports.php | 1 + plugins/Actions/RecordBuilders/SearchCategories.php | 1 + plugins/Actions/Reports/Base.php | 2 ++ plugins/Actions/Reports/Get.php | 2 ++ plugins/Actions/Reports/GetDownloads.php | 2 ++ plugins/Actions/Reports/GetExitPageTitles.php | 2 ++ plugins/Actions/Reports/GetExitPageUrls.php | 2 ++ plugins/Actions/Reports/GetOutlinks.php | 2 ++ .../Reports/GetPageTitlesFollowingSiteSearch.php | 2 ++ .../Reports/GetPageUrlsFollowingSiteSearch.php | 2 ++ plugins/Actions/Reports/GetSiteSearchCategories.php | 2 ++ plugins/Actions/Reports/GetSiteSearchKeywords.php | 2 ++ .../Reports/GetSiteSearchNoResultKeywords.php | 2 ++ plugins/Actions/Reports/SiteSearchBase.php | 2 ++ plugins/Actions/Segment.php | 2 ++ plugins/Actions/Tracker/ActionsRequestProcessor.php | 1 + plugins/Actions/VisitorDetails.php | 2 ++ plugins/Actions/config/config.php | 1 + plugins/Actions/config/tracker.php | 1 + .../tests/Integration/ActionSiteSearchTest.php | 1 + .../tests/System/ApiInvalidParameterTypeTest.php | 1 + plugins/Actions/tests/System/ApiTest.php | 1 + plugins/Actions/tests/Unit/ArchiverTest.php | 1 + plugins/Annotations/API.php | 2 ++ plugins/Annotations/AnnotationList.php | 2 ++ plugins/Annotations/Annotations.php | 2 ++ plugins/Annotations/Controller.php | 2 ++ plugins/Annotations/config/config.php | 1 + plugins/Annotations/config/tracker.php | 1 + plugins/Annotations/tests/System/AnnotationsTest.php | 2 ++ plugins/BulkTracking/BulkTracking.php | 3 +++ plugins/BulkTracking/Tracker/Handler.php | 1 + plugins/BulkTracking/Tracker/Requests.php | 2 ++ plugins/BulkTracking/Tracker/Response.php | 2 ++ plugins/BulkTracking/config/config.php | 1 + plugins/BulkTracking/config/tracker.php | 1 + .../tests/Fixtures/SimpleFixtureTrackFewVisits.php | 2 ++ .../tests/Framework/Mock/Tracker/Requests.php | 12 ++++++------ .../tests/Framework/Mock/Tracker/Response.php | 12 ++++++------ .../Framework/TestCase/BulkTrackingTestCase.php | 1 + .../tests/Integration/BulkTrackingTest.php | 1 + .../BulkTracking/tests/Integration/HandlerTest.php | 1 + .../BulkTracking/tests/Integration/RequestsTest.php | 1 + .../BulkTracking/tests/Integration/TrackerTest.php | 1 + plugins/BulkTracking/tests/Mock/TrackerResponse.php | 1 + plugins/BulkTracking/tests/System/TrackerTest.php | 1 + plugins/BulkTracking/tests/Unit/RequestsTest.php | 1 + plugins/BulkTracking/tests/Unit/ResponseTest.php | 1 + plugins/Contents/API.php | 2 ++ plugins/Contents/Actions/ActionContent.php | 1 + plugins/Contents/Archiver.php | 2 ++ plugins/Contents/Categories/ContentsSubcategory.php | 2 ++ plugins/Contents/Columns/ContentInteraction.php | 2 ++ plugins/Contents/Columns/ContentName.php | 2 ++ plugins/Contents/Columns/ContentPiece.php | 2 ++ plugins/Contents/Columns/ContentTarget.php | 2 ++ plugins/Contents/Columns/Metrics/InteractionRate.php | 1 + plugins/Contents/Contents.php | 2 ++ plugins/Contents/Dimensions.php | 2 ++ plugins/Contents/RecordBuilders/ContentRecords.php | 1 + plugins/Contents/Reports/Base.php | 2 ++ plugins/Contents/Reports/GetContentNames.php | 2 ++ plugins/Contents/Reports/GetContentPieces.php | 2 ++ plugins/Contents/VisitorDetails.php | 2 ++ plugins/Contents/Widgets/ContentsByDimension.php | 2 ++ plugins/Contents/config/config.php | 1 + plugins/Contents/config/tracker.php | 1 + .../tests/Fixtures/TwoVisitsWithContents.php | 2 ++ plugins/Contents/tests/System/ContentsTest.php | 2 ++ plugins/CoreAdminHome/API.php | 2 ++ plugins/CoreAdminHome/Commands/DeleteLogsData.php | 1 + .../Commands/FixDuplicateLogActions.php | 2 ++ plugins/CoreAdminHome/Commands/MigrateTokenAuths.php | 1 + .../CoreAdminHome/Commands/OptimizeArchiveTables.php | 1 + .../CoreAdminHome/Commands/PurgeOldArchiveData.php | 2 ++ plugins/CoreAdminHome/Commands/RunScheduledTasks.php | 1 + plugins/CoreAdminHome/Commands/SetConfig.php | 1 + .../Commands/SetConfig/ConfigSettingManipulation.php | 1 + plugins/CoreAdminHome/Commands/VersionInfo.php | 2 +- plugins/CoreAdminHome/Controller.php | 2 ++ plugins/CoreAdminHome/CoreAdminHome.php | 2 ++ plugins/CoreAdminHome/CustomLogo.php | 2 ++ .../Emails/JsTrackingCodeMissingEmail.php | 1 + .../Emails/RecoveryCodesRegeneratedEmail.php | 1 + .../Emails/RecoveryCodesShowedEmail.php | 1 + .../Emails/SecurityNotificationEmail.php | 1 + .../CoreAdminHome/Emails/SettingsChangedEmail.php | 1 + .../CoreAdminHome/Emails/TokenAuthCreatedEmail.php | 1 + .../CoreAdminHome/Emails/TokenAuthDeletedEmail.php | 1 + .../CoreAdminHome/Emails/TrackingFailuresEmail.php | 1 + .../Emails/TwoFactorAuthDisabledEmail.php | 1 + .../Emails/TwoFactorAuthEnabledEmail.php | 1 + .../Emails/UserAcceptInvitationEmail.php | 1 + plugins/CoreAdminHome/Emails/UserCreatedEmail.php | 1 + .../Emails/UserDeclinedInvitationEmail.php | 1 + plugins/CoreAdminHome/Emails/UserDeletedEmail.php | 1 + plugins/CoreAdminHome/Menu.php | 2 ++ .../CoreAdminHome/Model/DuplicateActionRemover.php | 2 ++ plugins/CoreAdminHome/OptOutManager.php | 2 ++ plugins/CoreAdminHome/SystemSettings.php | 1 + plugins/CoreAdminHome/Tasks.php | 2 ++ .../Tasks/ArchivesToPurgeDistributedList.php | 2 ++ .../CoreAdminHome/Widgets/GetTrackingFailures.php | 2 ++ plugins/CoreAdminHome/config/config.php | 1 + plugins/CoreAdminHome/config/tracker.php | 1 + .../CoreAdminHome/tests/Fixture/DuplicateActions.php | 2 ++ .../CoreAdminHome/tests/Fixture/TrackingFailures.php | 2 ++ .../tests/Fixtures/SimpleFixtureTrackFewVisits.php | 2 ++ plugins/CoreAdminHome/tests/Framework/Mock/API.php | 12 ++++++------ plugins/CoreAdminHome/tests/Integration/APITest.php | 1 + .../ArchivesToPurgeDistributedListTest.php | 1 + .../Integration/Commands/DeleteLogsDataTest.php | 2 ++ .../Commands/InvalidateReportDataTest.php | 1 + .../Commands/OptimizeArchiveTablesTest.php | 2 +- .../Integration/Commands/PurgeOldArchiveDataTest.php | 2 ++ .../tests/Integration/Commands/SetConfigTest.php | 1 + .../tests/Integration/FixDuplicateActionsTest.php | 2 ++ .../Integration/Model/DuplicateActionRemoverTest.php | 2 ++ .../CoreAdminHome/tests/Integration/TasksTest.php | 2 ++ .../tests/System/TrackingFailuresTest.php | 1 + .../Unit/SetConfig/ConfigSettingManipulationTest.php | 1 + plugins/CoreConsole/Commands/BuildTracker.php | 1 + plugins/CoreConsole/Commands/ClearCaches.php | 1 + plugins/CoreConsole/Commands/ComputeJsAssetSize.php | 1 + plugins/CoreConsole/Commands/CoreArchiver.php | 2 ++ plugins/CoreConsole/Commands/DevelopmentEnable.php | 1 + .../Commands/DevelopmentManageTestFiles.php | 2 ++ .../Commands/DevelopmentSyncProcessedSystemTests.php | 1 + plugins/CoreConsole/Commands/GenerateApi.php | 1 + plugins/CoreConsole/Commands/GenerateArchiver.php | 1 + plugins/CoreConsole/Commands/GenerateCommand.php | 1 + plugins/CoreConsole/Commands/GenerateController.php | 1 + plugins/CoreConsole/Commands/GenerateDimension.php | 1 + plugins/CoreConsole/Commands/GenerateMenu.php | 1 + plugins/CoreConsole/Commands/GeneratePlugin.php | 1 + plugins/CoreConsole/Commands/GeneratePluginBase.php | 1 + plugins/CoreConsole/Commands/GenerateReport.php | 1 + .../CoreConsole/Commands/GenerateScheduledTask.php | 1 + plugins/CoreConsole/Commands/GenerateSettings.php | 1 + plugins/CoreConsole/Commands/GenerateSystemCheck.php | 1 + plugins/CoreConsole/Commands/GenerateTest.php | 1 + plugins/CoreConsole/Commands/GenerateUpdate.php | 1 + .../Commands/GenerateVisualizationPlugin.php | 1 + .../Commands/GenerateVueConstructBase.php | 1 + plugins/CoreConsole/Commands/GenerateWidget.php | 1 + plugins/CoreConsole/Commands/GetSegmentSql.php | 1 + plugins/CoreConsole/Commands/GitCommit.php | 1 + plugins/CoreConsole/Commands/GitPull.php | 1 + plugins/CoreConsole/Commands/GitPush.php | 1 + plugins/CoreConsole/Commands/TestEmail.php | 1 + plugins/CoreConsole/Commands/WatchLog.php | 1 + plugins/CoreConsole/CoreConsole.php | 1 + plugins/CoreConsole/config/config.php | 1 + plugins/CoreConsole/config/tracker.php | 1 + plugins/CoreConsole/tests/System/ArchiveCronTest.php | 2 ++ plugins/CoreHome/Categories/ActionsCategory.php | 2 ++ plugins/CoreHome/Categories/DevicesSubcategory.php | 2 ++ .../CoreHome/Categories/EngagementSubcategory.php | 2 ++ plugins/CoreHome/Categories/GenericCategory.php | 2 ++ plugins/CoreHome/Categories/SoftwareSubcategory.php | 2 ++ plugins/CoreHome/Categories/VisitorsCategory.php | 2 ++ .../Categories/VisitorsOverviewSubcategory.php | 2 ++ plugins/CoreHome/Columns/IdSite.php | 2 ++ plugins/CoreHome/Columns/LinkVisitActionId.php | 1 + plugins/CoreHome/Columns/LinkVisitActionIdPages.php | 1 + plugins/CoreHome/Columns/Metrics/ActionsPerVisit.php | 2 ++ .../CoreHome/Columns/Metrics/AverageTimeOnSite.php | 2 ++ plugins/CoreHome/Columns/Metrics/BounceRate.php | 2 ++ .../Columns/Metrics/CallableProcessedMetric.php | 2 ++ plugins/CoreHome/Columns/Metrics/ConversionRate.php | 2 ++ plugins/CoreHome/Columns/Metrics/EvolutionMetric.php | 1 + plugins/CoreHome/Columns/Metrics/VisitsPercent.php | 1 + plugins/CoreHome/Columns/Profilable.php | 2 ++ plugins/CoreHome/Columns/ServerMinute.php | 2 ++ plugins/CoreHome/Columns/ServerTime.php | 2 ++ plugins/CoreHome/Columns/UserId.php | 2 ++ plugins/CoreHome/Columns/VisitFirstActionMinute.php | 2 ++ plugins/CoreHome/Columns/VisitFirstActionTime.php | 2 ++ plugins/CoreHome/Columns/VisitGoalBuyer.php | 2 ++ plugins/CoreHome/Columns/VisitGoalConverted.php | 2 ++ plugins/CoreHome/Columns/VisitId.php | 1 + plugins/CoreHome/Columns/VisitIp.php | 1 + plugins/CoreHome/Columns/VisitLastActionDate.php | 2 ++ .../CoreHome/Columns/VisitLastActionDayOfMonth.php | 2 ++ .../CoreHome/Columns/VisitLastActionDayOfWeek.php | 2 ++ .../CoreHome/Columns/VisitLastActionDayOfYear.php | 2 ++ plugins/CoreHome/Columns/VisitLastActionMinute.php | 2 ++ plugins/CoreHome/Columns/VisitLastActionMonth.php | 2 ++ plugins/CoreHome/Columns/VisitLastActionQuarter.php | 2 ++ plugins/CoreHome/Columns/VisitLastActionSecond.php | 2 ++ plugins/CoreHome/Columns/VisitLastActionTime.php | 2 ++ .../CoreHome/Columns/VisitLastActionWeekOfYear.php | 2 ++ plugins/CoreHome/Columns/VisitLastActionYear.php | 2 ++ plugins/CoreHome/Columns/VisitTotalTime.php | 2 ++ plugins/CoreHome/Columns/VisitorDaysSinceFirst.php | 1 + plugins/CoreHome/Columns/VisitorDaysSinceOrder.php | 1 + plugins/CoreHome/Columns/VisitorFingerprint.php | 1 + plugins/CoreHome/Columns/VisitorReturning.php | 2 ++ .../CoreHome/Columns/VisitorSecondsSinceFirst.php | 2 ++ .../CoreHome/Columns/VisitorSecondsSinceOrder.php | 2 ++ plugins/CoreHome/Columns/VisitsCount.php | 2 ++ plugins/CoreHome/Controller.php | 2 ++ plugins/CoreHome/CoreHome.php | 2 ++ .../DataTableRowAction/MultiRowEvolution.php | 2 ++ plugins/CoreHome/DataTableRowAction/RowEvolution.php | 2 ++ plugins/CoreHome/LoginAllowlist.php | 2 ++ plugins/CoreHome/Menu.php | 2 ++ plugins/CoreHome/Segment.php | 2 ++ plugins/CoreHome/SystemSummary/Item.php | 2 ++ plugins/CoreHome/Tracker/LogTable/Action.php | 1 + plugins/CoreHome/Tracker/LogTable/Conversion.php | 1 + plugins/CoreHome/Tracker/LogTable/ConversionItem.php | 1 + .../CoreHome/Tracker/LogTable/LinkVisitAction.php | 1 + plugins/CoreHome/Tracker/LogTable/Visit.php | 1 + plugins/CoreHome/Tracker/VisitRequestProcessor.php | 1 + plugins/CoreHome/VisitorDetails.php | 2 ++ plugins/CoreHome/Widgets/GetDonateForm.php | 2 ++ plugins/CoreHome/Widgets/GetPromoVideo.php | 2 ++ plugins/CoreHome/Widgets/GetSystemSummary.php | 2 ++ plugins/CoreHome/Widgets/QuickLinks.php | 2 -- plugins/CoreHome/config/tracker.php | 1 + plugins/CoreHome/tests/Integration/ChangesTest.php | 1 + .../CoreHome/tests/Integration/Column/UserIdTest.php | 1 + .../Integration/Column/VisitLastActionTimeTest.php | 1 + .../Columns/Metrics/EvolutionMetricTest.php | 1 + plugins/CoreHome/tests/Integration/CoreHomeTest.php | 1 + .../tests/Integration/LoginAllowlistTest.php | 1 + .../Tracker/VisitRequestProcessorTest.php | 1 + .../tests/Unit/Columns/VisitorReturningTest.php | 1 + .../Unit/Columns/VisitorSecondsSinceFirstTest.php | 1 + .../Unit/Columns/VisitorSecondsSinceOrderTest.php | 1 + .../CoreHome/tests/Unit/Columns/VisitsCountTest.php | 2 +- plugins/CoreHome/tests/Unit/CoreHomeTest.php | 1 + plugins/CoreHome/tests/Unit/EvolutionMetricTest.php | 1 + plugins/CorePluginsAdmin/Commands/ActivatePlugin.php | 1 + .../CorePluginsAdmin/Commands/DeactivatePlugin.php | 1 + plugins/CorePluginsAdmin/Commands/ListPlugins.php | 1 + .../CorePluginsAdmin/Commands/UninstallPlugin.php | 1 + plugins/CorePluginsAdmin/Controller.php | 2 ++ plugins/CorePluginsAdmin/CorePluginsAdmin.php | 2 ++ plugins/CorePluginsAdmin/Model/TagManagerTeaser.php | 2 ++ plugins/CorePluginsAdmin/PluginInstaller.php | 2 ++ .../CorePluginsAdmin/PluginInstallerException.php | 2 ++ plugins/CorePluginsAdmin/SettingsMetadata.php | 2 ++ plugins/CorePluginsAdmin/config/config.php | 1 + plugins/CorePluginsAdmin/config/tracker.php | 1 + .../CorePluginsAdmin/tests/Integration/ApiTest.php | 1 + .../tests/Integration/TagManagerTeaserTest.php | 1 + plugins/CoreUpdater/ArchiveDownloadException.php | 1 + plugins/CoreUpdater/Commands/ConvertToUtf8mb4.php | 2 ++ plugins/CoreUpdater/Commands/SecurityFiles.php | 2 ++ plugins/CoreUpdater/Commands/Update.php | 2 ++ .../Commands/Update/CliUpdateObserver.php | 2 ++ plugins/CoreUpdater/Controller.php | 2 ++ plugins/CoreUpdater/CoreUpdater.php | 2 ++ plugins/CoreUpdater/Diagnostic/HttpsUpdateCheck.php | 1 + plugins/CoreUpdater/Model.php | 2 ++ plugins/CoreUpdater/NoUpdatesFoundException.php | 2 ++ plugins/CoreUpdater/ReleaseChannel.php | 2 ++ plugins/CoreUpdater/ReleaseChannel/LatestBeta.php | 2 ++ .../CoreUpdater/ReleaseChannel/LatestCurrentBeta.php | 2 ++ .../ReleaseChannel/LatestCurrentStable.php | 2 ++ plugins/CoreUpdater/ReleaseChannel/LatestStable.php | 2 ++ plugins/CoreUpdater/SystemSettings.php | 1 + plugins/CoreUpdater/Tasks.php | 2 ++ plugins/CoreUpdater/UpdateCommunication.php | 2 ++ plugins/CoreUpdater/Updater.php | 1 + plugins/CoreUpdater/UpdaterException.php | 1 + plugins/CoreUpdater/config/tracker.php | 1 + .../tests/Fixtures/DbUpdaterTestFixture.php | 1 + .../tests/Fixtures/FailUpdateHttpsFixture.php | 1 + .../tests/Integration/Commands/UpdateTest.php | 2 ++ .../tests/Integration/ReleaseChannelTest.php | 1 + .../tests/Integration/UpdateCommunicationTest.php | 1 + plugins/CoreUpdater/tests/Mock/UpdaterMock.php | 1 + plugins/CoreUpdater/tests/Unit/ModelTest.php | 1 + plugins/CoreVisualizations/CoreVisualizations.php | 1 + plugins/CoreVisualizations/JqplotDataGenerator.php | 1 + .../CoreVisualizations/JqplotDataGenerator/Chart.php | 2 ++ plugins/CoreVisualizations/Visualizations/Cloud.php | 2 ++ .../Visualizations/Cloud/Config.php | 1 + .../Visualizations/EvolutionPeriodSelector.php | 2 ++ plugins/CoreVisualizations/Visualizations/Graph.php | 2 ++ .../Visualizations/Graph/Config.php | 1 + .../CoreVisualizations/Visualizations/HtmlTable.php | 2 ++ .../Visualizations/HtmlTable/AllColumns.php | 1 + .../Visualizations/HtmlTable/Config.php | 1 + .../Visualizations/HtmlTable/RequestConfig.php | 1 + .../Visualizations/JqplotGraph.php | 2 ++ .../Visualizations/JqplotGraph/Bar.php | 1 + .../Visualizations/JqplotGraph/Config.php | 1 + .../Visualizations/JqplotGraph/Evolution/Config.php | 1 + .../Visualizations/JqplotGraph/Pie.php | 1 + .../CoreVisualizations/Visualizations/Sparkline.php | 2 ++ .../Visualizations/Sparklines/Config.php | 2 ++ plugins/CoreVisualizations/config/config.php | 1 + plugins/CoreVisualizations/config/tracker.php | 1 + .../Integration/EvolutionPeriodSelectorTest.php | 1 + .../tests/Integration/SparklinesConfigTest.php | 1 + plugins/CoreVisualizations/tests/Unit/GraphTest.php | 1 + .../tests/Unit/JqplotDataGenerator/ChartTest.php | 1 + .../tests/Unit/SparklinesConfigTest.php | 2 ++ plugins/CoreVue/Commands/Build.php | 1 + plugins/CoreVue/Commands/BuildPolyfill.php | 1 + plugins/CoreVue/Commands/GenerateVueComponent.php | 1 + plugins/CoreVue/CoreVue.php | 1 + plugins/CustomDimensions/API.php | 3 ++- plugins/CustomDimensions/Archiver.php | 2 ++ .../Columns/Metrics/AverageTimeOnDimension.php | 2 ++ plugins/CustomDimensions/Controller.php | 2 ++ plugins/CustomDimensions/CustomDimension.php | 2 ++ plugins/CustomDimensions/CustomDimensions.php | 2 ++ plugins/CustomDimensions/Dao/AutoSuggest.php | 1 + plugins/CustomDimensions/Dao/Configuration.php | 1 + plugins/CustomDimensions/Dao/LogTable.php | 2 ++ .../DataTable/Filter/AddSegmentMetadata.php | 2 ++ .../DataTable/Filter/AddSubtableSegmentMetadata.php | 2 ++ .../DataTable/Filter/RemoveUserIfNeeded.php | 2 ++ plugins/CustomDimensions/Dimension/Active.php | 1 + plugins/CustomDimensions/Dimension/CaseSensitive.php | 1 + .../Dimension/CustomActionDimension.php | 2 ++ .../Dimension/CustomVisitDimension.php | 1 + plugins/CustomDimensions/Dimension/Dimension.php | 1 + plugins/CustomDimensions/Dimension/Extraction.php | 1 + plugins/CustomDimensions/Dimension/Extractions.php | 1 + plugins/CustomDimensions/Dimension/Index.php | 1 + plugins/CustomDimensions/Dimension/Name.php | 1 + plugins/CustomDimensions/Dimension/Scope.php | 1 + plugins/CustomDimensions/GetCustomDimension.php | 1 + plugins/CustomDimensions/Menu.php | 1 + .../ProfileSummary/VisitScopeSummary.php | 1 + .../RecordBuilders/CustomDimension.php | 1 + .../Tracker/CustomDimensionsRequestProcessor.php | 1 + plugins/CustomDimensions/Updates/0.1.2.php | 1 + plugins/CustomDimensions/Updates/3.1.7.php | 1 + plugins/CustomDimensions/VisitorDetails.php | 2 ++ .../TrackVisitsWithCustomDimensionsFixture.php | 2 ++ .../CustomDimensions/tests/Integration/ApiTest.php | 1 + .../tests/Integration/CustomDimensionsTest.php | 1 + .../tests/Integration/Dao/ConfigurationTest.php | 1 + .../tests/Integration/Dao/LogTableTest.php | 1 + .../DataTable/Filter/RemoveUserIfNeededTest.php | 1 + .../tests/Integration/Dimension/DimensionTest.php | 1 + .../tests/Integration/Dimension/ExtractionTest.php | 1 + .../tests/Integration/Dimension/IndexTest.php | 1 + .../tests/Integration/SegmentTest.php | 1 + .../Tracker/CustomDimensionsRequestProcessorTest.php | 1 + plugins/CustomDimensions/tests/System/ApiTest.php | 1 + .../tests/System/AutoSuggestTest.php | 1 + .../Unit/DataTable/Filter/AddSegmentMetadataTest.php | 2 ++ .../tests/Unit/Dimension/ActiveTest.php | 2 ++ .../tests/Unit/Dimension/CaseSensitiveTest.php | 2 ++ .../tests/Unit/Dimension/ExtractionsTest.php | 2 ++ .../tests/Unit/Dimension/NameTest.php | 2 ++ .../tests/Unit/Dimension/ScopeTest.php | 2 ++ plugins/CustomJsTracker/API.php | 1 + plugins/CustomJsTracker/Commands/UpdateTracker.php | 1 + plugins/CustomJsTracker/CustomJsTracker.php | 1 + .../CustomJsTracker/Diagnostic/TrackerJsCheck.php | 2 ++ .../Exception/AccessDeniedException.php | 1 + plugins/CustomJsTracker/File.php | 1 + plugins/CustomJsTracker/Tasks.php | 1 + plugins/CustomJsTracker/TrackerUpdater.php | 1 + .../TrackingCode/JsTestPluginTrackerFiles.php | 2 ++ .../TrackingCode/PiwikJsManipulator.php | 1 + .../TrackingCode/PluginTrackerFiles.php | 2 ++ plugins/CustomJsTracker/config/tracker.php | 1 + .../tests/Framework/Mock/PluginTrackerFilesMock.php | 1 + .../CustomJsTracker/tests/Integration/ApiTest.php | 1 + .../CustomJsTracker/tests/Integration/FileTest.php | 1 + .../tests/Integration/PiwikJsManipulatorTest.php | 1 + .../tests/Integration/PluginTrackerFilesTest.php | 1 + .../tests/Integration/TrackerUpdaterTest.php | 1 + .../tests/System/PiwikJsContentTest.php | 1 + plugins/DBStats/API.php | 2 ++ plugins/DBStats/Controller.php | 2 ++ plugins/DBStats/DBStats.php | 2 ++ plugins/DBStats/Menu.php | 2 ++ plugins/DBStats/MySQLMetadataDataAccess.php | 2 ++ plugins/DBStats/MySQLMetadataProvider.php | 2 ++ plugins/DBStats/Reports/Base.php | 2 ++ plugins/DBStats/Reports/GetAdminDataSummary.php | 2 ++ plugins/DBStats/Reports/GetDatabaseUsageSummary.php | 2 ++ .../DBStats/Reports/GetIndividualMetricsSummary.php | 2 ++ .../DBStats/Reports/GetIndividualReportsSummary.php | 2 ++ plugins/DBStats/Reports/GetMetricDataSummary.php | 2 ++ .../DBStats/Reports/GetMetricDataSummaryByYear.php | 2 ++ plugins/DBStats/Reports/GetReportDataSummary.php | 2 ++ .../DBStats/Reports/GetReportDataSummaryByYear.php | 2 ++ plugins/DBStats/Reports/GetTrackerDataSummary.php | 2 ++ plugins/DBStats/Tasks.php | 2 ++ plugins/DBStats/config/config.php | 1 + plugins/DBStats/config/tracker.php | 1 + plugins/DBStats/tests/Mocks/MockDataAccess.php | 2 ++ plugins/Dashboard/API.php | 2 ++ plugins/Dashboard/Categories/DashboardCategory.php | 2 ++ plugins/Dashboard/Controller.php | 2 ++ plugins/Dashboard/Dashboard.php | 2 ++ plugins/Dashboard/Menu.php | 1 + plugins/Dashboard/Model.php | 2 ++ plugins/Dashboard/config/config.php | 1 + plugins/Dashboard/config/tracker.php | 1 + plugins/Dashboard/tests/Integration/APITest.php | 1 + plugins/DevicePlugins/API.php | 2 ++ plugins/DevicePlugins/Archiver.php | 1 + plugins/DevicePlugins/Columns/DevicePluginColumn.php | 2 ++ plugins/DevicePlugins/Columns/Plugin.php | 2 ++ plugins/DevicePlugins/Columns/PluginCookie.php | 2 ++ plugins/DevicePlugins/Columns/PluginFlash.php | 2 ++ plugins/DevicePlugins/Columns/PluginJava.php | 2 ++ plugins/DevicePlugins/Columns/PluginPdf.php | 2 ++ plugins/DevicePlugins/Columns/PluginQuickTime.php | 2 ++ plugins/DevicePlugins/Columns/PluginRealPlayer.php | 2 ++ plugins/DevicePlugins/Columns/PluginSilverlight.php | 2 ++ plugins/DevicePlugins/Columns/PluginWindowsMedia.php | 2 ++ plugins/DevicePlugins/DevicePlugins.php | 2 ++ .../DevicePlugins/RecordBuilders/DevicePlugins.php | 1 + plugins/DevicePlugins/Reports/Base.php | 2 ++ plugins/DevicePlugins/Reports/GetPlugin.php | 2 ++ plugins/DevicePlugins/VisitorDetails.php | 2 ++ plugins/DevicePlugins/config/config.php | 1 + plugins/DevicePlugins/config/tracker.php | 1 + plugins/DevicePlugins/functions.php | 1 + plugins/DevicesDetection/API.php | 1 + plugins/DevicesDetection/Archiver.php | 1 + plugins/DevicesDetection/Columns/Base.php | 2 ++ plugins/DevicesDetection/Columns/BrowserEngine.php | 2 ++ plugins/DevicesDetection/Columns/BrowserName.php | 2 ++ plugins/DevicesDetection/Columns/ClientType.php | 2 ++ plugins/DevicesDetection/Columns/DeviceBrand.php | 2 ++ plugins/DevicesDetection/Columns/DeviceModel.php | 2 ++ plugins/DevicesDetection/Columns/DeviceType.php | 2 ++ plugins/DevicesDetection/Columns/Os.php | 2 ++ plugins/DevicesDetection/Columns/OsVersion.php | 2 ++ plugins/DevicesDetection/Controller.php | 2 ++ plugins/DevicesDetection/DevicesDetection.php | 1 + plugins/DevicesDetection/Menu.php | 2 ++ .../ProfileSummary/DevicesSummary.php | 1 + plugins/DevicesDetection/RecordBuilders/Base.php | 1 + .../RecordBuilders/BrowserEngines.php | 1 + .../RecordBuilders/BrowserVersions.php | 1 + plugins/DevicesDetection/RecordBuilders/Browsers.php | 1 + .../DevicesDetection/RecordBuilders/DeviceBrands.php | 1 + .../DevicesDetection/RecordBuilders/DeviceModels.php | 1 + .../DevicesDetection/RecordBuilders/DeviceTypes.php | 1 + .../RecordBuilders/OperatingSystemVersions.php | 1 + .../RecordBuilders/OperatingSystems.php | 1 + plugins/DevicesDetection/Reports/Base.php | 3 ++- plugins/DevicesDetection/Reports/GetBrand.php | 2 ++ .../DevicesDetection/Reports/GetBrowserEngines.php | 2 ++ .../DevicesDetection/Reports/GetBrowserVersions.php | 2 ++ plugins/DevicesDetection/Reports/GetBrowsers.php | 2 ++ plugins/DevicesDetection/Reports/GetModel.php | 2 ++ plugins/DevicesDetection/Reports/GetOsFamilies.php | 2 ++ plugins/DevicesDetection/Reports/GetOsVersions.php | 2 ++ plugins/DevicesDetection/Reports/GetType.php | 2 ++ plugins/DevicesDetection/Updates/1.14.php | 1 + plugins/DevicesDetection/VisitorDetails.php | 1 + plugins/DevicesDetection/config/config.php | 1 + plugins/DevicesDetection/config/tracker.php | 1 + plugins/DevicesDetection/functions.php | 1 + .../tests/Fixtures/MultiDeviceGoalConversions.php | 2 ++ plugins/Diagnostics/Commands/AnalyzeArchiveTable.php | 1 + plugins/Diagnostics/Commands/ArchivingConfig.php | 1 + .../Commands/ArchivingInstanceStatistics.php | 1 + plugins/Diagnostics/Commands/ArchivingMetrics.php | 1 + plugins/Diagnostics/Commands/ArchivingQueue.php | 1 + plugins/Diagnostics/Commands/ArchivingStatus.php | 1 + plugins/Diagnostics/Commands/Run.php | 1 + plugins/Diagnostics/Commands/UnexpectedFiles.php | 1 + plugins/Diagnostics/ConfigReader.php | 2 ++ plugins/Diagnostics/Controller.php | 1 + .../Diagnostic/AbstractPrivateDirectories.php | 1 + .../Diagnostic/ArchiveInvalidationsInformational.php | 2 ++ .../Diagnostics/Diagnostic/ConfigInformational.php | 2 ++ .../Diagnostics/Diagnostic/CronArchivingCheck.php | 2 ++ .../Diagnostic/CronArchivingLastRunCheck.php | 2 ++ .../Diagnostic/DatabaseAbilitiesCheck.php | 2 ++ .../Diagnostics/Diagnostic/DatabaseInformational.php | 2 ++ plugins/Diagnostics/Diagnostic/DbAdapterCheck.php | 2 ++ plugins/Diagnostics/Diagnostic/DbReaderCheck.php | 2 ++ plugins/Diagnostics/Diagnostic/Diagnostic.php | 1 + plugins/Diagnostics/Diagnostic/DiagnosticResult.php | 1 + .../Diagnostics/Diagnostic/DiagnosticResultItem.php | 1 + .../Diagnostics/Diagnostic/FileIntegrityCheck.php | 2 ++ plugins/Diagnostics/Diagnostic/ForceSSLCheck.php | 2 ++ plugins/Diagnostics/Diagnostic/GdExtensionCheck.php | 2 ++ plugins/Diagnostics/Diagnostic/HttpClientCheck.php | 2 ++ .../Diagnostics/Diagnostic/MatomoInformational.php | 2 ++ plugins/Diagnostics/Diagnostic/MemoryLimitCheck.php | 2 ++ plugins/Diagnostics/Diagnostic/NfsDiskCheck.php | 2 ++ plugins/Diagnostics/Diagnostic/PHPBinaryCheck.php | 2 ++ .../Diagnostics/Diagnostic/PhpExtensionsCheck.php | 2 ++ plugins/Diagnostics/Diagnostic/PhpFunctionsCheck.php | 2 ++ plugins/Diagnostics/Diagnostic/PhpInformational.php | 2 ++ plugins/Diagnostics/Diagnostic/PhpSettingsCheck.php | 2 ++ plugins/Diagnostics/Diagnostic/PhpVersionCheck.php | 2 ++ .../Diagnostic/RecommendedExtensionsCheck.php | 2 ++ .../Diagnostic/RecommendedFunctionsCheck.php | 2 ++ .../Diagnostic/RecommendedPrivateDirectories.php | 2 ++ .../Diagnostic/RequiredPrivateDirectories.php | 1 + .../Diagnostics/Diagnostic/ServerInformational.php | 2 ++ plugins/Diagnostics/Diagnostic/TimezoneCheck.php | 2 ++ plugins/Diagnostics/Diagnostic/TrackerCheck.php | 2 ++ plugins/Diagnostics/Diagnostic/UserInformational.php | 2 ++ plugins/Diagnostics/Diagnostic/WriteAccessCheck.php | 2 ++ plugins/Diagnostics/DiagnosticReport.php | 2 ++ plugins/Diagnostics/DiagnosticService.php | 2 ++ plugins/Diagnostics/Diagnostics.php | 1 + plugins/Diagnostics/Menu.php | 1 + plugins/Diagnostics/config/tracker.php | 1 + .../Integration/Commands/AnalyzeArchiveTableTest.php | 1 + .../Integration/Commands/ArchivingConfigTest.php | 1 + .../Commands/ArchivingInstanceStatisticsTest.php | 1 + .../Integration/Commands/ArchivingMetricsTest.php | 1 + .../Integration/Commands/ArchivingQueueTest.php | 1 + .../Integration/Commands/ArchivingStatusTest.php | 1 + .../tests/Integration/ConfigReaderTest.php | 1 + .../ArchiveInvalidationsInformationalTest.php | 1 + .../Diagnostics/tests/Mock/DiagnosticWithError.php | 1 + .../Diagnostics/tests/Mock/DiagnosticWithSuccess.php | 1 + .../Diagnostics/tests/Mock/DiagnosticWithWarning.php | 1 + .../tests/Unit/Diagnostic/DiagnosticResultTest.php | 1 + .../Diagnostics/tests/Unit/DiagnosticReportTest.php | 1 + .../Diagnostics/tests/Unit/DiagnosticServiceTest.php | 1 + plugins/Ecommerce/Categories/EcommerceCategory.php | 2 ++ .../Ecommerce/Categories/EcommerceLogSubcategory.php | 2 ++ .../Categories/EcommerceOverviewSubcategory.php | 2 ++ plugins/Ecommerce/Categories/ProductSubcategory.php | 2 ++ plugins/Ecommerce/Categories/SalesSubcategory.php | 2 ++ plugins/Ecommerce/Columns/BaseConversion.php | 2 ++ plugins/Ecommerce/Columns/Items.php | 2 ++ plugins/Ecommerce/Columns/Order.php | 2 ++ plugins/Ecommerce/Columns/ProductCategory.php | 2 ++ plugins/Ecommerce/Columns/ProductName.php | 2 ++ plugins/Ecommerce/Columns/ProductPrice.php | 2 ++ plugins/Ecommerce/Columns/ProductQuantity.php | 2 ++ plugins/Ecommerce/Columns/ProductSku.php | 2 ++ plugins/Ecommerce/Columns/ProductViewCategory.php | 2 ++ plugins/Ecommerce/Columns/ProductViewCategory2.php | 2 ++ plugins/Ecommerce/Columns/ProductViewCategory3.php | 2 ++ plugins/Ecommerce/Columns/ProductViewCategory4.php | 2 ++ plugins/Ecommerce/Columns/ProductViewCategory5.php | 2 ++ plugins/Ecommerce/Columns/ProductViewName.php | 2 ++ plugins/Ecommerce/Columns/ProductViewPrice.php | 2 ++ plugins/Ecommerce/Columns/ProductViewSku.php | 2 ++ plugins/Ecommerce/Columns/Revenue.php | 2 ++ plugins/Ecommerce/Columns/RevenueDiscount.php | 2 ++ plugins/Ecommerce/Columns/RevenueShipping.php | 2 ++ plugins/Ecommerce/Columns/RevenueSubtotal.php | 2 ++ plugins/Ecommerce/Columns/RevenueTax.php | 2 ++ plugins/Ecommerce/Ecommerce.php | 3 +++ .../Ecommerce/ProfileSummary/EcommerceSummary.php | 1 + plugins/Ecommerce/Reports/Base.php | 2 ++ plugins/Ecommerce/Reports/BaseItem.php | 2 ++ .../Reports/GetDaysToConversionAbandonedCart.php | 2 ++ .../Reports/GetDaysToConversionEcommerceOrder.php | 2 ++ .../Ecommerce/Reports/GetEcommerceAbandonedCart.php | 2 ++ plugins/Ecommerce/Reports/GetEcommerceOrder.php | 2 ++ plugins/Ecommerce/Reports/GetItemsCategory.php | 2 ++ plugins/Ecommerce/Reports/GetItemsName.php | 2 ++ plugins/Ecommerce/Reports/GetItemsSku.php | 2 ++ .../GetVisitsUntilConversionAbandonedCart.php | 2 ++ .../GetVisitsUntilConversionEcommerceOrder.php | 2 ++ .../Ecommerce/Tracker/EcommerceRequestProcessor.php | 1 + plugins/Ecommerce/VisitorDetails.php | 2 ++ plugins/Ecommerce/Widgets/GetEcommerceLog.php | 2 ++ plugins/Ecommerce/Widgets/ProductsByDimension.php | 2 ++ plugins/Ecommerce/config/config.php | 1 + plugins/Ecommerce/config/tracker.php | 1 + .../Fixtures/AbandonedCartWithoutConversions.php | 1 + .../System/AbandonedCartWithoutConversionsTest.php | 1 + plugins/Events/API.php | 2 ++ plugins/Events/Actions/ActionEvent.php | 1 + plugins/Events/Archiver.php | 1 + plugins/Events/Categories/EventsCategory.php | 2 ++ plugins/Events/Categories/EventsSubcategory.php | 2 ++ plugins/Events/Columns/EventAction.php | 2 ++ plugins/Events/Columns/EventCategory.php | 2 ++ plugins/Events/Columns/EventName.php | 2 ++ plugins/Events/Columns/EventUrl.php | 2 ++ plugins/Events/Columns/EventValue.php | 2 ++ plugins/Events/Columns/Metrics/AverageEventValue.php | 2 ++ plugins/Events/Columns/TotalEvents.php | 2 ++ .../DataTable/Filter/ReplaceEventNameNotSet.php | 2 ++ plugins/Events/Events.php | 2 ++ plugins/Events/RecordBuilders/EventReports.php | 1 + plugins/Events/Reports/Base.php | 2 ++ plugins/Events/Reports/GetAction.php | 2 ++ plugins/Events/Reports/GetActionFromCategoryId.php | 2 ++ plugins/Events/Reports/GetActionFromNameId.php | 2 ++ plugins/Events/Reports/GetCategory.php | 2 ++ plugins/Events/Reports/GetCategoryFromActionId.php | 2 ++ plugins/Events/Reports/GetCategoryFromNameId.php | 2 ++ plugins/Events/Reports/GetName.php | 2 ++ plugins/Events/Reports/GetNameFromActionId.php | 2 ++ plugins/Events/Reports/GetNameFromCategoryId.php | 2 ++ plugins/Events/VisitorDetails.php | 1 + plugins/Events/Widgets/EventsByDimension.php | 2 ++ plugins/Events/config/config.php | 1 + plugins/Events/config/tracker.php | 1 + plugins/ExampleAPI/ExampleAPI.php | 2 ++ plugins/ExampleAPI/config/config.php | 1 + plugins/ExampleAPI/config/tracker.php | 1 + plugins/ExampleCommand/Commands/HelloWorld.php | 1 + plugins/ExampleCommand/ExampleCommand.php | 1 + plugins/ExampleCommand/config/config.php | 1 + plugins/ExampleCommand/config/tracker.php | 1 + .../ExampleLogTables/Columns/GroupAttributeAdmin.php | 1 + .../ExampleLogTables/Columns/UserAttributeGender.php | 1 + plugins/ExampleLogTables/Dao/CustomGroupLog.php | 2 ++ plugins/ExampleLogTables/Dao/CustomUserLog.php | 2 ++ plugins/ExampleLogTables/ExampleLogTables.php | 2 ++ .../Tracker/LogTable/CustomGroupLog.php | 2 ++ .../Tracker/LogTable/CustomUserLog.php | 2 ++ plugins/ExampleLogTables/config/config.php | 1 + plugins/ExampleLogTables/config/tracker.php | 1 + .../tests/Fixtures/VisitsWithUserIdAndCustomData.php | 2 ++ .../tests/System/CustomLogTablesTest.php | 1 + plugins/ExamplePlugin/Controller.php | 2 +- plugins/ExamplePlugin/Diagnostic/ExampleCheck.php | 2 ++ plugins/ExamplePlugin/ExamplePlugin.php | 1 + plugins/ExamplePlugin/Menu.php | 1 + plugins/ExamplePlugin/RecordBuilders/ExampleBlob.php | 1 + .../ExamplePlugin/RecordBuilders/ExampleMetric.php | 1 + .../ExamplePlugin/RecordBuilders/ExampleMetric2.php | 1 + plugins/ExamplePlugin/Tasks.php | 1 + plugins/ExamplePlugin/Updates/0.0.2.php | 1 + plugins/ExamplePlugin/Widgets/MyExampleWidget.php | 2 ++ plugins/ExamplePlugin/config/config.php | 1 + plugins/ExamplePlugin/config/tracker.php | 1 + .../tests/Fixtures/SimpleFixtureTrackFewVisits.php | 2 ++ .../ExamplePlugin/tests/Integration/SimpleTest.php | 1 + .../ExamplePlugin/tests/System/SimpleSystemTest.php | 1 + plugins/ExamplePlugin/tests/Unit/SimpleTest.php | 1 + plugins/ExampleReport/API.php | 2 ++ plugins/ExampleReport/ExampleReport.php | 2 ++ plugins/ExampleReport/Reports/Base.php | 2 ++ plugins/ExampleReport/Reports/GetExampleReport.php | 1 + plugins/ExampleReport/config/config.php | 1 + plugins/ExampleReport/config/tracker.php | 1 + .../ExampleSettingsPlugin/ExampleSettingsPlugin.php | 1 + plugins/ExampleSettingsPlugin/MeasurableSettings.php | 1 + plugins/ExampleSettingsPlugin/SystemSettings.php | 1 + plugins/ExampleSettingsPlugin/UserSettings.php | 1 + plugins/ExampleSettingsPlugin/config/config.php | 1 + plugins/ExampleSettingsPlugin/config/tracker.php | 1 + plugins/ExampleTheme/ExampleTheme.php | 1 + plugins/ExampleTheme/config/config.php | 1 + plugins/ExampleTheme/config/tracker.php | 1 + .../Columns/ExampleActionDimension.php | 2 ++ .../Columns/ExampleConversionDimension.php | 2 ++ plugins/ExampleTracker/Columns/ExampleDimension.php | 2 ++ .../ExampleTracker/Columns/ExampleVisitDimension.php | 2 ++ plugins/ExampleTracker/ExampleTracker.php | 2 ++ plugins/ExampleTracker/VisitorDetails.php | 1 + plugins/ExampleTracker/config/config.php | 1 + plugins/ExampleTracker/config/tracker.php | 1 + plugins/ExampleUI/Categories/ExampleUiCategory.php | 2 ++ plugins/ExampleUI/Controller.php | 2 ++ plugins/ExampleUI/ExampleUI.php | 1 + plugins/ExampleUI/Menu.php | 2 ++ plugins/ExampleUI/Reports/Base.php | 2 ++ plugins/ExampleUI/Reports/GetPlanetRatios.php | 1 + .../ExampleUI/Reports/GetPlanetRatiosWithLogos.php | 1 + plugins/ExampleUI/Reports/GetTemperatures.php | 1 + .../ExampleUI/Reports/GetTemperaturesEvolution.php | 2 +- plugins/ExampleUI/config/config.php | 1 + plugins/ExampleUI/config/tracker.php | 1 + .../ExampleVisualization/ExampleVisualization.php | 2 ++ .../Visualizations/SimpleTable.php | 1 + plugins/ExampleVisualization/config/config.php | 1 + plugins/ExampleVisualization/config/tracker.php | 1 + plugins/ExampleVue/ExampleVue.php | 1 + plugins/ExampleVue/Widgets/GetExampleVue.php | 2 ++ plugins/Feedback/API.php | 3 +++ plugins/Feedback/Controller.php | 2 ++ plugins/Feedback/Feedback.php | 2 ++ plugins/Feedback/FeedbackReminder.php | 2 ++ plugins/Feedback/Menu.php | 2 ++ plugins/Feedback/config/tracker.php | 1 + .../tests/Fixtures/FeedbackQuestionBannerFixture.php | 1 - plugins/Feedback/tests/Integration/FeedbackTest.php | 2 +- plugins/GeoIp2/Commands/ConvertRegionCodesToIso.php | 2 ++ plugins/GeoIp2/Commands/UpdateRegionCodes.php | 2 ++ plugins/GeoIp2/Controller.php | 1 + plugins/GeoIp2/GeoIP2AutoUpdater.php | 2 ++ plugins/GeoIp2/GeoIp2.php | 2 ++ plugins/GeoIp2/LocationProvider/GeoIp2.php | 2 ++ plugins/GeoIp2/LocationProvider/GeoIp2/Php.php | 2 ++ .../GeoIp2/LocationProvider/GeoIp2/ServerModule.php | 1 + plugins/GeoIp2/SystemSettings.php | 2 ++ plugins/GeoIp2/Tasks.php | 2 ++ plugins/GeoIp2/config/tracker.php | 1 + plugins/GeoIp2/data/isoRegionNames.php | 1 + .../tests/Integration/LocationProviderTest.php | 2 ++ plugins/GeoIp2/tests/Integration/UpdateTest.php | 2 ++ .../tests/System/ConvertRegionCodesToIsoTest.php | 2 ++ plugins/GeoIp2/tests/Unit/GeoIP2AutoUpdaterTest.php | 1 + plugins/Goals/API.php | 2 ++ plugins/Goals/Archiver.php | 1 + plugins/Goals/Categories/AddANewGoalSubcategory.php | 2 ++ plugins/Goals/Categories/GoalsCategory.php | 2 ++ .../Goals/Categories/GoalsOverviewSubcategory.php | 2 ++ plugins/Goals/Categories/ManageGoalsSubcategory.php | 2 ++ plugins/Goals/Columns/DaysToConversion.php | 2 ++ plugins/Goals/Columns/GoalName.php | 2 ++ plugins/Goals/Columns/IdGoal.php | 2 ++ .../Goals/Columns/Metrics/AverageOrderRevenue.php | 2 ++ plugins/Goals/Columns/Metrics/AveragePrice.php | 1 + plugins/Goals/Columns/Metrics/AverageQuantity.php | 1 + plugins/Goals/Columns/Metrics/GoalConversionRate.php | 2 ++ .../Metrics/GoalSpecific/AverageOrderRevenue.php | 2 ++ .../Columns/Metrics/GoalSpecific/ConversionRate.php | 2 ++ .../Columns/Metrics/GoalSpecific/Conversions.php | 2 ++ .../Columns/Metrics/GoalSpecific/ItemsCount.php | 2 ++ .../Goals/Columns/Metrics/GoalSpecific/Revenue.php | 2 ++ .../Columns/Metrics/GoalSpecificProcessedMetric.php | 2 ++ .../Goals/Columns/Metrics/ProductConversionRate.php | 1 + plugins/Goals/Columns/Metrics/RevenuePerVisit.php | 2 ++ plugins/Goals/Columns/PageviewsBefore.php | 2 ++ plugins/Goals/Columns/Revenue.php | 2 ++ plugins/Goals/Columns/VisitsUntilConversion.php | 2 ++ plugins/Goals/Commands/CalculateConversionPages.php | 1 + plugins/Goals/Controller.php | 2 ++ plugins/Goals/Conversions.php | 2 ++ .../DataTable/Filter/AppendNameToColumnNames.php | 2 ++ .../DataTable/Filter/CalculateConversionPageRate.php | 1 + plugins/Goals/GoalDimension.php | 2 ++ plugins/Goals/Goals.php | 2 ++ plugins/Goals/Menu.php | 2 ++ plugins/Goals/Model.php | 2 ++ plugins/Goals/Pages.php | 2 ++ plugins/Goals/RecordBuilders/Base.php | 1 + plugins/Goals/RecordBuilders/GeneralGoalsRecords.php | 1 + plugins/Goals/RecordBuilders/ProductRecord.php | 1 + plugins/Goals/Reports/Base.php | 2 ++ plugins/Goals/Reports/GetDaysToConversion.php | 2 ++ plugins/Goals/Reports/GetMetrics.php | 2 ++ plugins/Goals/Reports/GetVisitsUntilConversion.php | 2 ++ plugins/Goals/Tracker/GoalsRequestProcessor.php | 1 + plugins/Goals/TranslationHelper.php | 2 +- plugins/Goals/Updates/3.0.0-b1.php | 2 +- plugins/Goals/Widgets/AddNewGoal.php | 2 ++ plugins/Goals/Widgets/EditGoals.php | 2 ++ plugins/Goals/config/config.php | 1 + plugins/Goals/config/tracker.php | 1 + plugins/Goals/tests/Integration/APITest.php | 1 + .../System/CalculateConversionPagesCommandTest.php | 2 ++ .../System/NumericAttributeGoalTrackingTest.php | 1 + .../tests/System/ProcessDependentArchiveTest.php | 1 + ...rackGoalsAllowMultipleConversionsPerVisitTest.php | 2 ++ .../System/TrackGoalsOneConversionPerVisitTest.php | 2 ++ .../Goals/tests/Unit/AppendNameToColumnNamesTest.php | 1 + plugins/Heartbeat/Heartbeat.php | 1 + plugins/Heartbeat/Tracker/PingRequestProcessor.php | 2 ++ plugins/Heartbeat/config/config.php | 1 + plugins/Heartbeat/config/tracker.php | 1 + plugins/ImageGraph/API.php | 2 ++ plugins/ImageGraph/Controller.php | 2 ++ plugins/ImageGraph/ImageGraph.php | 2 ++ plugins/ImageGraph/StaticGraph.php | 1 + plugins/ImageGraph/StaticGraph/Evolution.php | 2 ++ plugins/ImageGraph/StaticGraph/Exception.php | 2 ++ plugins/ImageGraph/StaticGraph/GridGraph.php | 2 ++ plugins/ImageGraph/StaticGraph/HorizontalBar.php | 3 +++ plugins/ImageGraph/StaticGraph/Pie.php | 2 ++ plugins/ImageGraph/StaticGraph/Pie3D.php | 1 + plugins/ImageGraph/StaticGraph/PieGraph.php | 1 + plugins/ImageGraph/StaticGraph/VerticalBar.php | 2 ++ plugins/ImageGraph/config/config.php | 1 + plugins/ImageGraph/config/tracker.php | 1 + plugins/Insights/API.php | 2 ++ plugins/Insights/Controller.php | 2 ++ .../Insights/DataTable/Filter/ExcludeLowValue.php | 2 ++ plugins/Insights/DataTable/Filter/Insight.php | 2 ++ plugins/Insights/DataTable/Filter/Limit.php | 3 +++ plugins/Insights/DataTable/Filter/MinGrowth.php | 2 ++ plugins/Insights/DataTable/Filter/OrderBy.php | 2 ++ plugins/Insights/InsightReport.php | 2 ++ plugins/Insights/Insights.php | 2 ++ plugins/Insights/Model.php | 2 ++ plugins/Insights/Visualizations/Insight.php | 1 + .../Visualizations/Insight/RequestConfig.php | 1 + plugins/Insights/Widgets/GetInsightsOverview.php | 2 ++ .../Insights/Widgets/GetOverallMoversAndShakers.php | 2 ++ plugins/Insights/config/config.php | 1 + plugins/Insights/config/tracker.php | 1 + .../Fixtures/SomeVisitsDifferentPathsOnTwoDays.php | 1 + plugins/Insights/tests/Integration/ApiTest.php | 1 + plugins/Insights/tests/Integration/ModelTest.php | 1 + plugins/Insights/tests/Unit/BaseUnitTest.php | 1 + .../tests/Unit/FilterExcludeLowValueTest.php | 1 + plugins/Insights/tests/Unit/FilterInsightTest.php | 1 + plugins/Insights/tests/Unit/FilterLimitTest.php | 1 + plugins/Insights/tests/Unit/FilterMinGrowthTest.php | 1 + plugins/Insights/tests/Unit/FilterOrderByTest.php | 1 + plugins/Insights/tests/Unit/InsightReportTest.php | 1 + plugins/Installation/Controller.php | 2 ++ .../Exception/DatabaseConnectionFailedException.php | 2 ++ plugins/Installation/FormDatabaseSetup.php | 2 ++ plugins/Installation/FormDefaultSettings.php | 1 + plugins/Installation/FormFirstWebsiteSetup.php | 1 + plugins/Installation/Installation.php | 2 ++ plugins/Installation/Menu.php | 2 ++ plugins/Installation/Onboarding.php | 2 ++ plugins/Installation/ServerFilesGenerator.php | 2 ++ plugins/Installation/View.php | 2 ++ plugins/Installation/Widgets/GetSystemCheck.php | 2 ++ plugins/Installation/config/config.php | 1 + plugins/Installation/config/tracker.php | 1 + plugins/Installation/tests/System/APITest.php | 1 + plugins/Intl/Commands/GenerateIntl.php | 1 + plugins/Intl/DateTimeFormatProvider.php | 1 + plugins/Intl/Intl.php | 2 ++ plugins/Intl/config/tracker.php | 1 + plugins/IntranetMeasurable/IntranetMeasurable.php | 1 + plugins/IntranetMeasurable/MeasurableSettings.php | 1 + .../IntranetMeasurable/Tracker/RequestProcessor.php | 1 + plugins/IntranetMeasurable/Type.php | 2 ++ plugins/IntranetMeasurable/config/config.php | 1 + plugins/IntranetMeasurable/config/tracker.php | 1 + .../tests/Fixtures/IntranetSitesWithVisits.php | 2 ++ .../IntranetMeasurable/tests/System/TrackingTest.php | 1 + plugins/JsTrackerInstallCheck/API.php | 2 ++ .../JsTrackerInstallCheck/JsTrackerInstallCheck.php | 1 + plugins/LanguagesManager/API.php | 2 ++ .../LanguagesManager/Commands/FetchTranslations.php | 1 + plugins/LanguagesManager/Commands/LanguageCodes.php | 1 + plugins/LanguagesManager/Commands/LanguageInfo.php | 1 + plugins/LanguagesManager/Commands/LanguageNames.php | 1 + .../Commands/PluginsWithTranslations.php | 1 + .../LanguagesManager/Commands/SetTranslations.php | 1 + .../LanguagesManager/Commands/TranslationBase.php | 1 + plugins/LanguagesManager/Commands/Update.php | 1 + plugins/LanguagesManager/Commands/Validate.php | 1 + plugins/LanguagesManager/Controller.php | 2 ++ plugins/LanguagesManager/LanguagesManager.php | 2 ++ plugins/LanguagesManager/Menu.php | 2 ++ plugins/LanguagesManager/Model.php | 2 ++ .../TranslationWriter/Filter/ByBaseTranslations.php | 1 + .../TranslationWriter/Filter/ByParameterCount.php | 1 + .../TranslationWriter/Filter/EmptyTranslations.php | 1 + .../TranslationWriter/Filter/EncodedEntities.php | 1 + .../TranslationWriter/Filter/FilterAbstract.php | 1 + .../Filter/UnnecassaryWhitespaces.php | 1 + .../TranslationWriter/Validate/CoreTranslations.php | 1 + .../TranslationWriter/Validate/ValidateAbstract.php | 1 + .../LanguagesManager/TranslationWriter/Writer.php | 1 + plugins/LanguagesManager/Updates/2.15.1-b1.php | 1 + plugins/LanguagesManager/config/config.php | 1 + plugins/LanguagesManager/config/tracker.php | 1 + .../tests/Integration/LanguagesManagerTest.php | 1 + .../LanguagesManager/tests/Integration/ModelTest.php | 1 + .../Filter/ByBaseTranslationsTest.php | 1 + .../Filter/ByParameterCountTest.php | 1 + .../Filter/EmptyTranslationsTest.php | 1 + .../TranslationWriter/Filter/EncodedEntitiesTest.php | 1 + .../Filter/UnnecassaryWhitespacesTest.php | 1 + .../Validate/CoreTranslationsTest.php | 1 + .../TranslationWriter/Validate/NoScriptsTest.php | 1 + plugins/Live/API.php | 2 ++ plugins/Live/Categories/LiveCategory.php | 2 ++ .../Live/Categories/RealTimeVisitorsSubcategory.php | 2 ++ plugins/Live/Categories/VisitorLogSubcategory.php | 2 ++ plugins/Live/Controller.php | 2 ++ .../Exception/MaxExecutionTimeExceededException.php | 1 + plugins/Live/MeasurableSettings.php | 1 + plugins/Live/Model.php | 1 + plugins/Live/ProfileSummary/ImportantVisits.php | 1 + .../Live/ProfileSummary/ProfileSummaryAbstract.php | 2 ++ plugins/Live/ProfileSummary/Summary.php | 2 ++ plugins/Live/ProfileSummaryProvider.php | 2 ++ plugins/Live/Reports/Base.php | 2 ++ plugins/Live/Reports/GetLastVisits.php | 3 ++- plugins/Live/Reports/GetLastVisitsDetails.php | 2 ++ plugins/Live/Reports/GetSimpleLastVisitCount.php | 2 ++ plugins/Live/SystemSettings.php | 1 + plugins/Live/Visitor.php | 2 ++ plugins/Live/VisitorDetailsAbstract.php | 2 ++ plugins/Live/VisitorFactory.php | 2 ++ plugins/Live/VisitorInterface.php | 2 ++ plugins/Live/VisitorProfile.php | 1 + plugins/Live/Visualizations/VisitorLog.php | 2 ++ plugins/Live/Visualizations/VisitorLog/Config.php | 1 + plugins/Live/Widgets/GetVisitorProfilePopup.php | 2 ++ plugins/Live/Widgets/Widget.php | 2 ++ plugins/Live/config/config.php | 1 + plugins/Live/config/tracker.php | 1 + .../Live/tests/Fixtures/ManyVisitsOfSameVisitor.php | 2 ++ .../tests/Fixtures/TwoSitesWithBorderTimezones.php | 2 ++ .../Fixtures/VisitsWithAllActionsAndDevices.php | 2 ++ plugins/Live/tests/Integration/ModelTest.php | 1 + plugins/Live/tests/System/ApiCounterTest.php | 1 + plugins/Login/API.php | 1 + plugins/Login/Auth.php | 2 ++ plugins/Login/Commands/UnblockBlockedIps.php | 1 + plugins/Login/Emails/PasswordResetEmail.php | 1 + .../SuspiciousLoginAttemptsInLastHourEmail.php | 1 + plugins/Login/FormLogin.php | 2 ++ plugins/Login/FormResetPassword.php | 2 ++ plugins/Login/Login.php | 2 ++ plugins/Login/Menu.php | 1 + plugins/Login/Model.php | 1 + plugins/Login/PasswordResetter.php | 2 ++ plugins/Login/PasswordVerifier.php | 2 ++ plugins/Login/Security/BruteForceDetection.php | 2 ++ plugins/Login/SessionInitializer.php | 2 ++ plugins/Login/SystemSettings.php | 1 + plugins/Login/Tasks.php | 1 + plugins/Login/config/test.php | 1 + plugins/Login/config/tracker.php | 1 + plugins/Login/tests/Integration/APITest.php | 1 + plugins/Login/tests/Integration/LoginTest.php | 1 + plugins/Login/tests/Integration/ModelTest.php | 1 + .../Login/tests/Integration/PasswordVerifierTest.php | 1 + .../Integration/Security/BruteForceDetectionTest.php | 1 + .../tests/Integration/SessionInitializerTest.php | 1 + .../Login/tests/Integration/SystemSettingsTest.php | 1 + plugins/Marketplace/API.php | 1 + plugins/Marketplace/Api/Client.php | 1 + plugins/Marketplace/Api/Exception.php | 1 + plugins/Marketplace/Api/Service.php | 2 ++ plugins/Marketplace/Api/Service/Exception.php | 1 + plugins/Marketplace/Categories/BrowseSubcategory.php | 2 ++ .../Marketplace/Categories/MarketplaceCategory.php | 2 ++ plugins/Marketplace/Commands/SetLicenseKey.php | 1 + plugins/Marketplace/Consumer.php | 2 ++ plugins/Marketplace/Controller.php | 1 + plugins/Marketplace/Environment.php | 1 + plugins/Marketplace/Input/PluginName.php | 2 ++ plugins/Marketplace/Input/Sort.php | 1 + plugins/Marketplace/LicenseKey.php | 1 + plugins/Marketplace/Marketplace.php | 1 + plugins/Marketplace/Menu.php | 1 + plugins/Marketplace/Plugins.php | 2 ++ plugins/Marketplace/Plugins/InvalidLicenses.php | 2 ++ plugins/Marketplace/Tasks.php | 2 ++ plugins/Marketplace/UpdateCommunication.php | 2 ++ plugins/Marketplace/Widgets/GetNewPlugins.php | 2 ++ plugins/Marketplace/Widgets/GetPremiumFeatures.php | 2 ++ plugins/Marketplace/Widgets/Marketplace.php | 2 ++ plugins/Marketplace/config/tracker.php | 1 + .../tests/Fixtures/SimpleFixtureTrackFewVisits.php | 2 ++ plugins/Marketplace/tests/Framework/Mock/Client.php | 1 + .../Marketplace/tests/Framework/Mock/Consumer.php | 1 + .../Marketplace/tests/Framework/Mock/Environment.php | 1 + plugins/Marketplace/tests/Framework/Mock/Service.php | 1 + plugins/Marketplace/tests/Integration/ApiTest.php | 1 + plugins/Marketplace/tests/Integration/ClientTest.php | 1 + .../tests/Integration/EnvironmentTest.php | 1 + .../tests/Integration/Input/PluginNameTest.php | 1 + .../Marketplace/tests/Integration/LicenseKeyTest.php | 1 + .../Integration/Plugins/InvalidLicensesTest.php | 1 + .../Marketplace/tests/Integration/ServiceTest.php | 1 + .../tests/Integration/UpdateCommunicationTest.php | 1 + plugins/Marketplace/tests/System/Api/ClientTest.php | 1 + plugins/Marketplace/tests/System/Api/ServiceTest.php | 1 + plugins/Marketplace/tests/Unit/ConsumerTest.php | 2 ++ plugins/MobileAppMeasurable/MeasurableSettings.php | 1 + plugins/MobileAppMeasurable/MobileAppMeasurable.php | 1 + plugins/MobileAppMeasurable/Type.php | 2 ++ plugins/MobileAppMeasurable/config/config.php | 1 + plugins/MobileAppMeasurable/config/tracker.php | 1 + plugins/MobileMessaging/API.php | 2 ++ plugins/MobileMessaging/APIException.php | 1 + plugins/MobileMessaging/Controller.php | 1 + plugins/MobileMessaging/CountryCallingCodes.php | 1 + plugins/MobileMessaging/GSMCharset.php | 1 + plugins/MobileMessaging/Menu.php | 2 ++ plugins/MobileMessaging/MobileMessaging.php | 2 ++ plugins/MobileMessaging/Model.php | 2 ++ .../ReportRenderer/ReportRendererException.php | 2 ++ plugins/MobileMessaging/ReportRenderer/Sms.php | 2 ++ plugins/MobileMessaging/SMSProvider.php | 2 ++ plugins/MobileMessaging/SMSProvider/ASPSMS.php | 1 + plugins/MobileMessaging/SMSProvider/Clockwork.php | 1 + plugins/MobileMessaging/SMSProvider/Development.php | 2 ++ .../MobileMessaging/SMSProvider/StubbedProvider.php | 2 ++ plugins/MobileMessaging/config/tracker.php | 1 + .../tests/Integration/MobileMessagingTest.php | 1 + plugins/Monolog/Formatter/ConsoleFormatter.php | 1 + plugins/Monolog/Formatter/LineMessageFormatter.php | 1 + plugins/Monolog/Handler/DatabaseHandler.php | 1 + plugins/Monolog/Handler/EchoHandler.php | 1 + plugins/Monolog/Handler/ErrorLogHandler.php | 1 + .../Monolog/Handler/FailureLogMessageDetector.php | 1 + plugins/Monolog/Handler/FileHandler.php | 1 + plugins/Monolog/Handler/LogCaptureHandler.php | 1 + plugins/Monolog/Handler/SyslogHandler.php | 1 + plugins/Monolog/Handler/WebNotificationHandler.php | 1 + plugins/Monolog/Monolog.php | 1 + plugins/Monolog/Processor/ClassNameProcessor.php | 1 + .../Monolog/Processor/ExceptionToTextProcessor.php | 1 + plugins/Monolog/Processor/RequestIdProcessor.php | 1 + plugins/Monolog/Processor/SprintfProcessor.php | 1 + plugins/Monolog/Processor/TokenProcessor.php | 1 + .../tests/Integration/Fixture/LoggerWrapper.php | 1 + plugins/Monolog/tests/Integration/LogTest.php | 1 + plugins/Monolog/tests/System/TrackerLoggingTest.php | 1 + .../Unit/Formatter/LineMessageFormatterTest.php | 1 + .../tests/Unit/Processor/ClassNameProcessorTest.php | 1 + .../Unit/Processor/ExceptionToTextProcessorTest.php | 1 + .../tests/Unit/Processor/RequestIdProcessorTest.php | 1 + .../tests/Unit/Processor/SprintfProcessorTest.php | 1 + .../tests/Unit/Processor/TokenProcessorTest.php | 1 + plugins/Morpheus/Controller.php | 1 + plugins/Morpheus/Menu.php | 1 + plugins/Morpheus/Morpheus.php | 1 + plugins/Morpheus/config/config.php | 1 + plugins/Morpheus/config/tracker.php | 1 + plugins/MultiSites/API.php | 2 ++ plugins/MultiSites/Categories/MultiSitesCategory.php | 2 ++ .../Columns/Metrics/EcommerceOnlyEvolutionMetric.php | 1 + plugins/MultiSites/Columns/Website.php | 2 ++ plugins/MultiSites/Controller.php | 2 ++ .../DataTable/Filter/NestedSitesLimiter.php | 2 ++ plugins/MultiSites/Menu.php | 1 + plugins/MultiSites/MultiSites.php | 2 ++ plugins/MultiSites/Reports/Base.php | 2 ++ plugins/MultiSites/Reports/GetAll.php | 2 ++ plugins/MultiSites/Reports/GetOne.php | 2 ++ plugins/MultiSites/config/config.php | 1 + plugins/MultiSites/config/tracker.php | 1 + .../tests/Fixtures/ManySitesWithVisits.php | 2 ++ .../MultiSites/tests/Integration/DashboardTest.php | 1 + .../MultiSites/tests/Integration/MultiSitesTest.php | 1 + plugins/Overlay/Controller.php | 2 ++ plugins/Overlay/Overlay.php | 1 + plugins/Overlay/config/config.php | 1 + plugins/Overlay/config/tracker.php | 1 + plugins/Overlay/tests/Unit/OverlayTest.php | 1 + plugins/PagePerformance/API.php | 2 ++ plugins/PagePerformance/Archiver.php | 1 + .../Categories/PerformanceSubcategory.php | 2 ++ plugins/PagePerformance/Columns/Base.php | 2 ++ .../Columns/Metrics/AveragePageLoadTime.php | 2 ++ .../Columns/Metrics/AveragePerformanceMetric.php | 2 ++ .../Columns/Metrics/AverageTimeDomCompletion.php | 2 ++ .../Columns/Metrics/AverageTimeDomProcessing.php | 2 ++ .../Columns/Metrics/AverageTimeNetwork.php | 2 ++ .../Columns/Metrics/AverageTimeOnLoad.php | 2 ++ .../Columns/Metrics/AverageTimeServer.php | 2 ++ .../Columns/Metrics/AverageTimeTransfer.php | 2 ++ .../PagePerformance/Columns/TimeDomCompletion.php | 2 ++ .../PagePerformance/Columns/TimeDomProcessing.php | 2 ++ plugins/PagePerformance/Columns/TimeNetwork.php | 2 ++ plugins/PagePerformance/Columns/TimeOnLoad.php | 2 ++ plugins/PagePerformance/Columns/TimeServer.php | 2 ++ plugins/PagePerformance/Columns/TimeTransfer.php | 2 ++ plugins/PagePerformance/Controller.php | 2 ++ .../JqplotDataGenerator/StackedBarEvolution.php | 2 ++ plugins/PagePerformance/Metrics.php | 2 ++ plugins/PagePerformance/PagePerformance.php | 1 + .../RecordBuilders/PerformanceTotals.php | 1 + plugins/PagePerformance/Reports/Get.php | 2 ++ .../Tracker/PerformanceDataProcessor.php | 2 ++ .../JqplotGraph/StackedBarEvolution.php | 1 + .../Visualizations/PerformanceColumns.php | 1 + .../Tracker/PerformanceDataProcessorTest.php | 2 +- plugins/PagePerformance/tests/System/APITest.php | 1 + plugins/PrivacyManager/Commands/AnonymizeRawData.php | 1 + plugins/PrivacyManager/Config.php | 2 ++ plugins/PrivacyManager/Controller.php | 2 ++ plugins/PrivacyManager/Dao/LogDataAnonymizer.php | 2 ++ .../Diagnostic/PrivacyInformational.php | 2 ++ plugins/PrivacyManager/DoNotTrackHeaderChecker.php | 2 ++ plugins/PrivacyManager/IPAnonymizer.php | 2 ++ plugins/PrivacyManager/LogDataPurger.php | 2 ++ plugins/PrivacyManager/Menu.php | 2 ++ .../PrivacyManager/Model/LogDataAnonymizations.php | 2 ++ plugins/PrivacyManager/ReferrerAnonymizer.php | 2 ++ plugins/PrivacyManager/ReportsPurger.php | 2 ++ plugins/PrivacyManager/SystemSettings.php | 2 ++ plugins/PrivacyManager/Tasks.php | 2 ++ plugins/PrivacyManager/Tracker/RequestProcessor.php | 2 ++ .../PrivacyManager/Validators/VisitsDataSubject.php | 1 + plugins/PrivacyManager/config/config.php | 1 + plugins/PrivacyManager/config/tracker.php | 1 + .../tests/Fixtures/FewVisitsAnonymizedFixture.php | 3 ++- .../Fixtures/MultipleSitesMultipleVisitsFixture.php | 2 ++ .../PrivacyManager/tests/Framework/Mock/Config.php | 1 + .../tests/Integration/Dao/LogDataAnonymizerTest.php | 1 + .../tests/Integration/DataPurgingTest.php | 2 ++ .../tests/Integration/Model/DataSubjectsTest.php | 1 + .../Integration/Model/LogDataAnonymizationsTest.php | 1 + .../tests/Integration/PrivacyManagerConfigTest.php | 1 + .../tests/Integration/PrivacyManagerTest.php | 1 + .../Integration/Tracker/RequestProcessorTest.php | 2 +- .../tests/System/AnonymizationTest.php | 1 + .../PrivacyManager/tests/System/PurgeDataTest.php | 2 ++ .../PrivacyManager/tests/Unit/AnonymizeIPTest.php | 1 + .../tests/Unit/AnonymizeReferrerTest.php | 1 + .../tests/Unit/DoNotTrackHeaderCheckerTest.php | 2 +- .../Categories/PromoAbTestingCategory.php | 2 ++ .../Categories/PromoCrashAnalytics.php | 2 ++ .../Categories/PromoCustomReportsCategory.php | 2 ++ .../Categories/PromoFormsCategory.php | 2 ++ .../Categories/PromoFunnelsCategory.php | 2 ++ .../Categories/PromoHeatmapCategory.php | 2 ++ .../Categories/PromoMediaCategory.php | 2 ++ .../Categories/PromoSessionRecordingCategory.php | 2 ++ .../ProfessionalServices/ProfessionalServices.php | 1 + plugins/ProfessionalServices/Promo.php | 2 +- .../ProfessionalServices/PromoWidgetApplicable.php | 1 + .../Widgets/DismissibleWidget.php | 2 ++ .../ProfessionalServices/Widgets/PromoAbTesting.php | 2 ++ .../Widgets/PromoCrashAnalytics.php | 2 ++ .../Widgets/PromoCustomReports.php | 2 ++ .../Widgets/PromoFormAnalytics.php | 2 ++ .../ProfessionalServices/Widgets/PromoFunnels.php | 2 ++ .../ProfessionalServices/Widgets/PromoHeatmaps.php | 2 ++ .../Widgets/PromoMediaAnalytics.php | 2 ++ .../ProfessionalServices/Widgets/PromoServices.php | 2 ++ .../Widgets/PromoSessionRecordings.php | 2 ++ plugins/ProfessionalServices/Widgets/Rss.php | 2 ++ plugins/ProfessionalServices/config/config.php | 1 + plugins/ProfessionalServices/config/tracker.php | 1 + .../tests/Framework/Mock/Promo.php | 1 + .../tests/Unit/PromoWidgetApplicableTest.php | 1 + plugins/Proxy/Controller.php | 2 ++ plugins/Proxy/Proxy.php | 2 ++ plugins/Proxy/config/config.php | 1 + plugins/Proxy/config/tracker.php | 1 + plugins/Referrers/API.php | 2 ++ plugins/Referrers/Archiver.php | 2 ++ .../Referrers/Categories/AllReferrersSubcategory.php | 2 ++ .../Categories/CampaignUrlBuilderSubcategory.php | 2 ++ .../Referrers/Categories/CampaignsSubcategory.php | 2 ++ plugins/Referrers/Categories/ReferrersCategory.php | 2 ++ .../Categories/ReferrersOverviewSubcategory.php | 2 ++ .../Categories/SearchEnginesSubcategory.php | 2 ++ plugins/Referrers/Categories/SocialsSubcategory.php | 2 ++ plugins/Referrers/Categories/WebsitesSubcategory.php | 2 ++ plugins/Referrers/Columns/Campaign.php | 2 ++ plugins/Referrers/Columns/Keyword.php | 2 ++ .../Columns/Metrics/VisitorsFromReferrerPercent.php | 1 + plugins/Referrers/Columns/Referrer.php | 2 ++ plugins/Referrers/Columns/ReferrerName.php | 2 ++ plugins/Referrers/Columns/ReferrerType.php | 2 ++ plugins/Referrers/Columns/ReferrerUrl.php | 2 ++ plugins/Referrers/Columns/SearchEngine.php | 2 ++ plugins/Referrers/Columns/SocialNetwork.php | 2 ++ plugins/Referrers/Columns/Website.php | 2 ++ plugins/Referrers/Columns/WebsitePage.php | 2 ++ .../Filter/GroupDifferentSocialWritings.php | 2 ++ .../Referrers/DataTable/Filter/KeywordNotDefined.php | 2 ++ .../DataTable/Filter/KeywordsFromSearchEngineId.php | 2 ++ .../DataTable/Filter/SearchEnginesFromKeywordId.php | 2 ++ .../DataTable/Filter/SetGetReferrerTypeSubtables.php | 2 ++ plugins/Referrers/DataTable/Filter/UrlsForSocial.php | 2 ++ .../Referrers/DataTable/Filter/UrlsFromWebsiteId.php | 2 ++ plugins/Referrers/RecordBuilders/Referrers.php | 1 + plugins/Referrers/Referrers.php | 2 ++ plugins/Referrers/Reports/Base.php | 2 ++ plugins/Referrers/Reports/Get.php | 2 +- plugins/Referrers/Reports/GetAll.php | 2 ++ plugins/Referrers/Reports/GetCampaigns.php | 2 ++ plugins/Referrers/Reports/GetKeywords.php | 2 ++ .../Referrers/Reports/GetKeywordsFromCampaignId.php | 2 ++ .../Reports/GetKeywordsFromSearchEngineId.php | 2 ++ plugins/Referrers/Reports/GetReferrerType.php | 2 ++ plugins/Referrers/Reports/GetSearchEngines.php | 2 ++ .../Reports/GetSearchEnginesFromKeywordId.php | 2 ++ plugins/Referrers/Reports/GetSocials.php | 2 ++ plugins/Referrers/Reports/GetUrlsForSocial.php | 2 ++ plugins/Referrers/Reports/GetUrlsFromWebsiteId.php | 2 ++ plugins/Referrers/Reports/GetWebsites.php | 2 ++ plugins/Referrers/SearchEngine.php | 2 ++ plugins/Referrers/Social.php | 3 +++ plugins/Referrers/Tasks.php | 3 ++- plugins/Referrers/VisitorDetails.php | 2 ++ plugins/Referrers/Widgets/GetCampaignUrlBuilder.php | 2 ++ plugins/Referrers/config/config.php | 1 + plugins/Referrers/config/tracker.php | 1 + plugins/Referrers/functions.php | 2 ++ .../Integration/Columns/ReferrerKeywordTest.php | 1 + .../tests/Integration/Columns/ReferrerNameTest.php | 1 + .../tests/Integration/Columns/ReferrerUrlTest.php | 1 + .../Unit/DataTable/Filter/UrlsFromWebsiteIdTest.php | 2 ++ .../tests/Unit/GroupDifferentSocialWritingsTest.php | 1 + plugins/Referrers/tests/Unit/ReferrersTest.php | 2 +- plugins/Referrers/tests/Unit/SearchEngineTest.php | 1 + plugins/Referrers/tests/Unit/SocialTest.php | 1 + plugins/Resolution/API.php | 2 ++ plugins/Resolution/Archiver.php | 1 + plugins/Resolution/Columns/Configuration.php | 2 ++ plugins/Resolution/Columns/Resolution.php | 2 ++ plugins/Resolution/RecordBuilders/Configuration.php | 1 + plugins/Resolution/RecordBuilders/Resolution.php | 1 + plugins/Resolution/Reports/Base.php | 2 ++ plugins/Resolution/Reports/GetConfiguration.php | 2 ++ plugins/Resolution/Reports/GetResolution.php | 2 ++ plugins/Resolution/Resolution.php | 2 ++ plugins/Resolution/VisitorDetails.php | 2 ++ plugins/Resolution/config/config.php | 1 + plugins/Resolution/config/tracker.php | 1 + plugins/Resolution/functions.php | 1 + plugins/RssWidget/RssRenderer.php | 1 + plugins/RssWidget/RssWidget.php | 3 +++ plugins/RssWidget/Widgets/RssChangelog.php | 2 ++ plugins/RssWidget/Widgets/RssPiwik.php | 2 ++ plugins/RssWidget/config/config.php | 1 + plugins/RssWidget/config/tracker.php | 1 + plugins/SEO/Metric/Bing.php | 1 + plugins/SEO/Metric/DomainAge.php | 1 + plugins/SEO/Metric/Google.php | 1 + plugins/SEO/Metric/Metric.php | 1 + plugins/SEO/Metric/MetricsProvider.php | 1 + plugins/SEO/Metric/ProviderCache.php | 1 + plugins/SEO/SEO.php | 3 +++ plugins/SEO/Widgets/GetRank.php | 2 ++ plugins/ScheduledReports/Controller.php | 2 ++ plugins/ScheduledReports/GeneratedReport.php | 1 + plugins/ScheduledReports/Menu.php | 2 ++ plugins/ScheduledReports/Model.php | 2 ++ plugins/ScheduledReports/ReportEmailGenerator.php | 1 + .../AttachedFileReportEmailGenerator.php | 1 + .../HtmlReportEmailGenerator.php | 1 + plugins/ScheduledReports/ScheduledReportEmail.php | 1 + plugins/ScheduledReports/ScheduledReports.php | 2 ++ plugins/ScheduledReports/SubscriptionModel.php | 2 ++ plugins/ScheduledReports/Tasks.php | 2 ++ plugins/ScheduledReports/config/config.php | 1 + plugins/ScheduledReports/config/tcpdf_config.php | 2 ++ plugins/ScheduledReports/config/tracker.php | 1 + .../tests/Fixtures/ReportSubscription.php | 2 ++ .../ScheduledReports/tests/Integration/ApiTest.php | 1 + .../AttachedFileReportEmailGeneratorTest.php | 2 +- .../HtmlReportEmailGeneratorTest.php | 1 + .../tests/Integration/ReportEmailGeneratorTest.php | 1 + .../tests/Integration/ScheduledReportsTest.php | 1 + .../tests/Integration/SubscriptionModelTest.php | 1 + plugins/SegmentEditor/API.php | 2 ++ plugins/SegmentEditor/Model.php | 2 ++ plugins/SegmentEditor/SegmentEditor.php | 2 ++ plugins/SegmentEditor/SegmentFormatter.php | 2 ++ plugins/SegmentEditor/SegmentQueryDecorator.php | 1 + plugins/SegmentEditor/SegmentSelectorControl.php | 2 ++ .../SegmentEditor/Services/StoredSegmentService.php | 2 +- .../SegmentEditor/UnprocessedSegmentException.php | 2 +- plugins/SegmentEditor/config/tracker.php | 1 + plugins/SegmentEditor/tests/Integration/ApiTest.php | 1 + .../SegmentEditor/tests/Integration/ModelTest.php | 1 + .../tests/Integration/SegmentEditorTest.php | 1 + .../tests/Integration/SegmentFormatterTest.php | 1 + .../tests/Integration/SegmentQueryDecoratorTest.php | 1 + plugins/SegmentEditor/tests/System/ApiTest.php | 2 +- .../tests/System/UnprocessedSegmentsTest.php | 1 + .../tests/Unit/SegmentQueryDecoratorTest.php | 1 + plugins/SitesManager/Menu.php | 2 ++ plugins/SitesManager/Model.php | 2 ++ .../SitesManager/SiteContentDetection/BugSnag.php | 1 + .../SiteContentDetection/RaygunCrashReporting.php | 1 + .../SitesManager/SiteContentDetection/Rollbar.php | 1 + plugins/SitesManager/SiteContentDetection/Sentry.php | 1 + .../SitesManager/SiteContentDetection/TrackJs.php | 1 + .../Tracker/SitesManagerRequestProcessor.php | 1 + plugins/SitesManager/config/config.php | 1 + plugins/SitesManager/config/tracker.php | 1 + .../tests/Unit/SiteContentDetection/BugSnagTest.php | 1 + .../RaygunCrashReportingTest.php | 1 + .../tests/Unit/SiteContentDetection/RollbarTest.php | 1 + .../tests/Unit/SiteContentDetection/SentryTest.php | 1 + .../tests/Unit/SiteContentDetection/TrackJsTest.php | 1 + plugins/TestRunner/Commands/CodeCoverage.php | 1 + .../Commands/GenerateGitHubTestActionFile.php | 1 + plugins/TestRunner/Commands/SyncScreenshots.php | 1 + plugins/TestRunner/Commands/TestsRun.php | 1 + plugins/TestRunner/Commands/TestsRunJS.php | 2 ++ plugins/TestRunner/Commands/TestsRunUI.php | 2 ++ plugins/TestRunner/Commands/TestsSetupFixture.php | 1 + plugins/TestRunner/Controller.php | 1 + plugins/TestRunner/TestRunner.php | 2 ++ plugins/TestRunner/config/config.php | 1 + plugins/TestRunner/config/tracker.php | 1 + .../System/CheckDirectDependencyUseCommandTest.php | 1 + plugins/Tour/API.php | 1 + plugins/Tour/Dao/DataFinder.php | 2 ++ plugins/Tour/Engagement/Challenge.php | 3 ++- plugins/Tour/Engagement/ChallengeAddedAnnotation.php | 2 ++ plugins/Tour/Engagement/ChallengeAddedSegment.php | 2 ++ plugins/Tour/Engagement/ChallengeAddedWebsite.php | 2 ++ .../Tour/Engagement/ChallengeBrowseMarketplace.php | 2 ++ .../Tour/Engagement/ChallengeChangeVisualisation.php | 2 ++ .../Engagement/ChallengeConfigureGeolocation.php | 2 ++ plugins/Tour/Engagement/ChallengeCreatedGoal.php | 2 ++ plugins/Tour/Engagement/ChallengeCustomLogo.php | 2 ++ .../Tour/Engagement/ChallengeCustomiseDashboard.php | 2 ++ .../Engagement/ChallengeDisableBrowserArchiving.php | 2 ++ plugins/Tour/Engagement/ChallengeFlattenActions.php | 2 ++ plugins/Tour/Engagement/ChallengeInvitedUser.php | 2 ++ plugins/Tour/Engagement/ChallengeScheduledReport.php | 2 ++ plugins/Tour/Engagement/ChallengeSelectDateRange.php | 2 ++ .../Tour/Engagement/ChallengeSetupConsentManager.php | 3 ++- plugins/Tour/Engagement/ChallengeSetupTwoFa.php | 2 ++ plugins/Tour/Engagement/ChallengeTrackingCode.php | 2 ++ .../Tour/Engagement/ChallengeViewRowEvolution.php | 2 ++ .../Tour/Engagement/ChallengeViewVisitorProfile.php | 2 ++ plugins/Tour/Engagement/ChallengeViewVisitsLog.php | 2 ++ plugins/Tour/Engagement/Challenges.php | 2 ++ plugins/Tour/Engagement/Levels.php | 2 ++ plugins/Tour/Tour.php | 2 ++ plugins/Tour/Widgets/GetEngagement.php | 2 ++ plugins/Tour/config/config.php | 1 + plugins/Tour/config/tracker.php | 1 + .../tests/Fixtures/SimpleFixtureTrackFewVisits.php | 2 ++ plugins/Tour/tests/Integration/ChallengeTest.php | 1 + plugins/Tour/tests/System/APITest.php | 2 ++ .../tests/System/ConsentManagerDetectionTest.php | 2 ++ plugins/Tour/tests/System/DataFinderTest.php | 2 ++ plugins/Tour/tests/System/TourTest.php | 2 ++ plugins/Transitions/API.php | 1 + .../Categories/TransitionsSubcategory.php | 2 ++ plugins/Transitions/Controller.php | 2 ++ plugins/Transitions/Transitions.php | 1 + plugins/Transitions/Widgets/GetTransitions.php | 2 ++ plugins/Transitions/config/config.php | 1 + plugins/Transitions/config/tracker.php | 1 + .../Integration/TransitionsMaxAllowedPeriodTest.php | 2 ++ plugins/Transitions/tests/System/TransitionsTest.php | 2 ++ plugins/TwoFactorAuth/API.php | 1 + plugins/TwoFactorAuth/Controller.php | 2 ++ plugins/TwoFactorAuth/Dao/RecoveryCodeDao.php | 2 ++ .../Dao/RecoveryCodeRandomGenerator.php | 2 ++ .../Dao/RecoveryCodeStaticGenerator.php | 2 ++ .../TwoFactorAuth/Dao/TwoFaSecretRandomGenerator.php | 2 ++ .../TwoFactorAuth/Dao/TwoFaSecretStaticGenerator.php | 2 ++ plugins/TwoFactorAuth/FormTwoFactorAuthCode.php | 2 ++ plugins/TwoFactorAuth/SystemSettings.php | 1 + plugins/TwoFactorAuth/Tasks.php | 2 ++ plugins/TwoFactorAuth/TwoFactorAuthentication.php | 2 ++ plugins/TwoFactorAuth/Validator.php | 1 + plugins/TwoFactorAuth/config/config.php | 1 + plugins/TwoFactorAuth/config/tracker.php | 1 + .../tests/Fixtures/SimpleFixtureTrackFewVisits.php | 2 ++ .../tests/Fixtures/TwoFactorFixture.php | 2 ++ .../tests/Fixtures/TwoFactorUsersManagerFixture.php | 2 ++ plugins/TwoFactorAuth/tests/Integration/APITest.php | 1 + .../tests/Integration/Dao/RecoveryCodeDaoTest.php | 1 + .../Dao/RecoveryCodeRandomGeneratorTest.php | 1 + .../Dao/RecoveryCodeStaticGeneratorTest.php | 1 + .../Dao/TwoFaSecretRandomGeneratorTest.php | 1 + .../Dao/TwoFaSecretStaticGeneratorTest.php | 1 + .../tests/Integration/SystemSettingsTest.php | 1 + .../tests/Integration/TwoFactorAuthTest.php | 1 + .../Integration/TwoFactorAuthenticationTest.php | 1 + .../TwoFactorAuth/tests/System/TwoFactorAuthTest.php | 1 + plugins/UserCountry/API.php | 2 ++ plugins/UserCountry/Archiver.php | 1 + plugins/UserCountry/Categories/LocationsCategory.php | 2 ++ .../UserCountry/Categories/LocationsSubcategory.php | 2 ++ plugins/UserCountry/Columns/Base.php | 2 ++ plugins/UserCountry/Columns/City.php | 2 ++ plugins/UserCountry/Columns/Continent.php | 2 ++ plugins/UserCountry/Columns/Latitude.php | 2 ++ plugins/UserCountry/Columns/Longitude.php | 2 ++ plugins/UserCountry/Columns/Region.php | 2 ++ .../AttributeHistoricalDataWithLocations.php | 2 ++ plugins/UserCountry/Controller.php | 2 ++ .../UserCountry/Diagnostic/GeolocationDiagnostic.php | 2 ++ plugins/UserCountry/LocationProvider.php | 2 ++ .../LocationProvider/DisabledProvider.php | 2 ++ plugins/UserCountry/Menu.php | 2 ++ .../UserCountry/ProfileSummary/LocationSummary.php | 1 + plugins/UserCountry/RecordBuilders/Locations.php | 1 + plugins/UserCountry/Reports/Base.php | 2 ++ plugins/UserCountry/Reports/GetCity.php | 2 ++ plugins/UserCountry/Reports/GetContinent.php | 2 ++ plugins/UserCountry/Reports/GetCountry.php | 2 ++ plugins/UserCountry/Reports/GetRegion.php | 2 ++ plugins/UserCountry/UserCountry.php | 2 ++ plugins/UserCountry/VisitorDetails.php | 2 ++ plugins/UserCountry/VisitorGeolocator.php | 2 ++ plugins/UserCountry/config/tracker.php | 1 + plugins/UserCountry/functions.php | 1 + .../tests/Fixtures/ManySitesManyVisitsWithGeoIp.php | 2 ++ plugins/UserCountry/tests/Integration/APITest.php | 1 + .../tests/Integration/LocationProviderTest.php | 1 + .../tests/Integration/VisitorGeolocatorTest.php | 2 ++ plugins/UserCountry/tests/System/ApiTest.php | 1 + .../AttributeHistoricalDataWithLocationsTest.php | 2 ++ plugins/UserCountry/tests/System/StaticAPITest.php | 1 + plugins/UserCountry/tests/Unit/UserCountryTest.php | 1 + .../Categories/RealTimeMapSubcategory.php | 2 ++ plugins/UserCountryMap/UserCountryMap.php | 2 ++ plugins/UserCountryMap/Widgets/GetRealtimeMap.php | 2 ++ plugins/UserCountryMap/Widgets/GetVisitorMap.php | 2 ++ plugins/UserCountryMap/config/config.php | 1 + plugins/UserCountryMap/config/tracker.php | 1 + plugins/UserId/API.php | 2 ++ plugins/UserId/Archiver.php | 1 + .../UserId/Categories/VisitorsUserSubcategory.php | 2 ++ plugins/UserId/Columns/UserId.php | 2 ++ plugins/UserId/RecordBuilders/Users.php | 1 + plugins/UserId/Reports/Base.php | 2 ++ plugins/UserId/Reports/GetUsers.php | 1 + plugins/UserId/UserId.php | 2 +- plugins/UserId/config/config.php | 1 + plugins/UserId/config/tracker.php | 1 + .../UserId/tests/Fixtures/OverwriteUserIdFixture.php | 2 ++ .../tests/Fixtures/TrackFewVisitsAndCreateUsers.php | 2 ++ plugins/UserId/tests/System/ApiTest.php | 1 + plugins/UserId/tests/System/OverwriteUserIdTest.php | 1 + plugins/UserLanguage/API.php | 2 ++ plugins/UserLanguage/Archiver.php | 1 + plugins/UserLanguage/Columns/Language.php | 2 ++ plugins/UserLanguage/RecordBuilders/Languages.php | 1 + plugins/UserLanguage/Reports/Base.php | 3 ++- plugins/UserLanguage/Reports/GetLanguage.php | 2 ++ plugins/UserLanguage/Reports/GetLanguageCode.php | 2 ++ plugins/UserLanguage/UserLanguage.php | 2 ++ plugins/UserLanguage/VisitorDetails.php | 2 ++ plugins/UserLanguage/config/config.php | 1 + plugins/UserLanguage/config/tracker.php | 1 + plugins/UserLanguage/functions.php | 1 + .../UserLanguage/tests/Fixtures/LanguageFixture.php | 2 +- .../tests/System/GetLanguageSystemTest.php | 1 + plugins/UsersManager/Controller.php | 2 ++ plugins/UsersManager/LastSeenTimeLogger.php | 2 ++ plugins/UsersManager/Menu.php | 2 ++ plugins/UsersManager/Model.php | 2 ++ plugins/UsersManager/NewsletterSignup.php | 1 + plugins/UsersManager/Sql/SiteAccessFilter.php | 2 +- plugins/UsersManager/SystemSettings.php | 1 + plugins/UsersManager/UserAccessFilter.php | 1 + plugins/UsersManager/UserPreferences.php | 2 ++ plugins/UsersManager/UserUpdater.php | 2 ++ plugins/UsersManager/config/config.php | 1 + plugins/UsersManager/config/tracker.php | 1 + plugins/UsersManager/tests/Integration/ModelTest.php | 2 +- .../tests/Integration/SystemSettingsTest.php | 1 + .../tests/Integration/TokenSecureOnlyTest.php | 2 ++ .../tests/Integration/UserPreferencesTest.php | 1 + .../tests/Integration/UsersManagerTest.php | 2 +- .../Validators/AllowedEmailDomainTest.php | 1 + plugins/UsersManager/tests/System/ApiTest.php | 1 + plugins/VisitFrequency/API.php | 2 ++ plugins/VisitFrequency/Archiver.php | 2 ++ .../Columns/Metrics/ReturningMetric.php | 2 ++ plugins/VisitFrequency/Controller.php | 2 ++ plugins/VisitFrequency/VisitFrequency.php | 2 ++ plugins/VisitFrequency/config/config.php | 1 + plugins/VisitFrequency/config/tracker.php | 1 + plugins/VisitFrequency/tests/Integration/APITest.php | 1 + plugins/VisitTime/API.php | 2 ++ plugins/VisitTime/Archiver.php | 1 + plugins/VisitTime/Categories/TimesSubcategory.php | 2 ++ plugins/VisitTime/Columns/DayOfTheWeek.php | 2 ++ plugins/VisitTime/Columns/LocalMinute.php | 2 ++ plugins/VisitTime/Columns/LocalTime.php | 2 ++ .../DataTable/Filter/AddSegmentByLabelInUTC.php | 2 ++ plugins/VisitTime/RecordBuilders/Base.php | 1 + plugins/VisitTime/RecordBuilders/LocalTime.php | 1 + plugins/VisitTime/RecordBuilders/ServerTime.php | 1 + plugins/VisitTime/Reports/Base.php | 2 ++ plugins/VisitTime/Reports/GetByDayOfWeek.php | 2 ++ .../Reports/GetVisitInformationPerLocalTime.php | 2 ++ .../Reports/GetVisitInformationPerServerTime.php | 2 ++ plugins/VisitTime/VisitTime.php | 2 ++ plugins/VisitTime/VisitorDetails.php | 2 ++ plugins/VisitTime/config/config.php | 1 + plugins/VisitTime/config/tracker.php | 1 + plugins/VisitTime/functions.php | 1 + .../tests/Unit/AddSegmentByLabelInUTCTest.php | 1 + plugins/VisitorInterest/API.php | 2 ++ plugins/VisitorInterest/Archiver.php | 1 + plugins/VisitorInterest/Columns/PagesPerVisit.php | 2 ++ plugins/VisitorInterest/Columns/VisitDuration.php | 2 ++ .../VisitorInterest/Columns/VisitorDaysSinceLast.php | 1 + .../Columns/VisitorSecondsSinceLast.php | 2 ++ .../VisitorInterest/Columns/VisitsbyVisitNumber.php | 2 ++ .../VisitorInterest/RecordBuilders/Engagement.php | 1 + plugins/VisitorInterest/Reports/Base.php | 2 ++ .../Reports/GetNumberOfVisitsByDaysSinceLast.php | 2 ++ .../Reports/GetNumberOfVisitsByVisitCount.php | 2 ++ .../Reports/GetNumberOfVisitsPerPage.php | 2 ++ .../Reports/GetNumberOfVisitsPerVisitDuration.php | 2 ++ plugins/VisitorInterest/VisitorDetails.php | 2 ++ plugins/VisitorInterest/VisitorInterest.php | 2 ++ plugins/VisitorInterest/config/config.php | 1 + plugins/VisitorInterest/config/tracker.php | 1 + .../Unit/Columns/VisitorSecondsSinceLastTest.php | 2 +- plugins/VisitsSummary/API.php | 2 ++ plugins/VisitsSummary/Controller.php | 2 ++ plugins/VisitsSummary/Reports/Get.php | 2 ++ plugins/VisitsSummary/VisitsSummary.php | 3 +++ plugins/VisitsSummary/Widgets/Index.php | 2 ++ plugins/VisitsSummary/config/config.php | 1 + plugins/VisitsSummary/config/tracker.php | 1 + .../tests/Integration/VisitsSummaryTest.php | 1 + plugins/VisitsSummary/tests/Unit/Reports/GetTest.php | 1 + plugins/WebsiteMeasurable/Settings/Urls.php | 2 ++ plugins/WebsiteMeasurable/Type.php | 2 ++ plugins/WebsiteMeasurable/WebsiteMeasurable.php | 1 + plugins/WebsiteMeasurable/config/config.php | 1 + plugins/WebsiteMeasurable/config/tracker.php | 1 + plugins/Widgetize/Controller.php | 2 ++ plugins/Widgetize/Menu.php | 2 ++ plugins/Widgetize/config/config.php | 1 + plugins/Widgetize/config/tracker.php | 1 + .../Widgetize/tests/Fixtures/WidgetizeFixture.php | 2 ++ plugins/Widgetize/tests/System/WidgetTest.php | 1 + tests/PHPUnit/Fixtures/DisablePluginArchive.php | 2 ++ tests/PHPUnit/Fixtures/FewVisitsWithSetVisitorId.php | 2 ++ tests/PHPUnit/Fixtures/InvalidVisits.php | 2 ++ tests/PHPUnit/Fixtures/JSTrackingUIFixture.php | 1 + tests/PHPUnit/Fixtures/LastForcedInstall.php | 1 + tests/PHPUnit/Fixtures/LatestStableInstall.php | 1 + .../LatestStableInstall/GitCommitReleaseChannel.php | 1 - tests/PHPUnit/Fixtures/ManySitesImportedLogs.php | 2 ++ .../ManySitesImportedLogsWithXssAttempts.php | 2 ++ tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php | 2 ++ .../Fixtures/ManyVisitsWithGeoIPAndEcommerce.php | 3 ++- .../Fixtures/ManyVisitsWithMockLocationProvider.php | 1 + .../ManyVisitsWithSubDirReferrersAndCustomVars.php | 2 ++ tests/PHPUnit/Fixtures/OmniFixture.php | 2 ++ tests/PHPUnit/Fixtures/OneVisit.php | 2 ++ tests/PHPUnit/Fixtures/OneVisitSeveralPageViews.php | 2 ++ .../Fixtures/OneVisitWithAbnormalPageviewUrls.php | 2 ++ tests/PHPUnit/Fixtures/OneVisitorTwoVisits.php | 2 ++ .../RawArchiveDataWithTempAndInvalidated.php | 2 ++ .../Fixtures/SomePageGoalVisitsWithConversions.php | 2 ++ tests/PHPUnit/Fixtures/SomeVisitsAllConversions.php | 2 ++ ...meVisitsCustomVariablesCampaignsNotHeuristics.php | 2 ++ .../Fixtures/SomeVisitsLastYearAndThisYear.php | 2 ++ .../SomeVisitsManyPageviewsWithTransitions.php | 2 ++ tests/PHPUnit/Fixtures/SomeVisitsWithLongUrls.php | 2 ++ .../Fixtures/SomeVisitsWithNonUnicodePageTitles.php | 2 ++ tests/PHPUnit/Fixtures/SqlDump.php | 2 ++ tests/PHPUnit/Fixtures/ThreeGoalsOnePageview.php | 2 ++ .../ThreeSitesWithManyVisitsWithSiteSearch.php | 2 ++ .../Fixtures/ThreeSitesWithSharedVisitors.php | 2 ++ .../PHPUnit/Fixtures/ThreeVisitsWithCustomEvents.php | 2 ++ .../Fixtures/TwoSitesEcommerceOrderWithItems.php | 2 ++ ...isitsOverSeveralDaysWithSearchEngineReferrers.php | 2 ++ .../Fixtures/TwoSitesTwoVisitorsDifferentDays.php | 2 ++ tests/PHPUnit/Fixtures/TwoSitesVisitsInPast.php | 2 ++ tests/PHPUnit/Fixtures/TwoSitesWithAnnotations.php | 2 ++ tests/PHPUnit/Fixtures/TwoVisitsNoKeywordWithBot.php | 2 ++ .../Fixtures/TwoVisitsWithCustomVariables.php | 2 ++ tests/PHPUnit/Fixtures/Utf8mb4.php | 2 ++ .../Fixtures/VisitOverSeveralDaysImportedLogs.php | 2 ++ tests/PHPUnit/Fixtures/VisitsInCurrentYear.php | 2 ++ .../PHPUnit/Fixtures/VisitsInDifferentTimezones.php | 2 ++ tests/PHPUnit/Fixtures/VisitsOverSeveralDays.php | 2 ++ .../VisitsTwoWebsitesWithAdditionalVisits.php | 2 ++ .../Framework/Constraint/HttpResponseText.php | 2 ++ tests/PHPUnit/Framework/Constraint/ResponseCode.php | 2 ++ .../PHPUnit/Framework/Mock/Category/Categeories.php | 2 ++ tests/PHPUnit/Framework/Mock/FakeAccess.php | 2 ++ tests/PHPUnit/Framework/Mock/FakeChangesModel.php | 2 ++ tests/PHPUnit/Framework/Mock/FakeCliMulti.php | 2 ++ tests/PHPUnit/Framework/Mock/File.php | 12 +++++++----- tests/PHPUnit/Framework/Mock/LocationProvider.php | 2 ++ tests/PHPUnit/Framework/Mock/PiwikOption.php | 2 ++ .../Mock/ProfessionalServices/Advertising.php | 2 ++ .../PHPUnit/Framework/Mock/Settings/FakeBackend.php | 1 + .../Mock/Settings/FakeMeasurableSettings.php | 2 +- .../Framework/Mock/Settings/FakeSystemSettings.php | 2 +- .../Framework/Mock/Settings/FakeUserSettings.php | 2 +- tests/PHPUnit/Framework/Mock/Site.php | 2 ++ tests/PHPUnit/Framework/Mock/TestConfig.php | 1 + tests/PHPUnit/Framework/Mock/Tracker.php | 11 ++++++----- tests/PHPUnit/Framework/Mock/Tracker/Db.php | 11 ++++++----- tests/PHPUnit/Framework/Mock/Tracker/Handler.php | 11 ++++++----- .../Framework/Mock/Tracker/RequestAuthenticated.php | 1 + tests/PHPUnit/Framework/Mock/Tracker/RequestSet.php | 11 ++++++----- tests/PHPUnit/Framework/Mock/Tracker/Response.php | 11 ++++++----- .../Framework/Mock/Tracker/ScheduledTasksRunner.php | 11 ++++++----- tests/PHPUnit/Framework/OverrideLogin.php | 2 ++ .../Framework/TestCase/ConsoleCommandTestCase.php | 1 + .../Framework/TestCase/IntegrationTestCase.php | 1 + tests/PHPUnit/Framework/TestCase/SystemTestCase.php | 1 + tests/PHPUnit/Framework/TestCase/UnitTestCase.php | 1 + tests/PHPUnit/Framework/TestDataHelper/LogHelper.php | 1 + .../PHPUnit/Framework/TestRequest/ApiTestConfig.php | 1 + tests/PHPUnit/Framework/TestRequest/Collection.php | 1 + tests/PHPUnit/Framework/TestRequest/Response.php | 1 + .../Framework/TestingEnvironmentManipulator.php | 1 + .../Framework/TestingEnvironmentVariables.php | 1 + .../TestingEnvironmentVariablesDefinitionSource.php | 1 + tests/PHPUnit/Framework/XssTesting.php | 1 + tests/PHPUnit/Integration/API/RequestTest.php | 1 + tests/PHPUnit/Integration/AccessTest.php | 1 + .../Application/Kernel/PluginListTest.php | 2 ++ .../Integration/Archive/ArchivePurgerTest.php | 2 ++ .../Integration/Archive/ArchiveStateMetadataTest.php | 1 + tests/PHPUnit/Integration/Archive/ChunksTest.php | 2 +- .../Integration/Archive/DataTableFactoryTest.php | 1 + .../Integration/Archive/PartialArchiveTest.php | 1 + tests/PHPUnit/Integration/ArchiveProcessingTest.php | 1 + .../Integration/ArchiveProcessor/LoaderLockTest.php | 1 + .../Integration/ArchiveProcessor/LoaderTest.php | 1 + .../Integration/ArchiveProcessor/ParametersTest.php | 2 +- .../ArchiveProcessor/PluginsArchiverTest.php | 2 ++ tests/PHPUnit/Integration/ArchiveTest.php | 1 + tests/PHPUnit/Integration/ArchiveWebTest.php | 2 ++ .../PHPUnit/Integration/ArchiveWithNoVisitsTest.php | 1 + .../UIAssetFetcher/PluginUmdAssetFetcherTest.php | 1 + .../Integration/AssetManager/UIAssetMinifierTest.php | 1 + tests/PHPUnit/Integration/AssetManagerTest.php | 1 + tests/PHPUnit/Integration/CIEnvironmentTest.php | 1 + tests/PHPUnit/Integration/CacheIdTest.php | 1 + tests/PHPUnit/Integration/CacheTest.php | 1 + .../Integration/Category/CategoryListTest.php | 1 + tests/PHPUnit/Integration/CliMulti/OutputTest.php | 1 + tests/PHPUnit/Integration/CliMulti/ProcessTest.php | 1 + .../Columns/ComputedMetricFactoryTest.php | 1 + .../Columns/DimensionMetricFactoryTest.php | 1 + .../Columns/DimensionSegmentFactoryTest.php | 1 + tests/PHPUnit/Integration/Columns/DimensionTest.php | 1 + .../Integration/Columns/DimensionsProviderTest.php | 1 + tests/PHPUnit/Integration/Columns/UpdaterTest.php | 2 ++ .../Integration/Concurrency/DistributedListTest.php | 2 ++ .../Concurrency/LockBackend/MysqlLockBackendTest.php | 1 + tests/PHPUnit/Integration/Config/CacheTest.php | 2 ++ .../Integration/CronArchive/ArchiveFilterTest.php | 1 + .../Integration/CronArchive/QueueConsumerTest.php | 1 + .../Integration/CronArchive/SegmentArchivingTest.php | 1 + .../Integration/CronArchive/SharedSiteIdsTest.php | 1 + .../Integration/CronArchiveInvalidSegmentTest.php | 1 + tests/PHPUnit/Integration/CronArchiveTest.php | 1 + tests/PHPUnit/Integration/DataAccess/ActionsTest.php | 2 ++ .../DataAccess/ArchiveInvalidatorTest.php | 1 + .../Integration/DataAccess/ArchiveSelectorTest.php | 1 + .../Integration/DataAccess/ArchiveTableDaoTest.php | 1 + .../Integration/DataAccess/ArchiveWriterTest.php | 1 + .../Integration/DataAccess/LogAggregatorTest.php | 1 + tests/PHPUnit/Integration/DataAccess/ModelTest.php | 1 + .../Integration/DataAccess/TableMetadataTest.php | 2 ++ .../DataTable/Filter/PivotByDimensionTest.php | 2 ++ tests/PHPUnit/Integration/Db/Adapter/MysqliTest.php | 1 + .../PHPUnit/Integration/Db/Adapter/Pdo/MysqlTest.php | 1 + tests/PHPUnit/Integration/Db/BatchInsertTest.php | 1 + .../PHPUnit/Integration/Db/TransactionLevelTest.php | 1 + tests/PHPUnit/Integration/DbHelperTest.php | 1 + tests/PHPUnit/Integration/DbTest.php | 1 + tests/PHPUnit/Integration/DependencyTest.php | 1 + .../Integration/DocumentationGeneratorTest.php | 1 + tests/PHPUnit/Integration/EmailValidatorTest.php | 1 + tests/PHPUnit/Integration/FilesystemTest.php | 1 + tests/PHPUnit/Integration/FrontControllerTest.php | 1 + tests/PHPUnit/Integration/HttpTest.php | 1 + tests/PHPUnit/Integration/JsProxyTest.php | 1 + tests/PHPUnit/Integration/LogDeleterTest.php | 1 + tests/PHPUnit/Integration/LogImporterTest.php | 1 + tests/PHPUnit/Integration/MailTest.php | 1 + .../Integration/Measurable/MeasurableSettingTest.php | 1 + .../Measurable/MeasurableSettingsTest.php | 1 + tests/PHPUnit/Integration/MenuTest.php | 1 + tests/PHPUnit/Integration/MetricsTest.php | 1 + tests/PHPUnit/Integration/NumberFormatterTest.php | 1 + tests/PHPUnit/Integration/OptionTest.php | 1 + tests/PHPUnit/Integration/Period/FactoryTest.php | 1 + tests/PHPUnit/Integration/PiwikTest.php | 1 + .../Integration/Plugin/ArchivedMetricTest.php | 1 + tests/PHPUnit/Integration/Plugin/CategoriesTest.php | 1 + .../Integration/Plugin/ComputedMetricTest.php | 1 + .../Plugin/Dimension/ActionDimensionTest.php | 1 + .../Plugin/Dimension/ConversionDimensionTest.php | 1 + .../Dimension/DimensionMetadataProviderTest.php | 1 + .../Plugin/Dimension/VisitDimensionTest.php | 1 + tests/PHPUnit/Integration/Plugin/ManagerTest.php | 1 + .../Integration/Plugin/ReleaseChannelsTest.php | 1 + .../Integration/Plugin/SettingsProviderTest.php | 1 + .../Integration/Plugin/WidgetsProviderTest.php | 1 + tests/PHPUnit/Integration/PluginTest.php | 1 + .../ProfessionalSupport/AdvertisingTest.php | 1 + tests/PHPUnit/Integration/ReleaseCheckListTest.php | 1 + tests/PHPUnit/Integration/Report/ReportsTest.php | 1 + tests/PHPUnit/Integration/ReportRenderingTest.php | 1 + tests/PHPUnit/Integration/ReportTest.php | 1 + tests/PHPUnit/Integration/RetryScheduledTaskTest.php | 1 + .../Integration/Segment/SegmentUnavailableTest.php | 1 + .../Integration/Segment/SegmentsCacheTest.php | 1 + .../PHPUnit/Integration/Segment/SegmentsListTest.php | 1 + tests/PHPUnit/Integration/SegmentTest.php | 1 + tests/PHPUnit/Integration/SequenceTest.php | 1 + tests/PHPUnit/Integration/ServeStaticFileTest.php | 1 + .../Integration/Session/SaveHandler/DbTableTest.php | 1 + .../PHPUnit/Integration/Session/SessionAuthTest.php | 1 + tests/PHPUnit/Integration/SessionTest.php | 1 + .../Integration/Settings/BaseSettingsTestCase.php | 1 + .../Integration/Settings/IntegrationTestCase.php | 1 + .../Settings/Measurable/MeasurablePropertyTest.php | 1 + .../Settings/Measurable/MeasurableSettingTest.php | 1 + .../Settings/Measurable/MeasurableSettingsTest.php | 1 + .../Settings/Plugin/SystemConfigSettingTest.php | 1 + .../Settings/Plugin/SystemSettingTest.php | 1 + .../Settings/Plugin/SystemSettingsTest.php | 1 + .../Integration/Settings/Plugin/UserSettingTest.php | 1 + .../Integration/Settings/Plugin/UserSettingsTest.php | 1 + tests/PHPUnit/Integration/Settings/SettingTest.php | 2 +- .../Settings/Storage/Backend/CacheTest.php | 1 + .../Settings/Storage/Backend/ConfigTest.php | 1 + .../Storage/Backend/MeasurableSettingsTableTest.php | 1 + .../Settings/Storage/Backend/NullTest.php | 1 + .../Storage/Backend/PluginSettingsTableTest.php | 1 + .../Settings/Storage/Backend/SitesTableTest.php | 1 + .../Integration/Settings/Storage/FactoryTest.php | 1 + .../Integration/Settings/Storage/StorageTest.php | 1 + .../PHPUnit/Integration/SiteContentDetectorTest.php | 1 + tests/PHPUnit/Integration/SiteTest.php | 2 ++ tests/PHPUnit/Integration/SqlTest.php | 1 + tests/PHPUnit/Integration/SupportedBrowserTest.php | 2 ++ tests/PHPUnit/Integration/Tracker/ActionTest.php | 1 + .../PHPUnit/Integration/Tracker/Db/Pdo/MySqlTest.php | 1 + tests/PHPUnit/Integration/Tracker/DbTest.php | 1 + tests/PHPUnit/Integration/Tracker/FailuresTest.php | 2 ++ .../Integration/Tracker/FingerprintSaltTest.php | 1 + .../Integration/Tracker/Handler/FactoryTest.php | 1 + tests/PHPUnit/Integration/Tracker/HandlerTest.php | 1 + tests/PHPUnit/Integration/Tracker/ModelTest.php | 2 ++ .../PHPUnit/Integration/Tracker/PingRequestTest.php | 1 + tests/PHPUnit/Integration/Tracker/RequestSetTest.php | 1 + tests/PHPUnit/Integration/Tracker/RequestTest.php | 1 + tests/PHPUnit/Integration/Tracker/SettingsTest.php | 1 + .../Integration/Tracker/TrackerCodeGeneratorTest.php | 1 + .../Integration/Tracker/Visit/FactoryTest.php | 1 + .../Tracker/Visit/ReferrerSpamFilterTest.php | 1 + tests/PHPUnit/Integration/Tracker/Visit2Test.php | 1 + tests/PHPUnit/Integration/Tracker/VisitTest.php | 1 + .../Integration/Tracker/VisitorRecognizerTest.php | 1 + .../Integration/Updater/Migration/Config/SetTest.php | 1 + .../Updater/Migration/Db/BoundSqlTest.php | 1 + .../Updater/Migration/Db/DropColumnsTest.php | 1 + .../Integration/Updater/Migration/Db/FactoryTest.php | 1 + .../Updater/Migration/Db/MigrationsTest.php | 1 + .../Integration/Updater/Migration/Db/SqlTest.php | 1 + .../Integration/Updater/Migration/FactoryTest.php | 1 + .../Updater/Migration/Plugin/FactoryTest.php | 1 + tests/PHPUnit/Integration/UpdaterTest.php | 1 + tests/PHPUnit/Integration/Validator/IdSiteTest.php | 1 + .../Integration/ViewDataTable/ManagerTest.php | 1 + tests/PHPUnit/Integration/WidgetsListTest.php | 1 + tests/PHPUnit/System/AllWebsitesTest.php | 2 ++ .../PHPUnit/System/ApiGetReportMetadataYearTest.php | 2 ++ tests/PHPUnit/System/ArchiveInvalidationTest.php | 1 + tests/PHPUnit/System/BlobReportLimitingTest.php | 1 + tests/PHPUnit/System/CliMultiTest.php | 2 ++ tests/PHPUnit/System/ComplicatedSegmentTest.php | 1 + tests/PHPUnit/System/ConsoleTest.php | 1 + tests/PHPUnit/System/CookieTest.php | 2 ++ tests/PHPUnit/System/CsvExportTest.php | 2 ++ tests/PHPUnit/System/CustomEventsTest.php | 2 ++ tests/PHPUnit/System/DataComparisonTest.php | 2 ++ tests/PHPUnit/System/DuplicateActionsTest.php | 2 ++ tests/PHPUnit/System/EnvironmentValidationTest.php | 1 + tests/PHPUnit/System/FlattenReportsTest.php | 2 ++ tests/PHPUnit/System/FrontControllerTest.php | 1 + tests/PHPUnit/System/ImportLogsTest.php | 2 ++ tests/PHPUnit/System/LabelFilterTest.php | 2 ++ tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php | 2 ++ tests/PHPUnit/System/MultipleSitesArchivingTest.php | 2 ++ tests/PHPUnit/System/NoVisitTest.php | 2 ++ tests/PHPUnit/System/NonUnicodeTest.php | 2 ++ .../System/OneVisitorLongUrlsTruncatedTest.php | 2 ++ .../System/OneVisitorNoKeywordSpecifiedTest.php | 2 ++ ...orOneWebsiteSeveralDaysDateRangeArchivingTest.php | 2 ++ .../OneVisitorOneWebsiteSeveralDaysDateRangeTest.php | 2 ++ ...neVisitorSeveralDaysImportedInRandomOrderTest.php | 2 ++ tests/PHPUnit/System/OneVisitorTwoVisitsTest.php | 2 ++ .../OneVisitorTwoVisitsWithCookieSupportTest.php | 2 ++ ...iodIsRangeDateIsLastNMetadataAndNormalAPITest.php | 2 ++ tests/PHPUnit/System/PivotByQueryParamTest.php | 2 ++ tests/PHPUnit/System/RawLogDaoTest.php | 1 + tests/PHPUnit/System/ResponseCodeTest.php | 1 + tests/PHPUnit/System/RowEvolutionTest.php | 2 ++ tests/PHPUnit/System/RssExportTest.php | 1 + .../SimulateAutoIncrementIntegerOverflowTest.php | 2 ++ tests/PHPUnit/System/SiteSearchTest.php | 2 ++ tests/PHPUnit/System/SpecialDateParamsTest.php | 1 + tests/PHPUnit/System/TimezonesTest.php | 1 + ...ndCampaignsForceUsingVisitIdNotHeuristicsTest.php | 2 ++ tests/PHPUnit/System/TrackerDisallowedIpTest.php | 1 + tests/PHPUnit/System/TrackerResponseTest.php | 2 ++ tests/PHPUnit/System/TrackerTest.php | 1 + tests/PHPUnit/System/TrackerWindowLookBackTest.php | 2 ++ ...TwoWebsitesDifferentDaysArchivingDisabledTest.php | 2 ++ ...sitorsTwoWebsitesDifferentDaysConversionsTest.php | 2 ++ tests/PHPUnit/System/UrlNormalizationTest.php | 2 ++ tests/PHPUnit/System/UserIdAndVisitorIdTest.php | 2 ++ tests/PHPUnit/System/Utf8mb4Test.php | 2 ++ .../System/VisitsInPastInvalidateOldReportsTest.php | 2 ++ tests/PHPUnit/Unit/API/ApiRendererTest.php | 1 + .../PHPUnit/Unit/API/DataTableGenericFilterTest.php | 1 + tests/PHPUnit/Unit/API/ResponseBuilderTest.php | 1 + tests/PHPUnit/Unit/Archive/ArchiveStateTest.php | 1 + tests/PHPUnit/Unit/Archive/ChunkTest.php | 1 + tests/PHPUnit/Unit/Archive/DataCollectionTest.php | 1 + .../Unit/ArchiveProcessor/RecordBuilderTest.php | 1 + tests/PHPUnit/Unit/Archiver/RequestTest.php | 2 +- .../PHPUnit/Unit/AssetManager/PluginManagerMock.php | 1 + tests/PHPUnit/Unit/AssetManager/PluginMock.php | 1 + tests/PHPUnit/Unit/AssetManager/ThemeMock.php | 1 + .../Unit/AssetManager/UIAssetCacheBusterMock.php | 1 + .../Unit/AssetManager/UIAssetCacheBusterTest.php | 1 + .../Unit/AssetManager/UIAssetCatalogSorterTest.php | 1 + tests/PHPUnit/Unit/AssetManagerTest.php | 2 ++ tests/PHPUnit/Unit/CacheTest.php | 1 + tests/PHPUnit/Unit/Category/CategoryListTest.php | 1 + tests/PHPUnit/Unit/Category/CategoryTest.php | 1 + tests/PHPUnit/Unit/Category/SubcategoryTest.php | 1 + tests/PHPUnit/Unit/CliMulti/RequestParserTest.php | 1 + tests/PHPUnit/Unit/CommonTest.php | 1 + tests/PHPUnit/Unit/Config/IniFileChainTest.php | 2 ++ tests/PHPUnit/Unit/ConfigTest.php | 1 + tests/PHPUnit/Unit/ConsoleTest.php | 2 ++ .../Unit/Container/IniConfigDefinitionSourceTest.php | 1 + tests/PHPUnit/Unit/ContextTest.php | 2 +- tests/PHPUnit/Unit/CookieTest.php | 1 + tests/PHPUnit/Unit/CronArchive/FixedSiteIdsTest.php | 1 + .../Unit/DataAccess/ArchiveTableCreatorTest.php | 2 ++ tests/PHPUnit/Unit/DataAccess/ArchiveWriterTest.php | 1 + .../DataAccess/LogQueryBuilder/JoinGeneratorTest.php | 2 ++ .../DataAccess/LogQueryBuilder/JoinTablesTest.php | 2 ++ .../Filter/AddSegmentFilterByLabelMappingTest.php | 1 + .../Filter/AddSegmentFilterBySegmentValueTest.php | 1 + .../Unit/DataTable/Filter/AddSegmentFilterTest.php | 1 + .../Unit/DataTable/Filter/AddSegmentValueTest.php | 1 + .../Unit/DataTable/Filter/AddSummaryRowTest.php | 1 + .../Filter/ColumnCallbackDeleteMetadataTest.php | 1 + .../Unit/DataTable/Filter/ColumnDeleteTest.php | 1 + .../DataTable/Filter/ExcludeLowPopulationTest.php | 1 + tests/PHPUnit/Unit/DataTable/Filter/LimitTest.php | 1 + .../Unit/DataTable/Filter/PatternRecursiveTest.php | 1 + tests/PHPUnit/Unit/DataTable/Filter/PatternTest.php | 1 + .../DataTable/Filter/PrependSegmentFilterTest.php | 1 + .../DataTable/Filter/PrependValueToMetadataTest.php | 1 + .../PHPUnit/Unit/DataTable/Filter/RangeCheckTest.php | 1 + tests/PHPUnit/Unit/DataTable/Filter/SortTest.php | 1 + tests/PHPUnit/Unit/DataTable/Filter/TruncateTest.php | 1 + tests/PHPUnit/Unit/DataTable/Renderer/CSVTest.php | 1 + .../PHPUnit/Unit/DataTable/Renderer/ConsoleTest.php | 1 + tests/PHPUnit/Unit/DataTable/Renderer/JSONTest.php | 1 + tests/PHPUnit/Unit/DataTable/Renderer/XMLTest.php | 1 + tests/PHPUnit/Unit/DataTable/RowTest.php | 1 + tests/PHPUnit/Unit/DataTable/SimpleTest.php | 2 +- tests/PHPUnit/Unit/DataTableTest.php | 1 + tests/PHPUnit/Unit/DateTest.php | 1 + tests/PHPUnit/Unit/DbHelperTest.php | 1 + tests/PHPUnit/Unit/FactoryTest.php | 1 + tests/PHPUnit/Unit/FilesystemTest.php | 1 + tests/PHPUnit/Unit/Http/RouterTest.php | 1 + tests/PHPUnit/Unit/HttpTest.php | 1 + tests/PHPUnit/Unit/IPTest.php | 1 + tests/PHPUnit/Unit/LegacyAutoLoaderTest.php | 1 + tests/PHPUnit/Unit/Mail/EmailStylesTest.php | 2 +- tests/PHPUnit/Unit/MailTest.php | 1 + tests/PHPUnit/Unit/Metrics/Formatter/HtmlTest.php | 2 ++ tests/PHPUnit/Unit/Metrics/FormatterTest.php | 2 ++ tests/PHPUnit/Unit/Metrics/SorterTest.php | 2 ++ tests/PHPUnit/Unit/NonceTest.php | 1 + tests/PHPUnit/Unit/Notification/ManagerTest.php | 1 + tests/PHPUnit/Unit/Period/BasePeriodTest.php | 1 + tests/PHPUnit/Unit/Period/DayTest.php | 1 + tests/PHPUnit/Unit/Period/MonthTest.php | 1 + tests/PHPUnit/Unit/Period/RangeTest.php | 1 + tests/PHPUnit/Unit/Period/WeekTest.php | 1 + tests/PHPUnit/Unit/Period/YearTest.php | 1 + tests/PHPUnit/Unit/PeriodTest.php | 1 + tests/PHPUnit/Unit/Plugin/ComponentFactoryTest.php | 2 ++ tests/PHPUnit/Unit/RankingQueryTest.php | 1 + tests/PHPUnit/Unit/Report/ReportWidgetConfigTest.php | 1 + .../PHPUnit/Unit/Report/ReportWidgetFactoryTest.php | 1 + tests/PHPUnit/Unit/Scheduler/Schedule/DailyTest.php | 1 + tests/PHPUnit/Unit/Scheduler/Schedule/HourlyTest.php | 1 + .../PHPUnit/Unit/Scheduler/Schedule/MonthlyTest.php | 1 + tests/PHPUnit/Unit/Scheduler/Schedule/WeeklyTest.php | 1 + tests/PHPUnit/Unit/Scheduler/SchedulerTest.php | 1 + tests/PHPUnit/Unit/Scheduler/TaskTest.php | 1 + tests/PHPUnit/Unit/Scheduler/TimetableTest.php | 1 + tests/PHPUnit/Unit/SecurityPolicyTest.php | 1 + tests/PHPUnit/Unit/Segment/SegmentExpressionTest.php | 1 + .../PHPUnit/Unit/Session/SessionFingerprintTest.php | 2 +- .../PHPUnit/Unit/Session/SessionInitializerTest.php | 1 + tests/PHPUnit/Unit/SettingsServerTest.php | 1 + tests/PHPUnit/Unit/Tracker/CacheTest.php | 1 + tests/PHPUnit/Unit/Tracker/RequestSetTest.php | 1 + tests/PHPUnit/Unit/Tracker/RequestTest.php | 1 + tests/PHPUnit/Unit/Tracker/ResponseTest.php | 1 + tests/PHPUnit/Unit/Tracker/TrackerConfigTest.php | 1 + tests/PHPUnit/Unit/TrackerTest.php | 1 + tests/PHPUnit/Unit/TranslateTest.php | 1 + tests/PHPUnit/Unit/Translation/FilesTest.php | 2 +- .../Translation/Loader/DevelopmentLoaderTest.php | 1 + .../Unit/Translation/Loader/JsonFileLoaderTest.php | 1 + .../Unit/Translation/Loader/LoaderCacheTest.php | 1 + tests/PHPUnit/Unit/Translation/TranslatorTest.php | 1 + tests/PHPUnit/Unit/TwigTest.php | 1 + tests/PHPUnit/Unit/UpdateCheckTest.php | 1 + tests/PHPUnit/Unit/UrlHelperTest.php | 1 + tests/PHPUnit/Unit/Validator/CharacterLengthTest.php | 1 + tests/PHPUnit/Unit/Validator/DateTimeTest.php | 1 + tests/PHPUnit/Unit/Validator/EmailTest.php | 1 + tests/PHPUnit/Unit/Validator/IpRangesTest.php | 1 + tests/PHPUnit/Unit/Validator/NotEmptyTest.php | 1 + tests/PHPUnit/Unit/Validator/NumberRangeTest.php | 1 + tests/PHPUnit/Unit/Validator/UrlLikeTest.php | 1 + .../PHPUnit/Unit/Validator/WhiteListedValueTest.php | 1 + tests/PHPUnit/Unit/VersionTest.php | 1 + tests/PHPUnit/Unit/Widget/WidgetConfigTest.php | 1 + .../Unit/Widget/WidgetContainerConfigTest.php | 1 + tests/PHPUnit/Unit/Widget/WidgetsListTest.php | 1 + 2628 files changed, 3962 insertions(+), 122 deletions(-) diff --git a/core/API/ApiRenderer.php b/core/API/ApiRenderer.php index 46e4849e4ba..39e90de407b 100644 --- a/core/API/ApiRenderer.php +++ b/core/API/ApiRenderer.php @@ -1,4 +1,5 @@ => [ diff --git a/plugins/GeoIp2/tests/Integration/LocationProviderTest.php b/plugins/GeoIp2/tests/Integration/LocationProviderTest.php index b17e9076a12..f9d18be1858 100644 --- a/plugins/GeoIp2/tests/Integration/LocationProviderTest.php +++ b/plugins/GeoIp2/tests/Integration/LocationProviderTest.php @@ -1,4 +1,5 @@ Piwik\DI::decorate(function ($settings, \Piwik\Container\Container $c) { /** @var \Piwik\Plugins\Login\SystemSettings $settings */ diff --git a/plugins/Login/config/tracker.php b/plugins/Login/config/tracker.php index d266508bcd7..d5be5de26f9 100644 --- a/plugins/Login/config/tracker.php +++ b/plugins/Login/config/tracker.php @@ -1,2 +1,3 @@ Piwik\DI::add(array( diff --git a/plugins/PrivacyManager/config/tracker.php b/plugins/PrivacyManager/config/tracker.php index d266508bcd7..d5be5de26f9 100644 --- a/plugins/PrivacyManager/config/tracker.php +++ b/plugins/PrivacyManager/config/tracker.php @@ -1,2 +1,3 @@ \Piwik\DI::string('SitesManager_SiteWithoutDataVueFollowStepNote2') ); diff --git a/plugins/SitesManager/config/tracker.php b/plugins/SitesManager/config/tracker.php index d266508bcd7..d5be5de26f9 100644 --- a/plugins/SitesManager/config/tracker.php +++ b/plugins/SitesManager/config/tracker.php @@ -1,2 +1,3 @@ [] ); diff --git a/plugins/UsersManager/config/tracker.php b/plugins/UsersManager/config/tracker.php index d266508bcd7..d5be5de26f9 100644 --- a/plugins/UsersManager/config/tracker.php +++ b/plugins/UsersManager/config/tracker.php @@ -1,2 +1,3 @@ Date: Wed, 17 Apr 2024 15:28:48 +1200 Subject: [PATCH 3/7] Replace Piwik with Matomo in file headers --- plugins/CoreHome/Columns/VisitorSecondsSinceFirst.php | 2 +- plugins/CoreHome/Columns/VisitorSecondsSinceOrder.php | 2 +- plugins/CoreHome/tests/Unit/Columns/VisitorReturningTest.php | 2 +- .../tests/Unit/Columns/VisitorSecondsSinceFirstTest.php | 2 +- .../tests/Unit/Columns/VisitorSecondsSinceOrderTest.php | 2 +- plugins/CoreHome/tests/Unit/Columns/VisitsCountTest.php | 2 +- plugins/CoreHome/tests/Unit/EvolutionMetricTest.php | 2 +- plugins/VisitorInterest/Columns/VisitorDaysSinceLast.php | 2 +- plugins/VisitorInterest/Columns/VisitorSecondsSinceLast.php | 2 +- .../tests/Unit/Columns/VisitorSecondsSinceLastTest.php | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins/CoreHome/Columns/VisitorSecondsSinceFirst.php b/plugins/CoreHome/Columns/VisitorSecondsSinceFirst.php index 47751910f96..2a2a54a9775 100644 --- a/plugins/CoreHome/Columns/VisitorSecondsSinceFirst.php +++ b/plugins/CoreHome/Columns/VisitorSecondsSinceFirst.php @@ -1,7 +1,7 @@ Date: Wed, 17 Apr 2024 15:37:09 +1200 Subject: [PATCH 4/7] Unify file headers (position, no. of lines, https links) --- core/API/ApiRenderer.php | 5 ++--- core/API/CORSHandler.php | 5 ++--- core/API/DataTableGenericFilter.php | 5 ++--- core/API/DataTableManipulator.php | 5 ++--- core/API/DataTableManipulator/Flattener.php | 5 ++--- core/API/DataTableManipulator/LabelFilter.php | 5 ++--- core/API/DataTableManipulator/ReportTotalsCalculator.php | 5 ++--- core/API/DataTablePostProcessor.php | 4 ++-- core/API/DocumentationGenerator.php | 5 ++--- core/API/Inconsistencies.php | 4 ++-- core/API/NoDefaultValue.php | 5 ++--- core/API/Proxy.php | 5 ++--- core/API/Request.php | 5 ++--- core/API/ResponseBuilder.php | 5 ++--- core/Access.php | 5 ++--- core/Access/CapabilitiesProvider.php | 5 ++--- core/Access/Capability.php | 5 ++--- core/Access/Role.php | 5 ++--- core/Access/Role/Admin.php | 5 ++--- core/Access/Role/View.php | 5 ++--- core/Access/Role/Write.php | 5 ++--- core/Access/RolesProvider.php | 5 ++--- core/Application/Environment.php | 4 ++-- core/Application/EnvironmentManipulator.php | 4 ++-- core/Application/Kernel/EnvironmentValidator.php | 4 ++-- core/Application/Kernel/GlobalSettingsProvider.php | 4 ++-- core/Application/Kernel/PluginList.php | 4 ++-- core/Archive.php | 5 ++--- core/Archive/ArchiveInvalidator.php | 5 ++--- core/Archive/ArchiveInvalidator/InvalidationResult.php | 4 ++-- core/Archive/ArchivePurger.php | 5 ++--- core/Archive/ArchiveQuery.php | 5 ++--- core/Archive/ArchiveQueryFactory.php | 5 ++--- core/Archive/ArchiveState.php | 5 ++--- core/Archive/Chunk.php | 5 ++--- core/Archive/DataCollection.php | 5 ++--- core/Archive/DataTableFactory.php | 5 ++--- core/Archive/Parameters.php | 5 ++--- core/ArchiveProcessor.php | 5 ++--- core/ArchiveProcessor/ArchivingStatus.php | 5 ++--- core/ArchiveProcessor/Loader.php | 5 ++--- core/ArchiveProcessor/LoaderLock.php | 5 ++--- core/ArchiveProcessor/Parameters.php | 5 ++--- core/ArchiveProcessor/PluginsArchiver.php | 5 ++--- core/ArchiveProcessor/PluginsArchiverException.php | 5 ++--- core/ArchiveProcessor/Record.php | 2 +- core/ArchiveProcessor/RecordBuilder.php | 2 +- core/ArchiveProcessor/Rules.php | 5 ++--- core/Archiver/Request.php | 5 ++--- core/AssetManager.php | 5 ++--- core/AssetManager/UIAsset.php | 5 ++--- core/AssetManager/UIAsset/InMemoryUIAsset.php | 5 ++--- core/AssetManager/UIAsset/OnDiskUIAsset.php | 5 ++--- core/AssetManager/UIAssetCacheBuster.php | 4 ++-- core/AssetManager/UIAssetCatalog.php | 5 ++--- core/AssetManager/UIAssetCatalogSorter.php | 5 ++--- core/AssetManager/UIAssetFetcher.php | 5 ++--- core/AssetManager/UIAssetFetcher/Chunk.php | 5 ++--- .../AssetManager/UIAssetFetcher/JScriptUIAssetFetcher.php | 5 ++--- .../AssetManager/UIAssetFetcher/PluginUmdAssetFetcher.php | 5 ++--- core/AssetManager/UIAssetFetcher/StaticUIAssetFetcher.php | 5 ++--- .../UIAssetFetcher/StylesheetUIAssetFetcher.php | 5 ++--- core/AssetManager/UIAssetMerger.php | 5 ++--- core/AssetManager/UIAssetMerger/JScriptUIAssetMerger.php | 5 ++--- .../UIAssetMerger/StylesheetUIAssetMerger.php | 5 ++--- core/AssetManager/UIAssetMinifier.php | 4 ++-- core/Auth.php | 5 ++--- core/Auth/Password.php | 4 ++-- core/AuthResult.php | 5 ++--- core/BaseFactory.php | 5 ++--- core/Cache.php | 5 ++--- core/CacheId.php | 5 ++--- core/Category/Category.php | 4 ++-- core/Category/CategoryList.php | 4 ++-- core/Category/Subcategory.php | 4 ++-- core/Changes/Model.php | 5 ++--- core/Changes/UserChanges.php | 5 ++--- core/CliMulti.php | 4 ++-- core/CliMulti/CliPhp.php | 4 ++-- core/CliMulti/Output.php | 4 ++-- core/CliMulti/OutputInterface.php | 4 ++-- core/CliMulti/Process.php | 4 ++-- core/CliMulti/RequestCommand.php | 4 ++-- core/CliMulti/RequestParser.php | 5 ++--- core/CliMulti/StaticOutput.php | 4 ++-- core/Columns/ComputedMetricFactory.php | 5 ++--- core/Columns/Dimension.php | 5 ++--- core/Columns/DimensionMetricFactory.php | 5 ++--- core/Columns/DimensionSegmentFactory.php | 5 ++--- core/Columns/DimensionsProvider.php | 5 ++--- core/Columns/Discriminator.php | 5 ++--- core/Columns/Join.php | 5 ++--- core/Columns/Join/ActionNameJoin.php | 5 ++--- core/Columns/Join/GoalNameJoin.php | 5 ++--- core/Columns/Join/SiteNameJoin.php | 5 ++--- core/Columns/MetricsList.php | 5 ++--- core/Columns/Updater.php | 5 ++--- core/Common.php | 5 ++--- core/Concurrency/DistributedList.php | 4 ++-- core/Concurrency/Lock.php | 5 ++--- core/Concurrency/LockBackend.php | 5 ++--- core/Concurrency/LockBackend/MySqlLockBackend.php | 5 ++--- core/Config.php | 5 ++--- core/Config/Cache.php | 4 ++-- core/Config/ConfigNotFoundException.php | 4 ++-- core/Config/DatabaseConfig.php | 5 ++--- core/Config/GeneralConfig.php | 5 ++--- core/Config/IniFileChain.php | 4 ++-- core/Config/SectionConfig.php | 5 ++--- core/Console.php | 5 ++--- core/Container/Container.php | 4 ++-- core/Container/ContainerDoesNotExistException.php | 4 ++-- core/Container/ContainerFactory.php | 4 ++-- core/Container/IniConfigDefinitionSource.php | 4 ++-- core/Container/StaticContainer.php | 4 ++-- core/Context.php | 4 ++-- core/Cookie.php | 5 ++--- core/CronArchive.php | 5 ++--- core/CronArchive/ArchiveFilter.php | 4 ++-- core/CronArchive/FixedSiteIds.php | 5 ++--- core/CronArchive/Performance/Logger.php | 4 ++-- core/CronArchive/Performance/Measurement.php | 4 ++-- core/CronArchive/QueueConsumer.php | 5 ++--- core/CronArchive/ReArchiveList.php | 5 ++--- core/CronArchive/SegmentArchiving.php | 4 ++-- core/CronArchive/SharedSiteIds.php | 5 ++--- core/CronArchive/StopArchiverException.php | 5 ++--- core/DI.php | 5 ++--- core/DataAccess/Actions.php | 4 ++-- core/DataAccess/ArchiveSelector.php | 5 ++--- core/DataAccess/ArchiveTableCreator.php | 5 ++--- core/DataAccess/ArchiveTableDao.php | 4 ++-- core/DataAccess/ArchiveWriter.php | 5 ++--- core/DataAccess/ArchivingDbAdapter.php | 5 ++--- core/DataAccess/LogAggregator.php | 5 ++--- core/DataAccess/LogQueryBuilder.php | 5 ++--- core/DataAccess/LogQueryBuilder/JoinGenerator.php | 5 ++--- core/DataAccess/LogQueryBuilder/JoinTables.php | 5 ++--- core/DataAccess/LogTableTemporary.php | 4 ++-- core/DataAccess/Model.php | 5 ++--- core/DataAccess/RawLogDao.php | 5 ++--- core/DataAccess/TableMetadata.php | 4 ++-- core/DataArray.php | 5 ++--- core/DataFiles/Providers.php | 5 ++--- core/DataTable.php | 5 ++--- core/DataTable/BaseFilter.php | 5 ++--- core/DataTable/Bridges.php | 5 ++--- core/DataTable/DataTableInterface.php | 5 ++--- core/DataTable/Filter/AddColumnsProcessedMetrics.php | 5 ++--- core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php | 5 ++--- core/DataTable/Filter/AddSegmentByLabel.php | 5 ++--- core/DataTable/Filter/AddSegmentByLabelMapping.php | 5 ++--- core/DataTable/Filter/AddSegmentByRangeLabel.php | 5 ++--- core/DataTable/Filter/AddSegmentBySegmentValue.php | 5 ++--- core/DataTable/Filter/AddSegmentValue.php | 5 ++--- core/DataTable/Filter/AddSummaryRow.php | 5 ++--- core/DataTable/Filter/BeautifyRangeLabels.php | 5 ++--- core/DataTable/Filter/BeautifyTimeRangeLabels.php | 5 ++--- core/DataTable/Filter/CalculateEvolutionFilter.php | 5 ++--- core/DataTable/Filter/ColumnCallbackAddColumn.php | 5 ++--- .../Filter/ColumnCallbackAddColumnPercentage.php | 5 ++--- core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php | 5 ++--- core/DataTable/Filter/ColumnCallbackAddMetadata.php | 5 ++--- core/DataTable/Filter/ColumnCallbackDeleteMetadata.php | 5 ++--- core/DataTable/Filter/ColumnCallbackDeleteRow.php | 5 ++--- core/DataTable/Filter/ColumnCallbackReplace.php | 5 ++--- core/DataTable/Filter/ColumnDelete.php | 5 ++--- core/DataTable/Filter/EnrichRecordWithGoalMetricSums.php | 5 ++--- core/DataTable/Filter/ExcludeLowPopulation.php | 5 ++--- core/DataTable/Filter/GroupBy.php | 5 ++--- core/DataTable/Filter/Limit.php | 5 ++--- core/DataTable/Filter/MetadataCallbackAddMetadata.php | 5 ++--- core/DataTable/Filter/MetadataCallbackReplace.php | 5 ++--- core/DataTable/Filter/Pattern.php | 5 ++--- core/DataTable/Filter/PatternRecursive.php | 5 ++--- core/DataTable/Filter/PivotByDimension.php | 5 ++--- core/DataTable/Filter/PrependSegment.php | 5 ++--- core/DataTable/Filter/PrependValueToMetadata.php | 5 ++--- core/DataTable/Filter/RangeCheck.php | 5 ++--- core/DataTable/Filter/RemoveSubtables.php | 5 ++--- core/DataTable/Filter/ReplaceColumnNames.php | 5 ++--- core/DataTable/Filter/ReplaceSummaryRowLabel.php | 5 ++--- core/DataTable/Filter/SafeDecodeLabel.php | 5 ++--- core/DataTable/Filter/Sort.php | 5 ++--- core/DataTable/Filter/Truncate.php | 5 ++--- core/DataTable/Manager.php | 5 ++--- core/DataTable/Map.php | 5 ++--- core/DataTable/Renderer.php | 5 ++--- core/DataTable/Renderer/Console.php | 5 ++--- core/DataTable/Renderer/Csv.php | 5 ++--- core/DataTable/Renderer/Html.php | 5 ++--- core/DataTable/Renderer/Json.php | 5 ++--- core/DataTable/Renderer/Rss.php | 5 ++--- core/DataTable/Renderer/Tsv.php | 5 ++--- core/DataTable/Renderer/Xml.php | 5 ++--- core/DataTable/Row.php | 5 ++--- core/DataTable/Row/DataTableSummaryRow.php | 5 ++--- core/DataTable/Simple.php | 5 ++--- core/DataTable/TableNotFoundException.php | 5 ++--- core/Date.php | 5 ++--- core/Db.php | 5 ++--- core/Db/Adapter.php | 5 ++--- core/Db/Adapter/Mysqli.php | 5 ++--- core/Db/Adapter/Pdo/Mysql.php | 5 ++--- core/Db/AdapterInterface.php | 5 ++--- core/Db/BatchInsert.php | 5 ++--- core/Db/Schema.php | 5 ++--- core/Db/Schema/Mysql.php | 5 ++--- core/Db/SchemaInterface.php | 5 ++--- core/Db/Settings.php | 5 ++--- core/Db/TransactionLevel.php | 5 ++--- core/DbHelper.php | 5 ++--- core/Development.php | 5 ++--- core/DeviceDetector/DeviceDetectorCache.php | 5 ++--- core/DeviceDetector/DeviceDetectorFactory.php | 5 ++--- core/Email/ContentGenerator.php | 5 ++--- core/ErrorHandler.php | 4 ++-- core/EventDispatcher.php | 5 ++--- core/Exception/AuthenticationFailedException.php | 5 ++--- core/Exception/DI/DependencyException.php | 3 +-- core/Exception/DI/NotFoundException.php | 3 +-- .../DatabaseSchemaIsNewerThanCodebaseException.php | 5 ++--- core/Exception/ErrorException.php | 5 ++--- core/Exception/Exception.php | 5 ++--- core/Exception/FailedCopyException.php | 5 ++--- core/Exception/IRedirectException.php | 5 ++--- core/Exception/InvalidDimensionException.php | 5 ++--- core/Exception/InvalidRequestParameterException.php | 5 ++--- core/Exception/MissingFilePermissionException.php | 5 ++--- core/Exception/NoPrivilegesException.php | 5 ++--- core/Exception/NoWebsiteFoundException.php | 5 ++--- core/Exception/NotGitInstalledException.php | 5 ++--- core/Exception/NotSupportedBrowserException.php | 5 ++--- core/Exception/NotYetInstalledException.php | 5 ++--- core/Exception/PluginDeactivatedException.php | 4 ++-- core/Exception/PluginRequiresInternetException.php | 4 ++-- core/Exception/RedirectException.php | 5 ++--- core/Exception/StylesheetLessCompileException.php | 5 ++--- core/Exception/UnexpectedWebsiteFoundException.php | 5 ++--- core/ExceptionHandler.php | 5 ++--- core/FileIntegrity.php | 5 ++--- core/Filechecks.php | 5 ++--- core/Filesystem.php | 5 ++--- core/FrontController.php | 5 ++--- core/Http.php | 5 ++--- core/Http/BadRequestException.php | 4 ++-- core/Http/ControllerResolver.php | 4 ++-- core/Http/HttpCodeException.php | 4 ++-- core/Http/Router.php | 4 ++-- core/IP.php | 5 ++--- core/Intl/Data/Provider/CurrencyDataProvider.php | 4 ++-- core/Intl/Data/Provider/DateTimeFormatProvider.php | 4 ++-- core/Intl/Data/Provider/LanguageDataProvider.php | 4 ++-- core/Intl/Data/Provider/RegionDataProvider.php | 4 ++-- core/Intl/Data/Resources/continents.php | 4 ++-- core/Intl/Data/Resources/countries-extra.php | 4 ++-- core/Intl/Data/Resources/countries.php | 4 ++-- core/Intl/Data/Resources/currencies.php | 4 ++-- core/Intl/Data/Resources/languages-to-countries.php | 4 ++-- core/Intl/Data/Resources/languages.php | 4 ++-- core/Intl/Locale.php | 5 ++--- core/Log.php | 4 ++-- core/Log/Logger.php | 5 ++--- core/Log/LoggerInterface.php | 5 ++--- core/Log/NullLogger.php | 5 ++--- core/LogDeleter.php | 4 ++-- core/Mail.php | 5 ++--- core/Mail/EmailStyles.php | 5 ++--- core/Mail/Transport.php | 5 ++--- core/Measurable/Measurable.php | 5 ++--- core/Measurable/Type.php | 5 ++--- core/Measurable/Type/TypeManager.php | 5 ++--- core/Menu/Group.php | 5 ++--- core/Menu/MenuAbstract.php | 5 ++--- core/Menu/MenuAdmin.php | 5 ++--- core/Menu/MenuTop.php | 5 ++--- core/Metrics.php | 5 ++--- core/Metrics/Formatter.php | 4 ++-- core/Metrics/Formatter/Html.php | 4 ++-- core/Metrics/Sorter.php | 4 ++-- core/Metrics/Sorter/Config.php | 4 ++-- core/NoAccessException.php | 5 ++--- core/Nonce.php | 5 ++--- core/Notification.php | 5 ++--- core/Notification/Manager.php | 5 ++--- core/NumberFormatter.php | 5 ++--- core/Option.php | 5 ++--- core/Period.php | 5 ++--- core/Period/Day.php | 5 ++--- core/Period/Factory.php | 5 ++--- core/Period/Month.php | 5 ++--- core/Period/PeriodValidator.php | 4 ++-- core/Period/Range.php | 5 ++--- core/Period/Week.php | 5 ++--- core/Period/Year.php | 5 ++--- core/Piwik.php | 5 ++--- core/Plugin.php | 5 ++--- core/Plugin/API.php | 5 ++--- core/Plugin/AggregatedMetric.php | 4 ++-- core/Plugin/ArchivedMetric.php | 4 ++-- core/Plugin/Archiver.php | 5 ++--- core/Plugin/Categories.php | 4 ++-- core/Plugin/ComponentFactory.php | 4 ++-- core/Plugin/ComputedMetric.php | 4 ++-- core/Plugin/ConsoleCommand.php | 3 +-- .../ConsoleCommand/ConsoleCommandBufferedOutput.php | 3 +-- .../Plugin/ConsoleCommand/ConsoleCommandConsoleOutput.php | 3 +-- core/Plugin/Controller.php | 5 ++--- core/Plugin/ControllerAdmin.php | 5 ++--- core/Plugin/Dependency.php | 5 ++--- core/Plugin/Dimension/ActionDimension.php | 5 ++--- core/Plugin/Dimension/ConversionDimension.php | 5 ++--- core/Plugin/Dimension/DimensionMetadataProvider.php | 4 ++-- core/Plugin/Dimension/VisitDimension.php | 5 ++--- core/Plugin/LogTablesProvider.php | 5 ++--- core/Plugin/Manager.php | 5 ++--- core/Plugin/Menu.php | 5 ++--- core/Plugin/MetadataLoader.php | 5 ++--- core/Plugin/Metric.php | 4 ++-- core/Plugin/PluginException.php | 4 ++-- core/Plugin/ProcessedMetric.php | 4 ++-- core/Plugin/ReleaseChannels.php | 5 ++--- core/Plugin/Report.php | 5 ++--- core/Plugin/ReportsProvider.php | 5 ++--- core/Plugin/RequestProcessors.php | 5 ++--- core/Plugin/Segment.php | 5 ++--- core/Plugin/SettingsProvider.php | 5 ++--- core/Plugin/Tasks.php | 5 ++--- core/Plugin/ThemeStyles.php | 5 ++--- core/Plugin/ViewDataTable.php | 5 ++--- core/Plugin/Visualization.php | 5 ++--- core/Plugin/WidgetsProvider.php | 5 ++--- core/ProfessionalServices/Advertising.php | 4 ++-- core/Profiler.php | 5 ++--- core/ProxyHeaders.php | 5 ++--- core/ProxyHttp.php | 5 ++--- core/QuickForm2.php | 5 ++--- core/RankingQuery.php | 5 ++--- core/Report/ReportWidgetConfig.php | 5 ++--- core/Report/ReportWidgetFactory.php | 5 ++--- core/ReportRenderer.php | 5 ++--- core/ReportRenderer/Csv.php | 5 ++--- core/ReportRenderer/Html.php | 5 ++--- core/ReportRenderer/Pdf.php | 5 ++--- core/ReportRenderer/Tsv.php | 5 ++--- core/Request.php | 5 ++--- core/Scheduler/Schedule/Daily.php | 5 ++--- core/Scheduler/Schedule/Hourly.php | 5 ++--- core/Scheduler/Schedule/Monthly.php | 5 ++--- core/Scheduler/Schedule/Schedule.php | 5 ++--- core/Scheduler/Schedule/SpecificTime.php | 5 ++--- core/Scheduler/Schedule/Weekly.php | 5 ++--- core/Scheduler/ScheduledTaskLock.php | 5 ++--- core/Scheduler/Scheduler.php | 4 ++-- core/Scheduler/Task.php | 4 ++-- core/Scheduler/TaskLoader.php | 4 ++-- core/Scheduler/Timetable.php | 5 ++--- core/Segment.php | 5 ++--- core/Segment/SegmentExpression.php | 5 ++--- core/Segment/SegmentsList.php | 5 ++--- core/Sequence.php | 5 ++--- core/Session.php | 5 ++--- core/Session/SaveHandler/DbTable.php | 5 ++--- core/Session/SessionAuth.php | 5 ++--- core/Session/SessionFingerprint.php | 5 ++--- core/Session/SessionInitializer.php | 5 ++--- core/Session/SessionNamespace.php | 5 ++--- core/Settings/FieldConfig.php | 5 ++--- core/Settings/FieldConfig/ArrayField.php | 5 ++--- core/Settings/FieldConfig/MultiPair.php | 5 ++--- core/Settings/Measurable/MeasurableProperty.php | 5 ++--- core/Settings/Measurable/MeasurableSetting.php | 5 ++--- core/Settings/Measurable/MeasurableSettings.php | 5 ++--- core/Settings/Plugin/SystemConfigSetting.php | 5 ++--- core/Settings/Plugin/SystemSetting.php | 5 ++--- core/Settings/Plugin/SystemSettings.php | 5 ++--- core/Settings/Plugin/UserSetting.php | 5 ++--- core/Settings/Plugin/UserSettings.php | 5 ++--- core/Settings/Setting.php | 5 ++--- core/Settings/Settings.php | 5 ++--- core/Settings/Storage/Backend/BackendInterface.php | 5 ++--- core/Settings/Storage/Backend/BaseSettingsTable.php | 5 ++--- core/Settings/Storage/Backend/Cache.php | 5 ++--- core/Settings/Storage/Backend/Config.php | 5 ++--- core/Settings/Storage/Backend/MeasurableSettingsTable.php | 5 ++--- core/Settings/Storage/Backend/NullBackend.php | 5 ++--- core/Settings/Storage/Backend/PluginSettingsTable.php | 5 ++--- core/Settings/Storage/Backend/SitesTable.php | 5 ++--- core/Settings/Storage/Factory.php | 5 ++--- core/Settings/Storage/Storage.php | 5 ++--- core/SettingsPiwik.php | 5 ++--- core/SettingsServer.php | 5 ++--- core/Singleton.php | 5 ++--- core/Site.php | 5 ++--- core/SiteContentDetector.php | 5 ++--- core/SupportedBrowser.php | 5 ++--- core/TCPDF.php | 5 ++--- core/Theme.php | 5 ++--- core/Timer.php | 5 ++--- core/Tracker.php | 5 ++--- core/Tracker/Action.php | 5 ++--- core/Tracker/ActionPageview.php | 5 ++--- core/Tracker/Cache.php | 5 ++--- core/Tracker/Db.php | 5 ++--- core/Tracker/Db/DbException.php | 5 ++--- core/Tracker/Db/Mysqli.php | 5 ++--- core/Tracker/Db/Pdo/Mysql.php | 5 ++--- core/Tracker/Failures.php | 5 ++--- core/Tracker/FingerprintSalt.php | 5 ++--- core/Tracker/GoalManager.php | 5 ++--- core/Tracker/Handler.php | 5 ++--- core/Tracker/Handler/Factory.php | 5 ++--- core/Tracker/IgnoreCookie.php | 5 ++--- core/Tracker/LogTable.php | 5 ++--- core/Tracker/Model.php | 5 ++--- core/Tracker/PageUrl.php | 5 ++--- core/Tracker/Request.php | 5 ++--- core/Tracker/RequestProcessor.php | 4 ++-- core/Tracker/RequestSet.php | 5 ++--- core/Tracker/Response.php | 5 ++--- core/Tracker/ScheduledTasksRunner.php | 5 ++--- core/Tracker/Settings.php | 5 ++--- core/Tracker/TableLogAction.php | 5 ++--- core/Tracker/TrackerCodeGenerator.php | 4 ++-- core/Tracker/TrackerConfig.php | 5 ++--- core/Tracker/Visit.php | 5 ++--- core/Tracker/Visit/Factory.php | 5 ++--- core/Tracker/Visit/ReferrerSpamFilter.php | 5 ++--- core/Tracker/Visit/VisitProperties.php | 4 ++-- core/Tracker/VisitExcluded.php | 5 ++--- core/Tracker/VisitInterface.php | 5 ++--- core/Tracker/Visitor.php | 5 ++--- core/Tracker/VisitorNotFoundInDb.php | 5 ++--- core/Tracker/VisitorRecognizer.php | 4 ++-- core/Translation/Loader/DevelopmentLoader.php | 4 ++-- core/Translation/Loader/JsonFileLoader.php | 4 ++-- core/Translation/Loader/LoaderCache.php | 4 ++-- core/Translation/Loader/LoaderInterface.php | 4 ++-- core/Translation/Translator.php | 4 ++-- core/Translation/Weblate/API.php | 5 ++--- core/Twig.php | 5 ++--- core/Twig/Extension/EscapeFilter.php | 5 ++--- core/Unzip.php | 4 ++-- core/UpdateCheck.php | 5 ++--- core/UpdateCheck/ReleaseChannel.php | 5 ++--- core/Updater.php | 5 ++--- core/Updater/Migration.php | 4 ++-- core/Updater/Migration/Config/Factory.php | 4 ++-- core/Updater/Migration/Config/Set.php | 4 ++-- core/Updater/Migration/Custom.php | 4 ++-- core/Updater/Migration/Db.php | 4 ++-- core/Updater/Migration/Db/AddColumn.php | 4 ++-- core/Updater/Migration/Db/AddColumns.php | 4 ++-- core/Updater/Migration/Db/AddIndex.php | 4 ++-- core/Updater/Migration/Db/AddPrimaryKey.php | 4 ++-- core/Updater/Migration/Db/AddUniqueKey.php | 4 ++-- core/Updater/Migration/Db/BatchInsert.php | 4 ++-- core/Updater/Migration/Db/BoundSql.php | 4 ++-- core/Updater/Migration/Db/ChangeColumn.php | 4 ++-- core/Updater/Migration/Db/ChangeColumnType.php | 4 ++-- core/Updater/Migration/Db/ChangeColumnTypes.php | 4 ++-- core/Updater/Migration/Db/CreateTable.php | 4 ++-- core/Updater/Migration/Db/DropColumn.php | 4 ++-- core/Updater/Migration/Db/DropColumns.php | 4 ++-- core/Updater/Migration/Db/DropIndex.php | 4 ++-- core/Updater/Migration/Db/DropPrimaryKey.php | 4 ++-- core/Updater/Migration/Db/DropTable.php | 4 ++-- core/Updater/Migration/Db/Factory.php | 4 ++-- core/Updater/Migration/Db/Insert.php | 4 ++-- core/Updater/Migration/Db/Sql.php | 4 ++-- core/Updater/Migration/Factory.php | 4 ++-- core/Updater/Migration/Plugin/Activate.php | 4 ++-- core/Updater/Migration/Plugin/Deactivate.php | 4 ++-- core/Updater/Migration/Plugin/Factory.php | 4 ++-- core/Updater/Migration/Plugin/Uninstall.php | 4 ++-- core/Updater/UpdateObserver.php | 4 ++-- core/UpdaterErrorException.php | 5 ++--- core/Updates.php | 5 ++--- core/Updates/0.2.10.php | 5 ++--- core/Updates/0.2.12.php | 5 ++--- core/Updates/0.2.13.php | 5 ++--- core/Updates/0.2.24.php | 5 ++--- core/Updates/0.2.27.php | 5 ++--- core/Updates/0.2.32.php | 5 ++--- core/Updates/0.2.33.php | 5 ++--- core/Updates/0.2.35.php | 5 ++--- core/Updates/0.2.37.php | 5 ++--- core/Updates/0.4.1.php | 5 ++--- core/Updates/0.4.2.php | 5 ++--- core/Updates/0.4.4.php | 5 ++--- core/Updates/0.4.php | 5 ++--- core/Updates/0.5.4.php | 5 ++--- core/Updates/0.5.5.php | 5 ++--- core/Updates/0.5.php | 5 ++--- core/Updates/0.6-rc1.php | 5 ++--- core/Updates/0.6.3.php | 5 ++--- core/Updates/0.7.php | 5 ++--- core/Updates/0.9.1.php | 5 ++--- core/Updates/1.1.php | 5 ++--- core/Updates/1.10-b4.php | 5 ++--- core/Updates/1.10.1.php | 5 ++--- core/Updates/1.10.2-b1.php | 5 ++--- core/Updates/1.10.2-b2.php | 5 ++--- core/Updates/1.11-b1.php | 5 ++--- core/Updates/1.12-b1.php | 5 ++--- core/Updates/1.12-b15.php | 5 ++--- core/Updates/1.12-b16.php | 5 ++--- core/Updates/1.2-rc1.php | 5 ++--- core/Updates/1.2-rc2.php | 5 ++--- core/Updates/1.2.3.php | 5 ++--- core/Updates/1.2.5-rc1.php | 5 ++--- core/Updates/1.2.5-rc7.php | 5 ++--- core/Updates/1.4-rc1.php | 5 ++--- core/Updates/1.4-rc2.php | 5 ++--- core/Updates/1.5-b1.php | 5 ++--- core/Updates/1.5-b2.php | 5 ++--- core/Updates/1.5-b3.php | 5 ++--- core/Updates/1.5-b4.php | 5 ++--- core/Updates/1.5-b5.php | 5 ++--- core/Updates/1.5-rc6.php | 5 ++--- core/Updates/1.6-b1.php | 5 ++--- core/Updates/1.6-rc1.php | 5 ++--- core/Updates/1.7-b1.php | 5 ++--- core/Updates/1.7.2-rc5.php | 5 ++--- core/Updates/1.7.2-rc7.php | 5 ++--- core/Updates/1.8.3-b1.php | 5 ++--- core/Updates/1.8.4-b1.php | 5 ++--- core/Updates/1.9-b16.php | 5 ++--- core/Updates/1.9-b19.php | 5 ++--- core/Updates/1.9-b9.php | 5 ++--- core/Updates/1.9.1-b2.php | 5 ++--- core/Updates/1.9.3-b10.php | 5 ++--- core/Updates/1.9.3-b3.php | 5 ++--- core/Updates/1.9.3-b8.php | 5 ++--- core/Updates/2.0-a12.php | 5 ++--- core/Updates/2.0-a13.php | 5 ++--- core/Updates/2.0-a17.php | 5 ++--- core/Updates/2.0-a7.php | 5 ++--- core/Updates/2.0-b10.php | 5 ++--- core/Updates/2.0-b13.php | 5 ++--- core/Updates/2.0-b3.php | 5 ++--- core/Updates/2.0-b9.php | 5 ++--- core/Updates/2.0-rc1.php | 5 ++--- core/Updates/2.0.3-b7.php | 5 ++--- core/Updates/2.0.4-b5.php | 5 ++--- core/Updates/2.0.4-b7.php | 5 ++--- core/Updates/2.0.4-b8.php | 5 ++--- core/Updates/2.1.1-b11.php | 4 ++-- core/Updates/2.10.0-b10.php | 5 ++--- core/Updates/2.10.0-b4.php | 5 ++--- core/Updates/2.10.0-b5.php | 5 ++--- core/Updates/2.10.0-b7.php | 5 ++--- core/Updates/2.10.0-b8.php | 5 ++--- core/Updates/2.11.0-b2.php | 5 ++--- core/Updates/2.11.0-b4.php | 5 ++--- core/Updates/2.11.0-b5.php | 4 ++-- core/Updates/2.11.1-b4.php | 5 ++--- core/Updates/2.13.0-b3.php | 5 ++--- core/Updates/2.13.1.php | 5 ++--- core/Updates/2.14.0-b1.php | 5 ++--- core/Updates/2.14.0-b2.php | 5 ++--- core/Updates/2.14.2.php | 5 ++--- core/Updates/2.15.0-b12.php | 5 ++--- core/Updates/2.15.0-b16.php | 5 ++--- core/Updates/2.15.0-b17.php | 5 ++--- core/Updates/2.15.0-b20.php | 5 ++--- core/Updates/2.15.0-b3.php | 5 ++--- core/Updates/2.15.0.php | 4 ++-- core/Updates/2.16.2-b2.php | 5 ++--- core/Updates/2.16.2-rc2.php | 5 ++--- core/Updates/2.16.3-b1.php | 5 ++--- core/Updates/2.16.3-b2.php | 5 ++--- core/Updates/2.16.3-rc2.php | 5 ++--- core/Updates/2.16.5.php | 5 ++--- core/Updates/2.2.3-b6.php | 5 ++--- core/Updates/2.4.0-b1.php | 5 ++--- core/Updates/2.4.0-b3.php | 5 ++--- core/Updates/2.4.0-b4.php | 5 ++--- core/Updates/2.4.0-b6.php | 5 ++--- core/Updates/2.4.0-b8.php | 5 ++--- core/Updates/2.5.0-b1.php | 5 ++--- core/Updates/2.5.0-rc2.php | 5 ++--- core/Updates/2.5.0-rc4.php | 5 ++--- core/Updates/2.6.0-b1.php | 5 ++--- core/Updates/2.7.0-b2.php | 5 ++--- core/Updates/2.7.0-b4.php | 5 ++--- core/Updates/2.9.0-b1.php | 4 ++-- core/Updates/2.9.0-b7.php | 4 ++-- core/Updates/3.0.0-b1.php | 5 ++--- core/Updates/3.0.0-b3.php | 5 ++--- core/Updates/3.0.0-b4.php | 5 ++--- core/Updates/3.0.1-b1.php | 5 ++--- core/Updates/3.10.0-b2.php | 5 ++--- core/Updates/3.10.0-rc5.php | 5 ++--- core/Updates/3.11.0-b1.php | 5 ++--- core/Updates/3.12.0-b1.php | 5 ++--- core/Updates/3.12.0-b7.php | 5 ++--- core/Updates/3.13.1-b2.php | 5 ++--- core/Updates/3.13.4-b1.php | 5 ++--- core/Updates/3.13.5-rc1.php | 5 ++--- core/Updates/3.5.0-b2.php | 5 ++--- core/Updates/3.5.0-b4.php | 5 ++--- core/Updates/3.5.0-rc2.php | 5 ++--- core/Updates/3.5.1-b1.php | 5 ++--- core/Updates/3.6.0-b2.php | 5 ++--- core/Updates/3.6.0-b3.php | 5 ++--- core/Updates/3.6.0-b4.php | 5 ++--- core/Updates/3.6.1-b2.php | 5 ++--- core/Updates/3.6.1-b3.php | 5 ++--- core/Updates/3.7.0-b1.php | 5 ++--- core/Updates/3.8.0-b3.php | 5 ++--- core/Updates/3.8.0-b4.php | 5 ++--- core/Updates/4.0.0-b1.php | 5 ++--- core/Updates/4.0.0-b3.php | 5 ++--- core/Updates/4.0.0-rc3.php | 5 ++--- core/Updates/4.0.0-rc4.php | 5 ++--- core/Updates/4.0.1-b1.php | 5 ++--- core/Updates/4.0.4-b1.php | 5 ++--- core/Updates/4.1.2-b1.php | 5 ++--- core/Updates/4.1.2-b2.php | 5 ++--- core/Updates/4.10.0-b1.php | 3 +-- core/Updates/4.11.0-b1.php | 3 +-- core/Updates/4.11.0-rc2.php | 3 +-- core/Updates/4.12.0-b1.php | 3 +-- core/Updates/4.12.0-b2.php | 3 +-- core/Updates/4.12.0-b3.php | 3 +-- core/Updates/4.12.0-b4.php | 3 +-- core/Updates/4.3.0-b3.php | 5 ++--- core/Updates/4.3.0-b4.php | 5 ++--- core/Updates/4.3.0-rc2.php | 5 ++--- core/Updates/4.4.0-b1.php | 5 ++--- core/Updates/4.5.0-b1.php | 5 ++--- core/Updates/4.6.0-b1.php | 5 ++--- core/Updates/4.6.0-b4.php | 5 ++--- core/Updates/4.6.2-rc2.php | 5 ++--- core/Updates/4.7.0-b2.php | 3 +-- core/Updates/4.7.1-b1.php | 3 +-- core/Updates/5.0.0-b1.php | 3 +-- core/Updates/5.0.0-rc2.php | 3 +-- core/Updates/5.0.0-rc5.php | 3 +-- core/Url.php | 5 ++--- core/UrlHelper.php | 5 ++--- core/Validators/BaseValidator.php | 5 ++--- core/Validators/CharacterLength.php | 5 ++--- core/Validators/DateTime.php | 5 ++--- core/Validators/Email.php | 5 ++--- core/Validators/Exception.php | 5 ++--- core/Validators/IdSite.php | 5 ++--- core/Validators/IpRanges.php | 5 ++--- core/Validators/NotEmpty.php | 5 ++--- core/Validators/NumberRange.php | 5 ++--- core/Validators/Regex.php | 5 ++--- core/Validators/UrlLike.php | 5 ++--- core/Validators/WhitelistedValue.php | 5 ++--- core/Version.php | 5 ++--- core/View.php | 5 ++--- core/View/HtmlEmailFooterView.php | 5 ++--- core/View/HtmlReportEmailHeaderView.php | 5 ++--- core/View/OneClickDone.php | 5 ++--- core/View/RenderTokenParser.php | 5 ++--- core/View/SecurityPolicy.php | 5 ++--- core/View/UIControl.php | 5 ++--- core/View/ViewInterface.php | 5 ++--- core/ViewDataTable/Config.php | 5 ++--- core/ViewDataTable/Factory.php | 5 ++--- core/ViewDataTable/Manager.php | 5 ++--- core/ViewDataTable/Request.php | 5 ++--- core/ViewDataTable/RequestConfig.php | 5 ++--- core/Visualization/Sparkline.php | 5 ++--- core/Widget/Widget.php | 5 ++--- core/Widget/WidgetConfig.php | 5 ++--- core/Widget/WidgetContainerConfig.php | 5 ++--- core/Widget/WidgetsList.php | 5 ++--- core/bootstrap.php | 4 ++-- core/dispatch.php | 4 ++-- core/testMinimumPhpVersion.php | 5 ++--- index.php | 4 ++-- js/index.php | 6 +++--- js/tracker.php | 4 ++-- libs/PiwikTracker/PiwikTracker.php | 5 ++--- matomo.php | 6 +++--- misc/cron/archive.php | 4 ++-- misc/cron/updatetoken.php | 6 +++--- piwik.php | 4 ++-- plugins/API/API.php | 5 ++--- plugins/API/Controller.php | 5 ++--- plugins/API/DataTable/MergeDataTables.php | 5 ++--- plugins/API/Filter/DataComparisonFilter.php | 4 ++-- .../DataComparisonFilter/ComparisonRowGenerator.php | 4 ++-- plugins/API/Glossary.php | 5 ++--- plugins/API/Menu.php | 5 ++--- plugins/API/ProcessedReport.php | 5 ++--- plugins/API/Renderer/Console.php | 5 ++--- plugins/API/Renderer/Csv.php | 5 ++--- plugins/API/Renderer/Html.php | 5 ++--- plugins/API/Renderer/Json.php | 5 ++--- plugins/API/Renderer/Original.php | 5 ++--- plugins/API/Renderer/Rss.php | 5 ++--- plugins/API/Renderer/Tsv.php | 5 ++--- plugins/API/Renderer/Xml.php | 5 ++--- plugins/API/Reports/Get.php | 5 ++--- plugins/API/RowEvolution.php | 5 ++--- plugins/API/SegmentMetadata.php | 5 ++--- plugins/API/WidgetMetadata.php | 5 ++--- plugins/API/tests/Integration/APITest.php | 4 ++-- .../DataComparisonFilter/ComparisonRowGeneratorTest.php | 4 ++-- plugins/API/tests/Integration/RowEvolutionTest.php | 4 ++-- plugins/API/tests/Integration/RssRendererTest.php | 4 ++-- plugins/API/tests/System/AutoSuggestAPITest.php | 2 +- plugins/API/tests/System/GetSegmentsMetadataAPITest.php | 2 +- plugins/API/tests/Unit/ConsoleRendererTest.php | 4 ++-- plugins/API/tests/Unit/CsvRendererTest.php | 4 ++-- plugins/API/tests/Unit/DataTable/MergeDataTablesTest.php | 5 ++--- plugins/API/tests/Unit/HtmlRendererTest.php | 4 ++-- plugins/API/tests/Unit/JsonRendererTest.php | 4 ++-- plugins/API/tests/Unit/OriginalRendererTest.php | 4 ++-- plugins/API/tests/Unit/WidgetMetadataTest.php | 4 ++-- plugins/API/tests/Unit/XmlRendererTest.php | 4 ++-- plugins/API/vue/dist/API.umd.js | 6 +++--- plugins/API/vue/src/Glossary/Glossary.vue | 5 +++-- plugins/API/vue/src/index.ts | 4 ++-- plugins/Actions/API.php | 5 ++--- plugins/Actions/Actions.php | 5 ++--- plugins/Actions/Actions/ActionClickUrl.php | 5 ++--- plugins/Actions/Actions/ActionDownloadUrl.php | 5 ++--- plugins/Actions/Actions/ActionSiteSearch.php | 5 ++--- plugins/Actions/Archiver.php | 5 ++--- plugins/Actions/ArchivingHelper.php | 5 ++--- plugins/Actions/Categories/DownloadsSubcategory.php | 5 ++--- plugins/Actions/Categories/EntryPagesSubcategory.php | 5 ++--- plugins/Actions/Categories/ExitPagesSubcategory.php | 5 ++--- plugins/Actions/Categories/OutlinksSubcategory.php | 5 ++--- plugins/Actions/Categories/PageTitlesSubcategory.php | 5 ++--- plugins/Actions/Categories/PagesSubcategory.php | 5 ++--- plugins/Actions/Categories/SiteSearchSubcategory.php | 5 ++--- plugins/Actions/Columns/ActionType.php | 5 ++--- plugins/Actions/Columns/ActionUrl.php | 5 ++--- plugins/Actions/Columns/ClickedUrl.php | 5 ++--- plugins/Actions/Columns/DestinationPage.php | 5 ++--- plugins/Actions/Columns/DownloadUrl.php | 5 ++--- plugins/Actions/Columns/EntryPageTitle.php | 5 ++--- plugins/Actions/Columns/EntryPageUrl.php | 5 ++--- plugins/Actions/Columns/ExitPageTitle.php | 5 ++--- plugins/Actions/Columns/ExitPageUrl.php | 5 ++--- plugins/Actions/Columns/IdPageview.php | 5 ++--- plugins/Actions/Columns/Keyword.php | 5 ++--- plugins/Actions/Columns/KeywordwithNoSearchResult.php | 5 ++--- .../Actions/Columns/Metrics/AveragePageGenerationTime.php | 4 ++-- plugins/Actions/Columns/Metrics/AverageTimeOnPage.php | 4 ++-- plugins/Actions/Columns/Metrics/BounceRate.php | 4 ++-- plugins/Actions/Columns/Metrics/ExitRate.php | 4 ++-- plugins/Actions/Columns/PageGenerationTime.php | 5 ++--- plugins/Actions/Columns/PageTitle.php | 5 ++--- plugins/Actions/Columns/PageUrl.php | 5 ++--- plugins/Actions/Columns/PageViewPosition.php | 5 ++--- plugins/Actions/Columns/SearchCategory.php | 5 ++--- plugins/Actions/Columns/SearchCount.php | 5 ++--- plugins/Actions/Columns/SearchDestinationPage.php | 5 ++--- plugins/Actions/Columns/SearchKeyword.php | 5 ++--- plugins/Actions/Columns/SearchNoResultKeyword.php | 5 ++--- plugins/Actions/Columns/TimeSpentRefAction.php | 5 ++--- plugins/Actions/Columns/VisitTotalActions.php | 5 ++--- plugins/Actions/Columns/VisitTotalInteractions.php | 5 ++--- plugins/Actions/Columns/VisitTotalSearches.php | 5 ++--- plugins/Actions/DataTable/Filter/Actions.php | 5 ++--- plugins/Actions/Metrics.php | 5 ++--- plugins/Actions/RecordBuilders/ActionReports.php | 5 ++--- plugins/Actions/RecordBuilders/SearchCategories.php | 5 ++--- plugins/Actions/Reports/Base.php | 5 ++--- plugins/Actions/Reports/Get.php | 5 ++--- plugins/Actions/Reports/GetDownloads.php | 5 ++--- plugins/Actions/Reports/GetEntryPageTitles.php | 5 ++--- plugins/Actions/Reports/GetEntryPageUrls.php | 5 ++--- plugins/Actions/Reports/GetExitPageTitles.php | 5 ++--- plugins/Actions/Reports/GetExitPageUrls.php | 5 ++--- plugins/Actions/Reports/GetOutlinks.php | 5 ++--- plugins/Actions/Reports/GetPageTitles.php | 5 ++--- .../Actions/Reports/GetPageTitlesFollowingSiteSearch.php | 5 ++--- plugins/Actions/Reports/GetPageUrls.php | 5 ++--- .../Actions/Reports/GetPageUrlsFollowingSiteSearch.php | 5 ++--- plugins/Actions/Reports/GetSiteSearchCategories.php | 5 ++--- plugins/Actions/Reports/GetSiteSearchKeywords.php | 5 ++--- plugins/Actions/Reports/GetSiteSearchNoResultKeywords.php | 5 ++--- plugins/Actions/Reports/SiteSearchBase.php | 5 ++--- plugins/Actions/Segment.php | 5 ++--- plugins/Actions/Tracker/ActionsRequestProcessor.php | 4 ++-- plugins/Actions/VisitorDetails.php | 3 +-- plugins/Actions/javascripts/actionsDataTable.js | 4 ++-- .../Actions/tests/System/ApiInvalidParameterTypeTest.php | 4 ++-- plugins/Actions/tests/System/ApiTest.php | 4 ++-- plugins/Actions/tests/UI/ActionsDataTable_spec.js | 4 ++-- plugins/Actions/tests/Unit/ArchiverTest.php | 2 +- plugins/Annotations/API.php | 5 ++--- plugins/Annotations/AnnotationList.php | 5 ++--- plugins/Annotations/Annotations.php | 5 ++--- plugins/Annotations/Controller.php | 5 ++--- plugins/Annotations/javascripts/annotations.js | 4 ++-- plugins/Annotations/tests/System/AnnotationsTest.php | 2 +- plugins/BulkTracking/BulkTracking.php | 5 ++--- plugins/BulkTracking/Tracker/Handler.php | 5 ++--- plugins/BulkTracking/Tracker/Requests.php | 5 ++--- plugins/BulkTracking/Tracker/Response.php | 5 ++--- .../tests/Fixtures/SimpleFixtureTrackFewVisits.php | 2 +- .../tests/Framework/TestCase/BulkTrackingTestCase.php | 4 ++-- .../BulkTracking/tests/Integration/BulkTrackingTest.php | 4 ++-- plugins/BulkTracking/tests/Integration/HandlerTest.php | 4 ++-- plugins/BulkTracking/tests/Integration/RequestsTest.php | 4 ++-- plugins/BulkTracking/tests/Integration/TrackerTest.php | 4 ++-- plugins/BulkTracking/tests/Mock/TrackerResponse.php | 4 ++-- plugins/BulkTracking/tests/System/TrackerTest.php | 4 ++-- plugins/BulkTracking/tests/Unit/RequestsTest.php | 4 ++-- plugins/BulkTracking/tests/Unit/ResponseTest.php | 4 ++-- plugins/Contents/API.php | 5 ++--- plugins/Contents/Actions/ActionContent.php | 5 ++--- plugins/Contents/Archiver.php | 5 ++--- plugins/Contents/Categories/ContentsSubcategory.php | 5 ++--- plugins/Contents/Columns/ContentInteraction.php | 5 ++--- plugins/Contents/Columns/ContentName.php | 5 ++--- plugins/Contents/Columns/ContentPiece.php | 5 ++--- plugins/Contents/Columns/ContentTarget.php | 5 ++--- plugins/Contents/Columns/Metrics/InteractionRate.php | 4 ++-- plugins/Contents/Contents.php | 5 ++--- plugins/Contents/Dimensions.php | 5 ++--- plugins/Contents/RecordBuilders/ContentRecords.php | 5 ++--- plugins/Contents/Reports/Base.php | 5 ++--- plugins/Contents/Reports/GetContentNames.php | 5 ++--- plugins/Contents/Reports/GetContentPieces.php | 5 ++--- plugins/Contents/VisitorDetails.php | 3 +-- plugins/Contents/Widgets/ContentsByDimension.php | 5 ++--- plugins/Contents/javascripts/contentsDataTable.js | 6 +++--- plugins/Contents/tests/Fixtures/TwoVisitsWithContents.php | 4 ++-- plugins/Contents/tests/System/ContentsTest.php | 2 +- plugins/CoreAdminHome/API.php | 5 ++--- plugins/CoreAdminHome/Commands/ConfigDelete.php | 4 ++-- plugins/CoreAdminHome/Commands/ConfigGet.php | 4 ++-- plugins/CoreAdminHome/Commands/DeleteLogsData.php | 4 ++-- plugins/CoreAdminHome/Commands/FixDuplicateLogActions.php | 5 ++--- plugins/CoreAdminHome/Commands/InvalidateReportData.php | 4 ++-- plugins/CoreAdminHome/Commands/MigrateTokenAuths.php | 4 ++-- plugins/CoreAdminHome/Commands/OptimizeArchiveTables.php | 4 ++-- plugins/CoreAdminHome/Commands/PurgeOldArchiveData.php | 5 ++--- plugins/CoreAdminHome/Commands/RunScheduledTasks.php | 5 ++--- plugins/CoreAdminHome/Commands/SetConfig.php | 4 ++-- .../Commands/SetConfig/ConfigSettingManipulation.php | 4 ++-- plugins/CoreAdminHome/Commands/VersionInfo.php | 4 ++-- plugins/CoreAdminHome/Controller.php | 5 ++--- plugins/CoreAdminHome/CoreAdminHome.php | 5 ++--- plugins/CoreAdminHome/CustomLogo.php | 5 ++--- .../CoreAdminHome/Emails/AnonymousAccessEnabledEmail.php | 5 ++--- .../CoreAdminHome/Emails/JsTrackingCodeMissingEmail.php | 5 ++--- .../Emails/RecoveryCodesRegeneratedEmail.php | 5 ++--- plugins/CoreAdminHome/Emails/RecoveryCodesShowedEmail.php | 5 ++--- .../CoreAdminHome/Emails/SecurityNotificationEmail.php | 5 ++--- plugins/CoreAdminHome/Emails/SettingsChangedEmail.php | 5 ++--- plugins/CoreAdminHome/Emails/TokenAuthCreatedEmail.php | 5 ++--- plugins/CoreAdminHome/Emails/TokenAuthDeletedEmail.php | 5 ++--- plugins/CoreAdminHome/Emails/TrackingFailuresEmail.php | 5 ++--- .../CoreAdminHome/Emails/TwoFactorAuthDisabledEmail.php | 5 ++--- .../CoreAdminHome/Emails/TwoFactorAuthEnabledEmail.php | 5 ++--- .../CoreAdminHome/Emails/UserAcceptInvitationEmail.php | 5 ++--- plugins/CoreAdminHome/Emails/UserCreatedEmail.php | 5 ++--- .../CoreAdminHome/Emails/UserDeclinedInvitationEmail.php | 5 ++--- plugins/CoreAdminHome/Emails/UserDeletedEmail.php | 5 ++--- plugins/CoreAdminHome/Menu.php | 5 ++--- plugins/CoreAdminHome/Model/DuplicateActionRemover.php | 4 ++-- plugins/CoreAdminHome/OptOutManager.php | 5 ++--- plugins/CoreAdminHome/SystemSettings.php | 4 ++-- plugins/CoreAdminHome/Tasks.php | 5 ++--- .../Tasks/ArchivesToPurgeDistributedList.php | 4 ++-- plugins/CoreAdminHome/Widgets/GetTrackingFailures.php | 5 ++--- plugins/CoreAdminHome/javascripts/protocolCheck.js | 4 ++-- plugins/CoreAdminHome/tests/Fixture/DuplicateActions.php | 4 ++-- plugins/CoreAdminHome/tests/Fixture/TrackingFailures.php | 4 ++-- .../tests/Fixtures/SimpleFixtureTrackFewVisits.php | 2 +- plugins/CoreAdminHome/tests/Integration/APITest.php | 4 ++-- .../Integration/ArchivesToPurgeDistributedListTest.php | 4 ++-- .../tests/Integration/Commands/ConfigDeleteTest.php | 4 ++-- .../tests/Integration/Commands/ConfigGetTest.php | 4 ++-- .../tests/Integration/Commands/DeleteLogsDataTest.php | 4 ++-- .../Integration/Commands/InvalidateReportDataTest.php | 4 ++-- .../Integration/Commands/OptimizeArchiveTablesTest.php | 4 ++-- .../Integration/Commands/PurgeOldArchiveDataTest.php | 4 ++-- .../tests/Integration/Commands/SetConfigTest.php | 4 ++-- .../tests/Integration/FixDuplicateActionsTest.php | 4 ++-- .../Integration/Model/DuplicateActionRemoverTest.php | 4 ++-- plugins/CoreAdminHome/tests/Integration/TasksTest.php | 4 ++-- .../CoreAdminHome/tests/System/TrackingFailuresTest.php | 4 ++-- plugins/CoreAdminHome/tests/UI/CustomLogo_spec.js | 6 +++--- plugins/CoreAdminHome/tests/UI/MobileMenu_spec.js | 4 ++-- .../CoreAdminHome/tests/UI/TrackingCodeGenerator_spec.js | 4 ++-- plugins/CoreAdminHome/tests/UI/TrackingFailures_spec.js | 4 ++-- .../Unit/SetConfig/ConfigSettingManipulationTest.php | 4 ++-- .../vue/src/ArchivingSettings/ArchivingSettings.vue | 5 +++-- .../vue/src/BrandingSettings/BrandingSettings.vue | 5 +++-- .../ImageTrackingCodeGenerator.vue | 5 +++-- .../JsTrackingCodeGenerator/JsTrackingCodeGenerator.vue | 5 +++-- .../CoreAdminHome/vue/src/SmtpSettings/SmtpSettings.vue | 5 +++-- .../vue/src/TrackingFailures/TrackingFailures.vue | 5 +++-- plugins/CoreAdminHome/vue/src/index.ts | 4 ++-- plugins/CoreConsole/Commands/BuildTracker.php | 4 ++-- plugins/CoreConsole/Commands/ClearCaches.php | 5 ++--- plugins/CoreConsole/Commands/ComputeJsAssetSize.php | 4 ++-- plugins/CoreConsole/Commands/CoreArchiver.php | 4 ++-- plugins/CoreConsole/Commands/DevelopmentEnable.php | 5 ++--- .../CoreConsole/Commands/DevelopmentManageTestFiles.php | 4 ++-- .../Commands/DevelopmentSyncProcessedSystemTests.php | 5 ++--- plugins/CoreConsole/Commands/GenerateApi.php | 5 ++--- plugins/CoreConsole/Commands/GenerateArchiver.php | 5 ++--- plugins/CoreConsole/Commands/GenerateCommand.php | 5 ++--- plugins/CoreConsole/Commands/GenerateController.php | 5 ++--- plugins/CoreConsole/Commands/GenerateDimension.php | 5 ++--- plugins/CoreConsole/Commands/GenerateMenu.php | 5 ++--- plugins/CoreConsole/Commands/GeneratePlugin.php | 5 ++--- plugins/CoreConsole/Commands/GeneratePluginBase.php | 5 ++--- plugins/CoreConsole/Commands/GenerateReport.php | 5 ++--- plugins/CoreConsole/Commands/GenerateScheduledTask.php | 5 ++--- plugins/CoreConsole/Commands/GenerateSettings.php | 5 ++--- plugins/CoreConsole/Commands/GenerateSystemCheck.php | 5 ++--- plugins/CoreConsole/Commands/GenerateTest.php | 5 ++--- plugins/CoreConsole/Commands/GenerateUpdate.php | 5 ++--- .../CoreConsole/Commands/GenerateVisualizationPlugin.php | 5 ++--- plugins/CoreConsole/Commands/GenerateVueConstructBase.php | 5 ++--- plugins/CoreConsole/Commands/GenerateWidget.php | 5 ++--- plugins/CoreConsole/Commands/GetSegmentSql.php | 4 ++-- plugins/CoreConsole/Commands/GitCommit.php | 5 ++--- plugins/CoreConsole/Commands/GitPull.php | 5 ++--- plugins/CoreConsole/Commands/GitPush.php | 5 ++--- plugins/CoreConsole/Commands/TestEmail.php | 5 ++--- plugins/CoreConsole/Commands/WatchLog.php | 5 ++--- plugins/CoreConsole/CoreConsole.php | 4 ++-- plugins/CoreConsole/tests/System/ArchiveCronTest.php | 2 +- plugins/CoreHome/Categories/ActionsCategory.php | 5 ++--- plugins/CoreHome/Categories/DevicesSubcategory.php | 5 ++--- plugins/CoreHome/Categories/EngagementSubcategory.php | 5 ++--- plugins/CoreHome/Categories/GenericCategory.php | 5 ++--- plugins/CoreHome/Categories/SoftwareSubcategory.php | 5 ++--- plugins/CoreHome/Categories/VisitorsCategory.php | 5 ++--- .../CoreHome/Categories/VisitorsOverviewSubcategory.php | 5 ++--- plugins/CoreHome/Columns/IdSite.php | 5 ++--- plugins/CoreHome/Columns/LinkVisitActionId.php | 4 ++-- plugins/CoreHome/Columns/LinkVisitActionIdPages.php | 4 ++-- plugins/CoreHome/Columns/Metrics/ActionsPerVisit.php | 4 ++-- plugins/CoreHome/Columns/Metrics/AverageTimeOnSite.php | 4 ++-- plugins/CoreHome/Columns/Metrics/BounceRate.php | 4 ++-- .../CoreHome/Columns/Metrics/CallableProcessedMetric.php | 4 ++-- plugins/CoreHome/Columns/Metrics/ConversionRate.php | 4 ++-- plugins/CoreHome/Columns/Metrics/EvolutionMetric.php | 4 ++-- plugins/CoreHome/Columns/Metrics/VisitsPercent.php | 4 ++-- plugins/CoreHome/Columns/Profilable.php | 5 ++--- plugins/CoreHome/Columns/ServerMinute.php | 5 ++--- plugins/CoreHome/Columns/ServerTime.php | 5 ++--- plugins/CoreHome/Columns/UserId.php | 5 ++--- plugins/CoreHome/Columns/VisitFirstActionMinute.php | 5 ++--- plugins/CoreHome/Columns/VisitFirstActionTime.php | 5 ++--- plugins/CoreHome/Columns/VisitGoalBuyer.php | 5 ++--- plugins/CoreHome/Columns/VisitGoalConverted.php | 5 ++--- plugins/CoreHome/Columns/VisitId.php | 4 ++-- plugins/CoreHome/Columns/VisitIp.php | 4 ++-- plugins/CoreHome/Columns/VisitLastActionDate.php | 5 ++--- plugins/CoreHome/Columns/VisitLastActionDayOfMonth.php | 5 ++--- plugins/CoreHome/Columns/VisitLastActionDayOfWeek.php | 5 ++--- plugins/CoreHome/Columns/VisitLastActionDayOfYear.php | 5 ++--- plugins/CoreHome/Columns/VisitLastActionMinute.php | 5 ++--- plugins/CoreHome/Columns/VisitLastActionMonth.php | 5 ++--- plugins/CoreHome/Columns/VisitLastActionQuarter.php | 5 ++--- plugins/CoreHome/Columns/VisitLastActionSecond.php | 5 ++--- plugins/CoreHome/Columns/VisitLastActionTime.php | 5 ++--- plugins/CoreHome/Columns/VisitLastActionWeekOfYear.php | 5 ++--- plugins/CoreHome/Columns/VisitLastActionYear.php | 5 ++--- plugins/CoreHome/Columns/VisitTotalTime.php | 5 ++--- plugins/CoreHome/Columns/VisitorDaysSinceFirst.php | 5 ++--- plugins/CoreHome/Columns/VisitorDaysSinceOrder.php | 5 ++--- plugins/CoreHome/Columns/VisitorFingerprint.php | 4 ++-- plugins/CoreHome/Columns/VisitorId.php | 4 ++-- plugins/CoreHome/Columns/VisitorReturning.php | 5 ++--- plugins/CoreHome/Columns/VisitorSecondsSinceFirst.php | 5 ++--- plugins/CoreHome/Columns/VisitorSecondsSinceOrder.php | 5 ++--- plugins/CoreHome/Columns/VisitsCount.php | 5 ++--- plugins/CoreHome/Controller.php | 5 ++--- plugins/CoreHome/CoreHome.php | 5 ++--- plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php | 5 ++--- plugins/CoreHome/DataTableRowAction/RowEvolution.php | 5 ++--- plugins/CoreHome/LoginAllowlist.php | 5 ++--- plugins/CoreHome/Menu.php | 5 ++--- plugins/CoreHome/Segment.php | 5 ++--- plugins/CoreHome/SystemSummary/Item.php | 5 ++--- plugins/CoreHome/Tracker/LogTable/Action.php | 4 ++-- plugins/CoreHome/Tracker/LogTable/Conversion.php | 4 ++-- plugins/CoreHome/Tracker/LogTable/ConversionItem.php | 4 ++-- plugins/CoreHome/Tracker/LogTable/LinkVisitAction.php | 4 ++-- plugins/CoreHome/Tracker/LogTable/Visit.php | 4 ++-- plugins/CoreHome/Tracker/VisitRequestProcessor.php | 4 ++-- plugins/CoreHome/VisitorDetails.php | 3 +-- plugins/CoreHome/Widgets/GetDonateForm.php | 5 ++--- plugins/CoreHome/Widgets/GetPromoVideo.php | 5 ++--- plugins/CoreHome/Widgets/GetSystemSummary.php | 5 ++--- plugins/CoreHome/javascripts/broadcast.js | 4 ++-- plugins/CoreHome/javascripts/broadcast.spec.js | 6 +++--- plugins/CoreHome/javascripts/calendar.js | 4 ++-- plugins/CoreHome/javascripts/color_manager.js | 6 +++--- plugins/CoreHome/javascripts/corehome.js | 4 ++-- plugins/CoreHome/javascripts/dataTable.js | 4 ++-- plugins/CoreHome/javascripts/listingFormatter.js | 4 ++-- plugins/CoreHome/javascripts/materialize-bc.js | 4 ++-- plugins/CoreHome/javascripts/notification.js | 4 ++-- plugins/CoreHome/javascripts/numberFormatter.js | 4 ++-- plugins/CoreHome/javascripts/popover.js | 4 ++-- plugins/CoreHome/javascripts/require.js | 6 +++--- plugins/CoreHome/javascripts/sparkline.js | 4 ++-- plugins/CoreHome/javascripts/top_controls.js | 6 +++--- plugins/CoreHome/javascripts/uiControl.js | 6 +++--- plugins/CoreHome/tests/Integration/ChangesTest.php | 4 ++-- plugins/CoreHome/tests/Integration/Column/UserIdTest.php | 4 ++-- .../tests/Integration/Column/VisitLastActionTimeTest.php | 4 ++-- .../Integration/Columns/Metrics/EvolutionMetricTest.php | 4 ++-- plugins/CoreHome/tests/Integration/CoreHomeTest.php | 4 ++-- plugins/CoreHome/tests/Integration/LoginAllowlistTest.php | 4 ++-- .../Integration/Tracker/VisitRequestProcessorTest.php | 4 ++-- plugins/CoreHome/tests/UI/Notifications_spec.js | 4 ++-- plugins/CoreHome/tests/UI/SingleMetricView_spec.js | 4 ++-- .../CoreHome/tests/UI/VersionInfoHeaderMessage_spec.js | 4 ++-- plugins/CoreHome/tests/UI/WhatIsNew_spec.js | 4 ++-- .../CoreHome/tests/Unit/Columns/VisitorReturningTest.php | 5 ++--- .../tests/Unit/Columns/VisitorSecondsSinceFirstTest.php | 5 ++--- .../tests/Unit/Columns/VisitorSecondsSinceOrderTest.php | 5 ++--- plugins/CoreHome/tests/Unit/Columns/VisitsCountTest.php | 5 ++--- plugins/CoreHome/tests/Unit/CoreHomeTest.php | 4 ++-- plugins/CoreHome/tests/Unit/EvolutionMetricTest.php | 5 ++--- .../vue/src/ActivityIndicator/ActivityIndicator.vue | 4 ++-- plugins/CoreHome/vue/src/AjaxForm/AjaxForm.vue | 4 ++-- plugins/CoreHome/vue/src/AjaxHelper/AjaxHelper.ts | 4 ++-- plugins/CoreHome/vue/src/Alert/Alert.vue | 4 ++-- .../vue/src/Comparisons/Comparisons.store.spec.ts | 4 ++-- plugins/CoreHome/vue/src/Comparisons/Comparisons.store.ts | 4 ++-- plugins/CoreHome/vue/src/Comparisons/Comparisons.vue | 5 +++-- plugins/CoreHome/vue/src/ContentBlock/ContentBlock.vue | 5 +++-- plugins/CoreHome/vue/src/ContentIntro/ContentIntro.ts | 4 ++-- plugins/CoreHome/vue/src/ContentTable/ContentTable.ts | 4 ++-- .../CoreHome/vue/src/CopyToClipboard/CopyToClipboard.ts | 4 ++-- plugins/CoreHome/vue/src/DataTable/DataTableActions.vue | 5 +++-- plugins/CoreHome/vue/src/DatePicker/DatePicker.vue | 5 +++-- .../CoreHome/vue/src/DateRangePicker/DateRangePicker.vue | 5 +++-- plugins/CoreHome/vue/src/DropdownButton/DropdownButton.ts | 4 ++-- plugins/CoreHome/vue/src/DropdownMenu/DropdownMenu.ts | 4 ++-- .../vue/src/EnrichedHeadline/EnrichedHeadline.vue | 5 +++-- plugins/CoreHome/vue/src/ExpandOnClick/ExpandOnClick.ts | 4 ++-- plugins/CoreHome/vue/src/ExpandOnHover/ExpandOnHover.ts | 4 ++-- plugins/CoreHome/vue/src/FieldArray/FieldArray.vue | 5 +++-- .../vue/src/FocusAnywhereButHere/FocusAnywhereButHere.ts | 4 ++-- plugins/CoreHome/vue/src/FocusIf/FocusIf.ts | 4 ++-- plugins/CoreHome/vue/src/Matomo/Matomo.ts | 4 ++-- plugins/CoreHome/vue/src/MatomoDialog/MatomoDialog.vue | 4 ++-- .../CoreHome/vue/src/MatomoHelper/MatomoHelper.spec.ts | 4 ++-- plugins/CoreHome/vue/src/MatomoUrl/MatomoUrl.spec.ts | 4 ++-- plugins/CoreHome/vue/src/MatomoUrl/MatomoUrl.ts | 4 ++-- .../vue/src/MenuItemsDropdown/MenuItemsDropdown.vue | 5 +++-- .../CoreHome/vue/src/MobileLeftMenu/MobileLeftMenu.vue | 5 +++-- .../CoreHome/vue/src/MultiPairField/MultiPairField.vue | 5 +++-- plugins/CoreHome/vue/src/Notification/Notification.ts | 4 ++-- plugins/CoreHome/vue/src/Notification/Notification.vue | 5 +++-- .../CoreHome/vue/src/Notification/NotificationGroup.vue | 5 +++-- .../CoreHome/vue/src/Notification/Notifications.store.ts | 4 ++-- plugins/CoreHome/vue/src/Notification/index.ts | 4 ++-- plugins/CoreHome/vue/src/Orderable.ts | 4 ++-- plugins/CoreHome/vue/src/Passthrough/Passthrough.vue | 5 +++-- .../vue/src/PeriodDatePicker/PeriodDatePicker.vue | 5 +++-- .../CoreHome/vue/src/PeriodSelector/PeriodSelector.vue | 5 +++-- plugins/CoreHome/vue/src/Periods/Day.ts | 4 ++-- plugins/CoreHome/vue/src/Periods/Month.ts | 4 ++-- plugins/CoreHome/vue/src/Periods/Periods.spec.ts | 4 ++-- plugins/CoreHome/vue/src/Periods/Periods.ts | 4 ++-- plugins/CoreHome/vue/src/Periods/Range.ts | 4 ++-- plugins/CoreHome/vue/src/Periods/Week.ts | 4 ++-- plugins/CoreHome/vue/src/Periods/Year.ts | 4 ++-- plugins/CoreHome/vue/src/Periods/index.ts | 4 ++-- plugins/CoreHome/vue/src/Periods/utilities.ts | 4 ++-- plugins/CoreHome/vue/src/PopoverHandler/PopoverHandler.ts | 4 ++-- plugins/CoreHome/vue/src/Progressbar/Progressbar.vue | 5 +++-- plugins/CoreHome/vue/src/QuickAccess/QuickAccess.vue | 5 +++-- plugins/CoreHome/vue/src/ReportExport/ReportExport.ts | 4 ++-- .../CoreHome/vue/src/ReportExport/ReportExportPopover.vue | 5 +++-- .../vue/src/ReportMetadata/ReportMetadata.store.ts | 4 ++-- plugins/CoreHome/vue/src/ReportingMenu/Category.ts | 4 ++-- .../CoreHome/vue/src/ReportingMenu/ReportingMenu.store.ts | 4 ++-- plugins/CoreHome/vue/src/ReportingMenu/ReportingMenu.vue | 5 +++-- plugins/CoreHome/vue/src/ReportingMenu/Subcategory.ts | 4 ++-- .../CoreHome/vue/src/ReportingPage/ReportingPage.store.ts | 4 ++-- plugins/CoreHome/vue/src/ReportingPage/ReportingPage.vue | 5 +++-- .../vue/src/ReportingPages/ReportingPages.store.ts | 4 ++-- plugins/CoreHome/vue/src/Segmentation/Segments.store.ts | 4 ++-- plugins/CoreHome/vue/src/SelectOnFocus/SelectOnFocus.ts | 4 ++-- plugins/CoreHome/vue/src/ShowHelpLink/ShowHelpLink.vue | 5 +++-- .../vue/src/ShowSensitiveData/ShowSensitiveData.ts | 4 ++-- plugins/CoreHome/vue/src/SideNav/SideNav.ts | 4 ++-- plugins/CoreHome/vue/src/SiteSelector/AllSitesLink.vue | 5 +++-- plugins/CoreHome/vue/src/SiteSelector/Site.ts | 4 ++-- plugins/CoreHome/vue/src/SiteSelector/SiteRef.ts | 4 ++-- plugins/CoreHome/vue/src/SiteSelector/SiteSelector.vue | 5 +++-- plugins/CoreHome/vue/src/SiteSelector/SitesStore.ts | 4 ++-- plugins/CoreHome/vue/src/Sparkline/Sparkline.vue | 5 +++-- plugins/CoreHome/vue/src/Tooltips/Tooltips.ts | 4 ++-- .../VersionInfoHeaderMessage/VersionInfoHeaderMessage.vue | 5 +++-- .../vue/src/VueEntryContainer/VueEntryContainer.vue | 5 +++-- plugins/CoreHome/vue/src/Widget/Widget.vue | 5 +++-- plugins/CoreHome/vue/src/Widget/Widgets.store.ts | 4 ++-- plugins/CoreHome/vue/src/Widget/types.ts | 4 ++-- .../WidgetByDimensionContainer.vue | 5 +++-- .../CoreHome/vue/src/WidgetContainer/WidgetContainer.vue | 5 +++-- plugins/CoreHome/vue/src/WidgetLoader/WidgetLoader.vue | 5 +++-- plugins/CoreHome/vue/src/clone.ts | 4 ++-- plugins/CoreHome/vue/src/createVueApp.ts | 4 ++-- plugins/CoreHome/vue/src/directiveUtilities.ts | 4 ++-- plugins/CoreHome/vue/src/externalLink.ts | 4 ++-- plugins/CoreHome/vue/src/getFormattedEvolution.ts | 4 ++-- plugins/CoreHome/vue/src/importPluginUmd.ts | 4 ++-- plugins/CoreHome/vue/src/index.ts | 4 ++-- plugins/CoreHome/vue/src/noAdblockFlag.ts | 4 ++-- plugins/CoreHome/vue/src/scrollToAnchorInUrl.ts | 4 ++-- plugins/CoreHome/vue/src/translate.ts | 4 ++-- plugins/CoreHome/vue/src/useExternalPluginComponent.ts | 4 ++-- plugins/CoreHome/vue/src/zenMode.ts | 4 ++-- plugins/CorePluginsAdmin/API.php | 4 ++-- plugins/CorePluginsAdmin/Commands/ActivatePlugin.php | 4 ++-- plugins/CorePluginsAdmin/Commands/DeactivatePlugin.php | 4 ++-- plugins/CorePluginsAdmin/Commands/ListPlugins.php | 4 ++-- plugins/CorePluginsAdmin/Commands/UninstallPlugin.php | 4 ++-- plugins/CorePluginsAdmin/Controller.php | 5 ++--- plugins/CorePluginsAdmin/CorePluginsAdmin.php | 5 ++--- plugins/CorePluginsAdmin/Menu.php | 5 ++--- plugins/CorePluginsAdmin/Model/TagManagerTeaser.php | 5 ++--- plugins/CorePluginsAdmin/PluginInstaller.php | 5 ++--- plugins/CorePluginsAdmin/PluginInstallerException.php | 5 ++--- plugins/CorePluginsAdmin/SettingsMetadata.php | 5 ++--- plugins/CorePluginsAdmin/tests/Integration/ApiTest.php | 4 ++-- .../tests/Integration/TagManagerTeaserTest.php | 2 +- .../CorePluginsAdmin/tests/UI/TagManagerTeaser_spec.js | 4 ++-- plugins/CorePluginsAdmin/vue/src/Field/Field.vue | 5 +++-- plugins/CorePluginsAdmin/vue/src/Form/Form.ts | 4 ++-- .../CorePluginsAdmin/vue/src/FormField/AbortableEvent.ts | 4 ++-- .../vue/src/FormField/AbortableModifiers.ts | 4 ++-- .../CorePluginsAdmin/vue/src/FormField/FieldCheckbox.vue | 5 +++-- .../vue/src/FormField/FieldCheckboxArray.vue | 5 +++-- .../vue/src/FormField/FieldExpandableSelect.vue | 5 +++-- .../vue/src/FormField/FieldFieldArray.vue | 5 +++-- plugins/CorePluginsAdmin/vue/src/FormField/FieldFile.vue | 5 +++-- .../CorePluginsAdmin/vue/src/FormField/FieldHidden.vue | 5 +++-- .../vue/src/FormField/FieldMultituple.vue | 5 +++-- .../CorePluginsAdmin/vue/src/FormField/FieldNumber.vue | 5 +++-- plugins/CorePluginsAdmin/vue/src/FormField/FieldRadio.vue | 5 +++-- .../CorePluginsAdmin/vue/src/FormField/FieldSelect.vue | 5 +++-- plugins/CorePluginsAdmin/vue/src/FormField/FieldSite.vue | 5 +++-- plugins/CorePluginsAdmin/vue/src/FormField/FieldText.vue | 5 +++-- .../CorePluginsAdmin/vue/src/FormField/FieldTextArray.vue | 5 +++-- .../CorePluginsAdmin/vue/src/FormField/FieldTextarea.vue | 5 +++-- .../vue/src/FormField/FieldTextareaArray.vue | 5 +++-- plugins/CorePluginsAdmin/vue/src/FormField/FormField.vue | 5 +++-- plugins/CorePluginsAdmin/vue/src/FormField/utilities.ts | 4 ++-- .../vue/src/GroupedSettings/GroupedSetting.vue | 5 +++-- .../vue/src/PasswordConfirmation/PasswordConfirmation.vue | 5 +++-- .../vue/src/PluginSettings/PluginSettings.vue | 5 +++-- .../CorePluginsAdmin/vue/src/PluginSettings/Setting.ts | 4 ++-- .../vue/src/PluginSettings/SettingsForSinglePlugin.ts | 4 ++-- plugins/CorePluginsAdmin/vue/src/Plugins/PluginFilter.ts | 4 ++-- .../CorePluginsAdmin/vue/src/Plugins/PluginManagement.ts | 4 ++-- plugins/CorePluginsAdmin/vue/src/Plugins/PluginName.ts | 4 ++-- plugins/CorePluginsAdmin/vue/src/Plugins/PluginUpload.ts | 4 ++-- .../vue/src/PluginsIntro/PluginsIntro.vue | 5 +++-- .../vue/src/PluginsTable/PluginsTable.vue | 5 +++-- .../vue/src/PluginsTable/PluginsTableWithUpdates.vue | 5 +++-- .../CorePluginsAdmin/vue/src/SaveButton/SaveButton.vue | 5 +++-- .../CorePluginsAdmin/vue/src/ThemesIntro/ThemesIntro.vue | 5 +++-- .../vue/src/UploadPluginDialog/UploadPluginDialog.vue | 5 +++-- plugins/CorePluginsAdmin/vue/src/expressions.ts | 4 ++-- plugins/CorePluginsAdmin/vue/src/index.ts | 4 ++-- plugins/CoreUpdater/ArchiveDownloadException.php | 4 ++-- plugins/CoreUpdater/Commands/ConvertToUtf8mb4.php | 5 ++--- plugins/CoreUpdater/Commands/SecurityFiles.php | 5 ++--- plugins/CoreUpdater/Commands/Update.php | 5 ++--- plugins/CoreUpdater/Commands/Update/CliUpdateObserver.php | 5 ++--- plugins/CoreUpdater/Controller.php | 5 ++--- plugins/CoreUpdater/CoreUpdater.php | 5 ++--- plugins/CoreUpdater/Diagnostic/HttpsUpdateCheck.php | 4 ++-- plugins/CoreUpdater/Model.php | 5 ++--- plugins/CoreUpdater/NoUpdatesFoundException.php | 5 ++--- plugins/CoreUpdater/ReleaseChannel.php | 5 ++--- plugins/CoreUpdater/ReleaseChannel/LatestBeta.php | 5 ++--- plugins/CoreUpdater/ReleaseChannel/LatestCurrentBeta.php | 5 ++--- .../CoreUpdater/ReleaseChannel/LatestCurrentStable.php | 5 ++--- plugins/CoreUpdater/ReleaseChannel/LatestStable.php | 5 ++--- plugins/CoreUpdater/SystemSettings.php | 4 ++-- plugins/CoreUpdater/Tasks.php | 5 ++--- plugins/CoreUpdater/UpdateCommunication.php | 5 ++--- plugins/CoreUpdater/Updater.php | 4 ++-- plugins/CoreUpdater/UpdaterException.php | 4 ++-- .../CoreUpdater/tests/Fixtures/DbUpdaterTestFixture.php | 4 ++-- .../CoreUpdater/tests/Fixtures/FailUpdateHttpsFixture.php | 4 ++-- .../CoreUpdater/tests/Integration/Commands/UpdateTest.php | 4 ++-- .../CoreUpdater/tests/Integration/ReleaseChannelTest.php | 4 ++-- .../tests/Integration/UpdateCommunicationTest.php | 4 ++-- plugins/CoreUpdater/tests/Mock/UpdaterMock.php | 4 ++-- plugins/CoreUpdater/tests/UI/CoreUpdaterDb_spec.js | 4 ++-- plugins/CoreUpdater/tests/Unit/ModelTest.php | 4 ++-- plugins/CoreVisualizations/CoreVisualizations.php | 5 ++--- plugins/CoreVisualizations/JqplotDataGenerator.php | 5 ++--- plugins/CoreVisualizations/JqplotDataGenerator/Chart.php | 5 ++--- .../CoreVisualizations/JqplotDataGenerator/Evolution.php | 5 ++--- plugins/CoreVisualizations/Metrics/Formatter/Numeric.php | 4 ++-- plugins/CoreVisualizations/Visualizations/Cloud.php | 5 ++--- .../CoreVisualizations/Visualizations/Cloud/Config.php | 5 ++--- .../Visualizations/EvolutionPeriodSelector.php | 5 ++--- plugins/CoreVisualizations/Visualizations/Graph.php | 5 ++--- .../CoreVisualizations/Visualizations/Graph/Config.php | 5 ++--- plugins/CoreVisualizations/Visualizations/HtmlTable.php | 5 ++--- .../Visualizations/HtmlTable/AllColumns.php | 5 ++--- .../Visualizations/HtmlTable/Config.php | 5 ++--- .../Visualizations/HtmlTable/RequestConfig.php | 5 ++--- plugins/CoreVisualizations/Visualizations/JqplotGraph.php | 5 ++--- .../CoreVisualizations/Visualizations/JqplotGraph/Bar.php | 5 ++--- .../Visualizations/JqplotGraph/Config.php | 5 ++--- .../Visualizations/JqplotGraph/Evolution.php | 5 ++--- .../Visualizations/JqplotGraph/Evolution/Config.php | 5 ++--- .../CoreVisualizations/Visualizations/JqplotGraph/Pie.php | 5 ++--- plugins/CoreVisualizations/Visualizations/Sparkline.php | 5 ++--- plugins/CoreVisualizations/Visualizations/Sparklines.php | 5 ++--- .../Visualizations/Sparklines/Config.php | 5 ++--- plugins/CoreVisualizations/Widgets/SingleMetricView.php | 5 ++--- plugins/CoreVisualizations/javascripts/jqplot.js | 4 ++-- plugins/CoreVisualizations/javascripts/jqplotBarGraph.js | 4 ++-- .../javascripts/jqplotEvolutionGraph.js | 4 ++-- plugins/CoreVisualizations/javascripts/jqplotPieGraph.js | 4 ++-- plugins/CoreVisualizations/javascripts/seriesPicker.js | 4 ++-- .../tests/Integration/EvolutionPeriodSelectorTest.php | 4 ++-- .../tests/Integration/SparklinesConfigTest.php | 4 ++-- plugins/CoreVisualizations/tests/Unit/GraphTest.php | 4 ++-- .../tests/Unit/JqplotDataGenerator/ChartTest.php | 4 ++-- .../tests/Unit/SparklinesConfigTest.php | 4 ++-- .../vue/src/SeriesPicker/SeriesPicker.vue | 5 +++-- .../vue/src/SingleMetricView/SingleMetricView.vue | 5 +++-- plugins/CoreVisualizations/vue/src/index.ts | 4 ++-- plugins/CoreVue/Commands/Build.php | 4 ++-- plugins/CoreVue/Commands/BuildPolyfill.php | 4 ++-- plugins/CoreVue/Commands/GenerateVueComponent.php | 4 ++-- plugins/CoreVue/CoreVue.php | 4 ++-- plugins/CoreVue/polyfills/src/index.ts | 4 ++-- plugins/CoreVue/polyfills/src/jqueryNativeEventTrigger.ts | 4 ++-- plugins/CoreVue/scripts/cli-service-proxy.js | 4 ++-- plugins/CoreVue/types/index.d.ts | 4 ++-- plugins/CustomDimensions/API.php | 5 ++--- plugins/CustomDimensions/Archiver.php | 5 ++--- .../Columns/Metrics/AverageTimeOnDimension.php | 4 ++-- plugins/CustomDimensions/Commands/AddCustomDimension.php | 5 ++--- plugins/CustomDimensions/Commands/Info.php | 5 ++--- .../CustomDimensions/Commands/RemoveCustomDimension.php | 5 ++--- plugins/CustomDimensions/Controller.php | 5 ++--- plugins/CustomDimensions/CustomDimension.php | 5 ++--- plugins/CustomDimensions/CustomDimensions.php | 5 ++--- plugins/CustomDimensions/Dao/AutoSuggest.php | 5 ++--- plugins/CustomDimensions/Dao/Configuration.php | 5 ++--- plugins/CustomDimensions/Dao/LogTable.php | 5 ++--- .../DataTable/Filter/AddSegmentMetadata.php | 5 ++--- .../DataTable/Filter/AddSubtableSegmentMetadata.php | 5 ++--- .../DataTable/Filter/RemoveUserIfNeeded.php | 5 ++--- plugins/CustomDimensions/Dimension/Active.php | 5 ++--- plugins/CustomDimensions/Dimension/CaseSensitive.php | 5 ++--- .../CustomDimensions/Dimension/CustomActionDimension.php | 5 ++--- .../CustomDimensions/Dimension/CustomVisitDimension.php | 5 ++--- plugins/CustomDimensions/Dimension/Dimension.php | 5 ++--- plugins/CustomDimensions/Dimension/Extraction.php | 5 ++--- plugins/CustomDimensions/Dimension/Extractions.php | 5 ++--- plugins/CustomDimensions/Dimension/Index.php | 5 ++--- plugins/CustomDimensions/Dimension/Name.php | 5 ++--- plugins/CustomDimensions/Dimension/Scope.php | 5 ++--- plugins/CustomDimensions/GetCustomDimension.php | 4 ++-- plugins/CustomDimensions/Menu.php | 4 ++-- .../CustomDimensions/ProfileSummary/VisitScopeSummary.php | 3 +-- .../CustomDimensions/RecordBuilders/CustomDimension.php | 5 ++--- .../Tracker/CustomDimensionsRequestProcessor.php | 4 ++-- plugins/CustomDimensions/Updates/0.1.2.php | 5 ++--- plugins/CustomDimensions/Updates/3.1.7.php | 5 ++--- plugins/CustomDimensions/VisitorDetails.php | 3 +-- .../tests/Commands/AddCustomDimensionTest.php | 5 ++--- plugins/CustomDimensions/tests/Commands/InfoTest.php | 5 ++--- .../tests/Commands/RemoveCustomDimensionTest.php | 5 ++--- .../Fixtures/TrackVisitsWithCustomDimensionsFixture.php | 2 +- plugins/CustomDimensions/tests/Integration/ApiTest.php | 4 ++-- .../tests/Integration/CustomDimensionsTest.php | 4 ++-- .../tests/Integration/Dao/ConfigurationTest.php | 4 ++-- .../tests/Integration/Dao/LogTableTest.php | 4 ++-- .../DataTable/Filter/RemoveUserIfNeededTest.php | 4 ++-- .../tests/Integration/Dimension/DimensionTest.php | 4 ++-- .../tests/Integration/Dimension/ExtractionTest.php | 4 ++-- .../tests/Integration/Dimension/IndexTest.php | 4 ++-- .../CustomDimensions/tests/Integration/SegmentTest.php | 4 ++-- .../Tracker/CustomDimensionsRequestProcessorTest.php | 4 ++-- plugins/CustomDimensions/tests/System/ApiTest.php | 4 ++-- plugins/CustomDimensions/tests/System/AutoSuggestTest.php | 4 ++-- .../CustomDimensions/tests/UI/CustomDimensions_spec.js | 4 ++-- .../Unit/DataTable/Filter/AddSegmentMetadataTest.php | 4 ++-- .../CustomDimensions/tests/Unit/Dimension/ActiveTest.php | 4 ++-- .../tests/Unit/Dimension/CaseSensitiveTest.php | 4 ++-- .../tests/Unit/Dimension/ExtractionsTest.php | 4 ++-- .../CustomDimensions/tests/Unit/Dimension/NameTest.php | 4 ++-- .../CustomDimensions/tests/Unit/Dimension/ScopeTest.php | 4 ++-- .../CustomDimensions/vue/src/CustomDimensions.store.ts | 4 ++-- plugins/CustomDimensions/vue/src/Edit/Edit.vue | 5 +++-- plugins/CustomDimensions/vue/src/List/List.vue | 5 +++-- plugins/CustomDimensions/vue/src/Manage/Manage.vue | 5 +++-- plugins/CustomDimensions/vue/src/index.ts | 4 ++-- plugins/CustomDimensions/vue/src/types.ts | 4 ++-- plugins/CustomDimensions/vue/src/utilities.ts | 4 ++-- plugins/CustomJsTracker/API.php | 4 ++-- plugins/CustomJsTracker/Commands/UpdateTracker.php | 4 ++-- plugins/CustomJsTracker/CustomJsTracker.php | 2 +- plugins/CustomJsTracker/Diagnostic/TrackerJsCheck.php | 4 ++-- .../CustomJsTracker/Exception/AccessDeniedException.php | 4 ++-- plugins/CustomJsTracker/File.php | 2 +- plugins/CustomJsTracker/Tasks.php | 4 ++-- plugins/CustomJsTracker/TrackerUpdater.php | 2 +- .../TrackingCode/JsTestPluginTrackerFiles.php | 2 +- .../CustomJsTracker/TrackingCode/PiwikJsManipulator.php | 2 +- .../CustomJsTracker/TrackingCode/PluginTrackerFiles.php | 2 +- .../tests/Framework/Mock/PluginTrackerFilesMock.php | 2 +- plugins/CustomJsTracker/tests/Integration/ApiTest.php | 2 +- plugins/CustomJsTracker/tests/Integration/FileTest.php | 2 +- .../tests/Integration/PiwikJsManipulatorTest.php | 2 +- .../tests/Integration/PluginTrackerFilesTest.php | 2 +- .../tests/Integration/TrackerUpdaterTest.php | 2 +- .../CustomJsTracker/tests/System/PiwikJsContentTest.php | 4 ++-- plugins/DBStats/API.php | 5 ++--- plugins/DBStats/Controller.php | 5 ++--- plugins/DBStats/DBStats.php | 5 ++--- plugins/DBStats/Menu.php | 5 ++--- plugins/DBStats/MySQLMetadataDataAccess.php | 5 ++--- plugins/DBStats/MySQLMetadataProvider.php | 5 ++--- plugins/DBStats/Reports/Base.php | 5 ++--- plugins/DBStats/Reports/GetAdminDataSummary.php | 5 ++--- plugins/DBStats/Reports/GetDatabaseUsageSummary.php | 5 ++--- plugins/DBStats/Reports/GetIndividualMetricsSummary.php | 5 ++--- plugins/DBStats/Reports/GetIndividualReportsSummary.php | 5 ++--- plugins/DBStats/Reports/GetMetricDataSummary.php | 5 ++--- plugins/DBStats/Reports/GetMetricDataSummaryByYear.php | 5 ++--- plugins/DBStats/Reports/GetReportDataSummary.php | 5 ++--- plugins/DBStats/Reports/GetReportDataSummaryByYear.php | 5 ++--- plugins/DBStats/Reports/GetTrackerDataSummary.php | 5 ++--- plugins/DBStats/Tasks.php | 5 ++--- plugins/DBStats/tests/Mocks/MockDataAccess.php | 5 ++--- plugins/DBStats/tests/UI/DBStats_spec.js | 6 +++--- plugins/DBStats/vue/src/DBStatsIntro/DBStatsIntro.vue | 5 +++-- plugins/DBStats/vue/src/index.ts | 4 ++-- plugins/Dashboard/API.php | 4 ++-- plugins/Dashboard/Categories/DashboardCategory.php | 5 ++--- plugins/Dashboard/Controller.php | 4 ++-- plugins/Dashboard/Dashboard.php | 5 ++--- plugins/Dashboard/Menu.php | 5 ++--- plugins/Dashboard/Model.php | 4 ++-- plugins/Dashboard/javascripts/dashboard.js | 4 ++-- plugins/Dashboard/javascripts/dashboardObject.js | 4 ++-- plugins/Dashboard/javascripts/dashboardWidget.js | 4 ++-- plugins/Dashboard/javascripts/widgetMenu.js | 4 ++-- plugins/Dashboard/tests/Integration/APITest.php | 4 ++-- plugins/Dashboard/tests/UI/DashboardManager_spec.js | 4 ++-- plugins/Dashboard/tests/UI/Dashboard_spec.js | 4 ++-- plugins/Dashboard/tests/UI/WidgetizedDashboard_spec.js | 4 ++-- plugins/Dashboard/vue/src/Dashboard/Dashboard.store.ts | 4 ++-- plugins/Dashboard/vue/src/Dashboard/Dashboard.ts | 4 ++-- .../vue/src/DashboardSettings/DashboardSettings.vue | 5 +++-- plugins/Dashboard/vue/src/index.ts | 4 ++-- plugins/Dashboard/vue/src/types.ts | 4 ++-- plugins/DevicePlugins/API.php | 5 ++--- plugins/DevicePlugins/Archiver.php | 5 ++--- plugins/DevicePlugins/Columns/DevicePluginColumn.php | 5 ++--- plugins/DevicePlugins/Columns/Plugin.php | 5 ++--- plugins/DevicePlugins/Columns/PluginCookie.php | 5 ++--- plugins/DevicePlugins/Columns/PluginFlash.php | 5 ++--- plugins/DevicePlugins/Columns/PluginJava.php | 5 ++--- plugins/DevicePlugins/Columns/PluginPdf.php | 5 ++--- plugins/DevicePlugins/Columns/PluginQuickTime.php | 5 ++--- plugins/DevicePlugins/Columns/PluginRealPlayer.php | 5 ++--- plugins/DevicePlugins/Columns/PluginSilverlight.php | 5 ++--- plugins/DevicePlugins/Columns/PluginWindowsMedia.php | 5 ++--- plugins/DevicePlugins/DevicePlugins.php | 5 ++--- plugins/DevicePlugins/RecordBuilders/DevicePlugins.php | 5 ++--- plugins/DevicePlugins/Reports/Base.php | 5 ++--- plugins/DevicePlugins/Reports/GetPlugin.php | 5 ++--- plugins/DevicePlugins/VisitorDetails.php | 3 +-- plugins/DevicePlugins/functions.php | 5 ++--- plugins/DevicesDetection/API.php | 5 ++--- plugins/DevicesDetection/Archiver.php | 5 ++--- plugins/DevicesDetection/Columns/Base.php | 5 ++--- plugins/DevicesDetection/Columns/BrowserEngine.php | 5 ++--- plugins/DevicesDetection/Columns/BrowserName.php | 5 ++--- plugins/DevicesDetection/Columns/BrowserVersion.php | 5 ++--- plugins/DevicesDetection/Columns/ClientType.php | 5 ++--- plugins/DevicesDetection/Columns/DeviceBrand.php | 5 ++--- plugins/DevicesDetection/Columns/DeviceModel.php | 5 ++--- plugins/DevicesDetection/Columns/DeviceType.php | 5 ++--- plugins/DevicesDetection/Columns/Os.php | 5 ++--- plugins/DevicesDetection/Columns/OsVersion.php | 5 ++--- plugins/DevicesDetection/Controller.php | 5 ++--- plugins/DevicesDetection/DevicesDetection.php | 5 ++--- plugins/DevicesDetection/Menu.php | 5 ++--- .../DevicesDetection/ProfileSummary/DevicesSummary.php | 3 +-- plugins/DevicesDetection/RecordBuilders/Base.php | 5 ++--- .../DevicesDetection/RecordBuilders/BrowserEngines.php | 5 ++--- .../DevicesDetection/RecordBuilders/BrowserVersions.php | 5 ++--- plugins/DevicesDetection/RecordBuilders/Browsers.php | 5 ++--- plugins/DevicesDetection/RecordBuilders/DeviceBrands.php | 5 ++--- plugins/DevicesDetection/RecordBuilders/DeviceModels.php | 5 ++--- plugins/DevicesDetection/RecordBuilders/DeviceTypes.php | 5 ++--- .../RecordBuilders/OperatingSystemVersions.php | 5 ++--- .../DevicesDetection/RecordBuilders/OperatingSystems.php | 5 ++--- plugins/DevicesDetection/Reports/Base.php | 5 ++--- plugins/DevicesDetection/Reports/GetBrand.php | 5 ++--- plugins/DevicesDetection/Reports/GetBrowserEngines.php | 5 ++--- plugins/DevicesDetection/Reports/GetBrowserVersions.php | 5 ++--- plugins/DevicesDetection/Reports/GetBrowsers.php | 5 ++--- plugins/DevicesDetection/Reports/GetModel.php | 5 ++--- plugins/DevicesDetection/Reports/GetOsFamilies.php | 5 ++--- plugins/DevicesDetection/Reports/GetOsVersions.php | 5 ++--- plugins/DevicesDetection/Reports/GetType.php | 5 ++--- plugins/DevicesDetection/Updates/1.14.php | 5 ++--- plugins/DevicesDetection/VisitorDetails.php | 3 +-- plugins/DevicesDetection/functions.php | 3 +-- .../tests/Fixtures/MultiDeviceGoalConversions.php | 4 ++-- .../tests/System/GoalReportForDevicesTest.php | 4 ++-- .../vue/src/DetectionPage/DetectionPage.vue | 5 +++-- plugins/DevicesDetection/vue/src/index.ts | 4 ++-- plugins/Diagnostics/Commands/AnalyzeArchiveTable.php | 4 ++-- plugins/Diagnostics/Commands/ArchivingConfig.php | 4 ++-- .../Diagnostics/Commands/ArchivingInstanceStatistics.php | 4 ++-- plugins/Diagnostics/Commands/ArchivingMetrics.php | 4 ++-- plugins/Diagnostics/Commands/ArchivingQueue.php | 4 ++-- plugins/Diagnostics/Commands/ArchivingStatus.php | 4 ++-- plugins/Diagnostics/Commands/Run.php | 4 ++-- plugins/Diagnostics/Commands/UnexpectedFiles.php | 4 ++-- plugins/Diagnostics/ConfigReader.php | 4 ++-- plugins/Diagnostics/Controller.php | 4 ++-- .../Diagnostics/Diagnostic/AbstractPrivateDirectories.php | 4 ++-- .../Diagnostic/ArchiveInvalidationsInformational.php | 4 ++-- plugins/Diagnostics/Diagnostic/ConfigInformational.php | 4 ++-- plugins/Diagnostics/Diagnostic/CronArchivingCheck.php | 5 ++--- .../Diagnostics/Diagnostic/CronArchivingLastRunCheck.php | 5 ++--- plugins/Diagnostics/Diagnostic/DatabaseAbilitiesCheck.php | 4 ++-- plugins/Diagnostics/Diagnostic/DatabaseInformational.php | 4 ++-- plugins/Diagnostics/Diagnostic/DbAdapterCheck.php | 5 ++--- plugins/Diagnostics/Diagnostic/DbReaderCheck.php | 4 ++-- plugins/Diagnostics/Diagnostic/Diagnostic.php | 4 ++-- plugins/Diagnostics/Diagnostic/DiagnosticResult.php | 4 ++-- plugins/Diagnostics/Diagnostic/DiagnosticResultItem.php | 4 ++-- plugins/Diagnostics/Diagnostic/FileIntegrityCheck.php | 4 ++-- plugins/Diagnostics/Diagnostic/ForceSSLCheck.php | 4 ++-- plugins/Diagnostics/Diagnostic/GdExtensionCheck.php | 4 ++-- plugins/Diagnostics/Diagnostic/HttpClientCheck.php | 4 ++-- plugins/Diagnostics/Diagnostic/MatomoInformational.php | 4 ++-- plugins/Diagnostics/Diagnostic/MemoryLimitCheck.php | 4 ++-- plugins/Diagnostics/Diagnostic/NfsDiskCheck.php | 4 ++-- plugins/Diagnostics/Diagnostic/PHPBinaryCheck.php | 4 ++-- plugins/Diagnostics/Diagnostic/PageSpeedCheck.php | 4 ++-- plugins/Diagnostics/Diagnostic/PhpExtensionsCheck.php | 5 ++--- plugins/Diagnostics/Diagnostic/PhpFunctionsCheck.php | 4 ++-- plugins/Diagnostics/Diagnostic/PhpInformational.php | 4 ++-- plugins/Diagnostics/Diagnostic/PhpSettingsCheck.php | 4 ++-- plugins/Diagnostics/Diagnostic/PhpVersionCheck.php | 4 ++-- .../Diagnostics/Diagnostic/RecommendedExtensionsCheck.php | 4 ++-- .../Diagnostics/Diagnostic/RecommendedFunctionsCheck.php | 4 ++-- .../Diagnostic/RecommendedPrivateDirectories.php | 5 ++--- plugins/Diagnostics/Diagnostic/ReportInformational.php | 4 ++-- .../Diagnostics/Diagnostic/RequiredPrivateDirectories.php | 4 ++-- plugins/Diagnostics/Diagnostic/ServerInformational.php | 4 ++-- plugins/Diagnostics/Diagnostic/TimezoneCheck.php | 4 ++-- plugins/Diagnostics/Diagnostic/TrackerCheck.php | 4 ++-- plugins/Diagnostics/Diagnostic/UserInformational.php | 4 ++-- plugins/Diagnostics/Diagnostic/WriteAccessCheck.php | 4 ++-- plugins/Diagnostics/DiagnosticReport.php | 4 ++-- plugins/Diagnostics/DiagnosticService.php | 4 ++-- plugins/Diagnostics/Diagnostics.php | 4 ++-- plugins/Diagnostics/Menu.php | 4 ++-- .../Integration/Commands/AnalyzeArchiveTableTest.php | 4 ++-- .../tests/Integration/Commands/ArchivingConfigTest.php | 4 ++-- .../Commands/ArchivingInstanceStatisticsTest.php | 4 ++-- .../tests/Integration/Commands/ArchivingMetricsTest.php | 4 ++-- .../tests/Integration/Commands/ArchivingQueueTest.php | 4 ++-- .../tests/Integration/Commands/ArchivingStatusTest.php | 4 ++-- .../Diagnostics/tests/Integration/ConfigReaderTest.php | 4 ++-- .../Diagnostic/ArchiveInvalidationsInformationalTest.php | 4 ++-- plugins/Diagnostics/tests/Mock/DiagnosticWithError.php | 4 ++-- plugins/Diagnostics/tests/Mock/DiagnosticWithSuccess.php | 4 ++-- plugins/Diagnostics/tests/Mock/DiagnosticWithWarning.php | 4 ++-- plugins/Diagnostics/tests/UI/Diagnostics_spec.js | 4 ++-- .../tests/Unit/Diagnostic/DiagnosticResultTest.php | 4 ++-- plugins/Diagnostics/tests/Unit/DiagnosticReportTest.php | 4 ++-- plugins/Diagnostics/tests/Unit/DiagnosticServiceTest.php | 4 ++-- plugins/Diagnostics/vue/src/ConfigFile/ConfigFile.vue | 5 +++-- plugins/Diagnostics/vue/src/index.ts | 4 ++-- plugins/Ecommerce/Categories/EcommerceCategory.php | 5 ++--- plugins/Ecommerce/Categories/EcommerceLogSubcategory.php | 5 ++--- .../Ecommerce/Categories/EcommerceOverviewSubcategory.php | 5 ++--- plugins/Ecommerce/Categories/ProductSubcategory.php | 5 ++--- plugins/Ecommerce/Categories/SalesSubcategory.php | 5 ++--- plugins/Ecommerce/Columns/BaseConversion.php | 5 ++--- plugins/Ecommerce/Columns/Items.php | 5 ++--- plugins/Ecommerce/Columns/Order.php | 5 ++--- plugins/Ecommerce/Columns/ProductCategory.php | 5 ++--- plugins/Ecommerce/Columns/ProductName.php | 5 ++--- plugins/Ecommerce/Columns/ProductPrice.php | 5 ++--- plugins/Ecommerce/Columns/ProductQuantity.php | 5 ++--- plugins/Ecommerce/Columns/ProductSku.php | 5 ++--- plugins/Ecommerce/Columns/ProductViewCategory.php | 5 ++--- plugins/Ecommerce/Columns/ProductViewCategory2.php | 5 ++--- plugins/Ecommerce/Columns/ProductViewCategory3.php | 5 ++--- plugins/Ecommerce/Columns/ProductViewCategory4.php | 5 ++--- plugins/Ecommerce/Columns/ProductViewCategory5.php | 5 ++--- plugins/Ecommerce/Columns/ProductViewName.php | 5 ++--- plugins/Ecommerce/Columns/ProductViewPrice.php | 5 ++--- plugins/Ecommerce/Columns/ProductViewSku.php | 5 ++--- plugins/Ecommerce/Columns/Revenue.php | 5 ++--- plugins/Ecommerce/Columns/RevenueDiscount.php | 5 ++--- plugins/Ecommerce/Columns/RevenueShipping.php | 5 ++--- plugins/Ecommerce/Columns/RevenueSubtotal.php | 5 ++--- plugins/Ecommerce/Columns/RevenueTax.php | 5 ++--- plugins/Ecommerce/Controller.php | 3 +-- plugins/Ecommerce/Ecommerce.php | 5 ++--- plugins/Ecommerce/ProfileSummary/EcommerceSummary.php | 3 +-- plugins/Ecommerce/Reports/Base.php | 5 ++--- plugins/Ecommerce/Reports/BaseItem.php | 5 ++--- .../Reports/GetDaysToConversionAbandonedCart.php | 5 ++--- .../Reports/GetDaysToConversionEcommerceOrder.php | 5 ++--- plugins/Ecommerce/Reports/GetEcommerceAbandonedCart.php | 5 ++--- plugins/Ecommerce/Reports/GetEcommerceOrder.php | 5 ++--- plugins/Ecommerce/Reports/GetItemsCategory.php | 5 ++--- plugins/Ecommerce/Reports/GetItemsName.php | 5 ++--- plugins/Ecommerce/Reports/GetItemsSku.php | 5 ++--- .../Reports/GetVisitsUntilConversionAbandonedCart.php | 5 ++--- .../Reports/GetVisitsUntilConversionEcommerceOrder.php | 5 ++--- plugins/Ecommerce/Tracker/EcommerceRequestProcessor.php | 4 ++-- plugins/Ecommerce/VisitorDetails.php | 3 +-- plugins/Ecommerce/Widgets/GetEcommerceLog.php | 5 ++--- plugins/Ecommerce/Widgets/ProductsByDimension.php | 5 ++--- .../tests/Fixtures/AbandonedCartWithoutConversions.php | 2 +- .../tests/System/AbandonedCartWithoutConversionsTest.php | 2 +- .../tests/System/EcommerceOrderWithItemsTest.php | 2 +- .../vue/src/ConversionOverview/ConversionOverview.vue | 5 +++-- plugins/Ecommerce/vue/src/index.ts | 4 ++-- plugins/Events/API.php | 5 ++--- plugins/Events/Actions/ActionEvent.php | 5 ++--- plugins/Events/Archiver.php | 5 ++--- plugins/Events/Categories/EventsCategory.php | 5 ++--- plugins/Events/Categories/EventsSubcategory.php | 5 ++--- plugins/Events/Columns/EventAction.php | 5 ++--- plugins/Events/Columns/EventCategory.php | 5 ++--- plugins/Events/Columns/EventName.php | 5 ++--- plugins/Events/Columns/EventUrl.php | 5 ++--- plugins/Events/Columns/EventValue.php | 5 ++--- plugins/Events/Columns/Metrics/AverageEventValue.php | 4 ++-- plugins/Events/Columns/TotalEvents.php | 5 ++--- .../Events/DataTable/Filter/ReplaceEventNameNotSet.php | 5 ++--- plugins/Events/Events.php | 5 ++--- plugins/Events/RecordBuilders/EventReports.php | 5 ++--- plugins/Events/Reports/Base.php | 5 ++--- plugins/Events/Reports/GetAction.php | 5 ++--- plugins/Events/Reports/GetActionFromCategoryId.php | 5 ++--- plugins/Events/Reports/GetActionFromNameId.php | 5 ++--- plugins/Events/Reports/GetCategory.php | 5 ++--- plugins/Events/Reports/GetCategoryFromActionId.php | 5 ++--- plugins/Events/Reports/GetCategoryFromNameId.php | 5 ++--- plugins/Events/Reports/GetName.php | 5 ++--- plugins/Events/Reports/GetNameFromActionId.php | 5 ++--- plugins/Events/Reports/GetNameFromCategoryId.php | 5 ++--- plugins/Events/VisitorDetails.php | 3 +-- plugins/Events/Widgets/EventsByDimension.php | 5 ++--- plugins/ExampleAPI/API.php | 5 ++--- plugins/ExampleAPI/ExampleAPI.php | 5 ++--- plugins/ExampleAPI/MagicObject.php | 5 ++--- plugins/ExampleCommand/Commands/HelloWorld.php | 4 ++-- plugins/ExampleCommand/ExampleCommand.php | 4 ++-- plugins/ExampleLogTables/Dao/CustomGroupLog.php | 3 +-- plugins/ExampleLogTables/Dao/CustomUserLog.php | 3 +-- plugins/ExampleLogTables/ExampleLogTables.php | 3 +-- .../ExampleLogTables/Tracker/LogTable/CustomGroupLog.php | 3 +-- .../ExampleLogTables/Tracker/LogTable/CustomUserLog.php | 3 +-- plugins/ExamplePlugin/API.php | 4 ++-- plugins/ExamplePlugin/Controller.php | 4 ++-- plugins/ExamplePlugin/Diagnostic/ExampleCheck.php | 5 ++--- plugins/ExamplePlugin/ExamplePlugin.php | 4 ++-- plugins/ExamplePlugin/Menu.php | 4 ++-- plugins/ExamplePlugin/RecordBuilders/ExampleBlob.php | 4 ++-- plugins/ExamplePlugin/RecordBuilders/ExampleMetric.php | 4 ++-- plugins/ExamplePlugin/RecordBuilders/ExampleMetric2.php | 4 ++-- plugins/ExamplePlugin/Tasks.php | 4 ++-- plugins/ExamplePlugin/Updates/0.0.2.php | 5 ++--- plugins/ExamplePlugin/Widgets/MyExampleWidget.php | 5 ++--- plugins/ExamplePlugin/javascripts/plugin.js | 4 ++-- .../tests/Fixtures/SimpleFixtureTrackFewVisits.php | 2 +- plugins/ExamplePlugin/tests/Integration/SimpleTest.php | 4 ++-- plugins/ExamplePlugin/tests/System/SimpleSystemTest.php | 4 ++-- plugins/ExamplePlugin/tests/UI/SimpleUITest_spec.js | 6 +++--- plugins/ExamplePlugin/tests/Unit/SimpleTest.php | 4 ++-- plugins/ExampleReport/API.php | 5 ++--- plugins/ExampleReport/ExampleReport.php | 5 ++--- plugins/ExampleReport/Reports/Base.php | 5 ++--- plugins/ExampleReport/Reports/GetExampleReport.php | 4 ++-- plugins/ExampleSettingsPlugin/ExampleSettingsPlugin.php | 4 ++-- plugins/ExampleSettingsPlugin/MeasurableSettings.php | 4 ++-- plugins/ExampleSettingsPlugin/SystemSettings.php | 4 ++-- plugins/ExampleSettingsPlugin/UserSettings.php | 4 ++-- plugins/ExampleTheme/ExampleTheme.php | 5 ++--- plugins/ExampleTracker/Columns/ExampleActionDimension.php | 5 ++--- .../ExampleTracker/Columns/ExampleConversionDimension.php | 5 ++--- plugins/ExampleTracker/Columns/ExampleDimension.php | 5 ++--- plugins/ExampleTracker/Columns/ExampleVisitDimension.php | 5 ++--- plugins/ExampleTracker/ExampleTracker.php | 5 ++--- plugins/ExampleTracker/VisitorDetails.php | 5 ++--- plugins/ExampleTracker/tracker.js | 5 ++--- plugins/ExampleUI/API.php | 5 ++--- plugins/ExampleUI/Categories/ExampleUiCategory.php | 5 ++--- plugins/ExampleUI/Controller.php | 5 ++--- plugins/ExampleUI/ExampleUI.php | 4 ++-- plugins/ExampleUI/Menu.php | 5 ++--- plugins/ExampleUI/Reports/Base.php | 5 ++--- plugins/ExampleUI/Reports/GetPlanetRatios.php | 4 ++-- plugins/ExampleUI/Reports/GetPlanetRatiosWithLogos.php | 4 ++-- plugins/ExampleUI/Reports/GetTemperatures.php | 4 ++-- plugins/ExampleUI/Reports/GetTemperaturesEvolution.php | 4 ++-- plugins/ExampleVisualization/ExampleVisualization.php | 5 ++--- .../ExampleVisualization/Visualizations/SimpleTable.php | 5 ++--- plugins/ExampleVue/ExampleVue.php | 4 ++-- plugins/ExampleVue/Widgets/GetExampleVue.php | 5 ++--- .../vue/src/ExampleComponent/ExampleComponent.vue | 4 ++-- plugins/ExampleVue/vue/src/index.ts | 4 ++-- plugins/Feedback/API.php | 5 ++--- plugins/Feedback/Controller.php | 5 ++--- plugins/Feedback/Feedback.php | 5 ++--- plugins/Feedback/FeedbackReminder.php | 5 ++--- plugins/Feedback/Menu.php | 5 ++--- plugins/Feedback/tests/Integration/FeedbackTest.php | 4 ++-- plugins/Feedback/tests/UI/FeedbackForm_spec.js | 4 ++-- plugins/Feedback/tests/UI/FeedbackQuestion_spec.js | 4 ++-- plugins/Feedback/tests/UI/RateFeature_spec.js | 4 ++-- .../vue/src/FeedbackQuestion/FeedbackQuestion.vue | 5 +++-- plugins/Feedback/vue/src/RateFeature/RateFeature.vue | 5 +++-- plugins/Feedback/vue/src/ReviewLinks/ReviewLinks.vue | 5 +++-- plugins/Feedback/vue/src/index.ts | 4 ++-- plugins/GeoIp2/Commands/ConvertRegionCodesToIso.php | 5 ++--- plugins/GeoIp2/Commands/UpdateRegionCodes.php | 5 ++--- plugins/GeoIp2/GeoIP2AutoUpdater.php | 5 ++--- plugins/GeoIp2/GeoIp2.php | 5 ++--- plugins/GeoIp2/LocationProvider/GeoIp2.php | 5 ++--- plugins/GeoIp2/LocationProvider/GeoIp2/Php.php | 5 ++--- plugins/GeoIp2/LocationProvider/GeoIp2/ServerModule.php | 5 ++--- plugins/GeoIp2/SystemSettings.php | 5 ++--- plugins/GeoIp2/Tasks.php | 5 ++--- plugins/GeoIp2/tests/Integration/LocationProviderTest.php | 5 ++--- plugins/GeoIp2/tests/Integration/UpdateTest.php | 5 ++--- .../GeoIp2/tests/System/ConvertRegionCodesToIsoTest.php | 5 ++--- plugins/GeoIp2/tests/Unit/GeoIP2AutoUpdaterTest.php | 4 ++-- plugins/GeoIp2/tests/Unit/GeoIp2Test.php | 4 ++-- plugins/GeoIp2/vue/src/GeoIp2Updater/GeoIp2Updater.vue | 5 +++-- plugins/GeoIp2/vue/src/index.ts | 4 ++-- plugins/Goals/API.php | 5 ++--- plugins/Goals/Archiver.php | 5 ++--- plugins/Goals/Categories/AddANewGoalSubcategory.php | 5 ++--- plugins/Goals/Categories/GoalsCategory.php | 5 ++--- plugins/Goals/Categories/GoalsOverviewSubcategory.php | 5 ++--- plugins/Goals/Categories/ManageGoalsSubcategory.php | 5 ++--- plugins/Goals/Columns/DaysToConversion.php | 5 ++--- plugins/Goals/Columns/GoalName.php | 5 ++--- plugins/Goals/Columns/IdGoal.php | 5 ++--- plugins/Goals/Columns/Metrics/AverageOrderRevenue.php | 4 ++-- plugins/Goals/Columns/Metrics/AveragePrice.php | 4 ++-- plugins/Goals/Columns/Metrics/AverageQuantity.php | 4 ++-- plugins/Goals/Columns/Metrics/GoalConversionRate.php | 4 ++-- .../Columns/Metrics/GoalSpecific/AverageOrderRevenue.php | 4 ++-- .../Columns/Metrics/GoalSpecific/ConversionEntryRate.php | 4 ++-- .../Columns/Metrics/GoalSpecific/ConversionPageRate.php | 4 ++-- .../Goals/Columns/Metrics/GoalSpecific/ConversionRate.php | 4 ++-- .../Goals/Columns/Metrics/GoalSpecific/Conversions.php | 4 ++-- .../Columns/Metrics/GoalSpecific/ConversionsAttrib.php | 2 +- .../Columns/Metrics/GoalSpecific/ConversionsEntry.php | 2 +- plugins/Goals/Columns/Metrics/GoalSpecific/ItemsCount.php | 4 ++-- plugins/Goals/Columns/Metrics/GoalSpecific/Revenue.php | 4 ++-- .../Goals/Columns/Metrics/GoalSpecific/RevenueAttrib.php | 4 ++-- .../Goals/Columns/Metrics/GoalSpecific/RevenueEntry.php | 4 ++-- .../Columns/Metrics/GoalSpecific/RevenuePerEntry.php | 4 ++-- .../Columns/Metrics/GoalSpecific/RevenuePerVisit.php | 4 ++-- .../Goals/Columns/Metrics/GoalSpecificProcessedMetric.php | 4 ++-- plugins/Goals/Columns/Metrics/ProductConversionRate.php | 4 ++-- plugins/Goals/Columns/Metrics/RevenuePerVisit.php | 4 ++-- plugins/Goals/Columns/PageviewsBefore.php | 5 ++--- plugins/Goals/Columns/Revenue.php | 5 ++--- plugins/Goals/Columns/VisitsUntilConversion.php | 5 ++--- plugins/Goals/Commands/CalculateConversionPages.php | 4 ++-- plugins/Goals/Controller.php | 5 ++--- plugins/Goals/Conversions.php | 5 ++--- .../Goals/DataTable/Filter/AppendNameToColumnNames.php | 5 ++--- .../DataTable/Filter/CalculateConversionPageRate.php | 5 ++--- .../DataTable/Filter/RemoveUnusedGoalRevenueColumns.php | 5 ++--- plugins/Goals/GoalDimension.php | 5 ++--- plugins/Goals/Goals.php | 5 ++--- plugins/Goals/Menu.php | 5 ++--- plugins/Goals/Model.php | 5 ++--- plugins/Goals/Pages.php | 5 ++--- plugins/Goals/RecordBuilders/Base.php | 5 ++--- plugins/Goals/RecordBuilders/GeneralGoalsRecords.php | 5 ++--- plugins/Goals/RecordBuilders/ProductRecord.php | 5 ++--- plugins/Goals/Reports/Base.php | 5 ++--- plugins/Goals/Reports/Get.php | 5 ++--- plugins/Goals/Reports/GetDaysToConversion.php | 5 ++--- plugins/Goals/Reports/GetMetrics.php | 5 ++--- plugins/Goals/Reports/GetVisitsUntilConversion.php | 5 ++--- plugins/Goals/Tracker/GoalsRequestProcessor.php | 4 ++-- plugins/Goals/TranslationHelper.php | 5 ++--- plugins/Goals/Updates/3.0.0-b1.php | 5 ++--- plugins/Goals/VisitorDetails.php | 3 +-- plugins/Goals/Visualizations/Goals.php | 4 ++-- plugins/Goals/Widgets/AddNewGoal.php | 5 ++--- plugins/Goals/Widgets/EditGoals.php | 5 ++--- plugins/Goals/tests/Integration/APITest.php | 4 ++-- .../tests/System/CalculateConversionPagesCommandTest.php | 4 ++-- plugins/Goals/tests/System/GoalsEcommerceTest.php | 2 +- .../tests/System/NumericAttributeGoalTrackingTest.php | 5 ++--- .../Goals/tests/System/ProcessDependentArchiveTest.php | 5 ++--- .../TrackGoalsAllowMultipleConversionsPerVisitTest.php | 2 +- .../tests/System/TrackGoalsOneConversionPerVisitTest.php | 2 +- plugins/Goals/tests/System/TrackGoalsPagesSegmentTest.php | 2 +- plugins/Goals/tests/System/TrackGoalsPagesTest.php | 2 +- plugins/Goals/tests/UI/GoalsPages_spec.js | 4 ++-- plugins/Goals/tests/UI/GoalsTable_spec.js | 6 +++--- plugins/Goals/tests/UI/Goals_spec.js | 4 ++-- plugins/Goals/tests/Unit/AppendNameToColumnNamesTest.php | 4 ++-- plugins/Goals/vue/src/Goal.ts | 4 ++-- plugins/Goals/vue/src/GoalPageLink/GoalPageLink.ts | 4 ++-- plugins/Goals/vue/src/ManageGoals/ManageGoals.store.ts | 4 ++-- plugins/Goals/vue/src/ManageGoals/ManageGoals.vue | 5 +++-- plugins/Goals/vue/src/index.ts | 4 ++-- plugins/Heartbeat/Heartbeat.php | 4 ++-- plugins/Heartbeat/Tracker/PingRequestProcessor.php | 4 ++-- plugins/ImageGraph/API.php | 5 ++--- plugins/ImageGraph/Controller.php | 5 ++--- plugins/ImageGraph/ImageGraph.php | 5 ++--- plugins/ImageGraph/StaticGraph.php | 5 ++--- plugins/ImageGraph/StaticGraph/Evolution.php | 5 ++--- plugins/ImageGraph/StaticGraph/Exception.php | 5 ++--- plugins/ImageGraph/StaticGraph/GridGraph.php | 5 ++--- plugins/ImageGraph/StaticGraph/HorizontalBar.php | 5 ++--- plugins/ImageGraph/StaticGraph/Pie.php | 5 ++--- plugins/ImageGraph/StaticGraph/Pie3D.php | 5 ++--- plugins/ImageGraph/StaticGraph/PieGraph.php | 5 ++--- plugins/ImageGraph/StaticGraph/VerticalBar.php | 5 ++--- plugins/ImageGraph/tests/UI/ImageGraph_spec.js | 4 ++-- plugins/Insights/API.php | 5 ++--- plugins/Insights/Controller.php | 5 ++--- plugins/Insights/DataTable/Filter/ExcludeLowValue.php | 5 ++--- plugins/Insights/DataTable/Filter/Insight.php | 5 ++--- plugins/Insights/DataTable/Filter/Limit.php | 5 ++--- plugins/Insights/DataTable/Filter/MinGrowth.php | 5 ++--- plugins/Insights/DataTable/Filter/OrderBy.php | 5 ++--- plugins/Insights/InsightReport.php | 5 ++--- plugins/Insights/Insights.php | 5 ++--- plugins/Insights/Model.php | 5 ++--- plugins/Insights/Visualizations/Insight.php | 5 ++--- plugins/Insights/Visualizations/Insight/RequestConfig.php | 5 ++--- plugins/Insights/Widgets/GetInsightsOverview.php | 5 ++--- plugins/Insights/Widgets/GetOverallMoversAndShakers.php | 5 ++--- plugins/Insights/javascripts/insightsDataTable.js | 6 +++--- .../tests/Fixtures/SomeVisitsDifferentPathsOnTwoDays.php | 2 +- plugins/Insights/tests/Integration/ApiTest.php | 4 ++-- plugins/Insights/tests/Integration/ModelTest.php | 4 ++-- plugins/Insights/tests/UI/Insights_spec.js | 4 ++-- plugins/Insights/tests/Unit/BaseUnitTest.php | 4 ++-- plugins/Insights/tests/Unit/FilterExcludeLowValueTest.php | 4 ++-- plugins/Insights/tests/Unit/FilterInsightTest.php | 4 ++-- plugins/Insights/tests/Unit/FilterLimitTest.php | 4 ++-- plugins/Insights/tests/Unit/FilterMinGrowthTest.php | 4 ++-- plugins/Insights/tests/Unit/FilterOrderByTest.php | 4 ++-- plugins/Insights/tests/Unit/InsightReportTest.php | 4 ++-- plugins/Installation/Controller.php | 5 ++--- .../Exception/DatabaseConnectionFailedException.php | 5 ++--- plugins/Installation/FormDatabaseSetup.php | 5 ++--- plugins/Installation/FormDefaultSettings.php | 4 ++-- plugins/Installation/FormFirstWebsiteSetup.php | 5 ++--- plugins/Installation/FormSuperUser.php | 5 ++--- plugins/Installation/Installation.php | 5 ++--- plugins/Installation/Menu.php | 5 ++--- plugins/Installation/Onboarding.php | 5 ++--- plugins/Installation/ServerFilesGenerator.php | 5 ++--- plugins/Installation/View.php | 5 ++--- plugins/Installation/Widgets/GetSystemCheck.php | 5 ++--- plugins/Installation/tests/System/APITest.php | 4 ++-- plugins/Installation/tests/UI/Installation_spec.js | 4 ++-- .../Installation/vue/src/SystemCheck/DiagnosticTable.vue | 5 +++-- plugins/Installation/vue/src/SystemCheck/SystemCheck.vue | 5 +++-- .../vue/src/SystemCheck/SystemCheckLegend.vue | 5 +++-- .../Installation/vue/src/SystemCheck/SystemCheckPage.vue | 5 +++-- .../vue/src/SystemCheck/SystemCheckSection.vue | 5 +++-- plugins/Installation/vue/src/index.ts | 4 ++-- plugins/Intl/Commands/GenerateIntl.php | 5 ++--- plugins/Intl/DateTimeFormatProvider.php | 4 ++-- plugins/Intl/Intl.php | 5 ++--- plugins/IntranetMeasurable/IntranetMeasurable.php | 4 ++-- plugins/IntranetMeasurable/MeasurableSettings.php | 4 ++-- plugins/IntranetMeasurable/Tracker/RequestProcessor.php | 4 ++-- plugins/IntranetMeasurable/Type.php | 5 ++--- .../tests/Fixtures/IntranetSitesWithVisits.php | 2 +- plugins/IntranetMeasurable/tests/System/TrackingTest.php | 4 ++-- .../tests/UI/IntranetMeasurable_spec.js | 4 ++-- plugins/JsTrackerInstallCheck/API.php | 4 ++-- plugins/JsTrackerInstallCheck/JsTrackerInstallCheck.php | 4 ++-- .../JsTrackerInstallCheck/tests/Integration/APITest.php | 2 +- .../JsTrackerInstallCheckIntegrationTestCase.php | 2 +- .../tests/Integration/JsTrackerInstallCheckTest.php | 2 +- .../tests/Unit/JsTrackerInstallCheckOptionTest.php | 2 +- plugins/JsTrackerInstallCheck/vue/src/index.ts | 4 ++-- plugins/LanguagesManager/API.php | 4 ++-- plugins/LanguagesManager/Commands/FetchTranslations.php | 5 ++--- plugins/LanguagesManager/Commands/LanguageCodes.php | 5 ++--- plugins/LanguagesManager/Commands/LanguageInfo.php | 5 ++--- plugins/LanguagesManager/Commands/LanguageNames.php | 5 ++--- .../LanguagesManager/Commands/PluginsWithTranslations.php | 5 ++--- plugins/LanguagesManager/Commands/SetTranslations.php | 5 ++--- plugins/LanguagesManager/Commands/TranslationBase.php | 5 ++--- plugins/LanguagesManager/Commands/Update.php | 5 ++--- plugins/LanguagesManager/Commands/Validate.php | 5 ++--- plugins/LanguagesManager/Controller.php | 4 ++-- plugins/LanguagesManager/LanguagesManager.php | 4 ++-- plugins/LanguagesManager/Menu.php | 5 ++--- plugins/LanguagesManager/Model.php | 4 ++-- .../TranslationWriter/Filter/ByBaseTranslations.php | 5 ++--- .../TranslationWriter/Filter/ByParameterCount.php | 5 ++--- .../TranslationWriter/Filter/EmptyTranslations.php | 5 ++--- .../TranslationWriter/Filter/EncodedEntities.php | 5 ++--- .../TranslationWriter/Filter/FilterAbstract.php | 5 ++--- .../TranslationWriter/Filter/UnnecassaryWhitespaces.php | 5 ++--- .../TranslationWriter/Validate/CoreTranslations.php | 5 ++--- .../TranslationWriter/Validate/NoScripts.php | 5 ++--- .../TranslationWriter/Validate/ValidateAbstract.php | 5 ++--- plugins/LanguagesManager/TranslationWriter/Writer.php | 4 ++-- plugins/LanguagesManager/Updates/2.15.1-b1.php | 5 ++--- .../tests/Integration/LanguagesManagerTest.php | 2 +- plugins/LanguagesManager/tests/Integration/ModelTest.php | 4 ++-- .../TranslationWriter/Filter/ByBaseTranslationsTest.php | 4 ++-- .../TranslationWriter/Filter/ByParameterCountTest.php | 4 ++-- .../TranslationWriter/Filter/EmptyTranslationsTest.php | 4 ++-- .../Unit/TranslationWriter/Filter/EncodedEntitiesTest.php | 4 ++-- .../Filter/UnnecassaryWhitespacesTest.php | 4 ++-- .../TranslationWriter/Validate/CoreTranslationsTest.php | 4 ++-- .../Unit/TranslationWriter/Validate/NoScriptsTest.php | 4 ++-- .../tests/Unit/TranslationWriter/WriterTest.php | 4 ++-- .../vue/src/LanguageSelector/LanguageSelector.ts | 4 ++-- .../vue/src/LanguagesDropdown/LanguagesDropdown.vue | 5 +++-- .../vue/src/TranslationSearch/TranslationSearch.vue | 5 +++-- .../vue/src/TranslationSearch/TranslationSearchPage.vue | 5 +++-- plugins/LanguagesManager/vue/src/index.ts | 4 ++-- plugins/Live/API.php | 5 ++--- plugins/Live/Categories/LiveCategory.php | 5 ++--- plugins/Live/Categories/RealTimeVisitorsSubcategory.php | 5 ++--- plugins/Live/Categories/VisitorLogSubcategory.php | 5 ++--- plugins/Live/Controller.php | 5 ++--- .../Live/Exception/MaxExecutionTimeExceededException.php | 5 ++--- plugins/Live/Live.php | 3 +-- plugins/Live/MeasurableSettings.php | 4 ++-- plugins/Live/Model.php | 5 ++--- plugins/Live/ProfileSummary/ImportantVisits.php | 3 +-- plugins/Live/ProfileSummary/ProfileSummaryAbstract.php | 3 +-- plugins/Live/ProfileSummary/Summary.php | 3 +-- plugins/Live/ProfileSummaryProvider.php | 3 +-- plugins/Live/Reports/Base.php | 5 ++--- plugins/Live/Reports/GetLastVisits.php | 5 ++--- plugins/Live/Reports/GetLastVisitsDetails.php | 5 ++--- plugins/Live/Reports/GetSimpleLastVisitCount.php | 5 ++--- plugins/Live/SystemSettings.php | 4 ++-- plugins/Live/Visitor.php | 5 ++--- plugins/Live/VisitorDetails.php | 3 +-- plugins/Live/VisitorDetailsAbstract.php | 3 +-- plugins/Live/VisitorFactory.php | 5 ++--- plugins/Live/VisitorInterface.php | 5 ++--- plugins/Live/VisitorProfile.php | 3 +-- plugins/Live/Visualizations/VisitorLog.php | 5 ++--- plugins/Live/Visualizations/VisitorLog/Config.php | 5 ++--- plugins/Live/Widgets/GetVisitorProfilePopup.php | 5 ++--- plugins/Live/Widgets/Widget.php | 5 ++--- plugins/Live/config/config.php | 4 ++-- plugins/Live/javascripts/live.js | 4 ++-- plugins/Live/javascripts/rowaction.js | 8 ++++---- plugins/Live/javascripts/visitorActions.js | 4 ++-- plugins/Live/javascripts/visitorLog.js | 4 ++-- plugins/Live/javascripts/visitorProfile.js | 4 ++-- plugins/Live/tests/Fixtures/ManyVisitsOfSameVisitor.php | 2 +- .../Live/tests/Fixtures/TwoSitesWithBorderTimezones.php | 2 +- .../tests/Fixtures/VisitsWithAllActionsAndDevices.php | 2 +- plugins/Live/tests/Integration/ModelTest.php | 4 ++-- plugins/Live/tests/System/ApiBorderTimezonesTest.php | 2 +- plugins/Live/tests/System/ApiCounterTest.php | 4 ++-- plugins/Live/tests/System/ApiTest.php | 2 +- plugins/Live/tests/UI/DeactivatedFeatures_spec.js | 4 ++-- plugins/Live/tests/UI/Live_spec.js | 4 ++-- plugins/Live/vue/src/IndexHeader/IndexHeader.vue | 5 +++-- plugins/Live/vue/src/LastVisits/LastVisits.ts | 4 ++-- plugins/Live/vue/src/LivePage/LivePage.vue | 5 +++-- plugins/Live/vue/src/LiveWidget/LiveWidgetRefresh.ts | 4 ++-- plugins/Live/vue/src/TotalVisitors/TotalVisitors.vue | 5 +++-- plugins/Live/vue/src/index.ts | 4 ++-- plugins/Login/API.php | 4 ++-- plugins/Login/Auth.php | 5 ++--- plugins/Login/Commands/UnblockBlockedIps.php | 4 ++-- plugins/Login/Controller.php | 5 ++--- plugins/Login/Emails/PasswordResetEmail.php | 5 ++--- .../Emails/SuspiciousLoginAttemptsInLastHourEmail.php | 5 ++--- plugins/Login/FormLogin.php | 5 ++--- plugins/Login/FormResetPassword.php | 5 ++--- plugins/Login/Login.php | 5 ++--- plugins/Login/Menu.php | 4 ++-- plugins/Login/Model.php | 5 ++--- plugins/Login/PasswordResetter.php | 4 ++-- plugins/Login/PasswordVerifier.php | 4 ++-- plugins/Login/Security/BruteForceDetection.php | 5 ++--- plugins/Login/SessionInitializer.php | 5 ++--- plugins/Login/SystemSettings.php | 4 ++-- plugins/Login/Tasks.php | 4 ++-- plugins/Login/javascripts/bruteforcelog.js | 4 ++-- plugins/Login/javascripts/login.js | 4 ++-- plugins/Login/tests/Fixtures/PendingUsers.php | 2 +- plugins/Login/tests/Integration/APITest.php | 4 ++-- plugins/Login/tests/Integration/LoginTest.php | 4 ++-- plugins/Login/tests/Integration/ModelTest.php | 5 ++--- plugins/Login/tests/Integration/PasswordResetterTest.php | 4 ++-- plugins/Login/tests/Integration/PasswordVerifierTest.php | 4 ++-- .../Integration/Security/BruteForceDetectionTest.php | 4 ++-- .../Login/tests/Integration/SessionInitializerTest.php | 5 ++--- plugins/Login/tests/Integration/SystemSettingsTest.php | 4 ++-- plugins/Login/tests/UI/Decline_spec.js | 4 ++-- plugins/Login/tests/UI/Invite_spec.js | 4 ++-- plugins/Login/tests/UI/Login_spec.js | 4 ++-- plugins/Login/tests/UI/NoAccess_spec.js | 6 +++--- plugins/Login/vue/src/BruteForceLog/BruteForceLog.vue | 5 +++-- plugins/Login/vue/src/FormErrors/FormErrors.vue | 5 +++-- plugins/Login/vue/src/index.ts | 4 ++-- plugins/Marketplace/API.php | 4 ++-- plugins/Marketplace/Api/Client.php | 5 ++--- plugins/Marketplace/Api/Exception.php | 5 ++--- plugins/Marketplace/Api/Service.php | 5 ++--- plugins/Marketplace/Api/Service/Exception.php | 5 ++--- plugins/Marketplace/Categories/BrowseSubcategory.php | 5 ++--- plugins/Marketplace/Categories/MarketplaceCategory.php | 5 ++--- plugins/Marketplace/Commands/SetLicenseKey.php | 4 ++-- plugins/Marketplace/Consumer.php | 5 ++--- plugins/Marketplace/Controller.php | 4 ++-- plugins/Marketplace/Environment.php | 4 ++-- plugins/Marketplace/Input/PluginName.php | 5 ++--- plugins/Marketplace/Input/PurchaseType.php | 5 ++--- plugins/Marketplace/Input/Sort.php | 5 ++--- plugins/Marketplace/LicenseKey.php | 4 ++-- plugins/Marketplace/Marketplace.php | 4 ++-- plugins/Marketplace/Menu.php | 3 +-- plugins/Marketplace/Plugins.php | 5 ++--- plugins/Marketplace/Plugins/InvalidLicenses.php | 5 ++--- plugins/Marketplace/Tasks.php | 5 ++--- plugins/Marketplace/UpdateCommunication.php | 5 ++--- plugins/Marketplace/Widgets/GetNewPlugins.php | 5 ++--- plugins/Marketplace/Widgets/GetPremiumFeatures.php | 5 ++--- plugins/Marketplace/Widgets/Marketplace.php | 5 ++--- .../tests/Fixtures/SimpleFixtureTrackFewVisits.php | 2 +- plugins/Marketplace/tests/Framework/Mock/Client.php | 4 ++-- plugins/Marketplace/tests/Framework/Mock/Consumer.php | 4 ++-- plugins/Marketplace/tests/Framework/Mock/Environment.php | 4 ++-- plugins/Marketplace/tests/Framework/Mock/Service.php | 4 ++-- plugins/Marketplace/tests/Integration/ApiTest.php | 4 ++-- plugins/Marketplace/tests/Integration/ClientTest.php | 4 ++-- plugins/Marketplace/tests/Integration/EnvironmentTest.php | 4 ++-- .../tests/Integration/Input/PluginNameTest.php | 4 ++-- plugins/Marketplace/tests/Integration/LicenseKeyTest.php | 4 ++-- .../tests/Integration/Plugins/InvalidLicensesTest.php | 4 ++-- plugins/Marketplace/tests/Integration/PluginsTest.php | 4 ++-- plugins/Marketplace/tests/Integration/ServiceTest.php | 4 ++-- .../tests/Integration/UpdateCommunicationTest.php | 4 ++-- plugins/Marketplace/tests/System/Api/ClientTest.php | 4 ++-- plugins/Marketplace/tests/System/Api/ServiceTest.php | 4 ++-- plugins/Marketplace/tests/UI/ManageLicense_spec.js | 4 ++-- .../tests/UI/Marketplace_StartFreeTrial_spec.js | 4 ++-- plugins/Marketplace/tests/UI/Marketplace_spec.js | 4 ++-- plugins/Marketplace/tests/Unit/ConsumerTest.php | 4 ++-- .../Marketplace/vue/src/GetNewPlugins/GetNewPlugins.vue | 5 +++-- .../vue/src/GetNewPluginsAdmin/GetNewPluginsAdmin.vue | 5 +++-- .../vue/src/GetPremiumFeatures/GetPremiumFeatures.vue | 5 +++-- .../vue/src/LicenseKey/DefaultLicenseKeyFields.vue | 5 +++-- plugins/Marketplace/vue/src/LicenseKey/LicenseKey.vue | 5 +++-- .../vue/src/ManageLicenseKey/ManageLicenseKey.vue | 5 +++-- plugins/Marketplace/vue/src/Marketplace/Marketplace.vue | 5 +++-- .../vue/src/MissingReqsNotice/MissingReqsNotice.vue | 5 +++-- .../Marketplace/vue/src/OverviewIntro/OverviewIntro.vue | 5 +++-- plugins/Marketplace/vue/src/PluginList/CTAContainer.vue | 5 +++-- plugins/Marketplace/vue/src/PluginList/DownloadButton.vue | 5 +++-- plugins/Marketplace/vue/src/PluginList/HelpLink.vue | 5 +++-- .../Marketplace/vue/src/PluginList/MoreDetailsButton.vue | 5 +++-- plugins/Marketplace/vue/src/PluginList/PluginList.vue | 5 +++-- .../Marketplace/vue/src/RichMenuButton/RichMenuButton.vue | 5 +++-- .../Marketplace/vue/src/StartFreeTrial/StartFreeTrial.vue | 5 +++-- .../vue/src/SubscriptionOverview/SubscriptionOverview.vue | 5 +++-- plugins/Marketplace/vue/src/index.ts | 4 ++-- plugins/MobileAppMeasurable/MeasurableSettings.php | 4 ++-- plugins/MobileAppMeasurable/MobileAppMeasurable.php | 4 ++-- plugins/MobileAppMeasurable/Type.php | 5 ++--- plugins/MobileMessaging/API.php | 5 ++--- plugins/MobileMessaging/APIException.php | 5 ++--- plugins/MobileMessaging/Controller.php | 5 ++--- plugins/MobileMessaging/CountryCallingCodes.php | 5 ++--- .../Diagnostic/MobileMessagingInformational.php | 4 ++-- plugins/MobileMessaging/GSMCharset.php | 5 ++--- plugins/MobileMessaging/Menu.php | 5 ++--- plugins/MobileMessaging/MobileMessaging.php | 5 ++--- plugins/MobileMessaging/Model.php | 5 ++--- .../ReportRenderer/ReportRendererException.php | 5 ++--- plugins/MobileMessaging/ReportRenderer/Sms.php | 5 ++--- plugins/MobileMessaging/SMSProvider.php | 5 ++--- plugins/MobileMessaging/SMSProvider/ASPSMS.php | 5 ++--- plugins/MobileMessaging/SMSProvider/Clockwork.php | 5 ++--- plugins/MobileMessaging/SMSProvider/Development.php | 5 ++--- plugins/MobileMessaging/SMSProvider/StubbedProvider.php | 5 ++--- .../tests/Integration/MobileMessagingTest.php | 4 ++-- plugins/MobileMessaging/vue/src/AdminPage/AdminPage.vue | 5 +++-- .../DelegateMobileMessagingSettings.vue | 5 +++-- .../ManageMobilePhoneNumbers/ManageMobilePhoneNumbers.vue | 5 +++-- .../vue/src/ManageSmsProvider/ManageSmsProvider.vue | 5 +++-- .../vue/src/ReportParameters/ReportParameters.vue | 5 +++-- .../vue/src/SelectPhoneNumbers/SelectPhoneNumbers.vue | 5 +++-- .../src/SmsProviderCredentials/SmsProviderCredentials.vue | 5 +++-- plugins/MobileMessaging/vue/src/index.ts | 4 ++-- plugins/Monolog/Formatter/ConsoleFormatter.php | 4 ++-- plugins/Monolog/Formatter/LineMessageFormatter.php | 4 ++-- plugins/Monolog/Handler/DatabaseHandler.php | 4 ++-- plugins/Monolog/Handler/EchoHandler.php | 4 ++-- plugins/Monolog/Handler/ErrorLogHandler.php | 4 ++-- plugins/Monolog/Handler/FailureLogMessageDetector.php | 4 ++-- plugins/Monolog/Handler/FileHandler.php | 4 ++-- plugins/Monolog/Handler/LogCaptureHandler.php | 4 ++-- plugins/Monolog/Handler/SyslogHandler.php | 4 ++-- plugins/Monolog/Handler/WebNotificationHandler.php | 4 ++-- plugins/Monolog/Monolog.php | 4 ++-- plugins/Monolog/Processor/ClassNameProcessor.php | 4 ++-- plugins/Monolog/Processor/ExceptionToTextProcessor.php | 4 ++-- plugins/Monolog/Processor/RequestIdProcessor.php | 4 ++-- plugins/Monolog/Processor/SprintfProcessor.php | 4 ++-- plugins/Monolog/Processor/TokenProcessor.php | 4 ++-- .../Monolog/tests/Integration/Fixture/LoggerWrapper.php | 4 ++-- plugins/Monolog/tests/Integration/LogTest.php | 4 ++-- plugins/Monolog/tests/System/TrackerLoggingTest.php | 4 ++-- .../tests/Unit/Formatter/LineMessageFormatterTest.php | 4 ++-- .../tests/Unit/Processor/ClassNameProcessorTest.php | 4 ++-- .../tests/Unit/Processor/ExceptionToTextProcessorTest.php | 4 ++-- .../tests/Unit/Processor/RequestIdProcessorTest.php | 4 ++-- .../Monolog/tests/Unit/Processor/SprintfProcessorTest.php | 4 ++-- .../Monolog/tests/Unit/Processor/TokenProcessorTest.php | 4 ++-- plugins/Morpheus/Controller.php | 4 ++-- plugins/Morpheus/Menu.php | 4 ++-- plugins/Morpheus/Morpheus.php | 4 ++-- plugins/Morpheus/javascripts/layout.js | 6 +++--- plugins/Morpheus/javascripts/piwikHelper.js | 4 ++-- plugins/Morpheus/tests/UI/Morpheus_spec.js | 4 ++-- plugins/Morpheus/vue/src/Demo/Demo.vue | 5 +++-- plugins/Morpheus/vue/src/Demo/DemoCodePair.vue | 5 +++-- plugins/Morpheus/vue/src/index.ts | 4 ++-- plugins/MultiSites/API.php | 5 ++--- plugins/MultiSites/Categories/MultiSitesCategory.php | 5 ++--- .../Columns/Metrics/EcommerceOnlyEvolutionMetric.php | 4 ++-- plugins/MultiSites/Columns/Website.php | 5 ++--- plugins/MultiSites/Controller.php | 5 ++--- plugins/MultiSites/Dashboard.php | 5 ++--- .../MultiSites/DataTable/Filter/NestedSitesLimiter.php | 5 ++--- plugins/MultiSites/Menu.php | 5 ++--- plugins/MultiSites/MultiSites.php | 5 ++--- plugins/MultiSites/Reports/Base.php | 5 ++--- plugins/MultiSites/Reports/GetAll.php | 5 ++--- plugins/MultiSites/Reports/GetOne.php | 5 ++--- plugins/MultiSites/tests/Fixtures/ManySitesWithVisits.php | 2 +- plugins/MultiSites/tests/Integration/DashboardTest.php | 4 ++-- plugins/MultiSites/tests/Integration/MultiSitesTest.php | 4 ++-- plugins/MultiSites/tests/System/ApiTest.php | 4 ++-- plugins/MultiSites/tests/UI/MultiSites_spec.js | 4 ++-- plugins/MultiSites/vue/src/Dashboard/Dashboard.store.ts | 4 ++-- plugins/MultiSites/vue/src/Dashboard/Dashboard.vue | 5 +++-- .../MultiSites/vue/src/MultisitesSite/MultisitesSite.vue | 5 +++-- plugins/MultiSites/vue/src/index.ts | 4 ++-- plugins/Overlay/API.php | 5 ++--- plugins/Overlay/Controller.php | 5 ++--- plugins/Overlay/Overlay.php | 5 ++--- plugins/Overlay/javascripts/Overlay_Helper.js | 6 +++--- plugins/Overlay/javascripts/Piwik_Overlay.js | 4 ++-- plugins/Overlay/javascripts/rowaction.js | 4 ++-- plugins/Overlay/tests/UI/Overlay_spec.js | 4 ++-- plugins/Overlay/tests/Unit/OverlayTest.php | 3 +-- plugins/PagePerformance/API.php | 5 ++--- plugins/PagePerformance/Archiver.php | 5 ++--- .../PagePerformance/Categories/PerformanceSubcategory.php | 5 ++--- plugins/PagePerformance/Columns/Base.php | 5 ++--- .../Columns/Metrics/AveragePageLoadTime.php | 4 ++-- .../Columns/Metrics/AveragePerformanceMetric.php | 4 ++-- .../Columns/Metrics/AverageTimeDomCompletion.php | 4 ++-- .../Columns/Metrics/AverageTimeDomProcessing.php | 4 ++-- .../Columns/Metrics/AverageTimeNetwork.php | 4 ++-- .../PagePerformance/Columns/Metrics/AverageTimeOnLoad.php | 4 ++-- .../PagePerformance/Columns/Metrics/AverageTimeServer.php | 4 ++-- .../Columns/Metrics/AverageTimeTransfer.php | 4 ++-- plugins/PagePerformance/Columns/TimeDomCompletion.php | 5 ++--- plugins/PagePerformance/Columns/TimeDomProcessing.php | 5 ++--- plugins/PagePerformance/Columns/TimeNetwork.php | 5 ++--- plugins/PagePerformance/Columns/TimeOnLoad.php | 5 ++--- plugins/PagePerformance/Columns/TimeServer.php | 5 ++--- plugins/PagePerformance/Columns/TimeTransfer.php | 5 ++--- plugins/PagePerformance/Controller.php | 5 ++--- plugins/PagePerformance/JqplotDataGenerator/Chart.php | 5 ++--- .../JqplotDataGenerator/StackedBarEvolution.php | 5 ++--- plugins/PagePerformance/Metrics.php | 5 ++--- plugins/PagePerformance/PagePerformance.php | 5 ++--- .../PagePerformance/RecordBuilders/PerformanceTotals.php | 5 ++--- plugins/PagePerformance/Reports/Get.php | 5 ++--- .../PagePerformance/Tracker/PerformanceDataProcessor.php | 4 ++-- .../Visualizations/JqplotGraph/StackedBarEvolution.php | 5 ++--- .../PagePerformance/Visualizations/PerformanceColumns.php | 5 ++--- .../javascripts/jqplotStackedBarEvolutionGraph.js | 4 ++-- plugins/PagePerformance/javascripts/rowaction.js | 4 ++-- .../tests/Fixtures/VisitsWithPagePerformanceMetrics.php | 4 ++-- .../tests/Integration/CappedValuesTest.php | 5 ++--- .../Integration/Tracker/PerformanceDataProcessorTest.php | 5 ++--- plugins/PagePerformance/tests/System/APITest.php | 4 ++-- plugins/PagePerformance/tests/UI/PagePerformance_spec.js | 2 +- plugins/PrivacyManager/API.php | 4 ++-- plugins/PrivacyManager/Commands/AnonymizeRawData.php | 4 ++-- plugins/PrivacyManager/Config.php | 5 ++--- plugins/PrivacyManager/Controller.php | 5 ++--- plugins/PrivacyManager/Dao/LogDataAnonymizer.php | 5 ++--- .../PrivacyManager/Diagnostic/PrivacyInformational.php | 4 ++-- plugins/PrivacyManager/DoNotTrackHeaderChecker.php | 5 ++--- plugins/PrivacyManager/IPAnonymizer.php | 5 ++--- plugins/PrivacyManager/LogDataPurger.php | 5 ++--- plugins/PrivacyManager/Menu.php | 5 ++--- plugins/PrivacyManager/Model/DataSubjects.php | 5 ++--- plugins/PrivacyManager/Model/LogDataAnonymizations.php | 5 ++--- plugins/PrivacyManager/PrivacyManager.php | 5 ++--- plugins/PrivacyManager/ReferrerAnonymizer.php | 5 ++--- plugins/PrivacyManager/ReportsPurger.php | 5 ++--- plugins/PrivacyManager/SystemSettings.php | 5 ++--- plugins/PrivacyManager/Tasks.php | 5 ++--- plugins/PrivacyManager/Tracker/RequestProcessor.php | 5 ++--- plugins/PrivacyManager/Validators/VisitsDataSubject.php | 4 ++-- .../tests/Fixtures/FewVisitsAnonymizedFixture.php | 2 +- .../tests/Fixtures/MultipleSitesMultipleVisitsFixture.php | 2 +- plugins/PrivacyManager/tests/Framework/Mock/Config.php | 4 ++-- .../tests/Integration/Dao/LogDataAnonymizerTest.php | 4 ++-- .../PrivacyManager/tests/Integration/DataPurgingTest.php | 4 ++-- .../tests/Integration/Model/DataSubjectsTest.php | 4 ++-- .../tests/Integration/Model/LogDataAnonymizationsTest.php | 4 ++-- .../tests/Integration/PrivacyManagerConfigTest.php | 4 ++-- .../tests/Integration/PrivacyManagerTest.php | 4 ++-- .../tests/Integration/Tracker/RequestProcessorTest.php | 4 ++-- plugins/PrivacyManager/tests/System/APITest.php | 4 ++-- plugins/PrivacyManager/tests/System/AnonymizationTest.php | 4 ++-- plugins/PrivacyManager/tests/System/PurgeDataTest.php | 2 +- .../tests/UI/PrivacyManager_ConsentManager_spec.js | 4 ++-- plugins/PrivacyManager/tests/UI/PrivacyManager_spec.js | 4 ++-- plugins/PrivacyManager/tests/Unit/AnonymizeIPTest.php | 4 ++-- .../PrivacyManager/tests/Unit/AnonymizeReferrerTest.php | 4 ++-- .../tests/Unit/DoNotTrackHeaderCheckerTest.php | 4 ++-- plugins/PrivacyManager/tracker.js | 7 +++---- .../PrivacyManager/vue/src/AnonymizeIp/AnonymizeIp.vue | 5 +++-- .../vue/src/AnonymizeLogData/AnonymizeLogData.vue | 5 +++-- .../vue/src/AnonymizeLogData/PreviousAnonymizations.vue | 5 +++-- .../vue/src/AskingForConsent/AskingForConsent.vue | 5 +++-- .../vue/src/DeleteOldLogs/DeleteOldLogs.vue | 5 +++-- .../vue/src/DeleteOldReports/DeleteOldReports.vue | 5 +++-- .../vue/src/DoNotTrackPreference/DoNotTrackPreference.vue | 5 +++-- .../PrivacyManager/vue/src/GdprOverview/GdprOverview.vue | 5 +++-- plugins/PrivacyManager/vue/src/ManageGdpr/ManageGdpr.vue | 5 +++-- .../vue/src/OptOutCustomizer/OptOutCustomizer.vue | 5 +++-- .../vue/src/PrivacySettings/PrivacySettings.vue | 5 +++-- .../ReportDeletionSettings.store.ts | 4 ++-- .../src/ScheduleReportDeletion/ScheduleReportDeletion.vue | 5 +++-- .../PrivacyManager/vue/src/UsersOptOut/UsersOptOut.vue | 5 +++-- plugins/PrivacyManager/vue/src/index.ts | 4 ++-- plugins/ProfessionalServices/API.php | 5 ++--- .../Categories/PromoAbTestingCategory.php | 5 ++--- .../Categories/PromoCrashAnalytics.php | 5 ++--- .../Categories/PromoCustomReportsCategory.php | 5 ++--- .../Categories/PromoFormsCategory.php | 5 ++--- .../Categories/PromoFunnelsCategory.php | 5 ++--- .../Categories/PromoHeatmapCategory.php | 5 ++--- .../Categories/PromoMediaCategory.php | 5 ++--- .../Categories/PromoSessionRecordingCategory.php | 5 ++--- plugins/ProfessionalServices/ProfessionalServices.php | 4 ++-- plugins/ProfessionalServices/Promo.php | 4 ++-- plugins/ProfessionalServices/PromoWidgetApplicable.php | 4 ++-- plugins/ProfessionalServices/PromoWidgetDismissal.php | 4 ++-- .../ProfessionalServices/Widgets/DismissibleWidget.php | 5 ++--- plugins/ProfessionalServices/Widgets/PromoAbTesting.php | 5 ++--- .../ProfessionalServices/Widgets/PromoCrashAnalytics.php | 5 ++--- .../ProfessionalServices/Widgets/PromoCustomReports.php | 5 ++--- .../ProfessionalServices/Widgets/PromoFormAnalytics.php | 5 ++--- plugins/ProfessionalServices/Widgets/PromoFunnels.php | 5 ++--- plugins/ProfessionalServices/Widgets/PromoHeatmaps.php | 5 ++--- .../ProfessionalServices/Widgets/PromoMediaAnalytics.php | 5 ++--- plugins/ProfessionalServices/Widgets/PromoServices.php | 5 ++--- .../Widgets/PromoSessionRecordings.php | 5 ++--- plugins/ProfessionalServices/Widgets/Rss.php | 5 ++--- .../ProfessionalServices/tests/Framework/Mock/Promo.php | 4 ++-- .../tests/UI/ProfessionalServices_PluginPromo_spec.js | 4 ++-- .../tests/Unit/PromoWidgetApplicableTest.php | 4 ++-- .../vue/src/DismissPromoWidget/DismissPromoWidget.ts | 4 ++-- plugins/ProfessionalServices/vue/src/index.ts | 4 ++-- plugins/Proxy/Controller.php | 5 ++--- plugins/Proxy/Proxy.php | 5 ++--- plugins/Referrers/API.php | 5 ++--- plugins/Referrers/Archiver.php | 5 ++--- plugins/Referrers/Categories/AllReferrersSubcategory.php | 5 ++--- .../Categories/CampaignUrlBuilderSubcategory.php | 5 ++--- plugins/Referrers/Categories/CampaignsSubcategory.php | 5 ++--- plugins/Referrers/Categories/ReferrersCategory.php | 5 ++--- .../Referrers/Categories/ReferrersOverviewSubcategory.php | 5 ++--- plugins/Referrers/Categories/SearchEnginesSubcategory.php | 5 ++--- plugins/Referrers/Categories/SocialsSubcategory.php | 5 ++--- plugins/Referrers/Categories/WebsitesSubcategory.php | 5 ++--- plugins/Referrers/Columns/Base.php | 5 ++--- plugins/Referrers/Columns/Campaign.php | 5 ++--- plugins/Referrers/Columns/Keyword.php | 5 ++--- .../Columns/Metrics/VisitorsFromReferrerPercent.php | 5 ++--- plugins/Referrers/Columns/Referrer.php | 5 ++--- plugins/Referrers/Columns/ReferrerName.php | 5 ++--- plugins/Referrers/Columns/ReferrerType.php | 5 ++--- plugins/Referrers/Columns/ReferrerUrl.php | 5 ++--- plugins/Referrers/Columns/SearchEngine.php | 5 ++--- plugins/Referrers/Columns/SocialNetwork.php | 5 ++--- plugins/Referrers/Columns/Website.php | 5 ++--- plugins/Referrers/Columns/WebsitePage.php | 5 ++--- plugins/Referrers/Controller.php | 5 ++--- .../DataTable/Filter/GroupDifferentSocialWritings.php | 5 ++--- plugins/Referrers/DataTable/Filter/KeywordNotDefined.php | 5 ++--- .../DataTable/Filter/KeywordsFromSearchEngineId.php | 5 ++--- .../DataTable/Filter/SearchEnginesFromKeywordId.php | 5 ++--- .../DataTable/Filter/SetGetReferrerTypeSubtables.php | 5 ++--- plugins/Referrers/DataTable/Filter/UrlsForSocial.php | 5 ++--- plugins/Referrers/DataTable/Filter/UrlsFromWebsiteId.php | 5 ++--- plugins/Referrers/RecordBuilders/Referrers.php | 5 ++--- plugins/Referrers/Referrers.php | 5 ++--- plugins/Referrers/Reports/Base.php | 5 ++--- plugins/Referrers/Reports/Get.php | 5 ++--- plugins/Referrers/Reports/GetAll.php | 5 ++--- plugins/Referrers/Reports/GetCampaigns.php | 5 ++--- plugins/Referrers/Reports/GetKeywords.php | 5 ++--- plugins/Referrers/Reports/GetKeywordsFromCampaignId.php | 5 ++--- .../Referrers/Reports/GetKeywordsFromSearchEngineId.php | 5 ++--- plugins/Referrers/Reports/GetReferrerType.php | 5 ++--- plugins/Referrers/Reports/GetSearchEngines.php | 5 ++--- .../Referrers/Reports/GetSearchEnginesFromKeywordId.php | 5 ++--- plugins/Referrers/Reports/GetSocials.php | 5 ++--- plugins/Referrers/Reports/GetUrlsForSocial.php | 5 ++--- plugins/Referrers/Reports/GetUrlsFromWebsiteId.php | 5 ++--- plugins/Referrers/Reports/GetWebsites.php | 5 ++--- plugins/Referrers/SearchEngine.php | 5 ++--- plugins/Referrers/Social.php | 5 ++--- plugins/Referrers/Tasks.php | 5 ++--- plugins/Referrers/VisitorDetails.php | 3 +-- plugins/Referrers/Widgets/GetCampaignUrlBuilder.php | 5 ++--- plugins/Referrers/functions.php | 5 ++--- .../tests/Integration/Columns/ReferrerKeywordTest.php | 4 ++-- .../tests/Integration/Columns/ReferrerNameTest.php | 4 ++-- .../tests/Integration/Columns/ReferrerTypeTest.php | 4 ++-- .../tests/Integration/Columns/ReferrerUrlTest.php | 4 ++-- .../tests/Integration/ReferrerAttributionTest.php | 4 ++-- plugins/Referrers/tests/System/ApiTest.php | 4 ++-- plugins/Referrers/tests/UI/CampaignBuilder_spec.js | 4 ++-- plugins/Referrers/tests/UI/ReferrersPages_spec.js | 4 ++-- .../tests/Unit/DataTable/Filter/UrlsFromWebsiteIdTest.php | 5 ++--- .../tests/Unit/GroupDifferentSocialWritingsTest.php | 4 ++-- plugins/Referrers/tests/Unit/ReferrersTest.php | 4 ++-- plugins/Referrers/tests/Unit/SearchEngineTest.php | 4 ++-- plugins/Referrers/tests/Unit/SocialTest.php | 4 ++-- .../Referrers/vue/src/CampaignBuilder/CampaignBuilder.vue | 5 +++-- plugins/Referrers/vue/src/index.ts | 4 ++-- plugins/Resolution/API.php | 5 ++--- plugins/Resolution/Archiver.php | 5 ++--- plugins/Resolution/Columns/Configuration.php | 5 ++--- plugins/Resolution/Columns/Resolution.php | 5 ++--- plugins/Resolution/RecordBuilders/Configuration.php | 5 ++--- plugins/Resolution/RecordBuilders/Resolution.php | 5 ++--- plugins/Resolution/Reports/Base.php | 5 ++--- plugins/Resolution/Reports/GetConfiguration.php | 5 ++--- plugins/Resolution/Reports/GetResolution.php | 5 ++--- plugins/Resolution/Resolution.php | 5 ++--- plugins/Resolution/VisitorDetails.php | 3 +-- plugins/Resolution/functions.php | 5 ++--- .../tests/Integration/ResolutionTrackingTest.php | 4 ++-- plugins/RssWidget/RssRenderer.php | 5 ++--- plugins/RssWidget/RssWidget.php | 5 ++--- plugins/RssWidget/Widgets/RssChangelog.php | 5 ++--- plugins/RssWidget/Widgets/RssPiwik.php | 5 ++--- plugins/SEO/API.php | 4 ++-- plugins/SEO/Metric/Aggregator.php | 4 ++-- plugins/SEO/Metric/Bing.php | 4 ++-- plugins/SEO/Metric/DomainAge.php | 4 ++-- plugins/SEO/Metric/Google.php | 4 ++-- plugins/SEO/Metric/Metric.php | 4 ++-- plugins/SEO/Metric/MetricsProvider.php | 4 ++-- plugins/SEO/Metric/ProviderCache.php | 4 ++-- plugins/SEO/SEO.php | 5 ++--- plugins/SEO/Widgets/GetRank.php | 5 ++--- plugins/SEO/javascripts/rank.js | 4 ++-- plugins/SEO/tests/Integration/SEOTest.php | 4 ++-- plugins/SEO/tests/UI/SeoWidget_spec.js | 4 ++-- plugins/ScheduledReports/API.php | 5 ++--- plugins/ScheduledReports/Controller.php | 5 ++--- plugins/ScheduledReports/GeneratedReport.php | 5 ++--- plugins/ScheduledReports/Menu.php | 5 ++--- plugins/ScheduledReports/Model.php | 5 ++--- plugins/ScheduledReports/ReportEmailGenerator.php | 5 ++--- .../AttachedFileReportEmailGenerator.php | 5 ++--- .../ReportEmailGenerator/HtmlReportEmailGenerator.php | 5 ++--- plugins/ScheduledReports/ScheduledReportEmail.php | 5 ++--- plugins/ScheduledReports/ScheduledReports.php | 5 ++--- plugins/ScheduledReports/SubscriptionModel.php | 5 ++--- plugins/ScheduledReports/Tasks.php | 5 ++--- plugins/ScheduledReports/config/config.php | 5 ++--- plugins/ScheduledReports/config/tcpdf_config.php | 5 ++--- .../tests/Fixtures/ReportSubscription.php | 2 +- plugins/ScheduledReports/tests/Integration/ApiTest.php | 4 ++-- .../AttachedFileReportEmailGeneratorTest.php | 5 ++--- .../ReportEmailGenerator/HtmlReportEmailGeneratorTest.php | 5 ++--- .../tests/Integration/ScheduledReportsTest.php | 4 ++-- .../tests/Integration/SubscriptionModelTest.php | 4 ++-- .../ScheduledReports/tests/UI/ScheduledReports_spec.js | 4 ++-- plugins/ScheduledReports/vue/src/AddReport/AddReport.vue | 5 +++-- .../ScheduledReports/vue/src/ListReports/ListReports.vue | 5 +++-- .../src/ManageScheduledReport/ManageScheduledReport.vue | 5 +++-- .../vue/src/ReportParameters/ReportParameters.vue | 5 +++-- plugins/ScheduledReports/vue/src/index.ts | 4 ++-- plugins/ScheduledReports/vue/src/types.ts | 4 ++-- plugins/ScheduledReports/vue/src/utilities.ts | 4 ++-- plugins/SegmentEditor/API.php | 5 ++--- plugins/SegmentEditor/Model.php | 5 ++--- plugins/SegmentEditor/SegmentEditor.php | 5 ++--- plugins/SegmentEditor/SegmentFormatter.php | 5 ++--- plugins/SegmentEditor/SegmentQueryDecorator.php | 4 ++-- plugins/SegmentEditor/SegmentSelectorControl.php | 5 ++--- plugins/SegmentEditor/Services/StoredSegmentService.php | 4 ++-- plugins/SegmentEditor/UnprocessedSegmentException.php | 5 ++--- plugins/SegmentEditor/javascripts/Segmentation.js | 4 ++-- plugins/SegmentEditor/tests/Integration/ApiTest.php | 4 ++-- plugins/SegmentEditor/tests/Integration/ModelTest.php | 5 ++--- .../SegmentEditor/tests/Integration/SegmentEditorTest.php | 4 ++-- .../tests/Integration/SegmentFormatterTest.php | 4 ++-- .../tests/Integration/SegmentQueryDecoratorTest.php | 4 ++-- plugins/SegmentEditor/tests/System/ApiTest.php | 4 ++-- .../tests/System/UnprocessedSegmentsTest.php | 4 ++-- .../SegmentEditor/tests/UI/SegmentSelectorEditor_spec.js | 4 ++-- plugins/SegmentEditor/tests/UI/UnprocessedSegment_spec.js | 4 ++-- .../tests/Unit/SegmentQueryDecoratorTest.php | 4 ++-- .../vue/src/SegmentGenerator/SegmentGenerator.store.ts | 4 ++-- .../vue/src/SegmentGenerator/SegmentGenerator.vue | 5 +++-- .../SegmentEditor/vue/src/SegmentGenerator/ValueInput.vue | 5 +++-- plugins/SegmentEditor/vue/src/index.ts | 4 ++-- plugins/SegmentEditor/vue/src/types.ts | 4 ++-- plugins/SitesManager/API.php | 5 ++--- plugins/SitesManager/Controller.php | 5 ++--- plugins/SitesManager/Menu.php | 5 ++--- plugins/SitesManager/Model.php | 5 ++--- plugins/SitesManager/SiteContentDetection/BugSnag.php | 3 +-- plugins/SitesManager/SiteContentDetection/Cloudflare.php | 3 +-- plugins/SitesManager/SiteContentDetection/Complianz.php | 3 +-- .../ConsentManagerDetectionAbstract.php | 5 ++--- plugins/SitesManager/SiteContentDetection/CookieYes.php | 3 +-- plugins/SitesManager/SiteContentDetection/Cookiebot.php | 3 +-- plugins/SitesManager/SiteContentDetection/Drupal.php | 3 +-- .../SiteContentDetection/GoogleAnalytics3.php | 3 +-- .../SiteContentDetection/GoogleAnalytics4.php | 3 +-- .../SiteContentDetection/GoogleTagManager.php | 3 +-- plugins/SitesManager/SiteContentDetection/Joomla.php | 3 +-- plugins/SitesManager/SiteContentDetection/Klaro.php | 3 +-- plugins/SitesManager/SiteContentDetection/Matomo.php | 3 +-- .../SiteContentDetection/MatomoTagManager.php | 3 +-- plugins/SitesManager/SiteContentDetection/Osano.php | 3 +-- .../SiteContentDetection/RaygunCrashReporting.php | 3 +-- plugins/SitesManager/SiteContentDetection/ReactJs.php | 3 +-- plugins/SitesManager/SiteContentDetection/Rollbar.php | 3 +-- plugins/SitesManager/SiteContentDetection/Sentry.php | 3 +-- plugins/SitesManager/SiteContentDetection/Sharepoint.php | 3 +-- plugins/SitesManager/SiteContentDetection/Shopify.php | 3 +-- .../SiteContentDetection/SiteContentDetectionAbstract.php | 5 ++--- plugins/SitesManager/SiteContentDetection/Squarespace.php | 3 +-- .../SitesManager/SiteContentDetection/TarteAuCitron.php | 3 +-- plugins/SitesManager/SiteContentDetection/TrackJs.php | 3 +-- plugins/SitesManager/SiteContentDetection/VueJs.php | 3 +-- plugins/SitesManager/SiteContentDetection/Webflow.php | 3 +-- plugins/SitesManager/SiteContentDetection/Wix.php | 3 +-- plugins/SitesManager/SiteContentDetection/WordPress.php | 3 +-- plugins/SitesManager/SiteUrls.php | 5 ++--- plugins/SitesManager/SitesManager.php | 5 ++--- .../SitesManager/Tracker/SitesManagerRequestProcessor.php | 4 ++-- plugins/SitesManager/tests/Fixtures/ManySites.php | 4 ++-- plugins/SitesManager/tests/Integration/ApiTest.php | 4 ++-- plugins/SitesManager/tests/Integration/ModelTest.php | 4 ++-- plugins/SitesManager/tests/Integration/SiteUrlsTest.php | 4 ++-- .../SitesManager/tests/Integration/SitesManagerTest.php | 4 ++-- plugins/SitesManager/tests/Integration/TrackingTest.php | 4 ++-- plugins/SitesManager/tests/System/ApiTest.php | 4 ++-- plugins/SitesManager/tests/UI/SitesManager_spec.js | 4 ++-- plugins/SitesManager/tests/Unit/APITest.php | 4 ++-- .../tests/Unit/SiteContentDetection/BugSnagTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/CloudflareTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/ComplianzTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/CookieYesTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/CookiebotTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/DrupalTest.php | 4 ++-- .../Unit/SiteContentDetection/GoogleAnalytics3Test.php | 4 ++-- .../Unit/SiteContentDetection/GoogleAnalytics4Test.php | 4 ++-- .../Unit/SiteContentDetection/GoogleTagManagerTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/JoomlaTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/KlaroTest.php | 4 ++-- .../Unit/SiteContentDetection/MatomoTagManagerTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/OsanoTest.php | 4 ++-- .../SiteContentDetection/RaygunCrashReportingTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/ReactJsTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/RollbarTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/SentryTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/SharepointTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/ShopifyTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/SquarespaceTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/TarteAuCitronTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/TrackJsTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/VueJsTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/WebflowTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/WixTest.php | 4 ++-- .../tests/Unit/SiteContentDetection/WordpressTest.php | 4 ++-- .../SitesManager/vue/src/CurrencyStore/CurrencyStore.ts | 4 ++-- .../vue/src/GlobalSettingsStore/GlobalSettings.ts | 4 ++-- .../vue/src/GlobalSettingsStore/GlobalSettingsStore.ts | 4 ++-- .../vue/src/ManageGlobalSettings/ManageGlobalSettings.vue | 5 +++-- plugins/SitesManager/vue/src/SiteFields/SiteFields.vue | 5 +++-- plugins/SitesManager/vue/src/SiteTypesStore/SiteType.ts | 4 ++-- .../SitesManager/vue/src/SiteTypesStore/SiteTypesStore.ts | 4 ++-- .../vue/src/SiteWithoutData/SiteWithoutData.vue | 5 +++-- .../SitesManager/vue/src/SitesManagement/ButtonBar.vue | 5 +++-- .../vue/src/SitesManagement/SitesManagement.vue | 5 +++-- .../SitesManager/vue/src/TimezoneStore/TimezoneStore.ts | 4 ++-- plugins/SitesManager/vue/src/index.ts | 4 ++-- plugins/TestRunner/Commands/CodeCoverage.php | 5 ++--- .../TestRunner/Commands/GenerateGitHubTestActionFile.php | 5 ++--- plugins/TestRunner/Commands/SyncScreenshots.php | 2 +- plugins/TestRunner/Commands/TestsRun.php | 5 ++--- plugins/TestRunner/Commands/TestsRunJS.php | 4 ++-- plugins/TestRunner/Commands/TestsRunUI.php | 4 ++-- plugins/TestRunner/Commands/TestsSetupFixture.php | 4 ++-- plugins/TestRunner/Controller.php | 4 ++-- plugins/TestRunner/TestRunner.php | 5 ++--- .../tests/System/CheckDirectDependencyUseCommandTest.php | 4 ++-- plugins/Tour/API.php | 4 ++-- plugins/Tour/Dao/DataFinder.php | 5 ++--- plugins/Tour/Engagement/Challenge.php | 5 ++--- plugins/Tour/Engagement/ChallengeAddedAnnotation.php | 5 ++--- plugins/Tour/Engagement/ChallengeAddedSegment.php | 5 ++--- plugins/Tour/Engagement/ChallengeAddedWebsite.php | 5 ++--- plugins/Tour/Engagement/ChallengeBrowseMarketplace.php | 5 ++--- plugins/Tour/Engagement/ChallengeChangeVisualisation.php | 5 ++--- plugins/Tour/Engagement/ChallengeConfigureGeolocation.php | 5 ++--- plugins/Tour/Engagement/ChallengeCreatedGoal.php | 5 ++--- plugins/Tour/Engagement/ChallengeCustomLogo.php | 5 ++--- plugins/Tour/Engagement/ChallengeCustomiseDashboard.php | 5 ++--- .../Tour/Engagement/ChallengeDisableBrowserArchiving.php | 5 ++--- plugins/Tour/Engagement/ChallengeFlattenActions.php | 5 ++--- plugins/Tour/Engagement/ChallengeInvitedUser.php | 5 ++--- plugins/Tour/Engagement/ChallengeScheduledReport.php | 5 ++--- plugins/Tour/Engagement/ChallengeSelectDateRange.php | 5 ++--- plugins/Tour/Engagement/ChallengeSetupConsentManager.php | 5 ++--- plugins/Tour/Engagement/ChallengeSetupTwoFa.php | 5 ++--- plugins/Tour/Engagement/ChallengeTrackingCode.php | 5 ++--- plugins/Tour/Engagement/ChallengeViewRowEvolution.php | 5 ++--- plugins/Tour/Engagement/ChallengeViewVisitorProfile.php | 5 ++--- plugins/Tour/Engagement/ChallengeViewVisitsLog.php | 5 ++--- plugins/Tour/Engagement/Challenges.php | 5 ++--- plugins/Tour/Engagement/Levels.php | 5 ++--- plugins/Tour/Tour.php | 5 ++--- plugins/Tour/Widgets/GetEngagement.php | 5 ++--- plugins/Tour/javascripts/engagement.js | 7 +++---- .../Tour/tests/Fixtures/SimpleFixtureTrackFewVisits.php | 5 ++--- plugins/Tour/tests/Integration/ChallengeTest.php | 4 ++-- plugins/Tour/tests/System/APITest.php | 5 ++--- plugins/Tour/tests/System/ConsentManagerDetectionTest.php | 5 ++--- plugins/Tour/tests/System/DataFinderTest.php | 5 ++--- plugins/Tour/tests/System/TourTest.php | 5 ++--- plugins/Tour/tests/UI/Tour_ConsentManager_spec.js | 5 ++--- plugins/Tour/tests/UI/Tour_spec.js | 7 +++---- plugins/Transitions/API.php | 5 ++--- plugins/Transitions/Categories/TransitionsSubcategory.php | 5 ++--- plugins/Transitions/Controller.php | 5 ++--- plugins/Transitions/Transitions.php | 5 ++--- plugins/Transitions/Widgets/GetTransitions.php | 5 ++--- plugins/Transitions/javascripts/transitions.js | 4 ++-- .../tests/Integration/TransitionsMaxAllowedPeriodTest.php | 2 +- plugins/Transitions/tests/System/TransitionsTest.php | 2 +- plugins/Transitions/tests/UI/Transitions_spec.js | 4 ++-- .../vue/src/TransitionExporter/TransitionExporter.ts | 4 ++-- .../vue/src/TransitionExporter/TransitionExporterLink.vue | 5 +++-- .../src/TransitionExporter/TransitionExporterPopover.vue | 4 ++-- .../vue/src/TransitionExporter/transitionParams.ts | 4 ++-- .../vue/src/TransitionSwitcher/TransitionSwitcher.vue | 5 +++-- .../vue/src/TransitionsPage/TransitionsPage.vue | 5 +++-- plugins/Transitions/vue/src/index.ts | 4 ++-- plugins/TwoFactorAuth/API.php | 4 ++-- plugins/TwoFactorAuth/Commands/Disable2FAForUser.php | 2 +- plugins/TwoFactorAuth/Controller.php | 4 ++-- plugins/TwoFactorAuth/Dao/RecoveryCodeDao.php | 4 ++-- plugins/TwoFactorAuth/Dao/RecoveryCodeRandomGenerator.php | 4 ++-- plugins/TwoFactorAuth/Dao/RecoveryCodeStaticGenerator.php | 4 ++-- plugins/TwoFactorAuth/Dao/TwoFaSecretRandomGenerator.php | 4 ++-- plugins/TwoFactorAuth/Dao/TwoFaSecretStaticGenerator.php | 4 ++-- plugins/TwoFactorAuth/FormTwoFactorAuthCode.php | 4 ++-- plugins/TwoFactorAuth/SystemSettings.php | 4 ++-- plugins/TwoFactorAuth/Tasks.php | 4 ++-- plugins/TwoFactorAuth/TwoFactorAuth.php | 4 ++-- plugins/TwoFactorAuth/TwoFactorAuthentication.php | 4 ++-- plugins/TwoFactorAuth/Validator.php | 4 ++-- .../tests/Fixtures/SimpleFixtureTrackFewVisits.php | 2 +- plugins/TwoFactorAuth/tests/Fixtures/TwoFactorFixture.php | 4 ++-- .../tests/Fixtures/TwoFactorUsersManagerFixture.php | 4 ++-- plugins/TwoFactorAuth/tests/Integration/APITest.php | 4 ++-- .../tests/Integration/Dao/RecoveryCodeDaoTest.php | 4 ++-- .../Integration/Dao/RecoveryCodeRandomGeneratorTest.php | 4 ++-- .../Integration/Dao/RecoveryCodeStaticGeneratorTest.php | 4 ++-- .../Integration/Dao/TwoFaSecretRandomGeneratorTest.php | 4 ++-- .../Integration/Dao/TwoFaSecretStaticGeneratorTest.php | 4 ++-- .../tests/Integration/SystemSettingsTest.php | 4 ++-- .../TwoFactorAuth/tests/Integration/TwoFactorAuthTest.php | 4 ++-- .../tests/Integration/TwoFactorAuthenticationTest.php | 4 ++-- plugins/TwoFactorAuth/tests/System/TwoFactorAuthTest.php | 4 ++-- .../tests/UI/TwoFactorAuthUsersManager_spec.js | 4 ++-- plugins/TwoFactorAuth/tests/UI/TwoFactorAuth_spec.js | 4 ++-- .../vue/src/LoginTwoFactorAuth/LoginTwoFactorAuth.vue | 5 +++-- .../TwoFactorAuth/vue/src/SetupFinished/SetupFinished.vue | 5 +++-- .../vue/src/SetupTwoFactorAuth/SetupTwoFactorAuth.vue | 5 +++-- .../vue/src/ShowRecoveryCodes/ShowRecoveryCodes.vue | 5 +++-- .../vue/src/ShowRecoveryCodes/ShowRecoveryCodesPage.vue | 5 +++-- .../TwoFactorAuth/vue/src/UserSettings/UserSettings.vue | 5 +++-- plugins/TwoFactorAuth/vue/src/index.ts | 4 ++-- plugins/TwoFactorAuth/vue/src/types.ts | 4 ++-- plugins/UserCountry/API.php | 5 ++--- plugins/UserCountry/Archiver.php | 5 ++--- plugins/UserCountry/Categories/LocationsCategory.php | 5 ++--- plugins/UserCountry/Categories/LocationsSubcategory.php | 5 ++--- plugins/UserCountry/Columns/Base.php | 5 ++--- plugins/UserCountry/Columns/City.php | 5 ++--- plugins/UserCountry/Columns/Continent.php | 5 ++--- plugins/UserCountry/Columns/Country.php | 5 ++--- plugins/UserCountry/Columns/Latitude.php | 5 ++--- plugins/UserCountry/Columns/Longitude.php | 5 ++--- plugins/UserCountry/Columns/Region.php | 5 ++--- .../Commands/AttributeHistoricalDataWithLocations.php | 5 ++--- plugins/UserCountry/Controller.php | 5 ++--- plugins/UserCountry/Diagnostic/GeolocationDiagnostic.php | 4 ++-- plugins/UserCountry/LocationProvider.php | 5 ++--- plugins/UserCountry/LocationProvider/DefaultProvider.php | 5 ++--- plugins/UserCountry/LocationProvider/DisabledProvider.php | 5 ++--- plugins/UserCountry/Menu.php | 5 ++--- plugins/UserCountry/ProfileSummary/LocationSummary.php | 3 +-- plugins/UserCountry/RecordBuilders/Locations.php | 5 ++--- plugins/UserCountry/Reports/Base.php | 5 ++--- plugins/UserCountry/Reports/GetCity.php | 5 ++--- plugins/UserCountry/Reports/GetContinent.php | 5 ++--- plugins/UserCountry/Reports/GetCountry.php | 5 ++--- plugins/UserCountry/Reports/GetRegion.php | 5 ++--- plugins/UserCountry/UserCountry.php | 5 ++--- plugins/UserCountry/VisitorDetails.php | 3 +-- plugins/UserCountry/VisitorGeolocator.php | 5 ++--- plugins/UserCountry/functions.php | 5 ++--- .../tests/Fixtures/ManySitesManyVisitsWithGeoIp.php | 2 +- plugins/UserCountry/tests/Integration/APITest.php | 4 ++-- .../tests/Integration/DefaultLocationProviderTest.php | 2 +- .../tests/Integration/LocationProviderTest.php | 2 +- .../tests/Integration/VisitorGeolocatorTest.php | 5 ++--- plugins/UserCountry/tests/System/ApiTest.php | 4 ++-- .../System/AttributeHistoricalDataWithLocationsTest.php | 5 ++--- plugins/UserCountry/tests/System/StaticAPITest.php | 4 ++-- plugins/UserCountry/tests/UI/UserCountry_spec.js | 4 ++-- plugins/UserCountry/tests/Unit/UserCountryTest.php | 4 ++-- plugins/UserCountry/vue/src/AdminPage/AdminPage.vue | 5 +++-- .../vue/src/GetDistinctCountries/GetDistinctCountries.vue | 5 +++-- .../LocationProviderSelection.vue | 5 +++-- plugins/UserCountry/vue/src/index.ts | 4 ++-- .../UserCountryMap/Categories/RealTimeMapSubcategory.php | 5 ++--- plugins/UserCountryMap/Controller.php | 5 ++--- plugins/UserCountryMap/UserCountryMap.php | 5 ++--- plugins/UserCountryMap/Widgets/GetRealtimeMap.php | 5 ++--- plugins/UserCountryMap/Widgets/GetVisitorMap.php | 5 ++--- plugins/UserCountryMap/javascripts/realtime-map.js | 4 ++-- plugins/UserCountryMap/javascripts/visitor-map.js | 4 ++-- plugins/UserCountryMap/tests/UI/VisitorMap_spec.js | 4 ++-- plugins/UserId/API.php | 5 ++--- plugins/UserId/Archiver.php | 4 ++-- plugins/UserId/Categories/VisitorsUserSubcategory.php | 5 ++--- plugins/UserId/Columns/UserId.php | 5 ++--- plugins/UserId/RecordBuilders/Users.php | 5 ++--- plugins/UserId/Reports/Base.php | 5 ++--- plugins/UserId/Reports/GetUsers.php | 4 ++-- plugins/UserId/UserId.php | 4 ++-- plugins/UserId/javascripts/rowaction.js | 6 +++--- plugins/UserId/tests/Fixtures/OverwriteUserIdFixture.php | 2 +- .../tests/Fixtures/TrackFewVisitsAndCreateUsers.php | 2 +- plugins/UserId/tests/System/ApiTest.php | 4 ++-- plugins/UserId/tests/System/OverwriteUserIdTest.php | 4 ++-- plugins/UserLanguage/API.php | 5 ++--- plugins/UserLanguage/Archiver.php | 5 ++--- plugins/UserLanguage/Columns/Language.php | 5 ++--- plugins/UserLanguage/RecordBuilders/Languages.php | 5 ++--- plugins/UserLanguage/Reports/Base.php | 5 ++--- plugins/UserLanguage/Reports/GetLanguage.php | 5 ++--- plugins/UserLanguage/Reports/GetLanguageCode.php | 5 ++--- plugins/UserLanguage/UserLanguage.php | 5 ++--- plugins/UserLanguage/VisitorDetails.php | 3 +-- plugins/UserLanguage/functions.php | 5 ++--- plugins/UserLanguage/tests/Fixtures/LanguageFixture.php | 3 +-- .../UserLanguage/tests/System/GetLanguageSystemTest.php | 3 +-- plugins/UsersManager/API.php | 5 ++--- plugins/UsersManager/Controller.php | 5 ++--- plugins/UsersManager/Emails/UserInviteEmail.php | 5 ++--- plugins/UsersManager/LastSeenTimeLogger.php | 5 ++--- plugins/UsersManager/Menu.php | 5 ++--- plugins/UsersManager/Model.php | 5 ++--- plugins/UsersManager/NewsletterSignup.php | 5 ++--- plugins/UsersManager/Sql/SiteAccessFilter.php | 4 ++-- plugins/UsersManager/Sql/UserTableFilter.php | 4 ++-- plugins/UsersManager/SystemSettings.php | 4 ++-- plugins/UsersManager/Tasks.php | 4 ++-- plugins/UsersManager/UserAccessFilter.php | 5 ++--- plugins/UsersManager/UserPreferences.php | 5 ++--- plugins/UsersManager/UserUpdater.php | 5 ++--- plugins/UsersManager/UsersManager.php | 5 ++--- plugins/UsersManager/Validators/AllowedEmailDomain.php | 4 ++-- plugins/UsersManager/Validators/Email.php | 4 ++-- plugins/UsersManager/Validators/Login.php | 5 ++--- plugins/UsersManager/tests/Fixtures/AnonymousUser.php | 2 +- plugins/UsersManager/tests/Fixtures/ManyUsers.php | 2 +- plugins/UsersManager/tests/Integration/APITest.php | 2 +- plugins/UsersManager/tests/Integration/ModelTest.php | 4 ++-- .../UsersManager/tests/Integration/SystemSettingsTest.php | 4 ++-- .../tests/Integration/TokenSecureOnlyTest.php | 4 ++-- .../tests/Integration/UserAccessFilterTest.php | 4 ++-- plugins/UsersManager/tests/Integration/UserInviteTest.php | 4 ++-- .../tests/Integration/UserPreferencesTest.php | 4 ++-- .../UsersManager/tests/Integration/UsersManagerTest.php | 4 ++-- .../Integration/Validators/AllowedEmailDomainTest.php | 4 ++-- plugins/UsersManager/tests/System/ApiTest.php | 4 ++-- plugins/UsersManager/tests/UI/UserSettings_spec.js | 4 ++-- .../tests/UI/UsersManager_AnonymousUser_spec.js | 4 ++-- plugins/UsersManager/tests/UI/UsersManager_spec.js | 4 ++-- plugins/UsersManager/vue/src/AddNewToken/AddNewToken.vue | 5 +++-- .../vue/src/AddNewToken/AddNewTokenSuccess.vue | 5 +++-- .../vue/src/AnonymousSettings/AnonymousSettings.vue | 5 +++-- .../vue/src/CapabilitiesEdit/CapabilitiesEdit.vue | 5 +++-- .../vue/src/CapabilitiesStore/CapabilitiesStore.ts | 4 ++-- .../UsersManager/vue/src/CapabilitiesStore/Capability.ts | 4 ++-- .../vue/src/NewsletterSettings/NewsletterSettings.vue | 5 +++-- .../vue/src/PagedUsersList/PagedUsersList.vue | 5 +++-- .../UsersManager/vue/src/PagedUsersList/SearchParams.ts | 4 ++-- .../vue/src/PersonalSettings/PersonalSettings.vue | 5 +++-- plugins/UsersManager/vue/src/User.ts | 4 ++-- .../UsersManager/vue/src/UserEditForm/UserEditForm.vue | 5 +++-- .../vue/src/UserPermissionsEdit/UserPermissionsEdit.vue | 5 +++-- .../UsersManager/vue/src/UserSecurity/UserSecurity.vue | 5 +++-- .../UsersManager/vue/src/UserSettings/UserSettings.vue | 5 +++-- .../UsersManager/vue/src/UsersManager/UsersManager.vue | 5 +++-- plugins/UsersManager/vue/src/index.ts | 4 ++-- plugins/VisitFrequency/API.php | 5 ++--- plugins/VisitFrequency/Archiver.php | 5 ++--- .../VisitFrequency/Columns/Metrics/ReturningMetric.php | 4 ++-- plugins/VisitFrequency/Controller.php | 5 ++--- plugins/VisitFrequency/Reports/Get.php | 5 ++--- plugins/VisitFrequency/VisitFrequency.php | 5 ++--- plugins/VisitFrequency/tests/Integration/APITest.php | 4 ++-- plugins/VisitTime/API.php | 5 ++--- plugins/VisitTime/Archiver.php | 5 ++--- plugins/VisitTime/Categories/TimesSubcategory.php | 5 ++--- plugins/VisitTime/Columns/DayOfTheWeek.php | 5 ++--- plugins/VisitTime/Columns/LocalMinute.php | 5 ++--- plugins/VisitTime/Columns/LocalTime.php | 5 ++--- .../VisitTime/DataTable/Filter/AddSegmentByLabelInUTC.php | 5 ++--- plugins/VisitTime/RecordBuilders/Base.php | 5 ++--- plugins/VisitTime/RecordBuilders/LocalTime.php | 5 ++--- plugins/VisitTime/RecordBuilders/ServerTime.php | 5 ++--- plugins/VisitTime/Reports/Base.php | 5 ++--- plugins/VisitTime/Reports/GetByDayOfWeek.php | 5 ++--- .../VisitTime/Reports/GetVisitInformationPerLocalTime.php | 5 ++--- .../Reports/GetVisitInformationPerServerTime.php | 5 ++--- plugins/VisitTime/VisitTime.php | 5 ++--- plugins/VisitTime/VisitorDetails.php | 3 +-- plugins/VisitTime/functions.php | 5 ++--- .../VisitTime/tests/Unit/AddSegmentByLabelInUTCTest.php | 4 ++-- plugins/VisitorInterest/API.php | 5 ++--- plugins/VisitorInterest/Archiver.php | 5 ++--- plugins/VisitorInterest/Columns/PagesPerVisit.php | 5 ++--- plugins/VisitorInterest/Columns/VisitDuration.php | 5 ++--- plugins/VisitorInterest/Columns/VisitorDaysSinceLast.php | 5 ++--- .../VisitorInterest/Columns/VisitorSecondsSinceLast.php | 5 ++--- plugins/VisitorInterest/Columns/VisitsbyVisitNumber.php | 5 ++--- plugins/VisitorInterest/RecordBuilders/Engagement.php | 5 ++--- plugins/VisitorInterest/Reports/Base.php | 5 ++--- .../Reports/GetNumberOfVisitsByDaysSinceLast.php | 5 ++--- .../Reports/GetNumberOfVisitsByVisitCount.php | 5 ++--- .../VisitorInterest/Reports/GetNumberOfVisitsPerPage.php | 5 ++--- .../Reports/GetNumberOfVisitsPerVisitDuration.php | 5 ++--- plugins/VisitorInterest/VisitorDetails.php | 3 +-- plugins/VisitorInterest/VisitorInterest.php | 5 ++--- .../tests/Unit/Columns/VisitorSecondsSinceLastTest.php | 5 ++--- plugins/VisitsSummary/API.php | 5 ++--- plugins/VisitsSummary/Controller.php | 5 ++--- plugins/VisitsSummary/Reports/Get.php | 5 ++--- plugins/VisitsSummary/VisitsSummary.php | 5 ++--- plugins/VisitsSummary/Widgets/Index.php | 5 ++--- .../VisitsSummary/tests/Integration/VisitsSummaryTest.php | 4 ++-- plugins/VisitsSummary/tests/Unit/Reports/GetTest.php | 4 ++-- plugins/WebsiteMeasurable/MeasurableSettings.php | 4 ++-- plugins/WebsiteMeasurable/Settings/Urls.php | 4 ++-- plugins/WebsiteMeasurable/Type.php | 5 ++--- plugins/WebsiteMeasurable/WebsiteMeasurable.php | 4 ++-- plugins/Widgetize/Controller.php | 5 ++--- plugins/Widgetize/Menu.php | 5 ++--- plugins/Widgetize/Widgetize.php | 5 ++--- plugins/Widgetize/tests/Fixtures/WidgetizeFixture.php | 2 +- plugins/Widgetize/tests/System/WidgetTest.php | 4 ++-- plugins/Widgetize/vue/src/ExportWidget/ExportWidget.vue | 5 +++-- plugins/Widgetize/vue/src/WidgetPreview/WidgetPreview.vue | 5 +++-- .../vue/src/WidgetPreview/WidgetPreviewIframe.vue | 5 +++-- plugins/Widgetize/vue/src/index.ts | 4 ++-- tests/PHPUnit/Fixtures/CreateChanges.php | 4 ++-- tests/PHPUnit/Fixtures/DisablePluginArchive.php | 2 +- tests/PHPUnit/Fixtures/EmptySite.php | 4 ++-- tests/PHPUnit/Fixtures/FewVisitsWithSetVisitorId.php | 4 ++-- tests/PHPUnit/Fixtures/InvalidVisits.php | 2 +- tests/PHPUnit/Fixtures/JSTrackingUIFixture.php | 5 ++--- tests/PHPUnit/Fixtures/LastForcedInstall.php | 5 ++--- tests/PHPUnit/Fixtures/LatestStableInstall.php | 5 ++--- tests/PHPUnit/Fixtures/ManySitesImportedLogs.php | 2 +- .../Fixtures/ManySitesImportedLogsWithXssAttempts.php | 2 +- tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php | 2 +- .../PHPUnit/Fixtures/ManyVisitsWithGeoIPAndEcommerce.php | 4 ++-- .../Fixtures/ManyVisitsWithMockLocationProvider.php | 4 ++-- .../ManyVisitsWithSubDirReferrersAndCustomVars.php | 4 ++-- tests/PHPUnit/Fixtures/OmniFixture.php | 4 ++-- tests/PHPUnit/Fixtures/OneVisit.php | 4 ++-- tests/PHPUnit/Fixtures/OneVisitSeveralPageViews.php | 4 ++-- .../PHPUnit/Fixtures/OneVisitWithAbnormalPageviewUrls.php | 4 ++-- tests/PHPUnit/Fixtures/OneVisitorTwoVisits.php | 4 ++-- .../Fixtures/RawArchiveDataWithTempAndInvalidated.php | 4 ++-- .../Fixtures/SomePageGoalVisitsWithConversions.php | 2 +- tests/PHPUnit/Fixtures/SomeVisitsAllConversions.php | 2 +- .../SomeVisitsCustomVariablesCampaignsNotHeuristics.php | 4 ++-- tests/PHPUnit/Fixtures/SomeVisitsLastYearAndThisYear.php | 4 ++-- .../Fixtures/SomeVisitsManyPageviewsWithTransitions.php | 2 +- tests/PHPUnit/Fixtures/SomeVisitsWithLongUrls.php | 2 +- .../Fixtures/SomeVisitsWithNonUnicodePageTitles.php | 2 +- tests/PHPUnit/Fixtures/SqlDump.php | 4 ++-- tests/PHPUnit/Fixtures/ThreeGoalsOnePageview.php | 4 ++-- .../Fixtures/ThreeSitesWithManyVisitsWithSiteSearch.php | 2 +- tests/PHPUnit/Fixtures/ThreeSitesWithSharedVisitors.php | 4 ++-- tests/PHPUnit/Fixtures/ThreeVisitsWithCustomEvents.php | 4 ++-- .../PHPUnit/Fixtures/TwoSitesEcommerceOrderWithItems.php | 2 +- ...ManyVisitsOverSeveralDaysWithSearchEngineReferrers.php | 4 ++-- .../PHPUnit/Fixtures/TwoSitesTwoVisitorsDifferentDays.php | 2 +- tests/PHPUnit/Fixtures/TwoSitesVisitsInPast.php | 4 ++-- tests/PHPUnit/Fixtures/TwoSitesWithAnnotations.php | 4 ++-- tests/PHPUnit/Fixtures/TwoVisitsNoKeywordWithBot.php | 2 +- tests/PHPUnit/Fixtures/TwoVisitsWithCustomVariables.php | 4 ++-- tests/PHPUnit/Fixtures/UITestFixture.php | 4 ++-- tests/PHPUnit/Fixtures/Utf8mb4.php | 2 +- .../PHPUnit/Fixtures/VisitOverSeveralDaysImportedLogs.php | 2 +- tests/PHPUnit/Fixtures/VisitsInCurrentYear.php | 4 ++-- tests/PHPUnit/Fixtures/VisitsInDifferentTimezones.php | 4 ++-- tests/PHPUnit/Fixtures/VisitsOverSeveralDays.php | 2 +- .../Fixtures/VisitsTwoWebsitesWithAdditionalVisits.php | 4 ++-- tests/PHPUnit/Framework/Constraint/HttpResponseText.php | 2 +- tests/PHPUnit/Framework/Constraint/ResponseCode.php | 2 +- tests/PHPUnit/Framework/Fixture.php | 4 ++-- tests/PHPUnit/Framework/Mock/Category/Categeories.php | 4 ++-- .../Mock/Concurrency/LockBackend/InMemoryLockBackend.php | 5 ++--- tests/PHPUnit/Framework/Mock/FakeAccess.php | 4 ++-- tests/PHPUnit/Framework/Mock/FakeChangesModel.php | 5 ++--- tests/PHPUnit/Framework/Mock/FakeCliMulti.php | 4 ++-- tests/PHPUnit/Framework/Mock/LocationProvider.php | 4 ++-- tests/PHPUnit/Framework/Mock/PiwikOption.php | 4 ++-- .../Framework/Mock/ProfessionalServices/Advertising.php | 4 ++-- tests/PHPUnit/Framework/Mock/Settings/FakeBackend.php | 4 ++-- .../Framework/Mock/Settings/FakeMeasurableSettings.php | 4 ++-- .../Framework/Mock/Settings/FakeSystemSettings.php | 4 ++-- .../PHPUnit/Framework/Mock/Settings/FakeUserSettings.php | 4 ++-- tests/PHPUnit/Framework/Mock/Site.php | 4 ++-- tests/PHPUnit/Framework/Mock/TestConfig.php | 4 ++-- tests/PHPUnit/Framework/OverrideLogin.php | 4 ++-- .../PHPUnit/Framework/TestCase/ConsoleCommandTestCase.php | 4 ++-- tests/PHPUnit/Framework/TestCase/IntegrationTestCase.php | 4 ++-- tests/PHPUnit/Framework/TestCase/SystemTestCase.php | 4 ++-- tests/PHPUnit/Framework/TestCase/UnitTestCase.php | 4 ++-- tests/PHPUnit/Framework/TestDataHelper/LogHelper.php | 4 ++-- tests/PHPUnit/Framework/TestRequest/ApiTestConfig.php | 4 ++-- tests/PHPUnit/Framework/TestRequest/Collection.php | 4 ++-- tests/PHPUnit/Framework/TestRequest/Response.php | 4 ++-- tests/PHPUnit/Framework/TestingEnvironmentManipulator.php | 4 ++-- tests/PHPUnit/Framework/TestingEnvironmentVariables.php | 4 ++-- .../TestingEnvironmentVariablesDefinitionSource.php | 4 ++-- tests/PHPUnit/Framework/XssTesting.php | 4 ++-- tests/PHPUnit/Integration/API/RequestTest.php | 4 ++-- tests/PHPUnit/Integration/AccessTest.php | 4 ++-- .../Integration/Application/Kernel/PluginListTest.php | 2 +- tests/PHPUnit/Integration/Archive/ArchivePurgerTest.php | 2 +- .../Integration/Archive/ArchiveStateMetadataTest.php | 4 ++-- tests/PHPUnit/Integration/Archive/ChunksTest.php | 4 ++-- .../PHPUnit/Integration/Archive/DataTableFactoryTest.php | 4 ++-- tests/PHPUnit/Integration/Archive/PartialArchiveTest.php | 4 ++-- tests/PHPUnit/Integration/ArchiveProcessingTest.php | 4 ++-- .../Integration/ArchiveProcessor/LoaderLockTest.php | 5 ++--- tests/PHPUnit/Integration/ArchiveProcessor/LoaderTest.php | 5 ++--- .../Integration/ArchiveProcessor/ParametersTest.php | 5 ++--- .../Integration/ArchiveProcessor/PluginsArchiverTest.php | 2 +- tests/PHPUnit/Integration/ArchiveTest.php | 5 ++--- tests/PHPUnit/Integration/ArchiveWebTest.php | 2 +- tests/PHPUnit/Integration/ArchiveWithNoVisitsTest.php | 4 ++-- .../UIAssetFetcher/PluginUmdAssetFetcherTest.php | 4 ++-- .../Integration/AssetManager/UIAssetMinifierTest.php | 4 ++-- tests/PHPUnit/Integration/AssetManagerTest.php | 4 ++-- tests/PHPUnit/Integration/CIEnvironmentTest.php | 4 ++-- tests/PHPUnit/Integration/CacheIdTest.php | 4 ++-- tests/PHPUnit/Integration/CacheTest.php | 4 ++-- tests/PHPUnit/Integration/Category/CategoryListTest.php | 4 ++-- tests/PHPUnit/Integration/CliMulti/OutputTest.php | 4 ++-- tests/PHPUnit/Integration/CliMulti/ProcessTest.php | 4 ++-- .../Integration/Columns/ComputedMetricFactoryTest.php | 4 ++-- .../Integration/Columns/DimensionMetricFactoryTest.php | 4 ++-- .../Integration/Columns/DimensionSegmentFactoryTest.php | 4 ++-- tests/PHPUnit/Integration/Columns/DimensionTest.php | 4 ++-- .../Integration/Columns/DimensionsProviderTest.php | 4 ++-- tests/PHPUnit/Integration/Columns/UpdaterTest.php | 4 ++-- .../Integration/Concurrency/DistributedListTest.php | 4 ++-- .../Concurrency/LockBackend/MysqlLockBackendTest.php | 5 ++--- tests/PHPUnit/Integration/Concurrency/LockTest.php | 4 ++-- tests/PHPUnit/Integration/Config/CacheTest.php | 4 ++-- .../PHPUnit/Integration/CronArchive/ArchiveFilterTest.php | 5 ++--- .../PHPUnit/Integration/CronArchive/QueueConsumerTest.php | 5 ++--- .../Integration/CronArchive/SegmentArchivingTest.php | 4 ++-- .../PHPUnit/Integration/CronArchive/SharedSiteIdsTest.php | 4 ++-- .../PHPUnit/Integration/CronArchiveInvalidSegmentTest.php | 4 ++-- tests/PHPUnit/Integration/CronArchiveTest.php | 4 ++-- tests/PHPUnit/Integration/DataAccess/ActionsTest.php | 4 ++-- .../Integration/DataAccess/ArchiveInvalidatorTest.php | 4 ++-- .../Integration/DataAccess/ArchiveSelectorTest.php | 5 ++--- .../Integration/DataAccess/ArchiveTableDaoTest.php | 4 ++-- .../PHPUnit/Integration/DataAccess/ArchiveWriterTest.php | 4 ++-- .../PHPUnit/Integration/DataAccess/LogAggregatorTest.php | 4 ++-- tests/PHPUnit/Integration/DataAccess/ModelTest.php | 4 ++-- .../PHPUnit/Integration/DataAccess/TableMetadataTest.php | 4 ++-- .../Integration/DataTable/Filter/PivotByDimensionTest.php | 4 ++-- tests/PHPUnit/Integration/Db/Adapter/MysqliTest.php | 4 ++-- tests/PHPUnit/Integration/Db/Adapter/Pdo/MysqlTest.php | 4 ++-- tests/PHPUnit/Integration/Db/BatchInsertTest.php | 4 ++-- tests/PHPUnit/Integration/Db/TransactionLevelTest.php | 2 +- tests/PHPUnit/Integration/DbHelperTest.php | 4 ++-- tests/PHPUnit/Integration/DbTest.php | 4 ++-- tests/PHPUnit/Integration/DependencyTest.php | 4 ++-- tests/PHPUnit/Integration/DocumentationGeneratorTest.php | 4 ++-- tests/PHPUnit/Integration/EmailValidatorTest.php | 4 ++-- tests/PHPUnit/Integration/FilesystemTest.php | 4 ++-- tests/PHPUnit/Integration/FrontControllerTest.php | 4 ++-- tests/PHPUnit/Integration/HttpTest.php | 4 ++-- tests/PHPUnit/Integration/JsProxyTest.php | 4 ++-- tests/PHPUnit/Integration/LogDeleterTest.php | 4 ++-- tests/PHPUnit/Integration/LogImporterTest.php | 3 +-- tests/PHPUnit/Integration/MailTest.php | 4 ++-- .../Integration/Measurable/MeasurableSettingTest.php | 4 ++-- .../Integration/Measurable/MeasurableSettingsTest.php | 4 ++-- tests/PHPUnit/Integration/MenuTest.php | 4 ++-- tests/PHPUnit/Integration/MetricsTest.php | 4 ++-- tests/PHPUnit/Integration/NonceTest.php | 2 +- tests/PHPUnit/Integration/NumberFormatterTest.php | 4 ++-- tests/PHPUnit/Integration/OptionTest.php | 4 ++-- tests/PHPUnit/Integration/Period/FactoryTest.php | 4 ++-- tests/PHPUnit/Integration/PiwikTest.php | 4 ++-- tests/PHPUnit/Integration/Plugin/ArchivedMetricTest.php | 4 ++-- tests/PHPUnit/Integration/Plugin/CategoriesTest.php | 4 ++-- tests/PHPUnit/Integration/Plugin/ComputedMetricTest.php | 4 ++-- .../Integration/Plugin/Dimension/ActionDimensionTest.php | 4 ++-- .../Plugin/Dimension/ConversionDimensionTest.php | 4 ++-- .../Plugin/Dimension/DimensionMetadataProviderTest.php | 4 ++-- .../Integration/Plugin/Dimension/VisitDimensionTest.php | 4 ++-- tests/PHPUnit/Integration/Plugin/ManagerTest.php | 4 ++-- tests/PHPUnit/Integration/Plugin/ReleaseChannelsTest.php | 4 ++-- tests/PHPUnit/Integration/Plugin/SettingsProviderTest.php | 4 ++-- tests/PHPUnit/Integration/Plugin/WidgetsProviderTest.php | 4 ++-- tests/PHPUnit/Integration/PluginTest.php | 5 ++--- .../Integration/ProfessionalSupport/AdvertisingTest.php | 4 ++-- tests/PHPUnit/Integration/ReleaseCheckListTest.php | 4 ++-- tests/PHPUnit/Integration/Report/ReportsTest.php | 4 ++-- tests/PHPUnit/Integration/ReportRenderingTest.php | 5 ++--- tests/PHPUnit/Integration/ReportTest.php | 4 ++-- tests/PHPUnit/Integration/RetryScheduledTaskTest.php | 4 ++-- .../Integration/Segment/SegmentUnavailableTest.php | 4 ++-- tests/PHPUnit/Integration/Segment/SegmentsCacheTest.php | 4 ++-- tests/PHPUnit/Integration/Segment/SegmentsListTest.php | 4 ++-- tests/PHPUnit/Integration/SegmentTest.php | 4 ++-- tests/PHPUnit/Integration/SequenceTest.php | 4 ++-- .../Integration/Session/SaveHandler/DbTableTest.php | 5 ++--- tests/PHPUnit/Integration/Session/SessionAuthTest.php | 5 ++--- tests/PHPUnit/Integration/SessionTest.php | 4 ++-- .../PHPUnit/Integration/Settings/BaseSettingsTestCase.php | 4 ++-- .../PHPUnit/Integration/Settings/IntegrationTestCase.php | 4 ++-- .../Settings/Measurable/MeasurablePropertyTest.php | 4 ++-- .../Settings/Measurable/MeasurableSettingTest.php | 4 ++-- .../Settings/Measurable/MeasurableSettingsTest.php | 4 ++-- .../Settings/Plugin/SystemConfigSettingTest.php | 4 ++-- .../Integration/Settings/Plugin/SystemSettingTest.php | 4 ++-- .../Integration/Settings/Plugin/SystemSettingsTest.php | 4 ++-- .../Integration/Settings/Plugin/UserSettingTest.php | 4 ++-- .../Integration/Settings/Plugin/UserSettingsTest.php | 4 ++-- tests/PHPUnit/Integration/Settings/SettingTest.php | 4 ++-- .../Integration/Settings/Storage/Backend/CacheTest.php | 4 ++-- .../Integration/Settings/Storage/Backend/ConfigTest.php | 4 ++-- .../Storage/Backend/MeasurableSettingsTableTest.php | 4 ++-- .../Integration/Settings/Storage/Backend/NullTest.php | 4 ++-- .../Settings/Storage/Backend/PluginSettingsTableTest.php | 4 ++-- .../Settings/Storage/Backend/SitesTableTest.php | 4 ++-- .../PHPUnit/Integration/Settings/Storage/FactoryTest.php | 4 ++-- .../PHPUnit/Integration/Settings/Storage/StorageTest.php | 4 ++-- tests/PHPUnit/Integration/SiteContentDetectorTest.php | 4 ++-- tests/PHPUnit/Integration/SiteTest.php | 4 ++-- tests/PHPUnit/Integration/SqlTest.php | 4 ++-- tests/PHPUnit/Integration/SupportedBrowserTest.php | 4 ++-- tests/PHPUnit/Integration/Tracker/ActionTest.php | 4 ++-- tests/PHPUnit/Integration/Tracker/Db/Pdo/MySqlTest.php | 4 ++-- tests/PHPUnit/Integration/Tracker/DbTest.php | 4 ++-- tests/PHPUnit/Integration/Tracker/FailuresTest.php | 4 ++-- tests/PHPUnit/Integration/Tracker/FingerprintSaltTest.php | 4 ++-- tests/PHPUnit/Integration/Tracker/Handler/FactoryTest.php | 4 ++-- tests/PHPUnit/Integration/Tracker/HandlerTest.php | 4 ++-- tests/PHPUnit/Integration/Tracker/ModelTest.php | 4 ++-- tests/PHPUnit/Integration/Tracker/PingRequestTest.php | 4 ++-- tests/PHPUnit/Integration/Tracker/RequestSetTest.php | 4 ++-- tests/PHPUnit/Integration/Tracker/RequestTest.php | 4 ++-- tests/PHPUnit/Integration/Tracker/SettingsTest.php | 4 ++-- .../Integration/Tracker/TrackerCodeGeneratorTest.php | 4 ++-- tests/PHPUnit/Integration/Tracker/Visit/FactoryTest.php | 4 ++-- .../Integration/Tracker/Visit/ReferrerSpamFilterTest.php | 4 ++-- tests/PHPUnit/Integration/Tracker/Visit2Test.php | 4 ++-- tests/PHPUnit/Integration/Tracker/VisitTest.php | 4 ++-- .../PHPUnit/Integration/Tracker/VisitorRecognizerTest.php | 4 ++-- tests/PHPUnit/Integration/TrackerTest.php | 4 ++-- .../Integration/Updater/Migration/Config/SetTest.php | 4 ++-- .../Integration/Updater/Migration/Db/BoundSqlTest.php | 4 ++-- .../Integration/Updater/Migration/Db/DropColumnsTest.php | 4 ++-- .../Integration/Updater/Migration/Db/FactoryTest.php | 4 ++-- .../Integration/Updater/Migration/Db/MigrationsTest.php | 4 ++-- .../PHPUnit/Integration/Updater/Migration/Db/SqlTest.php | 4 ++-- .../PHPUnit/Integration/Updater/Migration/FactoryTest.php | 4 ++-- .../Integration/Updater/Migration/Plugin/FactoryTest.php | 4 ++-- tests/PHPUnit/Integration/UpdaterTest.php | 4 ++-- tests/PHPUnit/Integration/Validator/IdSiteTest.php | 4 ++-- tests/PHPUnit/Integration/ViewDataTable/ManagerTest.php | 4 ++-- tests/PHPUnit/Integration/WidgetsListTest.php | 4 ++-- tests/PHPUnit/System/AllWebsitesTest.php | 4 ++-- tests/PHPUnit/System/ApiGetReportMetadataTest.php | 2 +- tests/PHPUnit/System/ApiGetReportMetadataYearTest.php | 4 ++-- tests/PHPUnit/System/ArchiveInvalidationTest.php | 2 +- tests/PHPUnit/System/BackwardsCompatibility1XTest.php | 4 ++-- tests/PHPUnit/System/BlobReportLimitingTest.php | 2 +- tests/PHPUnit/System/CliMultiTest.php | 4 ++-- tests/PHPUnit/System/ComplicatedSegmentTest.php | 4 ++-- tests/PHPUnit/System/ConsoleTest.php | 4 ++-- tests/PHPUnit/System/CookieTest.php | 5 ++--- tests/PHPUnit/System/CsvExportTest.php | 4 ++-- tests/PHPUnit/System/CustomEventsTest.php | 2 +- tests/PHPUnit/System/DataComparisonTest.php | 4 ++-- tests/PHPUnit/System/DuplicateActionsTest.php | 2 +- tests/PHPUnit/System/EnvironmentValidationTest.php | 4 ++-- tests/PHPUnit/System/FlattenReportsTest.php | 2 +- tests/PHPUnit/System/FrontControllerTest.php | 2 +- tests/PHPUnit/System/ImportLogsTest.php | 2 +- tests/PHPUnit/System/LabelFilterTest.php | 2 +- tests/PHPUnit/System/ManyVisitorsOneWebsiteTest.php | 2 +- tests/PHPUnit/System/MultipleSitesArchivingTest.php | 4 ++-- tests/PHPUnit/System/NoVisitTest.php | 2 +- tests/PHPUnit/System/NonUnicodeTest.php | 2 +- tests/PHPUnit/System/OneVisitorLongUrlsTruncatedTest.php | 2 +- tests/PHPUnit/System/OneVisitorNoKeywordSpecifiedTest.php | 2 +- ...VisitorOneWebsiteSeveralDaysDateRangeArchivingTest.php | 2 +- .../OneVisitorOneWebsiteSeveralDaysDateRangeTest.php | 2 +- .../OneVisitorSeveralDaysImportedInRandomOrderTest.php | 2 +- tests/PHPUnit/System/OneVisitorTwoVisitsTest.php | 2 +- .../System/OneVisitorTwoVisitsWithCookieSupportTest.php | 2 +- .../PeriodIsRangeDateIsLastNMetadataAndNormalAPITest.php | 2 +- tests/PHPUnit/System/PivotByQueryParamTest.php | 2 +- tests/PHPUnit/System/RawLogDaoTest.php | 4 ++-- tests/PHPUnit/System/ResponseCodeTest.php | 2 +- tests/PHPUnit/System/RowEvolutionTest.php | 2 +- tests/PHPUnit/System/RssExportTest.php | 2 +- .../System/SimulateAutoIncrementIntegerOverflowTest.php | 2 +- tests/PHPUnit/System/SiteSearchTest.php | 2 +- tests/PHPUnit/System/SpecialDateParamsTest.php | 2 +- tests/PHPUnit/System/TimezonesTest.php | 4 ++-- ...blesAndCampaignsForceUsingVisitIdNotHeuristicsTest.php | 2 +- tests/PHPUnit/System/TrackerDisallowedIpTest.php | 4 ++-- tests/PHPUnit/System/TrackerResponseTest.php | 2 +- tests/PHPUnit/System/TrackerTest.php | 4 ++-- tests/PHPUnit/System/TrackerWindowLookBackTest.php | 2 +- ...itorsTwoWebsitesDifferentDaysArchivingDisabledTest.php | 2 +- ...TwoVisitorsTwoWebsitesDifferentDaysConversionsTest.php | 2 +- .../System/TwoVisitorsTwoWebsitesDifferentDaysTest.php | 2 +- tests/PHPUnit/System/UrlNormalizationTest.php | 4 ++-- tests/PHPUnit/System/UserIdAndVisitorIdTest.php | 2 +- tests/PHPUnit/System/Utf8mb4Test.php | 4 ++-- .../System/VisitsInPastInvalidateOldReportsTest.php | 2 +- tests/PHPUnit/Unit/API/ApiRendererTest.php | 4 ++-- tests/PHPUnit/Unit/API/DataTableGenericFilterTest.php | 5 ++--- tests/PHPUnit/Unit/API/ResponseBuilderTest.php | 4 ++-- tests/PHPUnit/Unit/Archive/ArchiveStateTest.php | 4 ++-- tests/PHPUnit/Unit/Archive/ChunkTest.php | 4 ++-- tests/PHPUnit/Unit/Archive/DataCollectionTest.php | 4 ++-- tests/PHPUnit/Unit/ArchiveProcessor/RecordBuilderTest.php | 2 +- tests/PHPUnit/Unit/Archiver/RequestTest.php | 5 ++--- tests/PHPUnit/Unit/AssetManager/PluginManagerMock.php | 4 ++-- tests/PHPUnit/Unit/AssetManager/PluginMock.php | 4 ++-- tests/PHPUnit/Unit/AssetManager/ThemeMock.php | 4 ++-- .../PHPUnit/Unit/AssetManager/UIAssetCacheBusterMock.php | 4 ++-- .../PHPUnit/Unit/AssetManager/UIAssetCacheBusterTest.php | 4 ++-- .../Unit/AssetManager/UIAssetCatalogSorterTest.php | 4 ++-- tests/PHPUnit/Unit/AssetManagerTest.php | 4 ++-- tests/PHPUnit/Unit/CacheTest.php | 4 ++-- tests/PHPUnit/Unit/Category/CategoryListTest.php | 4 ++-- tests/PHPUnit/Unit/Category/CategoryTest.php | 4 ++-- tests/PHPUnit/Unit/Category/SubcategoryTest.php | 4 ++-- tests/PHPUnit/Unit/CliMulti/RequestParserTest.php | 5 ++--- tests/PHPUnit/Unit/CommonTest.php | 2 +- tests/PHPUnit/Unit/Config/IniFileChainCacheTest.php | 4 ++-- tests/PHPUnit/Unit/Config/IniFileChainTest.php | 4 ++-- tests/PHPUnit/Unit/ConfigTest.php | 4 ++-- tests/PHPUnit/Unit/ConsoleTest.php | 4 ++-- .../Unit/Container/IniConfigDefinitionSourceTest.php | 4 ++-- tests/PHPUnit/Unit/ContextTest.php | 4 ++-- tests/PHPUnit/Unit/CookieTest.php | 4 ++-- tests/PHPUnit/Unit/CronArchive/FixedSiteIdsTest.php | 4 ++-- tests/PHPUnit/Unit/DataAccess/ArchiveTableCreatorTest.php | 5 ++--- tests/PHPUnit/Unit/DataAccess/ArchiveWriterTest.php | 4 ++-- .../Unit/DataAccess/LogQueryBuilder/JoinGeneratorTest.php | 5 ++--- .../Unit/DataAccess/LogQueryBuilder/JoinTablesTest.php | 5 ++--- .../Filter/AddSegmentFilterByLabelMappingTest.php | 4 ++-- .../Filter/AddSegmentFilterBySegmentValueTest.php | 4 ++-- .../Unit/DataTable/Filter/AddSegmentFilterTest.php | 4 ++-- .../PHPUnit/Unit/DataTable/Filter/AddSegmentValueTest.php | 4 ++-- tests/PHPUnit/Unit/DataTable/Filter/AddSummaryRowTest.php | 4 ++-- .../DataTable/Filter/ColumnCallbackDeleteMetadataTest.php | 4 ++-- tests/PHPUnit/Unit/DataTable/Filter/ColumnDeleteTest.php | 4 ++-- .../Unit/DataTable/Filter/ExcludeLowPopulationTest.php | 4 ++-- tests/PHPUnit/Unit/DataTable/Filter/LimitTest.php | 4 ++-- .../Unit/DataTable/Filter/PatternRecursiveTest.php | 4 ++-- tests/PHPUnit/Unit/DataTable/Filter/PatternTest.php | 4 ++-- .../Unit/DataTable/Filter/PrependSegmentFilterTest.php | 4 ++-- .../Unit/DataTable/Filter/PrependValueToMetadataTest.php | 4 ++-- tests/PHPUnit/Unit/DataTable/Filter/RangeCheckTest.php | 4 ++-- tests/PHPUnit/Unit/DataTable/Filter/SortTest.php | 4 ++-- tests/PHPUnit/Unit/DataTable/Filter/TruncateTest.php | 4 ++-- tests/PHPUnit/Unit/DataTable/Renderer/CSVTest.php | 4 ++-- tests/PHPUnit/Unit/DataTable/Renderer/ConsoleTest.php | 4 ++-- tests/PHPUnit/Unit/DataTable/Renderer/JSONTest.php | 4 ++-- tests/PHPUnit/Unit/DataTable/Renderer/XMLTest.php | 4 ++-- tests/PHPUnit/Unit/DataTable/RowTest.php | 4 ++-- tests/PHPUnit/Unit/DataTable/SimpleTest.php | 4 ++-- tests/PHPUnit/Unit/DataTableTest.php | 4 ++-- tests/PHPUnit/Unit/DateTest.php | 4 ++-- tests/PHPUnit/Unit/DbHelperTest.php | 4 ++-- tests/PHPUnit/Unit/DeprecatedMethodsTest.php | 4 ++-- tests/PHPUnit/Unit/FactoryTest.php | 4 ++-- tests/PHPUnit/Unit/FilesystemTest.php | 4 ++-- tests/PHPUnit/Unit/Http/RouterTest.php | 2 +- tests/PHPUnit/Unit/HttpTest.php | 2 +- tests/PHPUnit/Unit/IPTest.php | 4 ++-- tests/PHPUnit/Unit/LegacyAutoLoaderTest.php | 4 ++-- tests/PHPUnit/Unit/Mail/EmailStylesTest.php | 5 ++--- tests/PHPUnit/Unit/MailTest.php | 4 ++-- tests/PHPUnit/Unit/Metrics/Formatter/HtmlTest.php | 4 ++-- tests/PHPUnit/Unit/Metrics/FormatterTest.php | 4 ++-- tests/PHPUnit/Unit/Metrics/SorterTest.php | 4 ++-- tests/PHPUnit/Unit/NonceTest.php | 4 ++-- tests/PHPUnit/Unit/Notification/ManagerTest.php | 5 ++--- tests/PHPUnit/Unit/Period/BasePeriodTest.php | 4 ++-- tests/PHPUnit/Unit/Period/DayTest.php | 4 ++-- tests/PHPUnit/Unit/Period/MonthTest.php | 4 ++-- tests/PHPUnit/Unit/Period/RangeTest.php | 4 ++-- tests/PHPUnit/Unit/Period/WeekTest.php | 4 ++-- tests/PHPUnit/Unit/Period/YearTest.php | 4 ++-- tests/PHPUnit/Unit/PeriodTest.php | 4 ++-- tests/PHPUnit/Unit/Plugin/ComponentFactoryTest.php | 4 ++-- tests/PHPUnit/Unit/RankingQueryTest.php | 4 ++-- tests/PHPUnit/Unit/Report/ReportWidgetConfigTest.php | 4 ++-- tests/PHPUnit/Unit/Report/ReportWidgetFactoryTest.php | 4 ++-- tests/PHPUnit/Unit/RequestTest.php | 4 ++-- tests/PHPUnit/Unit/Scheduler/Schedule/DailyTest.php | 4 ++-- tests/PHPUnit/Unit/Scheduler/Schedule/HourlyTest.php | 4 ++-- tests/PHPUnit/Unit/Scheduler/Schedule/MonthlyTest.php | 4 ++-- tests/PHPUnit/Unit/Scheduler/Schedule/WeeklyTest.php | 4 ++-- tests/PHPUnit/Unit/Scheduler/SchedulerTest.php | 4 ++-- tests/PHPUnit/Unit/Scheduler/TaskTest.php | 4 ++-- tests/PHPUnit/Unit/Scheduler/TimetableTest.php | 4 ++-- tests/PHPUnit/Unit/SecurityPolicyTest.php | 4 ++-- tests/PHPUnit/Unit/Segment/SegmentExpressionTest.php | 4 ++-- tests/PHPUnit/Unit/Session/SessionFingerprintTest.php | 5 ++--- tests/PHPUnit/Unit/Session/SessionInitializerTest.php | 5 ++--- tests/PHPUnit/Unit/SettingsServerTest.php | 4 ++-- tests/PHPUnit/Unit/Tracker/CacheTest.php | 5 ++--- tests/PHPUnit/Unit/Tracker/RequestSetTest.php | 4 ++-- tests/PHPUnit/Unit/Tracker/RequestTest.php | 4 ++-- tests/PHPUnit/Unit/Tracker/ResponseTest.php | 4 ++-- tests/PHPUnit/Unit/Tracker/TrackerConfigTest.php | 4 ++-- tests/PHPUnit/Unit/TrackerTest.php | 4 ++-- tests/PHPUnit/Unit/TranslateTest.php | 4 ++-- tests/PHPUnit/Unit/Translation/FilesTest.php | 4 ++-- .../Unit/Translation/Loader/DevelopmentLoaderTest.php | 4 ++-- .../Unit/Translation/Loader/JsonFileLoaderTest.php | 4 ++-- tests/PHPUnit/Unit/Translation/Loader/LoaderCacheTest.php | 4 ++-- tests/PHPUnit/Unit/Translation/TranslatorTest.php | 4 ++-- tests/PHPUnit/Unit/TwigTest.php | 4 ++-- tests/PHPUnit/Unit/UpdateCheckTest.php | 4 ++-- tests/PHPUnit/Unit/UrlHelperTest.php | 4 ++-- tests/PHPUnit/Unit/UrlTest.php | 4 ++-- tests/PHPUnit/Unit/Validator/CharacterLengthTest.php | 4 ++-- tests/PHPUnit/Unit/Validator/DateTimeTest.php | 4 ++-- tests/PHPUnit/Unit/Validator/EmailTest.php | 4 ++-- tests/PHPUnit/Unit/Validator/IpRangesTest.php | 4 ++-- tests/PHPUnit/Unit/Validator/NotEmptyTest.php | 4 ++-- tests/PHPUnit/Unit/Validator/NumberRangeTest.php | 4 ++-- tests/PHPUnit/Unit/Validator/UrlLikeTest.php | 4 ++-- tests/PHPUnit/Unit/Validator/WhiteListedValueTest.php | 4 ++-- tests/PHPUnit/Unit/VersionTest.php | 4 ++-- tests/PHPUnit/Unit/Widget/WidgetConfigTest.php | 4 ++-- tests/PHPUnit/Unit/Widget/WidgetContainerConfigTest.php | 4 ++-- tests/PHPUnit/Unit/Widget/WidgetsListTest.php | 4 ++-- tests/PHPUnit/proxy/matomo.php | 6 +++--- tests/UI/config.dist.js | 4 ++-- tests/UI/screenshot-diffs/diffgenerator.js | 4 ++-- tests/UI/specs/BarGraph_spec.js | 4 ++-- tests/UI/specs/Comparison_spec.js | 4 ++-- tests/UI/specs/DisablePluginArchive_spec.js | 4 ++-- tests/UI/specs/EmptySite_spec.js | 4 ++-- tests/UI/specs/EvolutionGraph_spec.js | 4 ++-- tests/UI/specs/IncompletePeriodVisualisation_spec.js | 4 ++-- tests/UI/specs/InvalidatedPeriodVisualisation_spec.js | 4 ++-- tests/UI/specs/JSTracker_spec.js | 6 +++--- tests/UI/specs/MeasurableManager_spec.js | 4 ++-- tests/UI/specs/Menus_spec.js | 4 ++-- tests/UI/specs/OneClickLastForcedUpdate_spec.js | 4 ++-- tests/UI/specs/OneClickUpdate_spec.js | 4 ++-- tests/UI/specs/OnlyRawDataNotification_spec.js | 4 ++-- tests/UI/specs/OptOutForm_spec.js | 4 ++-- tests/UI/specs/PeriodSelector_spec.js | 4 ++-- tests/UI/specs/PieGraph_spec.js | 4 ++-- tests/UI/specs/PivotByDimension_spec.js | 6 +++--- tests/UI/specs/QuickAccess_spec.js | 4 ++-- tests/UI/specs/ReportExporting_spec.js | 4 ++-- tests/UI/specs/RowEvolution_spec.js | 4 ++-- tests/UI/specs/SiteSelector_spec.js | 4 ++-- tests/UI/specs/SupportedBrowser_spec.js | 4 ++-- tests/UI/specs/Theme_spec.js | 4 ++-- tests/UI/specs/UIIntegration_spec.js | 4 ++-- tests/UI/specs/ViewDataTable_spec.js | 4 ++-- tests/javascript/matomotest.js | 4 ++-- tests/javascript/testrunnerNode.js | 4 ++-- tests/lib/screenshot-testing/run-tests.js | 4 ++-- tests/lib/screenshot-testing/support/app.js | 4 ++-- tests/lib/screenshot-testing/support/chai-extras.js | 4 ++-- tests/lib/screenshot-testing/support/globals.js | 4 ++-- tests/lib/screenshot-testing/support/mocha-loader.js | 4 ++-- tests/lib/screenshot-testing/support/page-renderer.js | 4 ++-- tests/lib/screenshot-testing/support/parse-cli-args.js | 4 ++-- tests/lib/screenshot-testing/support/path.js | 4 ++-- tests/lib/screenshot-testing/support/test-environment.js | 4 ++-- tests/resources/custompluginsdir/CustomDirPlugin/API.php | 4 ++-- .../custompluginsdir/CustomDirPlugin/Controller.php | 4 ++-- .../custompluginsdir/CustomDirPlugin/CustomClass.php | 4 ++-- .../custompluginsdir/CustomDirPlugin/CustomDirPlugin.php | 4 ++-- .../custompluginsdir/CustomDirPlugin/SystemSettings.php | 4 ++-- .../tests/Fixtures/SimpleFixtureTrackFewVisits.php | 2 +- .../tests/Integration/SystemSettingsTest.php | 4 ++-- .../CustomDirPlugin/tests/System/APITest.php | 6 +++--- .../CustomDirPlugin/tests/Unit/CustomClassTest.php | 4 ++-- .../extractSearchEngineInformationFromUrlTests.yml | 2 +- tests/resources/install-matomo.php | 5 ++--- tests/resources/trigger-fatal-exception.php | 4 ++-- 3184 files changed, 6349 insertions(+), 7767 deletions(-) diff --git a/core/API/ApiRenderer.php b/core/API/ApiRenderer.php index 39e90de407b..fbf44aade97 100644 --- a/core/API/ApiRenderer.php +++ b/core/API/ApiRenderer.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\API; diff --git a/core/API/CORSHandler.php b/core/API/CORSHandler.php index d014577a5f2..984da26c104 100644 --- a/core/API/CORSHandler.php +++ b/core/API/CORSHandler.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\API; diff --git a/core/API/DataTableGenericFilter.php b/core/API/DataTableGenericFilter.php index fbb2de37dba..fc750101ebf 100644 --- a/core/API/DataTableGenericFilter.php +++ b/core/API/DataTableGenericFilter.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\API; diff --git a/core/API/DataTableManipulator.php b/core/API/DataTableManipulator.php index d13cd822a6e..90475f3eba7 100644 --- a/core/API/DataTableManipulator.php +++ b/core/API/DataTableManipulator.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\API; diff --git a/core/API/DataTableManipulator/Flattener.php b/core/API/DataTableManipulator/Flattener.php index e07d828b86f..a9ef07a8027 100644 --- a/core/API/DataTableManipulator/Flattener.php +++ b/core/API/DataTableManipulator/Flattener.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\API\DataTableManipulator; diff --git a/core/API/DataTableManipulator/LabelFilter.php b/core/API/DataTableManipulator/LabelFilter.php index 65660b8c8c8..55db65cc86a 100644 --- a/core/API/DataTableManipulator/LabelFilter.php +++ b/core/API/DataTableManipulator/LabelFilter.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\API\DataTableManipulator; diff --git a/core/API/DataTableManipulator/ReportTotalsCalculator.php b/core/API/DataTableManipulator/ReportTotalsCalculator.php index f893822fdf9..d83f393f09a 100644 --- a/core/API/DataTableManipulator/ReportTotalsCalculator.php +++ b/core/API/DataTableManipulator/ReportTotalsCalculator.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\API\DataTableManipulator; diff --git a/core/API/DataTablePostProcessor.php b/core/API/DataTablePostProcessor.php index a5e1273a102..b6c02e3505c 100644 --- a/core/API/DataTablePostProcessor.php +++ b/core/API/DataTablePostProcessor.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\API; diff --git a/core/API/DocumentationGenerator.php b/core/API/DocumentationGenerator.php index ee990b4c38e..3cd382f153a 100644 --- a/core/API/DocumentationGenerator.php +++ b/core/API/DocumentationGenerator.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\API; diff --git a/core/API/Inconsistencies.php b/core/API/Inconsistencies.php index 5cef8de3fe9..961f0bdea80 100644 --- a/core/API/Inconsistencies.php +++ b/core/API/Inconsistencies.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\API; diff --git a/core/API/NoDefaultValue.php b/core/API/NoDefaultValue.php index d5d83f86ccf..45ef8179332 100644 --- a/core/API/NoDefaultValue.php +++ b/core/API/NoDefaultValue.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\API; diff --git a/core/API/Proxy.php b/core/API/Proxy.php index c7ce6895c20..5266329a85a 100644 --- a/core/API/Proxy.php +++ b/core/API/Proxy.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\API; diff --git a/core/API/Request.php b/core/API/Request.php index 7a01fec9243..34d70f82fa3 100644 --- a/core/API/Request.php +++ b/core/API/Request.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\API; diff --git a/core/API/ResponseBuilder.php b/core/API/ResponseBuilder.php index 8c456554f72..407936e7237 100644 --- a/core/API/ResponseBuilder.php +++ b/core/API/ResponseBuilder.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\API; diff --git a/core/Access.php b/core/Access.php index fd16f027ca7..5e2c8f3a959 100644 --- a/core/Access.php +++ b/core/Access.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Access/CapabilitiesProvider.php b/core/Access/CapabilitiesProvider.php index 686c97f27aa..d5f68a54444 100644 --- a/core/Access/CapabilitiesProvider.php +++ b/core/Access/CapabilitiesProvider.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Access; diff --git a/core/Access/Capability.php b/core/Access/Capability.php index 942eb525232..02f8e996ffc 100644 --- a/core/Access/Capability.php +++ b/core/Access/Capability.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Access; diff --git a/core/Access/Role.php b/core/Access/Role.php index 6bd8746060b..396118d2c14 100644 --- a/core/Access/Role.php +++ b/core/Access/Role.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Access; diff --git a/core/Access/Role/Admin.php b/core/Access/Role/Admin.php index dfd328d6450..08e7dde6a4e 100644 --- a/core/Access/Role/Admin.php +++ b/core/Access/Role/Admin.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Access\Role; diff --git a/core/Access/Role/View.php b/core/Access/Role/View.php index 85ef42d0a1c..17f0e6c4c47 100644 --- a/core/Access/Role/View.php +++ b/core/Access/Role/View.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Access\Role; diff --git a/core/Access/Role/Write.php b/core/Access/Role/Write.php index dde0e096c12..d68822639e8 100644 --- a/core/Access/Role/Write.php +++ b/core/Access/Role/Write.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Access\Role; diff --git a/core/Access/RolesProvider.php b/core/Access/RolesProvider.php index ce1246bcce7..6ce1164efaa 100644 --- a/core/Access/RolesProvider.php +++ b/core/Access/RolesProvider.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Access; diff --git a/core/Application/Environment.php b/core/Application/Environment.php index 320f1709e42..6ca75dd3817 100644 --- a/core/Application/Environment.php +++ b/core/Application/Environment.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Application; diff --git a/core/Application/EnvironmentManipulator.php b/core/Application/EnvironmentManipulator.php index fa9d1fc4c5a..1671378baa9 100644 --- a/core/Application/EnvironmentManipulator.php +++ b/core/Application/EnvironmentManipulator.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Application; diff --git a/core/Application/Kernel/EnvironmentValidator.php b/core/Application/Kernel/EnvironmentValidator.php index 1df30d63874..3ec6bc7e579 100644 --- a/core/Application/Kernel/EnvironmentValidator.php +++ b/core/Application/Kernel/EnvironmentValidator.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Application\Kernel; diff --git a/core/Application/Kernel/GlobalSettingsProvider.php b/core/Application/Kernel/GlobalSettingsProvider.php index 2afe92f33ed..6e27aae2d4e 100644 --- a/core/Application/Kernel/GlobalSettingsProvider.php +++ b/core/Application/Kernel/GlobalSettingsProvider.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Application\Kernel; diff --git a/core/Application/Kernel/PluginList.php b/core/Application/Kernel/PluginList.php index 2e3e0ffd194..98277106201 100644 --- a/core/Application/Kernel/PluginList.php +++ b/core/Application/Kernel/PluginList.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Application\Kernel; diff --git a/core/Archive.php b/core/Archive.php index 9870bd561ec..4dffb1b7ad4 100644 --- a/core/Archive.php +++ b/core/Archive.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Archive/ArchiveInvalidator.php b/core/Archive/ArchiveInvalidator.php index 6603ce62f96..7c3ea84c604 100644 --- a/core/Archive/ArchiveInvalidator.php +++ b/core/Archive/ArchiveInvalidator.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Archive; diff --git a/core/Archive/ArchiveInvalidator/InvalidationResult.php b/core/Archive/ArchiveInvalidator/InvalidationResult.php index 2b30e1b058a..0dd862fe8dd 100644 --- a/core/Archive/ArchiveInvalidator/InvalidationResult.php +++ b/core/Archive/ArchiveInvalidator/InvalidationResult.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Archive\ArchiveInvalidator; diff --git a/core/Archive/ArchivePurger.php b/core/Archive/ArchivePurger.php index b68e8a30727..2d5e62e60bf 100644 --- a/core/Archive/ArchivePurger.php +++ b/core/Archive/ArchivePurger.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Archive; diff --git a/core/Archive/ArchiveQuery.php b/core/Archive/ArchiveQuery.php index 95f76a396a0..a71f7cadde5 100644 --- a/core/Archive/ArchiveQuery.php +++ b/core/Archive/ArchiveQuery.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Archive; diff --git a/core/Archive/ArchiveQueryFactory.php b/core/Archive/ArchiveQueryFactory.php index 65aa84fa6fe..48554e26924 100644 --- a/core/Archive/ArchiveQueryFactory.php +++ b/core/Archive/ArchiveQueryFactory.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Archive; diff --git a/core/Archive/ArchiveState.php b/core/Archive/ArchiveState.php index 90268ec48cb..0ceb169c253 100644 --- a/core/Archive/ArchiveState.php +++ b/core/Archive/ArchiveState.php @@ -5,9 +5,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Archive; diff --git a/core/Archive/Chunk.php b/core/Archive/Chunk.php index 4b91c974b11..3d3e0852eb5 100644 --- a/core/Archive/Chunk.php +++ b/core/Archive/Chunk.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Archive; diff --git a/core/Archive/DataCollection.php b/core/Archive/DataCollection.php index dbbf3d637b3..4809a49d8de 100644 --- a/core/Archive/DataCollection.php +++ b/core/Archive/DataCollection.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Archive; diff --git a/core/Archive/DataTableFactory.php b/core/Archive/DataTableFactory.php index 60aa179561c..4a1835f45c5 100644 --- a/core/Archive/DataTableFactory.php +++ b/core/Archive/DataTableFactory.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Archive; diff --git a/core/Archive/Parameters.php b/core/Archive/Parameters.php index 9856982a59e..c9eb58f2f98 100644 --- a/core/Archive/Parameters.php +++ b/core/Archive/Parameters.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Archive; diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php index 6a81ad939d9..a3654ed7f0e 100644 --- a/core/ArchiveProcessor.php +++ b/core/ArchiveProcessor.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/ArchiveProcessor/ArchivingStatus.php b/core/ArchiveProcessor/ArchivingStatus.php index a810a67ad06..06c5a0b6957 100644 --- a/core/ArchiveProcessor/ArchivingStatus.php +++ b/core/ArchiveProcessor/ArchivingStatus.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ArchiveProcessor; diff --git a/core/ArchiveProcessor/Loader.php b/core/ArchiveProcessor/Loader.php index c0db8aa3bee..80e6fcf1e64 100644 --- a/core/ArchiveProcessor/Loader.php +++ b/core/ArchiveProcessor/Loader.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ArchiveProcessor; diff --git a/core/ArchiveProcessor/LoaderLock.php b/core/ArchiveProcessor/LoaderLock.php index a9b6b891804..a87f47d070c 100644 --- a/core/ArchiveProcessor/LoaderLock.php +++ b/core/ArchiveProcessor/LoaderLock.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ArchiveProcessor; diff --git a/core/ArchiveProcessor/Parameters.php b/core/ArchiveProcessor/Parameters.php index 09d82ff3c7b..507dc489692 100644 --- a/core/ArchiveProcessor/Parameters.php +++ b/core/ArchiveProcessor/Parameters.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ArchiveProcessor; diff --git a/core/ArchiveProcessor/PluginsArchiver.php b/core/ArchiveProcessor/PluginsArchiver.php index 6d09a79c9d5..123984073d8 100644 --- a/core/ArchiveProcessor/PluginsArchiver.php +++ b/core/ArchiveProcessor/PluginsArchiver.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ArchiveProcessor; diff --git a/core/ArchiveProcessor/PluginsArchiverException.php b/core/ArchiveProcessor/PluginsArchiverException.php index 34aed21e031..e4d0f0194be 100644 --- a/core/ArchiveProcessor/PluginsArchiverException.php +++ b/core/ArchiveProcessor/PluginsArchiverException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ArchiveProcessor; diff --git a/core/ArchiveProcessor/Record.php b/core/ArchiveProcessor/Record.php index 1189164d8ab..b90901b16e3 100644 --- a/core/ArchiveProcessor/Record.php +++ b/core/ArchiveProcessor/Record.php @@ -4,7 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ArchiveProcessor; diff --git a/core/ArchiveProcessor/RecordBuilder.php b/core/ArchiveProcessor/RecordBuilder.php index 9befa5796cf..bdcb356b4d5 100644 --- a/core/ArchiveProcessor/RecordBuilder.php +++ b/core/ArchiveProcessor/RecordBuilder.php @@ -4,7 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ArchiveProcessor; diff --git a/core/ArchiveProcessor/Rules.php b/core/ArchiveProcessor/Rules.php index 6e22a120735..36b3ddac98e 100644 --- a/core/ArchiveProcessor/Rules.php +++ b/core/ArchiveProcessor/Rules.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ArchiveProcessor; diff --git a/core/Archiver/Request.php b/core/Archiver/Request.php index 6d746104c23..6edbe94ad48 100644 --- a/core/Archiver/Request.php +++ b/core/Archiver/Request.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Archiver; diff --git a/core/AssetManager.php b/core/AssetManager.php index 0241267d0e6..71e4d9e32b8 100644 --- a/core/AssetManager.php +++ b/core/AssetManager.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/AssetManager/UIAsset.php b/core/AssetManager/UIAsset.php index f585a087ea0..0b802f43261 100644 --- a/core/AssetManager/UIAsset.php +++ b/core/AssetManager/UIAsset.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\AssetManager; diff --git a/core/AssetManager/UIAsset/InMemoryUIAsset.php b/core/AssetManager/UIAsset/InMemoryUIAsset.php index c37195a7e71..c8f2d93fa79 100644 --- a/core/AssetManager/UIAsset/InMemoryUIAsset.php +++ b/core/AssetManager/UIAsset/InMemoryUIAsset.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\AssetManager\UIAsset; diff --git a/core/AssetManager/UIAsset/OnDiskUIAsset.php b/core/AssetManager/UIAsset/OnDiskUIAsset.php index 83e7443a098..8c9e4d1e095 100644 --- a/core/AssetManager/UIAsset/OnDiskUIAsset.php +++ b/core/AssetManager/UIAsset/OnDiskUIAsset.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\AssetManager\UIAsset; diff --git a/core/AssetManager/UIAssetCacheBuster.php b/core/AssetManager/UIAssetCacheBuster.php index 9b29d1cecd0..e0f8c1f4239 100644 --- a/core/AssetManager/UIAssetCacheBuster.php +++ b/core/AssetManager/UIAssetCacheBuster.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later * * @method static \Piwik\AssetManager\UIAssetCacheBuster getInstance() */ diff --git a/core/AssetManager/UIAssetCatalog.php b/core/AssetManager/UIAssetCatalog.php index a5031d7c120..ac2cf348ad8 100644 --- a/core/AssetManager/UIAssetCatalog.php +++ b/core/AssetManager/UIAssetCatalog.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\AssetManager; diff --git a/core/AssetManager/UIAssetCatalogSorter.php b/core/AssetManager/UIAssetCatalogSorter.php index b16db5b9d47..e5cae12c458 100644 --- a/core/AssetManager/UIAssetCatalogSorter.php +++ b/core/AssetManager/UIAssetCatalogSorter.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\AssetManager; diff --git a/core/AssetManager/UIAssetFetcher.php b/core/AssetManager/UIAssetFetcher.php index dc92670a3ff..26b70df5755 100644 --- a/core/AssetManager/UIAssetFetcher.php +++ b/core/AssetManager/UIAssetFetcher.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\AssetManager; diff --git a/core/AssetManager/UIAssetFetcher/Chunk.php b/core/AssetManager/UIAssetFetcher/Chunk.php index 743abf0ad8b..7f4af67ea2d 100644 --- a/core/AssetManager/UIAssetFetcher/Chunk.php +++ b/core/AssetManager/UIAssetFetcher/Chunk.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\AssetManager\UIAssetFetcher; diff --git a/core/AssetManager/UIAssetFetcher/JScriptUIAssetFetcher.php b/core/AssetManager/UIAssetFetcher/JScriptUIAssetFetcher.php index 7c9962df199..74239c983df 100644 --- a/core/AssetManager/UIAssetFetcher/JScriptUIAssetFetcher.php +++ b/core/AssetManager/UIAssetFetcher/JScriptUIAssetFetcher.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\AssetManager\UIAssetFetcher; diff --git a/core/AssetManager/UIAssetFetcher/PluginUmdAssetFetcher.php b/core/AssetManager/UIAssetFetcher/PluginUmdAssetFetcher.php index 71e7f1d635c..c31177af158 100644 --- a/core/AssetManager/UIAssetFetcher/PluginUmdAssetFetcher.php +++ b/core/AssetManager/UIAssetFetcher/PluginUmdAssetFetcher.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\AssetManager\UIAssetFetcher; diff --git a/core/AssetManager/UIAssetFetcher/StaticUIAssetFetcher.php b/core/AssetManager/UIAssetFetcher/StaticUIAssetFetcher.php index 0cca546c219..7a2c384a104 100644 --- a/core/AssetManager/UIAssetFetcher/StaticUIAssetFetcher.php +++ b/core/AssetManager/UIAssetFetcher/StaticUIAssetFetcher.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\AssetManager\UIAssetFetcher; diff --git a/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php b/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php index f7d8928894e..3115ebdac18 100644 --- a/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php +++ b/core/AssetManager/UIAssetFetcher/StylesheetUIAssetFetcher.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\AssetManager\UIAssetFetcher; diff --git a/core/AssetManager/UIAssetMerger.php b/core/AssetManager/UIAssetMerger.php index 69bf2cd943e..bb7756f1d96 100644 --- a/core/AssetManager/UIAssetMerger.php +++ b/core/AssetManager/UIAssetMerger.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\AssetManager; diff --git a/core/AssetManager/UIAssetMerger/JScriptUIAssetMerger.php b/core/AssetManager/UIAssetMerger/JScriptUIAssetMerger.php index cfaeb9d5de8..90abf11f261 100644 --- a/core/AssetManager/UIAssetMerger/JScriptUIAssetMerger.php +++ b/core/AssetManager/UIAssetMerger/JScriptUIAssetMerger.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\AssetManager\UIAssetMerger; diff --git a/core/AssetManager/UIAssetMerger/StylesheetUIAssetMerger.php b/core/AssetManager/UIAssetMerger/StylesheetUIAssetMerger.php index eb533ec58db..f54458dd6b9 100644 --- a/core/AssetManager/UIAssetMerger/StylesheetUIAssetMerger.php +++ b/core/AssetManager/UIAssetMerger/StylesheetUIAssetMerger.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\AssetManager\UIAssetMerger; diff --git a/core/AssetManager/UIAssetMinifier.php b/core/AssetManager/UIAssetMinifier.php index 69707d02ad4..846c074405e 100644 --- a/core/AssetManager/UIAssetMinifier.php +++ b/core/AssetManager/UIAssetMinifier.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later * * @method static \Piwik\AssetManager\UIAssetMinifier getInstance() */ diff --git a/core/Auth.php b/core/Auth.php index 8cfed59da93..16a1d68cfb6 100644 --- a/core/Auth.php +++ b/core/Auth.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Auth/Password.php b/core/Auth/Password.php index c06ed12fa1e..91253311062 100644 --- a/core/Auth/Password.php +++ b/core/Auth/Password.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Auth; diff --git a/core/AuthResult.php b/core/AuthResult.php index a52c2b95732..174687077fa 100644 --- a/core/AuthResult.php +++ b/core/AuthResult.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/BaseFactory.php b/core/BaseFactory.php index 7395dc37a8e..3c7a4cc8219 100644 --- a/core/BaseFactory.php +++ b/core/BaseFactory.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Cache.php b/core/Cache.php index f8699a2aedd..4d8f0c8151e 100644 --- a/core/Cache.php +++ b/core/Cache.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/CacheId.php b/core/CacheId.php index fecae71d91e..9d7f1b9bd57 100644 --- a/core/CacheId.php +++ b/core/CacheId.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Category/Category.php b/core/Category/Category.php index cbd89a5ddd8..0581dfbefcf 100644 --- a/core/Category/Category.php +++ b/core/Category/Category.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Category; diff --git a/core/Category/CategoryList.php b/core/Category/CategoryList.php index 8bad50861e5..15d89f63804 100644 --- a/core/Category/CategoryList.php +++ b/core/Category/CategoryList.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Category; diff --git a/core/Category/Subcategory.php b/core/Category/Subcategory.php index 5cf16a2bf0e..e743f63b248 100644 --- a/core/Category/Subcategory.php +++ b/core/Category/Subcategory.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Category; diff --git a/core/Changes/Model.php b/core/Changes/Model.php index db47b5f91b2..0f6ccd99b68 100644 --- a/core/Changes/Model.php +++ b/core/Changes/Model.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Changes; diff --git a/core/Changes/UserChanges.php b/core/Changes/UserChanges.php index f2846da72e7..98b546d1222 100644 --- a/core/Changes/UserChanges.php +++ b/core/Changes/UserChanges.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Changes; diff --git a/core/CliMulti.php b/core/CliMulti.php index 4c58aa0ee34..37d80937c4c 100644 --- a/core/CliMulti.php +++ b/core/CliMulti.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/CliMulti/CliPhp.php b/core/CliMulti/CliPhp.php index fa51ad1e5ed..c67b2fe691e 100644 --- a/core/CliMulti/CliPhp.php +++ b/core/CliMulti/CliPhp.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CliMulti; diff --git a/core/CliMulti/Output.php b/core/CliMulti/Output.php index 9ba1d81886c..847085a1277 100644 --- a/core/CliMulti/Output.php +++ b/core/CliMulti/Output.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CliMulti; diff --git a/core/CliMulti/OutputInterface.php b/core/CliMulti/OutputInterface.php index d5d97c7e64b..8f3a28fa6ba 100644 --- a/core/CliMulti/OutputInterface.php +++ b/core/CliMulti/OutputInterface.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CliMulti; diff --git a/core/CliMulti/Process.php b/core/CliMulti/Process.php index 28e60031036..4d1b414bbf3 100644 --- a/core/CliMulti/Process.php +++ b/core/CliMulti/Process.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CliMulti; diff --git a/core/CliMulti/RequestCommand.php b/core/CliMulti/RequestCommand.php index 0a1d07e4a57..89947a75ead 100644 --- a/core/CliMulti/RequestCommand.php +++ b/core/CliMulti/RequestCommand.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CliMulti; diff --git a/core/CliMulti/RequestParser.php b/core/CliMulti/RequestParser.php index 24e221faceb..a6d748745a4 100644 --- a/core/CliMulti/RequestParser.php +++ b/core/CliMulti/RequestParser.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CliMulti; diff --git a/core/CliMulti/StaticOutput.php b/core/CliMulti/StaticOutput.php index c8938d8b872..2e69b1b50d8 100644 --- a/core/CliMulti/StaticOutput.php +++ b/core/CliMulti/StaticOutput.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CliMulti; diff --git a/core/Columns/ComputedMetricFactory.php b/core/Columns/ComputedMetricFactory.php index 4c1c559e64b..4c418863435 100644 --- a/core/Columns/ComputedMetricFactory.php +++ b/core/Columns/ComputedMetricFactory.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Columns; diff --git a/core/Columns/Dimension.php b/core/Columns/Dimension.php index 5f82483ce9c..1d823f5ff9b 100644 --- a/core/Columns/Dimension.php +++ b/core/Columns/Dimension.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Columns; diff --git a/core/Columns/DimensionMetricFactory.php b/core/Columns/DimensionMetricFactory.php index b2c14efdb3a..4716b1d9515 100644 --- a/core/Columns/DimensionMetricFactory.php +++ b/core/Columns/DimensionMetricFactory.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Columns; diff --git a/core/Columns/DimensionSegmentFactory.php b/core/Columns/DimensionSegmentFactory.php index 3352d4fbc3d..084910f2549 100644 --- a/core/Columns/DimensionSegmentFactory.php +++ b/core/Columns/DimensionSegmentFactory.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Columns; diff --git a/core/Columns/DimensionsProvider.php b/core/Columns/DimensionsProvider.php index d634fd91b04..41f71fc0792 100644 --- a/core/Columns/DimensionsProvider.php +++ b/core/Columns/DimensionsProvider.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Columns; diff --git a/core/Columns/Discriminator.php b/core/Columns/Discriminator.php index 10a664d4dd0..dc774eb19a7 100644 --- a/core/Columns/Discriminator.php +++ b/core/Columns/Discriminator.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Columns; diff --git a/core/Columns/Join.php b/core/Columns/Join.php index da01414f4b2..0c391bf6974 100644 --- a/core/Columns/Join.php +++ b/core/Columns/Join.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Columns; diff --git a/core/Columns/Join/ActionNameJoin.php b/core/Columns/Join/ActionNameJoin.php index 65f66bebcfb..1181449006a 100644 --- a/core/Columns/Join/ActionNameJoin.php +++ b/core/Columns/Join/ActionNameJoin.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Columns\Join; diff --git a/core/Columns/Join/GoalNameJoin.php b/core/Columns/Join/GoalNameJoin.php index 5998fa87f23..dc2c2fafde3 100644 --- a/core/Columns/Join/GoalNameJoin.php +++ b/core/Columns/Join/GoalNameJoin.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Columns\Join; diff --git a/core/Columns/Join/SiteNameJoin.php b/core/Columns/Join/SiteNameJoin.php index a399f9412f3..2f76f685b3b 100644 --- a/core/Columns/Join/SiteNameJoin.php +++ b/core/Columns/Join/SiteNameJoin.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Columns\Join; diff --git a/core/Columns/MetricsList.php b/core/Columns/MetricsList.php index b150657887c..83722b2e977 100644 --- a/core/Columns/MetricsList.php +++ b/core/Columns/MetricsList.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Columns; diff --git a/core/Columns/Updater.php b/core/Columns/Updater.php index 4ab349090f5..15153fea589 100644 --- a/core/Columns/Updater.php +++ b/core/Columns/Updater.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Columns; diff --git a/core/Common.php b/core/Common.php index 9ec2863487c..8bdec62236d 100644 --- a/core/Common.php +++ b/core/Common.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Concurrency/DistributedList.php b/core/Concurrency/DistributedList.php index e0673909ff2..4082b43c8a6 100644 --- a/core/Concurrency/DistributedList.php +++ b/core/Concurrency/DistributedList.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Concurrency; diff --git a/core/Concurrency/Lock.php b/core/Concurrency/Lock.php index 4756cb37695..e505e0aa1a8 100644 --- a/core/Concurrency/Lock.php +++ b/core/Concurrency/Lock.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Concurrency; diff --git a/core/Concurrency/LockBackend.php b/core/Concurrency/LockBackend.php index ddc8f321baf..a25a73bb7bd 100644 --- a/core/Concurrency/LockBackend.php +++ b/core/Concurrency/LockBackend.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Concurrency; diff --git a/core/Concurrency/LockBackend/MySqlLockBackend.php b/core/Concurrency/LockBackend/MySqlLockBackend.php index 9245cdf9827..136860b2d5b 100644 --- a/core/Concurrency/LockBackend/MySqlLockBackend.php +++ b/core/Concurrency/LockBackend/MySqlLockBackend.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Concurrency\LockBackend; diff --git a/core/Config.php b/core/Config.php index eefb872e431..587d70ee127 100644 --- a/core/Config.php +++ b/core/Config.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Config/Cache.php b/core/Config/Cache.php index d0b781dea3d..2524d8df90c 100644 --- a/core/Config/Cache.php +++ b/core/Config/Cache.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Config; diff --git a/core/Config/ConfigNotFoundException.php b/core/Config/ConfigNotFoundException.php index 527ea9a4af4..c9bc40fad7d 100644 --- a/core/Config/ConfigNotFoundException.php +++ b/core/Config/ConfigNotFoundException.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Config; diff --git a/core/Config/DatabaseConfig.php b/core/Config/DatabaseConfig.php index 1771da68c7a..c14a135fc17 100644 --- a/core/Config/DatabaseConfig.php +++ b/core/Config/DatabaseConfig.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Config; diff --git a/core/Config/GeneralConfig.php b/core/Config/GeneralConfig.php index 1272053da90..cd1a614a4ee 100644 --- a/core/Config/GeneralConfig.php +++ b/core/Config/GeneralConfig.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Config; diff --git a/core/Config/IniFileChain.php b/core/Config/IniFileChain.php index 67a931d454e..15e024b4079 100644 --- a/core/Config/IniFileChain.php +++ b/core/Config/IniFileChain.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Config; diff --git a/core/Config/SectionConfig.php b/core/Config/SectionConfig.php index fda1e5ae598..6599d87cf97 100644 --- a/core/Config/SectionConfig.php +++ b/core/Config/SectionConfig.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Config; diff --git a/core/Console.php b/core/Console.php index 372ed60631a..3a5a077ce50 100644 --- a/core/Console.php +++ b/core/Console.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Container/Container.php b/core/Container/Container.php index 63076df39d2..14aae69599d 100644 --- a/core/Container/Container.php +++ b/core/Container/Container.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Container; diff --git a/core/Container/ContainerDoesNotExistException.php b/core/Container/ContainerDoesNotExistException.php index 9f2157e04c4..5ba194d9282 100644 --- a/core/Container/ContainerDoesNotExistException.php +++ b/core/Container/ContainerDoesNotExistException.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Container; diff --git a/core/Container/ContainerFactory.php b/core/Container/ContainerFactory.php index 0c3c2f0e518..d31022948c0 100644 --- a/core/Container/ContainerFactory.php +++ b/core/Container/ContainerFactory.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Container; diff --git a/core/Container/IniConfigDefinitionSource.php b/core/Container/IniConfigDefinitionSource.php index de2620ad430..69a65aee47b 100644 --- a/core/Container/IniConfigDefinitionSource.php +++ b/core/Container/IniConfigDefinitionSource.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Container; diff --git a/core/Container/StaticContainer.php b/core/Container/StaticContainer.php index cc8f0def7bd..a0eb6b58b8c 100644 --- a/core/Container/StaticContainer.php +++ b/core/Container/StaticContainer.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Container; diff --git a/core/Context.php b/core/Context.php index fced3b19f4e..10e09e867e1 100644 --- a/core/Context.php +++ b/core/Context.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Cookie.php b/core/Cookie.php index 3b2be6b1269..29b138333d1 100644 --- a/core/Cookie.php +++ b/core/Cookie.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/CronArchive.php b/core/CronArchive.php index 1bbfbe5f95e..00ca414d746 100644 --- a/core/CronArchive.php +++ b/core/CronArchive.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/CronArchive/ArchiveFilter.php b/core/CronArchive/ArchiveFilter.php index 41ec1089610..a723775864f 100644 --- a/core/CronArchive/ArchiveFilter.php +++ b/core/CronArchive/ArchiveFilter.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CronArchive; diff --git a/core/CronArchive/FixedSiteIds.php b/core/CronArchive/FixedSiteIds.php index b56c4ab226e..35928890648 100644 --- a/core/CronArchive/FixedSiteIds.php +++ b/core/CronArchive/FixedSiteIds.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CronArchive; diff --git a/core/CronArchive/Performance/Logger.php b/core/CronArchive/Performance/Logger.php index a530fd371db..9b0dc0cfb31 100644 --- a/core/CronArchive/Performance/Logger.php +++ b/core/CronArchive/Performance/Logger.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CronArchive\Performance; diff --git a/core/CronArchive/Performance/Measurement.php b/core/CronArchive/Performance/Measurement.php index 6c2a6dbaae0..84d32b01531 100644 --- a/core/CronArchive/Performance/Measurement.php +++ b/core/CronArchive/Performance/Measurement.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CronArchive\Performance; diff --git a/core/CronArchive/QueueConsumer.php b/core/CronArchive/QueueConsumer.php index b4cd0f7b280..a49f8285263 100644 --- a/core/CronArchive/QueueConsumer.php +++ b/core/CronArchive/QueueConsumer.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CronArchive; diff --git a/core/CronArchive/ReArchiveList.php b/core/CronArchive/ReArchiveList.php index 3efeeae87bd..f81b0d5253b 100644 --- a/core/CronArchive/ReArchiveList.php +++ b/core/CronArchive/ReArchiveList.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CronArchive; diff --git a/core/CronArchive/SegmentArchiving.php b/core/CronArchive/SegmentArchiving.php index 5812fb83187..257c2fb9139 100644 --- a/core/CronArchive/SegmentArchiving.php +++ b/core/CronArchive/SegmentArchiving.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CronArchive; diff --git a/core/CronArchive/SharedSiteIds.php b/core/CronArchive/SharedSiteIds.php index 44e5702cccc..be1c5149e86 100644 --- a/core/CronArchive/SharedSiteIds.php +++ b/core/CronArchive/SharedSiteIds.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CronArchive; diff --git a/core/CronArchive/StopArchiverException.php b/core/CronArchive/StopArchiverException.php index a3e69bc4417..f31f1617deb 100644 --- a/core/CronArchive/StopArchiverException.php +++ b/core/CronArchive/StopArchiverException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\CronArchive; diff --git a/core/DI.php b/core/DI.php index 2bfbbef3a3b..3c3dee03a8b 100644 --- a/core/DI.php +++ b/core/DI.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/DataAccess/Actions.php b/core/DataAccess/Actions.php index 6b0200b3cf7..5285743a993 100644 --- a/core/DataAccess/Actions.php +++ b/core/DataAccess/Actions.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataAccess; diff --git a/core/DataAccess/ArchiveSelector.php b/core/DataAccess/ArchiveSelector.php index defdf8b118d..7dfb975f5fa 100644 --- a/core/DataAccess/ArchiveSelector.php +++ b/core/DataAccess/ArchiveSelector.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataAccess; diff --git a/core/DataAccess/ArchiveTableCreator.php b/core/DataAccess/ArchiveTableCreator.php index ff720ae74ae..04a4ac0b8bb 100644 --- a/core/DataAccess/ArchiveTableCreator.php +++ b/core/DataAccess/ArchiveTableCreator.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataAccess; diff --git a/core/DataAccess/ArchiveTableDao.php b/core/DataAccess/ArchiveTableDao.php index 79ebfe5cb19..5f71b01d542 100644 --- a/core/DataAccess/ArchiveTableDao.php +++ b/core/DataAccess/ArchiveTableDao.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataAccess; diff --git a/core/DataAccess/ArchiveWriter.php b/core/DataAccess/ArchiveWriter.php index e726adf8d8b..6f04707e551 100644 --- a/core/DataAccess/ArchiveWriter.php +++ b/core/DataAccess/ArchiveWriter.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataAccess; diff --git a/core/DataAccess/ArchivingDbAdapter.php b/core/DataAccess/ArchivingDbAdapter.php index 1cc89e36636..29927cab440 100644 --- a/core/DataAccess/ArchivingDbAdapter.php +++ b/core/DataAccess/ArchivingDbAdapter.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataAccess; diff --git a/core/DataAccess/LogAggregator.php b/core/DataAccess/LogAggregator.php index 403ebb804f2..53f2d50c73b 100644 --- a/core/DataAccess/LogAggregator.php +++ b/core/DataAccess/LogAggregator.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataAccess; diff --git a/core/DataAccess/LogQueryBuilder.php b/core/DataAccess/LogQueryBuilder.php index 1853593ecd6..3c265d48b61 100644 --- a/core/DataAccess/LogQueryBuilder.php +++ b/core/DataAccess/LogQueryBuilder.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataAccess; diff --git a/core/DataAccess/LogQueryBuilder/JoinGenerator.php b/core/DataAccess/LogQueryBuilder/JoinGenerator.php index ea53bba0f29..a1c0b7e613e 100644 --- a/core/DataAccess/LogQueryBuilder/JoinGenerator.php +++ b/core/DataAccess/LogQueryBuilder/JoinGenerator.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataAccess\LogQueryBuilder; diff --git a/core/DataAccess/LogQueryBuilder/JoinTables.php b/core/DataAccess/LogQueryBuilder/JoinTables.php index 2d625c1f89b..be47e943c33 100644 --- a/core/DataAccess/LogQueryBuilder/JoinTables.php +++ b/core/DataAccess/LogQueryBuilder/JoinTables.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataAccess\LogQueryBuilder; diff --git a/core/DataAccess/LogTableTemporary.php b/core/DataAccess/LogTableTemporary.php index b1558bd0c6e..678c8b0dd74 100644 --- a/core/DataAccess/LogTableTemporary.php +++ b/core/DataAccess/LogTableTemporary.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataAccess; diff --git a/core/DataAccess/Model.php b/core/DataAccess/Model.php index 71d61723e3e..b96c980c187 100644 --- a/core/DataAccess/Model.php +++ b/core/DataAccess/Model.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataAccess; diff --git a/core/DataAccess/RawLogDao.php b/core/DataAccess/RawLogDao.php index f2ece086ec0..2232a083627 100644 --- a/core/DataAccess/RawLogDao.php +++ b/core/DataAccess/RawLogDao.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataAccess; diff --git a/core/DataAccess/TableMetadata.php b/core/DataAccess/TableMetadata.php index 39899456c87..a1f3fe2cc4b 100644 --- a/core/DataAccess/TableMetadata.php +++ b/core/DataAccess/TableMetadata.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataAccess; diff --git a/core/DataArray.php b/core/DataArray.php index 967b1a8761c..9406d7ee328 100644 --- a/core/DataArray.php +++ b/core/DataArray.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/DataFiles/Providers.php b/core/DataFiles/Providers.php index ba654704ef2..5fedc1356bf 100644 --- a/core/DataFiles/Providers.php +++ b/core/DataFiles/Providers.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ /** diff --git a/core/DataTable.php b/core/DataTable.php index a31d2c1af08..aec64fac9b4 100644 --- a/core/DataTable.php +++ b/core/DataTable.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/DataTable/BaseFilter.php b/core/DataTable/BaseFilter.php index c02000b90cd..36fa6a396f5 100644 --- a/core/DataTable/BaseFilter.php +++ b/core/DataTable/BaseFilter.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable; diff --git a/core/DataTable/Bridges.php b/core/DataTable/Bridges.php index a4aa5a7380f..73feacfb9eb 100644 --- a/core/DataTable/Bridges.php +++ b/core/DataTable/Bridges.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ /** diff --git a/core/DataTable/DataTableInterface.php b/core/DataTable/DataTableInterface.php index afe242d65b3..b535958dd4e 100644 --- a/core/DataTable/DataTableInterface.php +++ b/core/DataTable/DataTableInterface.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable; diff --git a/core/DataTable/Filter/AddColumnsProcessedMetrics.php b/core/DataTable/Filter/AddColumnsProcessedMetrics.php index f33033f7d88..a7f1a32295d 100644 --- a/core/DataTable/Filter/AddColumnsProcessedMetrics.php +++ b/core/DataTable/Filter/AddColumnsProcessedMetrics.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php b/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php index 1caeb7e7a8c..1d130751a44 100644 --- a/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php +++ b/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/AddSegmentByLabel.php b/core/DataTable/Filter/AddSegmentByLabel.php index fe02568e340..8a1ab162699 100644 --- a/core/DataTable/Filter/AddSegmentByLabel.php +++ b/core/DataTable/Filter/AddSegmentByLabel.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/AddSegmentByLabelMapping.php b/core/DataTable/Filter/AddSegmentByLabelMapping.php index 35696b563a8..9250a06fe9b 100644 --- a/core/DataTable/Filter/AddSegmentByLabelMapping.php +++ b/core/DataTable/Filter/AddSegmentByLabelMapping.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/AddSegmentByRangeLabel.php b/core/DataTable/Filter/AddSegmentByRangeLabel.php index 377b14f9813..e3deed7ffca 100644 --- a/core/DataTable/Filter/AddSegmentByRangeLabel.php +++ b/core/DataTable/Filter/AddSegmentByRangeLabel.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/AddSegmentBySegmentValue.php b/core/DataTable/Filter/AddSegmentBySegmentValue.php index 9496e9c18e7..a1c8e8eb00a 100644 --- a/core/DataTable/Filter/AddSegmentBySegmentValue.php +++ b/core/DataTable/Filter/AddSegmentBySegmentValue.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/AddSegmentValue.php b/core/DataTable/Filter/AddSegmentValue.php index cb444eddf51..951d6eac134 100644 --- a/core/DataTable/Filter/AddSegmentValue.php +++ b/core/DataTable/Filter/AddSegmentValue.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/AddSummaryRow.php b/core/DataTable/Filter/AddSummaryRow.php index d8cf2191bb2..450692543cd 100644 --- a/core/DataTable/Filter/AddSummaryRow.php +++ b/core/DataTable/Filter/AddSummaryRow.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/BeautifyRangeLabels.php b/core/DataTable/Filter/BeautifyRangeLabels.php index 83c42609bbf..de823c243bd 100644 --- a/core/DataTable/Filter/BeautifyRangeLabels.php +++ b/core/DataTable/Filter/BeautifyRangeLabels.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/BeautifyTimeRangeLabels.php b/core/DataTable/Filter/BeautifyTimeRangeLabels.php index 237ec894d62..aae5399c992 100644 --- a/core/DataTable/Filter/BeautifyTimeRangeLabels.php +++ b/core/DataTable/Filter/BeautifyTimeRangeLabels.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/CalculateEvolutionFilter.php b/core/DataTable/Filter/CalculateEvolutionFilter.php index 7b2c45312cc..0c803de473b 100644 --- a/core/DataTable/Filter/CalculateEvolutionFilter.php +++ b/core/DataTable/Filter/CalculateEvolutionFilter.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/ColumnCallbackAddColumn.php b/core/DataTable/Filter/ColumnCallbackAddColumn.php index 32a396696a2..05ce2cd0b2a 100644 --- a/core/DataTable/Filter/ColumnCallbackAddColumn.php +++ b/core/DataTable/Filter/ColumnCallbackAddColumn.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php b/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php index dfe7f29c607..527bb6c6899 100644 --- a/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php +++ b/core/DataTable/Filter/ColumnCallbackAddColumnPercentage.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php b/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php index fd80c47377c..79b5173f0b7 100644 --- a/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php +++ b/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/ColumnCallbackAddMetadata.php b/core/DataTable/Filter/ColumnCallbackAddMetadata.php index 3c181016569..6be4d8c0a6b 100644 --- a/core/DataTable/Filter/ColumnCallbackAddMetadata.php +++ b/core/DataTable/Filter/ColumnCallbackAddMetadata.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/ColumnCallbackDeleteMetadata.php b/core/DataTable/Filter/ColumnCallbackDeleteMetadata.php index 0eb33c3116a..8dc6e10d19f 100644 --- a/core/DataTable/Filter/ColumnCallbackDeleteMetadata.php +++ b/core/DataTable/Filter/ColumnCallbackDeleteMetadata.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/ColumnCallbackDeleteRow.php b/core/DataTable/Filter/ColumnCallbackDeleteRow.php index faaa2ea4fbb..2c9f968fc42 100644 --- a/core/DataTable/Filter/ColumnCallbackDeleteRow.php +++ b/core/DataTable/Filter/ColumnCallbackDeleteRow.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/ColumnCallbackReplace.php b/core/DataTable/Filter/ColumnCallbackReplace.php index 92b213d96ac..542c9130386 100644 --- a/core/DataTable/Filter/ColumnCallbackReplace.php +++ b/core/DataTable/Filter/ColumnCallbackReplace.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/ColumnDelete.php b/core/DataTable/Filter/ColumnDelete.php index 436c316de7a..c7ca77b7303 100644 --- a/core/DataTable/Filter/ColumnDelete.php +++ b/core/DataTable/Filter/ColumnDelete.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/EnrichRecordWithGoalMetricSums.php b/core/DataTable/Filter/EnrichRecordWithGoalMetricSums.php index 1c42207871f..e5836623a41 100644 --- a/core/DataTable/Filter/EnrichRecordWithGoalMetricSums.php +++ b/core/DataTable/Filter/EnrichRecordWithGoalMetricSums.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/ExcludeLowPopulation.php b/core/DataTable/Filter/ExcludeLowPopulation.php index 63cdd2c5b85..fa203a61670 100644 --- a/core/DataTable/Filter/ExcludeLowPopulation.php +++ b/core/DataTable/Filter/ExcludeLowPopulation.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/GroupBy.php b/core/DataTable/Filter/GroupBy.php index 6af98606562..4e9fe3f9b0b 100644 --- a/core/DataTable/Filter/GroupBy.php +++ b/core/DataTable/Filter/GroupBy.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/Limit.php b/core/DataTable/Filter/Limit.php index ba42a268b40..2872a8349cd 100644 --- a/core/DataTable/Filter/Limit.php +++ b/core/DataTable/Filter/Limit.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/MetadataCallbackAddMetadata.php b/core/DataTable/Filter/MetadataCallbackAddMetadata.php index f324a0b9908..6abaa8a1a48 100644 --- a/core/DataTable/Filter/MetadataCallbackAddMetadata.php +++ b/core/DataTable/Filter/MetadataCallbackAddMetadata.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/MetadataCallbackReplace.php b/core/DataTable/Filter/MetadataCallbackReplace.php index 104c57aaae6..9f72a6c5f69 100644 --- a/core/DataTable/Filter/MetadataCallbackReplace.php +++ b/core/DataTable/Filter/MetadataCallbackReplace.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/Pattern.php b/core/DataTable/Filter/Pattern.php index a3a560b201f..7d9d10b5761 100644 --- a/core/DataTable/Filter/Pattern.php +++ b/core/DataTable/Filter/Pattern.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/PatternRecursive.php b/core/DataTable/Filter/PatternRecursive.php index 610a2a93e63..ae37ffc4146 100644 --- a/core/DataTable/Filter/PatternRecursive.php +++ b/core/DataTable/Filter/PatternRecursive.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/PivotByDimension.php b/core/DataTable/Filter/PivotByDimension.php index a9d2bf22db5..2818d552bce 100644 --- a/core/DataTable/Filter/PivotByDimension.php +++ b/core/DataTable/Filter/PivotByDimension.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/PrependSegment.php b/core/DataTable/Filter/PrependSegment.php index 41a6ad3fb5d..dd0e0af6178 100644 --- a/core/DataTable/Filter/PrependSegment.php +++ b/core/DataTable/Filter/PrependSegment.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/PrependValueToMetadata.php b/core/DataTable/Filter/PrependValueToMetadata.php index feb7e26c0af..46a94143ee9 100644 --- a/core/DataTable/Filter/PrependValueToMetadata.php +++ b/core/DataTable/Filter/PrependValueToMetadata.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/RangeCheck.php b/core/DataTable/Filter/RangeCheck.php index 64d0cd6c8b6..e9e6f2addb8 100644 --- a/core/DataTable/Filter/RangeCheck.php +++ b/core/DataTable/Filter/RangeCheck.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/RemoveSubtables.php b/core/DataTable/Filter/RemoveSubtables.php index 7540f225cb8..eb6cb36ec81 100644 --- a/core/DataTable/Filter/RemoveSubtables.php +++ b/core/DataTable/Filter/RemoveSubtables.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/ReplaceColumnNames.php b/core/DataTable/Filter/ReplaceColumnNames.php index 46e424e8183..cd00441a5da 100644 --- a/core/DataTable/Filter/ReplaceColumnNames.php +++ b/core/DataTable/Filter/ReplaceColumnNames.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/ReplaceSummaryRowLabel.php b/core/DataTable/Filter/ReplaceSummaryRowLabel.php index 4ae173a35f1..dd34e770f0b 100644 --- a/core/DataTable/Filter/ReplaceSummaryRowLabel.php +++ b/core/DataTable/Filter/ReplaceSummaryRowLabel.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/SafeDecodeLabel.php b/core/DataTable/Filter/SafeDecodeLabel.php index 6f826b50b69..c2ba453af61 100644 --- a/core/DataTable/Filter/SafeDecodeLabel.php +++ b/core/DataTable/Filter/SafeDecodeLabel.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/Sort.php b/core/DataTable/Filter/Sort.php index fe81045056c..d02e40aa824 100644 --- a/core/DataTable/Filter/Sort.php +++ b/core/DataTable/Filter/Sort.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Filter/Truncate.php b/core/DataTable/Filter/Truncate.php index f2fc5548fa0..4717a86dfb3 100644 --- a/core/DataTable/Filter/Truncate.php +++ b/core/DataTable/Filter/Truncate.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Filter; diff --git a/core/DataTable/Manager.php b/core/DataTable/Manager.php index 17fddc15cb2..cc9d6c6e811 100644 --- a/core/DataTable/Manager.php +++ b/core/DataTable/Manager.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable; diff --git a/core/DataTable/Map.php b/core/DataTable/Map.php index e2d900b022a..f0ca372cad9 100644 --- a/core/DataTable/Map.php +++ b/core/DataTable/Map.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable; diff --git a/core/DataTable/Renderer.php b/core/DataTable/Renderer.php index efbc0c90d9f..be2ed44c65e 100644 --- a/core/DataTable/Renderer.php +++ b/core/DataTable/Renderer.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable; diff --git a/core/DataTable/Renderer/Console.php b/core/DataTable/Renderer/Console.php index 18b0a9aabf0..fa906d71c55 100644 --- a/core/DataTable/Renderer/Console.php +++ b/core/DataTable/Renderer/Console.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Renderer; diff --git a/core/DataTable/Renderer/Csv.php b/core/DataTable/Renderer/Csv.php index da98d204b80..0674c8c3877 100644 --- a/core/DataTable/Renderer/Csv.php +++ b/core/DataTable/Renderer/Csv.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Renderer; diff --git a/core/DataTable/Renderer/Html.php b/core/DataTable/Renderer/Html.php index 184a2774499..662313c4ce6 100644 --- a/core/DataTable/Renderer/Html.php +++ b/core/DataTable/Renderer/Html.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Renderer; diff --git a/core/DataTable/Renderer/Json.php b/core/DataTable/Renderer/Json.php index 7ca5638bbe1..777bcab18e5 100644 --- a/core/DataTable/Renderer/Json.php +++ b/core/DataTable/Renderer/Json.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Renderer; diff --git a/core/DataTable/Renderer/Rss.php b/core/DataTable/Renderer/Rss.php index e36297e2c69..211b624b155 100644 --- a/core/DataTable/Renderer/Rss.php +++ b/core/DataTable/Renderer/Rss.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Renderer; diff --git a/core/DataTable/Renderer/Tsv.php b/core/DataTable/Renderer/Tsv.php index 6de51a9ef5a..7c053bec021 100644 --- a/core/DataTable/Renderer/Tsv.php +++ b/core/DataTable/Renderer/Tsv.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Renderer; diff --git a/core/DataTable/Renderer/Xml.php b/core/DataTable/Renderer/Xml.php index d49ef7b185b..cdd7fe538e6 100644 --- a/core/DataTable/Renderer/Xml.php +++ b/core/DataTable/Renderer/Xml.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Renderer; diff --git a/core/DataTable/Row.php b/core/DataTable/Row.php index f79d36a1078..2f90cfe5017 100644 --- a/core/DataTable/Row.php +++ b/core/DataTable/Row.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable; diff --git a/core/DataTable/Row/DataTableSummaryRow.php b/core/DataTable/Row/DataTableSummaryRow.php index 5de1a1dc611..3c768654599 100644 --- a/core/DataTable/Row/DataTableSummaryRow.php +++ b/core/DataTable/Row/DataTableSummaryRow.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable\Row; diff --git a/core/DataTable/Simple.php b/core/DataTable/Simple.php index 319afa27e37..49df0563a9a 100644 --- a/core/DataTable/Simple.php +++ b/core/DataTable/Simple.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable; diff --git a/core/DataTable/TableNotFoundException.php b/core/DataTable/TableNotFoundException.php index 542b8ee7b0e..579e82adca1 100644 --- a/core/DataTable/TableNotFoundException.php +++ b/core/DataTable/TableNotFoundException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DataTable; diff --git a/core/Date.php b/core/Date.php index a4b4bfbd37c..301f51a8ddb 100644 --- a/core/Date.php +++ b/core/Date.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Db.php b/core/Db.php index 065d9f73965..9b38b762778 100644 --- a/core/Db.php +++ b/core/Db.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Db/Adapter.php b/core/Db/Adapter.php index bebcc40c27e..3fd0c543881 100644 --- a/core/Db/Adapter.php +++ b/core/Db/Adapter.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Db; diff --git a/core/Db/Adapter/Mysqli.php b/core/Db/Adapter/Mysqli.php index 1b1ae737c64..99693a85f37 100644 --- a/core/Db/Adapter/Mysqli.php +++ b/core/Db/Adapter/Mysqli.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Db\Adapter; diff --git a/core/Db/Adapter/Pdo/Mysql.php b/core/Db/Adapter/Pdo/Mysql.php index bf3c8cb7e0c..a640fa41eab 100644 --- a/core/Db/Adapter/Pdo/Mysql.php +++ b/core/Db/Adapter/Pdo/Mysql.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Db\Adapter\Pdo; diff --git a/core/Db/AdapterInterface.php b/core/Db/AdapterInterface.php index e7a14be35fc..4c22a173178 100644 --- a/core/Db/AdapterInterface.php +++ b/core/Db/AdapterInterface.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Db; diff --git a/core/Db/BatchInsert.php b/core/Db/BatchInsert.php index 6a045d4c0d2..73d3c18c357 100644 --- a/core/Db/BatchInsert.php +++ b/core/Db/BatchInsert.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Db; diff --git a/core/Db/Schema.php b/core/Db/Schema.php index 5be1f16c3a9..b29e33f8aef 100644 --- a/core/Db/Schema.php +++ b/core/Db/Schema.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Db; diff --git a/core/Db/Schema/Mysql.php b/core/Db/Schema/Mysql.php index 7bb1d5763e1..64e03961bf8 100644 --- a/core/Db/Schema/Mysql.php +++ b/core/Db/Schema/Mysql.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Db\Schema; diff --git a/core/Db/SchemaInterface.php b/core/Db/SchemaInterface.php index 9b0ba8b5c12..7b6c4398b8c 100644 --- a/core/Db/SchemaInterface.php +++ b/core/Db/SchemaInterface.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Db; diff --git a/core/Db/Settings.php b/core/Db/Settings.php index 1563b93ada0..c9707fcce8c 100644 --- a/core/Db/Settings.php +++ b/core/Db/Settings.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Db; diff --git a/core/Db/TransactionLevel.php b/core/Db/TransactionLevel.php index b62ac9e8874..3961b41d460 100644 --- a/core/Db/TransactionLevel.php +++ b/core/Db/TransactionLevel.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Db; diff --git a/core/DbHelper.php b/core/DbHelper.php index df4f84df7b5..244d7fe10b9 100644 --- a/core/DbHelper.php +++ b/core/DbHelper.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Development.php b/core/Development.php index 901ace6a6df..d4590c42a29 100644 --- a/core/Development.php +++ b/core/Development.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/DeviceDetector/DeviceDetectorCache.php b/core/DeviceDetector/DeviceDetectorCache.php index f39887006e9..da752327970 100644 --- a/core/DeviceDetector/DeviceDetectorCache.php +++ b/core/DeviceDetector/DeviceDetectorCache.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DeviceDetector; diff --git a/core/DeviceDetector/DeviceDetectorFactory.php b/core/DeviceDetector/DeviceDetectorFactory.php index 5902f4fae8f..aafe6016d78 100644 --- a/core/DeviceDetector/DeviceDetectorFactory.php +++ b/core/DeviceDetector/DeviceDetectorFactory.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\DeviceDetector; diff --git a/core/Email/ContentGenerator.php b/core/Email/ContentGenerator.php index 4ecfed6700f..bcf651fee4c 100644 --- a/core/Email/ContentGenerator.php +++ b/core/Email/ContentGenerator.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Email; diff --git a/core/ErrorHandler.php b/core/ErrorHandler.php index bcf4300f01d..25629cf4c76 100644 --- a/core/ErrorHandler.php +++ b/core/ErrorHandler.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/EventDispatcher.php b/core/EventDispatcher.php index e5af8784bd0..00129822ced 100644 --- a/core/EventDispatcher.php +++ b/core/EventDispatcher.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Exception/AuthenticationFailedException.php b/core/Exception/AuthenticationFailedException.php index a994385e394..1afd8521f2b 100644 --- a/core/Exception/AuthenticationFailedException.php +++ b/core/Exception/AuthenticationFailedException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/DI/DependencyException.php b/core/Exception/DI/DependencyException.php index 3594655f8f9..998d2750dd6 100644 --- a/core/Exception/DI/DependencyException.php +++ b/core/Exception/DI/DependencyException.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception\DI; diff --git a/core/Exception/DI/NotFoundException.php b/core/Exception/DI/NotFoundException.php index d8d90022862..7b48b56ce7c 100644 --- a/core/Exception/DI/NotFoundException.php +++ b/core/Exception/DI/NotFoundException.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception\DI; diff --git a/core/Exception/DatabaseSchemaIsNewerThanCodebaseException.php b/core/Exception/DatabaseSchemaIsNewerThanCodebaseException.php index 924522180d7..fc10d171453 100644 --- a/core/Exception/DatabaseSchemaIsNewerThanCodebaseException.php +++ b/core/Exception/DatabaseSchemaIsNewerThanCodebaseException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/ErrorException.php b/core/Exception/ErrorException.php index 7aa1985f46a..b983f431382 100644 --- a/core/Exception/ErrorException.php +++ b/core/Exception/ErrorException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/Exception.php b/core/Exception/Exception.php index 0882d482190..33a5347f0bb 100644 --- a/core/Exception/Exception.php +++ b/core/Exception/Exception.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/FailedCopyException.php b/core/Exception/FailedCopyException.php index a6bb6d16247..66a259e1a6e 100644 --- a/core/Exception/FailedCopyException.php +++ b/core/Exception/FailedCopyException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/IRedirectException.php b/core/Exception/IRedirectException.php index 787b5f66663..68c443c65a7 100644 --- a/core/Exception/IRedirectException.php +++ b/core/Exception/IRedirectException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/InvalidDimensionException.php b/core/Exception/InvalidDimensionException.php index 93f11aac5b0..e283ae367db 100644 --- a/core/Exception/InvalidDimensionException.php +++ b/core/Exception/InvalidDimensionException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/InvalidRequestParameterException.php b/core/Exception/InvalidRequestParameterException.php index 73476848dbe..0a5667ec639 100644 --- a/core/Exception/InvalidRequestParameterException.php +++ b/core/Exception/InvalidRequestParameterException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/MissingFilePermissionException.php b/core/Exception/MissingFilePermissionException.php index 52696100c63..882eed97a34 100644 --- a/core/Exception/MissingFilePermissionException.php +++ b/core/Exception/MissingFilePermissionException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/NoPrivilegesException.php b/core/Exception/NoPrivilegesException.php index 7b30faddd8b..fe70a1263f1 100644 --- a/core/Exception/NoPrivilegesException.php +++ b/core/Exception/NoPrivilegesException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/NoWebsiteFoundException.php b/core/Exception/NoWebsiteFoundException.php index c9ebb4ad81b..bc9c3944b97 100644 --- a/core/Exception/NoWebsiteFoundException.php +++ b/core/Exception/NoWebsiteFoundException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/NotGitInstalledException.php b/core/Exception/NotGitInstalledException.php index dd7a62743a5..19574e2c366 100644 --- a/core/Exception/NotGitInstalledException.php +++ b/core/Exception/NotGitInstalledException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/NotSupportedBrowserException.php b/core/Exception/NotSupportedBrowserException.php index 9445d291b3c..deee520d6db 100644 --- a/core/Exception/NotSupportedBrowserException.php +++ b/core/Exception/NotSupportedBrowserException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/NotYetInstalledException.php b/core/Exception/NotYetInstalledException.php index 038affae7e3..5fda07d81e6 100644 --- a/core/Exception/NotYetInstalledException.php +++ b/core/Exception/NotYetInstalledException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/PluginDeactivatedException.php b/core/Exception/PluginDeactivatedException.php index 0a2d55b67f0..7e93e82db04 100644 --- a/core/Exception/PluginDeactivatedException.php +++ b/core/Exception/PluginDeactivatedException.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/PluginRequiresInternetException.php b/core/Exception/PluginRequiresInternetException.php index 855f6cf3da5..4dd8e1349a8 100644 --- a/core/Exception/PluginRequiresInternetException.php +++ b/core/Exception/PluginRequiresInternetException.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/RedirectException.php b/core/Exception/RedirectException.php index c70234a30d5..658f381a8d8 100644 --- a/core/Exception/RedirectException.php +++ b/core/Exception/RedirectException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/StylesheetLessCompileException.php b/core/Exception/StylesheetLessCompileException.php index 5d814d8f17b..f2ed3332f1a 100644 --- a/core/Exception/StylesheetLessCompileException.php +++ b/core/Exception/StylesheetLessCompileException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/Exception/UnexpectedWebsiteFoundException.php b/core/Exception/UnexpectedWebsiteFoundException.php index 410bb9ab7b7..4e977d09ef1 100644 --- a/core/Exception/UnexpectedWebsiteFoundException.php +++ b/core/Exception/UnexpectedWebsiteFoundException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Exception; diff --git a/core/ExceptionHandler.php b/core/ExceptionHandler.php index 988cf0f3bf0..de7c9bf2150 100644 --- a/core/ExceptionHandler.php +++ b/core/ExceptionHandler.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/FileIntegrity.php b/core/FileIntegrity.php index 8c8e19f808a..c605cb9a977 100644 --- a/core/FileIntegrity.php +++ b/core/FileIntegrity.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Filechecks.php b/core/Filechecks.php index 979282d9197..8a5a8d8911f 100644 --- a/core/Filechecks.php +++ b/core/Filechecks.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Filesystem.php b/core/Filesystem.php index 93c63aee17a..6fbd9f10442 100644 --- a/core/Filesystem.php +++ b/core/Filesystem.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/FrontController.php b/core/FrontController.php index 289bdbc7829..fb499720f46 100644 --- a/core/FrontController.php +++ b/core/FrontController.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Http.php b/core/Http.php index 5a89cb5c551..e8f17478e2c 100644 --- a/core/Http.php +++ b/core/Http.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Http/BadRequestException.php b/core/Http/BadRequestException.php index 8fd41020e1b..7c62cd4b88e 100644 --- a/core/Http/BadRequestException.php +++ b/core/Http/BadRequestException.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Http; diff --git a/core/Http/ControllerResolver.php b/core/Http/ControllerResolver.php index 3fc82c457d4..91e1ece9660 100644 --- a/core/Http/ControllerResolver.php +++ b/core/Http/ControllerResolver.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Http; diff --git a/core/Http/HttpCodeException.php b/core/Http/HttpCodeException.php index dd2ddd91f51..b2b77be3552 100644 --- a/core/Http/HttpCodeException.php +++ b/core/Http/HttpCodeException.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Http; diff --git a/core/Http/Router.php b/core/Http/Router.php index a2cdae7c69b..fa9ef3a761f 100644 --- a/core/Http/Router.php +++ b/core/Http/Router.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Http; diff --git a/core/IP.php b/core/IP.php index ebb04c97449..617241ac446 100644 --- a/core/IP.php +++ b/core/IP.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Intl/Data/Provider/CurrencyDataProvider.php b/core/Intl/Data/Provider/CurrencyDataProvider.php index 2f88b94b42d..3f3fc82c9c0 100644 --- a/core/Intl/Data/Provider/CurrencyDataProvider.php +++ b/core/Intl/Data/Provider/CurrencyDataProvider.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Intl\Data\Provider; diff --git a/core/Intl/Data/Provider/DateTimeFormatProvider.php b/core/Intl/Data/Provider/DateTimeFormatProvider.php index 0dff1a87ced..5d798cf872b 100644 --- a/core/Intl/Data/Provider/DateTimeFormatProvider.php +++ b/core/Intl/Data/Provider/DateTimeFormatProvider.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Intl\Data\Provider; diff --git a/core/Intl/Data/Provider/LanguageDataProvider.php b/core/Intl/Data/Provider/LanguageDataProvider.php index f661ddb6165..8d8870b143a 100644 --- a/core/Intl/Data/Provider/LanguageDataProvider.php +++ b/core/Intl/Data/Provider/LanguageDataProvider.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Intl\Data\Provider; diff --git a/core/Intl/Data/Provider/RegionDataProvider.php b/core/Intl/Data/Provider/RegionDataProvider.php index 7f3def88617..18274277c30 100644 --- a/core/Intl/Data/Provider/RegionDataProvider.php +++ b/core/Intl/Data/Provider/RegionDataProvider.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Intl\Data\Provider; diff --git a/core/Intl/Data/Resources/continents.php b/core/Intl/Data/Resources/continents.php index 7a681dad24b..932a1d55dd9 100644 --- a/core/Intl/Data/Resources/continents.php +++ b/core/Intl/Data/Resources/continents.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ /** diff --git a/core/Intl/Data/Resources/countries-extra.php b/core/Intl/Data/Resources/countries-extra.php index bf9ad918d24..9d7b45eb0ae 100644 --- a/core/Intl/Data/Resources/countries-extra.php +++ b/core/Intl/Data/Resources/countries-extra.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ /** diff --git a/core/Intl/Data/Resources/countries.php b/core/Intl/Data/Resources/countries.php index f8639817373..541707aa797 100644 --- a/core/Intl/Data/Resources/countries.php +++ b/core/Intl/Data/Resources/countries.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ /** diff --git a/core/Intl/Data/Resources/currencies.php b/core/Intl/Data/Resources/currencies.php index 0a8435a3cac..ee2fb950fc9 100644 --- a/core/Intl/Data/Resources/currencies.php +++ b/core/Intl/Data/Resources/currencies.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ /** diff --git a/core/Intl/Data/Resources/languages-to-countries.php b/core/Intl/Data/Resources/languages-to-countries.php index a3838f6e7ea..663ff07b60a 100644 --- a/core/Intl/Data/Resources/languages-to-countries.php +++ b/core/Intl/Data/Resources/languages-to-countries.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ /** diff --git a/core/Intl/Data/Resources/languages.php b/core/Intl/Data/Resources/languages.php index 9475fc9b83d..c14853d4271 100644 --- a/core/Intl/Data/Resources/languages.php +++ b/core/Intl/Data/Resources/languages.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ /** diff --git a/core/Intl/Locale.php b/core/Intl/Locale.php index b6658df0bfe..9848a496e5d 100644 --- a/core/Intl/Locale.php +++ b/core/Intl/Locale.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Intl; diff --git a/core/Log.php b/core/Log.php index 266d886269e..de9fb0e228b 100644 --- a/core/Log.php +++ b/core/Log.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Log/Logger.php b/core/Log/Logger.php index d6a83f1a3f7..a215cb6921b 100644 --- a/core/Log/Logger.php +++ b/core/Log/Logger.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Log; diff --git a/core/Log/LoggerInterface.php b/core/Log/LoggerInterface.php index 9f10bc3a1f2..c7e8283bdb7 100644 --- a/core/Log/LoggerInterface.php +++ b/core/Log/LoggerInterface.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Log; diff --git a/core/Log/NullLogger.php b/core/Log/NullLogger.php index b9a54090207..5a2fa7909ec 100644 --- a/core/Log/NullLogger.php +++ b/core/Log/NullLogger.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Log; diff --git a/core/LogDeleter.php b/core/LogDeleter.php index 291cc5577fa..0e0dc6ffcf1 100644 --- a/core/LogDeleter.php +++ b/core/LogDeleter.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Mail.php b/core/Mail.php index 432701703b3..4ce0ed36a38 100644 --- a/core/Mail.php +++ b/core/Mail.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Mail/EmailStyles.php b/core/Mail/EmailStyles.php index 3f64aae38f1..ed494bdcdcb 100644 --- a/core/Mail/EmailStyles.php +++ b/core/Mail/EmailStyles.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Mail; diff --git a/core/Mail/Transport.php b/core/Mail/Transport.php index 20e56daf80a..4f0953d8696 100644 --- a/core/Mail/Transport.php +++ b/core/Mail/Transport.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Mail; diff --git a/core/Measurable/Measurable.php b/core/Measurable/Measurable.php index 1c334ab084c..7413ae0e454 100644 --- a/core/Measurable/Measurable.php +++ b/core/Measurable/Measurable.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Measurable; diff --git a/core/Measurable/Type.php b/core/Measurable/Type.php index e684c7acda9..2160b77aa0e 100644 --- a/core/Measurable/Type.php +++ b/core/Measurable/Type.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Measurable; diff --git a/core/Measurable/Type/TypeManager.php b/core/Measurable/Type/TypeManager.php index 0c30306aef3..76d0cd26763 100644 --- a/core/Measurable/Type/TypeManager.php +++ b/core/Measurable/Type/TypeManager.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Measurable\Type; diff --git a/core/Menu/Group.php b/core/Menu/Group.php index c372ebc7dd0..2c3b788151c 100644 --- a/core/Menu/Group.php +++ b/core/Menu/Group.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Menu; diff --git a/core/Menu/MenuAbstract.php b/core/Menu/MenuAbstract.php index ae8cef05c69..295646fe867 100644 --- a/core/Menu/MenuAbstract.php +++ b/core/Menu/MenuAbstract.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Menu; diff --git a/core/Menu/MenuAdmin.php b/core/Menu/MenuAdmin.php index 3d7c69a822c..bf297f3a3e7 100644 --- a/core/Menu/MenuAdmin.php +++ b/core/Menu/MenuAdmin.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Menu; diff --git a/core/Menu/MenuTop.php b/core/Menu/MenuTop.php index 130d0e9e27c..988df29581b 100644 --- a/core/Menu/MenuTop.php +++ b/core/Menu/MenuTop.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Menu; diff --git a/core/Metrics.php b/core/Metrics.php index c9354763f03..ad928577c5f 100644 --- a/core/Metrics.php +++ b/core/Metrics.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Metrics/Formatter.php b/core/Metrics/Formatter.php index e3d218631ec..975a023dc12 100644 --- a/core/Metrics/Formatter.php +++ b/core/Metrics/Formatter.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Metrics; diff --git a/core/Metrics/Formatter/Html.php b/core/Metrics/Formatter/Html.php index fa5f45a4ff9..6cc04193d5d 100644 --- a/core/Metrics/Formatter/Html.php +++ b/core/Metrics/Formatter/Html.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Metrics\Formatter; diff --git a/core/Metrics/Sorter.php b/core/Metrics/Sorter.php index 309202e86a6..ff983c0fd35 100644 --- a/core/Metrics/Sorter.php +++ b/core/Metrics/Sorter.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Metrics; diff --git a/core/Metrics/Sorter/Config.php b/core/Metrics/Sorter/Config.php index aa0390c039c..81841603810 100644 --- a/core/Metrics/Sorter/Config.php +++ b/core/Metrics/Sorter/Config.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Metrics\Sorter; diff --git a/core/NoAccessException.php b/core/NoAccessException.php index 5bc2bc23504..575224c1886 100644 --- a/core/NoAccessException.php +++ b/core/NoAccessException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Nonce.php b/core/Nonce.php index d4177a416ef..a10829ffb54 100644 --- a/core/Nonce.php +++ b/core/Nonce.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Notification.php b/core/Notification.php index 858a6738271..8e52a1b40c3 100644 --- a/core/Notification.php +++ b/core/Notification.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Notification/Manager.php b/core/Notification/Manager.php index 7d45e6960bb..9f7c3c47ee2 100644 --- a/core/Notification/Manager.php +++ b/core/Notification/Manager.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Notification; diff --git a/core/NumberFormatter.php b/core/NumberFormatter.php index 0bdfef6b4ae..63105fea96f 100644 --- a/core/NumberFormatter.php +++ b/core/NumberFormatter.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Option.php b/core/Option.php index 6c37ef6b57c..294d031302a 100644 --- a/core/Option.php +++ b/core/Option.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Period.php b/core/Period.php index 71230f836f5..8846dc83535 100644 --- a/core/Period.php +++ b/core/Period.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Period/Day.php b/core/Period/Day.php index 62e69e29f8e..c0270c430d8 100644 --- a/core/Period/Day.php +++ b/core/Period/Day.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Period; diff --git a/core/Period/Factory.php b/core/Period/Factory.php index b964198854d..de0f9647bf3 100644 --- a/core/Period/Factory.php +++ b/core/Period/Factory.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Period; diff --git a/core/Period/Month.php b/core/Period/Month.php index 2e14d95260f..a7b27e5fdaa 100644 --- a/core/Period/Month.php +++ b/core/Period/Month.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Period; diff --git a/core/Period/PeriodValidator.php b/core/Period/PeriodValidator.php index b485c8dc404..9add6478c65 100644 --- a/core/Period/PeriodValidator.php +++ b/core/Period/PeriodValidator.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Period; diff --git a/core/Period/Range.php b/core/Period/Range.php index 506dac7e2a7..3249a79413e 100644 --- a/core/Period/Range.php +++ b/core/Period/Range.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Period; diff --git a/core/Period/Week.php b/core/Period/Week.php index 9809d88f543..4acb928742e 100644 --- a/core/Period/Week.php +++ b/core/Period/Week.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Period; diff --git a/core/Period/Year.php b/core/Period/Year.php index 20dd15d0166..2b6909525de 100644 --- a/core/Period/Year.php +++ b/core/Period/Year.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Period; diff --git a/core/Piwik.php b/core/Piwik.php index 4cd4d60b8b4..48101fdb570 100644 --- a/core/Piwik.php +++ b/core/Piwik.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Plugin.php b/core/Plugin.php index 2c0cbf70d2a..baafa9694dc 100644 --- a/core/Plugin.php +++ b/core/Plugin.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Plugin/API.php b/core/Plugin/API.php index d8da7e1adec..662c8cf34d9 100644 --- a/core/Plugin/API.php +++ b/core/Plugin/API.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/AggregatedMetric.php b/core/Plugin/AggregatedMetric.php index 30bde67df85..c8fdd9e5e9c 100644 --- a/core/Plugin/AggregatedMetric.php +++ b/core/Plugin/AggregatedMetric.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/ArchivedMetric.php b/core/Plugin/ArchivedMetric.php index 4f3e93f6a44..a0b6eac2ee1 100644 --- a/core/Plugin/ArchivedMetric.php +++ b/core/Plugin/ArchivedMetric.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/Archiver.php b/core/Plugin/Archiver.php index 44b19e84384..9069132ed86 100644 --- a/core/Plugin/Archiver.php +++ b/core/Plugin/Archiver.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/Categories.php b/core/Plugin/Categories.php index a5a9a621d28..d996d3033c1 100644 --- a/core/Plugin/Categories.php +++ b/core/Plugin/Categories.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/ComponentFactory.php b/core/Plugin/ComponentFactory.php index 5069fa8c210..0be8827ce4a 100644 --- a/core/Plugin/ComponentFactory.php +++ b/core/Plugin/ComponentFactory.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/ComputedMetric.php b/core/Plugin/ComputedMetric.php index 5a2e49e8a24..7a67194fac5 100644 --- a/core/Plugin/ComputedMetric.php +++ b/core/Plugin/ComputedMetric.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/ConsoleCommand.php b/core/Plugin/ConsoleCommand.php index 4281b9065be..b95b582ab40 100644 --- a/core/Plugin/ConsoleCommand.php +++ b/core/Plugin/ConsoleCommand.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/ConsoleCommand/ConsoleCommandBufferedOutput.php b/core/Plugin/ConsoleCommand/ConsoleCommandBufferedOutput.php index 219f42f8db5..9b1b5760362 100644 --- a/core/Plugin/ConsoleCommand/ConsoleCommandBufferedOutput.php +++ b/core/Plugin/ConsoleCommand/ConsoleCommandBufferedOutput.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin\ConsoleCommand; diff --git a/core/Plugin/ConsoleCommand/ConsoleCommandConsoleOutput.php b/core/Plugin/ConsoleCommand/ConsoleCommandConsoleOutput.php index a3b3554cad8..27ad95d7f6a 100644 --- a/core/Plugin/ConsoleCommand/ConsoleCommandConsoleOutput.php +++ b/core/Plugin/ConsoleCommand/ConsoleCommandConsoleOutput.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin\ConsoleCommand; diff --git a/core/Plugin/Controller.php b/core/Plugin/Controller.php index 7a48a37f964..f2673319815 100644 --- a/core/Plugin/Controller.php +++ b/core/Plugin/Controller.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/ControllerAdmin.php b/core/Plugin/ControllerAdmin.php index ad391ed0df5..e8a81e6cd0d 100644 --- a/core/Plugin/ControllerAdmin.php +++ b/core/Plugin/ControllerAdmin.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/Dependency.php b/core/Plugin/Dependency.php index a2d511b7ee4..23f48bc5721 100644 --- a/core/Plugin/Dependency.php +++ b/core/Plugin/Dependency.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/Dimension/ActionDimension.php b/core/Plugin/Dimension/ActionDimension.php index 16831424f92..3bb6c099118 100644 --- a/core/Plugin/Dimension/ActionDimension.php +++ b/core/Plugin/Dimension/ActionDimension.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin\Dimension; diff --git a/core/Plugin/Dimension/ConversionDimension.php b/core/Plugin/Dimension/ConversionDimension.php index d828b07ba16..423682220bf 100644 --- a/core/Plugin/Dimension/ConversionDimension.php +++ b/core/Plugin/Dimension/ConversionDimension.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin\Dimension; diff --git a/core/Plugin/Dimension/DimensionMetadataProvider.php b/core/Plugin/Dimension/DimensionMetadataProvider.php index 8999cc51c0a..02806a90222 100644 --- a/core/Plugin/Dimension/DimensionMetadataProvider.php +++ b/core/Plugin/Dimension/DimensionMetadataProvider.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin\Dimension; diff --git a/core/Plugin/Dimension/VisitDimension.php b/core/Plugin/Dimension/VisitDimension.php index 48401d8b586..0233793771c 100644 --- a/core/Plugin/Dimension/VisitDimension.php +++ b/core/Plugin/Dimension/VisitDimension.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin\Dimension; diff --git a/core/Plugin/LogTablesProvider.php b/core/Plugin/LogTablesProvider.php index 3345dfae40c..6e2b71deb5d 100644 --- a/core/Plugin/LogTablesProvider.php +++ b/core/Plugin/LogTablesProvider.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/Manager.php b/core/Plugin/Manager.php index 03372d3d92e..619416d4a0f 100644 --- a/core/Plugin/Manager.php +++ b/core/Plugin/Manager.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/Menu.php b/core/Plugin/Menu.php index 930858f59ff..f8e50e75bfd 100644 --- a/core/Plugin/Menu.php +++ b/core/Plugin/Menu.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/MetadataLoader.php b/core/Plugin/MetadataLoader.php index 19c0537f7c7..aee94563271 100644 --- a/core/Plugin/MetadataLoader.php +++ b/core/Plugin/MetadataLoader.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/Metric.php b/core/Plugin/Metric.php index 5c42d8df2b0..19c3742d6b5 100644 --- a/core/Plugin/Metric.php +++ b/core/Plugin/Metric.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/PluginException.php b/core/Plugin/PluginException.php index 750cb05c60b..9fd44236218 100644 --- a/core/Plugin/PluginException.php +++ b/core/Plugin/PluginException.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/ProcessedMetric.php b/core/Plugin/ProcessedMetric.php index cf9946c12de..d35ef3aff39 100644 --- a/core/Plugin/ProcessedMetric.php +++ b/core/Plugin/ProcessedMetric.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/ReleaseChannels.php b/core/Plugin/ReleaseChannels.php index 647bbf06811..ffcc76734fa 100644 --- a/core/Plugin/ReleaseChannels.php +++ b/core/Plugin/ReleaseChannels.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/Report.php b/core/Plugin/Report.php index 140571d42e6..3e00987f4a0 100644 --- a/core/Plugin/Report.php +++ b/core/Plugin/Report.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/ReportsProvider.php b/core/Plugin/ReportsProvider.php index 04c09cf4176..833e5eb1d82 100644 --- a/core/Plugin/ReportsProvider.php +++ b/core/Plugin/ReportsProvider.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/RequestProcessors.php b/core/Plugin/RequestProcessors.php index 93e37cc4dc5..816a464cf23 100644 --- a/core/Plugin/RequestProcessors.php +++ b/core/Plugin/RequestProcessors.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/Segment.php b/core/Plugin/Segment.php index 70e34db6146..d6ca2555aec 100644 --- a/core/Plugin/Segment.php +++ b/core/Plugin/Segment.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/SettingsProvider.php b/core/Plugin/SettingsProvider.php index d8ebdc9504f..98cd7e487e3 100644 --- a/core/Plugin/SettingsProvider.php +++ b/core/Plugin/SettingsProvider.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/Tasks.php b/core/Plugin/Tasks.php index 078324dd7cb..b28045bcd3e 100644 --- a/core/Plugin/Tasks.php +++ b/core/Plugin/Tasks.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/ThemeStyles.php b/core/Plugin/ThemeStyles.php index 06d0902a54c..ba33491eb15 100644 --- a/core/Plugin/ThemeStyles.php +++ b/core/Plugin/ThemeStyles.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/ViewDataTable.php b/core/Plugin/ViewDataTable.php index d7fb8df3295..ec0368358f0 100644 --- a/core/Plugin/ViewDataTable.php +++ b/core/Plugin/ViewDataTable.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/Visualization.php b/core/Plugin/Visualization.php index 97af8672d92..e4905f1a506 100644 --- a/core/Plugin/Visualization.php +++ b/core/Plugin/Visualization.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/Plugin/WidgetsProvider.php b/core/Plugin/WidgetsProvider.php index 35c0e1d7e4b..92b6e73492c 100644 --- a/core/Plugin/WidgetsProvider.php +++ b/core/Plugin/WidgetsProvider.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Plugin; diff --git a/core/ProfessionalServices/Advertising.php b/core/ProfessionalServices/Advertising.php index e051142abed..2d8ac619568 100644 --- a/core/ProfessionalServices/Advertising.php +++ b/core/ProfessionalServices/Advertising.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ProfessionalServices; diff --git a/core/Profiler.php b/core/Profiler.php index 5fab16f4bd8..c8339d208a5 100644 --- a/core/Profiler.php +++ b/core/Profiler.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/ProxyHeaders.php b/core/ProxyHeaders.php index f1704858714..0054fae61e5 100644 --- a/core/ProxyHeaders.php +++ b/core/ProxyHeaders.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/ProxyHttp.php b/core/ProxyHttp.php index 13fcf663285..7682c7e3490 100644 --- a/core/ProxyHttp.php +++ b/core/ProxyHttp.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/QuickForm2.php b/core/QuickForm2.php index 254a9db3332..96d8c2ddef8 100644 --- a/core/QuickForm2.php +++ b/core/QuickForm2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/RankingQuery.php b/core/RankingQuery.php index 59358f18992..fce267f0594 100644 --- a/core/RankingQuery.php +++ b/core/RankingQuery.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Report/ReportWidgetConfig.php b/core/Report/ReportWidgetConfig.php index 0694fb4b58a..e1371d87f3c 100644 --- a/core/Report/ReportWidgetConfig.php +++ b/core/Report/ReportWidgetConfig.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Report; diff --git a/core/Report/ReportWidgetFactory.php b/core/Report/ReportWidgetFactory.php index 7d6c2651909..f2a18f18284 100644 --- a/core/Report/ReportWidgetFactory.php +++ b/core/Report/ReportWidgetFactory.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Report; diff --git a/core/ReportRenderer.php b/core/ReportRenderer.php index ee1cd627264..aaa1a337302 100644 --- a/core/ReportRenderer.php +++ b/core/ReportRenderer.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/ReportRenderer/Csv.php b/core/ReportRenderer/Csv.php index 310ff3ecfde..88ee6093b1b 100644 --- a/core/ReportRenderer/Csv.php +++ b/core/ReportRenderer/Csv.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ReportRenderer; diff --git a/core/ReportRenderer/Html.php b/core/ReportRenderer/Html.php index 9d988e2d57a..a3485770fe2 100644 --- a/core/ReportRenderer/Html.php +++ b/core/ReportRenderer/Html.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ReportRenderer; diff --git a/core/ReportRenderer/Pdf.php b/core/ReportRenderer/Pdf.php index 5d9916ef417..f46e79bdb60 100644 --- a/core/ReportRenderer/Pdf.php +++ b/core/ReportRenderer/Pdf.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ReportRenderer; diff --git a/core/ReportRenderer/Tsv.php b/core/ReportRenderer/Tsv.php index c70b51d6493..840b02bf798 100644 --- a/core/ReportRenderer/Tsv.php +++ b/core/ReportRenderer/Tsv.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ReportRenderer; diff --git a/core/Request.php b/core/Request.php index e148901fe4a..284a2fc7759 100644 --- a/core/Request.php +++ b/core/Request.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Scheduler/Schedule/Daily.php b/core/Scheduler/Schedule/Daily.php index 40f72af8257..c035b6fb23c 100644 --- a/core/Scheduler/Schedule/Daily.php +++ b/core/Scheduler/Schedule/Daily.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Scheduler\Schedule; diff --git a/core/Scheduler/Schedule/Hourly.php b/core/Scheduler/Schedule/Hourly.php index f577d219047..39f311a666c 100644 --- a/core/Scheduler/Schedule/Hourly.php +++ b/core/Scheduler/Schedule/Hourly.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Scheduler\Schedule; diff --git a/core/Scheduler/Schedule/Monthly.php b/core/Scheduler/Schedule/Monthly.php index 9f8aac077cc..5cb3be9e14d 100644 --- a/core/Scheduler/Schedule/Monthly.php +++ b/core/Scheduler/Schedule/Monthly.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Scheduler\Schedule; diff --git a/core/Scheduler/Schedule/Schedule.php b/core/Scheduler/Schedule/Schedule.php index 72306f4ef2a..ea826f48d52 100644 --- a/core/Scheduler/Schedule/Schedule.php +++ b/core/Scheduler/Schedule/Schedule.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Scheduler\Schedule; diff --git a/core/Scheduler/Schedule/SpecificTime.php b/core/Scheduler/Schedule/SpecificTime.php index bef01211c4d..6acccc40f4f 100644 --- a/core/Scheduler/Schedule/SpecificTime.php +++ b/core/Scheduler/Schedule/SpecificTime.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Scheduler\Schedule; diff --git a/core/Scheduler/Schedule/Weekly.php b/core/Scheduler/Schedule/Weekly.php index 7d859b34215..4c5df434106 100644 --- a/core/Scheduler/Schedule/Weekly.php +++ b/core/Scheduler/Schedule/Weekly.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Scheduler\Schedule; diff --git a/core/Scheduler/ScheduledTaskLock.php b/core/Scheduler/ScheduledTaskLock.php index 10d4be3aae4..2b4acf803e6 100644 --- a/core/Scheduler/ScheduledTaskLock.php +++ b/core/Scheduler/ScheduledTaskLock.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Scheduler; diff --git a/core/Scheduler/Scheduler.php b/core/Scheduler/Scheduler.php index 0ee06c3952e..24daa998410 100644 --- a/core/Scheduler/Scheduler.php +++ b/core/Scheduler/Scheduler.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Scheduler; diff --git a/core/Scheduler/Task.php b/core/Scheduler/Task.php index 9a021c66a71..01b3889f968 100644 --- a/core/Scheduler/Task.php +++ b/core/Scheduler/Task.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Scheduler; diff --git a/core/Scheduler/TaskLoader.php b/core/Scheduler/TaskLoader.php index ffd2c87e467..0b8017ee06e 100644 --- a/core/Scheduler/TaskLoader.php +++ b/core/Scheduler/TaskLoader.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Scheduler; diff --git a/core/Scheduler/Timetable.php b/core/Scheduler/Timetable.php index 8828431882c..9573cd5d582 100644 --- a/core/Scheduler/Timetable.php +++ b/core/Scheduler/Timetable.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Scheduler; diff --git a/core/Segment.php b/core/Segment.php index 4610fda923e..45de18151c0 100644 --- a/core/Segment.php +++ b/core/Segment.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Segment/SegmentExpression.php b/core/Segment/SegmentExpression.php index c0c44a5d15b..127cc84a7ce 100644 --- a/core/Segment/SegmentExpression.php +++ b/core/Segment/SegmentExpression.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Segment; diff --git a/core/Segment/SegmentsList.php b/core/Segment/SegmentsList.php index 54d64f419de..d7246f77add 100644 --- a/core/Segment/SegmentsList.php +++ b/core/Segment/SegmentsList.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Segment; diff --git a/core/Sequence.php b/core/Sequence.php index 7217bf5b143..8280c6233ee 100644 --- a/core/Sequence.php +++ b/core/Sequence.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Session.php b/core/Session.php index 3b2ba40b031..6757ba3d1ad 100644 --- a/core/Session.php +++ b/core/Session.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Session/SaveHandler/DbTable.php b/core/Session/SaveHandler/DbTable.php index f11aef54ae6..26bd888aa0a 100644 --- a/core/Session/SaveHandler/DbTable.php +++ b/core/Session/SaveHandler/DbTable.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Session\SaveHandler; diff --git a/core/Session/SessionAuth.php b/core/Session/SessionAuth.php index fd025ae825f..4008a7e4700 100644 --- a/core/Session/SessionAuth.php +++ b/core/Session/SessionAuth.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Session; diff --git a/core/Session/SessionFingerprint.php b/core/Session/SessionFingerprint.php index 9df5bb41b6e..b8022d474df 100644 --- a/core/Session/SessionFingerprint.php +++ b/core/Session/SessionFingerprint.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Session; diff --git a/core/Session/SessionInitializer.php b/core/Session/SessionInitializer.php index b7dfaf638e1..b70be6ed9aa 100644 --- a/core/Session/SessionInitializer.php +++ b/core/Session/SessionInitializer.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Session; diff --git a/core/Session/SessionNamespace.php b/core/Session/SessionNamespace.php index e5797df80a6..9cc075fd7c1 100644 --- a/core/Session/SessionNamespace.php +++ b/core/Session/SessionNamespace.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Session; diff --git a/core/Settings/FieldConfig.php b/core/Settings/FieldConfig.php index 9d9aa119cfe..a7ec769793d 100644 --- a/core/Settings/FieldConfig.php +++ b/core/Settings/FieldConfig.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings; diff --git a/core/Settings/FieldConfig/ArrayField.php b/core/Settings/FieldConfig/ArrayField.php index aa9bdc178fd..17a53bd95bc 100644 --- a/core/Settings/FieldConfig/ArrayField.php +++ b/core/Settings/FieldConfig/ArrayField.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\FieldConfig; diff --git a/core/Settings/FieldConfig/MultiPair.php b/core/Settings/FieldConfig/MultiPair.php index cbc2f15ae8a..d5eaf17bfd5 100644 --- a/core/Settings/FieldConfig/MultiPair.php +++ b/core/Settings/FieldConfig/MultiPair.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\FieldConfig; diff --git a/core/Settings/Measurable/MeasurableProperty.php b/core/Settings/Measurable/MeasurableProperty.php index 2a0d4a47a58..6ef0272b1f2 100644 --- a/core/Settings/Measurable/MeasurableProperty.php +++ b/core/Settings/Measurable/MeasurableProperty.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Measurable; diff --git a/core/Settings/Measurable/MeasurableSetting.php b/core/Settings/Measurable/MeasurableSetting.php index c8196422dd2..578446b86fb 100644 --- a/core/Settings/Measurable/MeasurableSetting.php +++ b/core/Settings/Measurable/MeasurableSetting.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Measurable; diff --git a/core/Settings/Measurable/MeasurableSettings.php b/core/Settings/Measurable/MeasurableSettings.php index e5285833356..ae8dbb80058 100644 --- a/core/Settings/Measurable/MeasurableSettings.php +++ b/core/Settings/Measurable/MeasurableSettings.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Measurable; diff --git a/core/Settings/Plugin/SystemConfigSetting.php b/core/Settings/Plugin/SystemConfigSetting.php index 74af567a7c0..e05efb52cad 100644 --- a/core/Settings/Plugin/SystemConfigSetting.php +++ b/core/Settings/Plugin/SystemConfigSetting.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Plugin; diff --git a/core/Settings/Plugin/SystemSetting.php b/core/Settings/Plugin/SystemSetting.php index c920a273c0a..69d28868535 100644 --- a/core/Settings/Plugin/SystemSetting.php +++ b/core/Settings/Plugin/SystemSetting.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Plugin; diff --git a/core/Settings/Plugin/SystemSettings.php b/core/Settings/Plugin/SystemSettings.php index 729fea23579..6558fe975d0 100644 --- a/core/Settings/Plugin/SystemSettings.php +++ b/core/Settings/Plugin/SystemSettings.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Plugin; diff --git a/core/Settings/Plugin/UserSetting.php b/core/Settings/Plugin/UserSetting.php index 77a61db46e7..9e0986d89d5 100644 --- a/core/Settings/Plugin/UserSetting.php +++ b/core/Settings/Plugin/UserSetting.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Plugin; diff --git a/core/Settings/Plugin/UserSettings.php b/core/Settings/Plugin/UserSettings.php index 678771649db..87647063bd4 100644 --- a/core/Settings/Plugin/UserSettings.php +++ b/core/Settings/Plugin/UserSettings.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Plugin; diff --git a/core/Settings/Setting.php b/core/Settings/Setting.php index d214359b079..3873850f04e 100644 --- a/core/Settings/Setting.php +++ b/core/Settings/Setting.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings; diff --git a/core/Settings/Settings.php b/core/Settings/Settings.php index 8c3a2f478a8..8fb7ad5df1c 100644 --- a/core/Settings/Settings.php +++ b/core/Settings/Settings.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings; diff --git a/core/Settings/Storage/Backend/BackendInterface.php b/core/Settings/Storage/Backend/BackendInterface.php index 348796d185c..bfafdd48e09 100644 --- a/core/Settings/Storage/Backend/BackendInterface.php +++ b/core/Settings/Storage/Backend/BackendInterface.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Storage\Backend; diff --git a/core/Settings/Storage/Backend/BaseSettingsTable.php b/core/Settings/Storage/Backend/BaseSettingsTable.php index 813766e1195..5a360681db6 100644 --- a/core/Settings/Storage/Backend/BaseSettingsTable.php +++ b/core/Settings/Storage/Backend/BaseSettingsTable.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Storage\Backend; diff --git a/core/Settings/Storage/Backend/Cache.php b/core/Settings/Storage/Backend/Cache.php index 39a1c710c5c..ac39704e113 100644 --- a/core/Settings/Storage/Backend/Cache.php +++ b/core/Settings/Storage/Backend/Cache.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Storage\Backend; diff --git a/core/Settings/Storage/Backend/Config.php b/core/Settings/Storage/Backend/Config.php index 9bb5d60e63f..556638f8929 100644 --- a/core/Settings/Storage/Backend/Config.php +++ b/core/Settings/Storage/Backend/Config.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Storage\Backend; diff --git a/core/Settings/Storage/Backend/MeasurableSettingsTable.php b/core/Settings/Storage/Backend/MeasurableSettingsTable.php index 46118986cb5..06a6ebfb535 100644 --- a/core/Settings/Storage/Backend/MeasurableSettingsTable.php +++ b/core/Settings/Storage/Backend/MeasurableSettingsTable.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Storage\Backend; diff --git a/core/Settings/Storage/Backend/NullBackend.php b/core/Settings/Storage/Backend/NullBackend.php index 248d7beb0cf..4f7806d05f3 100644 --- a/core/Settings/Storage/Backend/NullBackend.php +++ b/core/Settings/Storage/Backend/NullBackend.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Storage\Backend; diff --git a/core/Settings/Storage/Backend/PluginSettingsTable.php b/core/Settings/Storage/Backend/PluginSettingsTable.php index c80cc025406..0bb2ad19060 100644 --- a/core/Settings/Storage/Backend/PluginSettingsTable.php +++ b/core/Settings/Storage/Backend/PluginSettingsTable.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Storage\Backend; diff --git a/core/Settings/Storage/Backend/SitesTable.php b/core/Settings/Storage/Backend/SitesTable.php index f31fb47a00e..31017d4ec2f 100644 --- a/core/Settings/Storage/Backend/SitesTable.php +++ b/core/Settings/Storage/Backend/SitesTable.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Storage\Backend; diff --git a/core/Settings/Storage/Factory.php b/core/Settings/Storage/Factory.php index 3fd8093209e..3c3dfa14bb8 100644 --- a/core/Settings/Storage/Factory.php +++ b/core/Settings/Storage/Factory.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Storage; diff --git a/core/Settings/Storage/Storage.php b/core/Settings/Storage/Storage.php index fde48d61942..6d83cb9f2be 100644 --- a/core/Settings/Storage/Storage.php +++ b/core/Settings/Storage/Storage.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Settings\Storage; diff --git a/core/SettingsPiwik.php b/core/SettingsPiwik.php index 5a6138b1d21..92428e554d8 100644 --- a/core/SettingsPiwik.php +++ b/core/SettingsPiwik.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/SettingsServer.php b/core/SettingsServer.php index 3c665bb2a0a..5332b69f060 100644 --- a/core/SettingsServer.php +++ b/core/SettingsServer.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Singleton.php b/core/Singleton.php index bba8a2d88a5..4956b8c7ae2 100644 --- a/core/Singleton.php +++ b/core/Singleton.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Site.php b/core/Site.php index 3281153e07b..6da6d27fc0a 100644 --- a/core/Site.php +++ b/core/Site.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/SiteContentDetector.php b/core/SiteContentDetector.php index b0289db5ade..27e982536dd 100644 --- a/core/SiteContentDetector.php +++ b/core/SiteContentDetector.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/SupportedBrowser.php b/core/SupportedBrowser.php index 135095653d9..b0842957b0d 100644 --- a/core/SupportedBrowser.php +++ b/core/SupportedBrowser.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/TCPDF.php b/core/TCPDF.php index 28af0f38247..5d3fe1d56de 100644 --- a/core/TCPDF.php +++ b/core/TCPDF.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Theme.php b/core/Theme.php index 60705d9dc96..e1af45a267a 100644 --- a/core/Theme.php +++ b/core/Theme.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Timer.php b/core/Timer.php index 94371ad541d..e21b66a5702 100644 --- a/core/Timer.php +++ b/core/Timer.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Tracker.php b/core/Tracker.php index e7c8eea94c8..2242712a2dc 100644 --- a/core/Tracker.php +++ b/core/Tracker.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Tracker/Action.php b/core/Tracker/Action.php index 8e284c327c9..334f4854cc0 100644 --- a/core/Tracker/Action.php +++ b/core/Tracker/Action.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/ActionPageview.php b/core/Tracker/ActionPageview.php index 6b50c31273f..eca303562a5 100644 --- a/core/Tracker/ActionPageview.php +++ b/core/Tracker/ActionPageview.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/Cache.php b/core/Tracker/Cache.php index 48a34b79e3d..eca38fe8c98 100644 --- a/core/Tracker/Cache.php +++ b/core/Tracker/Cache.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/Db.php b/core/Tracker/Db.php index a9356958b14..a1b52d3deaf 100644 --- a/core/Tracker/Db.php +++ b/core/Tracker/Db.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/Db/DbException.php b/core/Tracker/Db/DbException.php index ac5a594d174..aae79773f12 100644 --- a/core/Tracker/Db/DbException.php +++ b/core/Tracker/Db/DbException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker\Db; diff --git a/core/Tracker/Db/Mysqli.php b/core/Tracker/Db/Mysqli.php index 834e3035072..b5c769d9864 100644 --- a/core/Tracker/Db/Mysqli.php +++ b/core/Tracker/Db/Mysqli.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker\Db; diff --git a/core/Tracker/Db/Pdo/Mysql.php b/core/Tracker/Db/Pdo/Mysql.php index c25574e9a8e..3d9a75f2a70 100644 --- a/core/Tracker/Db/Pdo/Mysql.php +++ b/core/Tracker/Db/Pdo/Mysql.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker\Db\Pdo; diff --git a/core/Tracker/Failures.php b/core/Tracker/Failures.php index b5b008549f0..8ab8576ee25 100644 --- a/core/Tracker/Failures.php +++ b/core/Tracker/Failures.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/FingerprintSalt.php b/core/Tracker/FingerprintSalt.php index 176a4c000de..f9c2e19546c 100644 --- a/core/Tracker/FingerprintSalt.php +++ b/core/Tracker/FingerprintSalt.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/GoalManager.php b/core/Tracker/GoalManager.php index af3ec24b2d0..d4177e37cc6 100644 --- a/core/Tracker/GoalManager.php +++ b/core/Tracker/GoalManager.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/Handler.php b/core/Tracker/Handler.php index b08a1c14762..7be78baa373 100644 --- a/core/Tracker/Handler.php +++ b/core/Tracker/Handler.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/Handler/Factory.php b/core/Tracker/Handler/Factory.php index 7250e64f0d7..7402fd1f9e6 100644 --- a/core/Tracker/Handler/Factory.php +++ b/core/Tracker/Handler/Factory.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker\Handler; diff --git a/core/Tracker/IgnoreCookie.php b/core/Tracker/IgnoreCookie.php index 1f11050ec40..650d4e1050a 100644 --- a/core/Tracker/IgnoreCookie.php +++ b/core/Tracker/IgnoreCookie.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/LogTable.php b/core/Tracker/LogTable.php index cd26c7de8a6..0348a1540c7 100644 --- a/core/Tracker/LogTable.php +++ b/core/Tracker/LogTable.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/Model.php b/core/Tracker/Model.php index 2adbe148f5c..75b5fb63209 100644 --- a/core/Tracker/Model.php +++ b/core/Tracker/Model.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/PageUrl.php b/core/Tracker/PageUrl.php index 34b47efd695..2fa0d70d598 100644 --- a/core/Tracker/PageUrl.php +++ b/core/Tracker/PageUrl.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/Request.php b/core/Tracker/Request.php index dd5b78fee8d..0541f7d83d2 100644 --- a/core/Tracker/Request.php +++ b/core/Tracker/Request.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/RequestProcessor.php b/core/Tracker/RequestProcessor.php index 63efa502567..8d3285a2806 100644 --- a/core/Tracker/RequestProcessor.php +++ b/core/Tracker/RequestProcessor.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/RequestSet.php b/core/Tracker/RequestSet.php index efb13751ea3..a07d1c6f379 100644 --- a/core/Tracker/RequestSet.php +++ b/core/Tracker/RequestSet.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/Response.php b/core/Tracker/Response.php index d980506459d..16a2bdf0a00 100644 --- a/core/Tracker/Response.php +++ b/core/Tracker/Response.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/ScheduledTasksRunner.php b/core/Tracker/ScheduledTasksRunner.php index 2eca7ee301a..3e22fa27639 100644 --- a/core/Tracker/ScheduledTasksRunner.php +++ b/core/Tracker/ScheduledTasksRunner.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/Settings.php b/core/Tracker/Settings.php index 74d1a84b65e..9879d3a924d 100644 --- a/core/Tracker/Settings.php +++ b/core/Tracker/Settings.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/TableLogAction.php b/core/Tracker/TableLogAction.php index e9d9bfc7358..ccf80b853c9 100644 --- a/core/Tracker/TableLogAction.php +++ b/core/Tracker/TableLogAction.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/TrackerCodeGenerator.php b/core/Tracker/TrackerCodeGenerator.php index 26ea573065b..e6aaa87a706 100644 --- a/core/Tracker/TrackerCodeGenerator.php +++ b/core/Tracker/TrackerCodeGenerator.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/TrackerConfig.php b/core/Tracker/TrackerConfig.php index e88ff16b4b0..37deedefed8 100644 --- a/core/Tracker/TrackerConfig.php +++ b/core/Tracker/TrackerConfig.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/Visit.php b/core/Tracker/Visit.php index 7f425187d79..5423ddc8228 100644 --- a/core/Tracker/Visit.php +++ b/core/Tracker/Visit.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/Visit/Factory.php b/core/Tracker/Visit/Factory.php index 23fa2d1b15b..b313ef0c31f 100644 --- a/core/Tracker/Visit/Factory.php +++ b/core/Tracker/Visit/Factory.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker\Visit; diff --git a/core/Tracker/Visit/ReferrerSpamFilter.php b/core/Tracker/Visit/ReferrerSpamFilter.php index 537e7756645..4bf4b6e19b6 100644 --- a/core/Tracker/Visit/ReferrerSpamFilter.php +++ b/core/Tracker/Visit/ReferrerSpamFilter.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker\Visit; diff --git a/core/Tracker/Visit/VisitProperties.php b/core/Tracker/Visit/VisitProperties.php index aabdd8101e6..0372eefca15 100644 --- a/core/Tracker/Visit/VisitProperties.php +++ b/core/Tracker/Visit/VisitProperties.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker\Visit; diff --git a/core/Tracker/VisitExcluded.php b/core/Tracker/VisitExcluded.php index 70e137995da..67ffd270cf8 100644 --- a/core/Tracker/VisitExcluded.php +++ b/core/Tracker/VisitExcluded.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/VisitInterface.php b/core/Tracker/VisitInterface.php index dd793225148..19f5e73103a 100644 --- a/core/Tracker/VisitInterface.php +++ b/core/Tracker/VisitInterface.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/Visitor.php b/core/Tracker/Visitor.php index d3537b5a663..b14a56faf62 100644 --- a/core/Tracker/Visitor.php +++ b/core/Tracker/Visitor.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/VisitorNotFoundInDb.php b/core/Tracker/VisitorNotFoundInDb.php index c9443f9a569..7cb3aa7f2d7 100644 --- a/core/Tracker/VisitorNotFoundInDb.php +++ b/core/Tracker/VisitorNotFoundInDb.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Tracker/VisitorRecognizer.php b/core/Tracker/VisitorRecognizer.php index 601b05303cf..42910aebff3 100644 --- a/core/Tracker/VisitorRecognizer.php +++ b/core/Tracker/VisitorRecognizer.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Tracker; diff --git a/core/Translation/Loader/DevelopmentLoader.php b/core/Translation/Loader/DevelopmentLoader.php index b9b47b93a85..fdc3baa805d 100644 --- a/core/Translation/Loader/DevelopmentLoader.php +++ b/core/Translation/Loader/DevelopmentLoader.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Translation\Loader; diff --git a/core/Translation/Loader/JsonFileLoader.php b/core/Translation/Loader/JsonFileLoader.php index 3aa72fcd4ac..0f4a64ddf68 100644 --- a/core/Translation/Loader/JsonFileLoader.php +++ b/core/Translation/Loader/JsonFileLoader.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Translation\Loader; diff --git a/core/Translation/Loader/LoaderCache.php b/core/Translation/Loader/LoaderCache.php index 0ed9e5d8c67..ab1db14759d 100644 --- a/core/Translation/Loader/LoaderCache.php +++ b/core/Translation/Loader/LoaderCache.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Translation\Loader; diff --git a/core/Translation/Loader/LoaderInterface.php b/core/Translation/Loader/LoaderInterface.php index cdb967bfd1e..d4b11782f6f 100644 --- a/core/Translation/Loader/LoaderInterface.php +++ b/core/Translation/Loader/LoaderInterface.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Translation\Loader; diff --git a/core/Translation/Translator.php b/core/Translation/Translator.php index d270c4eedd7..af504f776fe 100644 --- a/core/Translation/Translator.php +++ b/core/Translation/Translator.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Translation; diff --git a/core/Translation/Weblate/API.php b/core/Translation/Weblate/API.php index deebbc87f7d..5477b51bcec 100644 --- a/core/Translation/Weblate/API.php +++ b/core/Translation/Weblate/API.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Translation\Weblate; diff --git a/core/Twig.php b/core/Twig.php index 7e02ce897a3..c272ccb0648 100644 --- a/core/Twig.php +++ b/core/Twig.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Twig/Extension/EscapeFilter.php b/core/Twig/Extension/EscapeFilter.php index 7e3e27d92b9..b2a636fdbe8 100644 --- a/core/Twig/Extension/EscapeFilter.php +++ b/core/Twig/Extension/EscapeFilter.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Twig\Extension; diff --git a/core/Unzip.php b/core/Unzip.php index 16ed565325c..77355d50575 100644 --- a/core/Unzip.php +++ b/core/Unzip.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/UpdateCheck.php b/core/UpdateCheck.php index d1d7c5ee13d..60529437dd4 100644 --- a/core/UpdateCheck.php +++ b/core/UpdateCheck.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/UpdateCheck/ReleaseChannel.php b/core/UpdateCheck/ReleaseChannel.php index 27adabd1c64..1080f1c08d2 100644 --- a/core/UpdateCheck/ReleaseChannel.php +++ b/core/UpdateCheck/ReleaseChannel.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\UpdateCheck; diff --git a/core/Updater.php b/core/Updater.php index 1050e472e5a..f4fcc53f16e 100644 --- a/core/Updater.php +++ b/core/Updater.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Updater/Migration.php b/core/Updater/Migration.php index d1523b6740f..db91b127220 100644 --- a/core/Updater/Migration.php +++ b/core/Updater/Migration.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater; diff --git a/core/Updater/Migration/Config/Factory.php b/core/Updater/Migration/Config/Factory.php index 705aeb85c1b..779c9589d7b 100644 --- a/core/Updater/Migration/Config/Factory.php +++ b/core/Updater/Migration/Config/Factory.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Config; diff --git a/core/Updater/Migration/Config/Set.php b/core/Updater/Migration/Config/Set.php index cb7b39736dd..014b1859a90 100644 --- a/core/Updater/Migration/Config/Set.php +++ b/core/Updater/Migration/Config/Set.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Config; diff --git a/core/Updater/Migration/Custom.php b/core/Updater/Migration/Custom.php index ea2f72ef9af..5b25875c58e 100644 --- a/core/Updater/Migration/Custom.php +++ b/core/Updater/Migration/Custom.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration; diff --git a/core/Updater/Migration/Db.php b/core/Updater/Migration/Db.php index 43c35949f20..9f2b568c2a6 100644 --- a/core/Updater/Migration/Db.php +++ b/core/Updater/Migration/Db.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration; diff --git a/core/Updater/Migration/Db/AddColumn.php b/core/Updater/Migration/Db/AddColumn.php index 1e01c1d6d31..5930f555151 100644 --- a/core/Updater/Migration/Db/AddColumn.php +++ b/core/Updater/Migration/Db/AddColumn.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/AddColumns.php b/core/Updater/Migration/Db/AddColumns.php index e3aca583d3e..4c3d675f4cd 100644 --- a/core/Updater/Migration/Db/AddColumns.php +++ b/core/Updater/Migration/Db/AddColumns.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/AddIndex.php b/core/Updater/Migration/Db/AddIndex.php index f4d07dc64f1..07ca8a697b2 100644 --- a/core/Updater/Migration/Db/AddIndex.php +++ b/core/Updater/Migration/Db/AddIndex.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/AddPrimaryKey.php b/core/Updater/Migration/Db/AddPrimaryKey.php index 990ffcee22c..e42b65c240b 100644 --- a/core/Updater/Migration/Db/AddPrimaryKey.php +++ b/core/Updater/Migration/Db/AddPrimaryKey.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/AddUniqueKey.php b/core/Updater/Migration/Db/AddUniqueKey.php index 342c86a6ab3..6f91971fb9d 100644 --- a/core/Updater/Migration/Db/AddUniqueKey.php +++ b/core/Updater/Migration/Db/AddUniqueKey.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/BatchInsert.php b/core/Updater/Migration/Db/BatchInsert.php index 46a243770f5..a0b3d7ad48e 100644 --- a/core/Updater/Migration/Db/BatchInsert.php +++ b/core/Updater/Migration/Db/BatchInsert.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/BoundSql.php b/core/Updater/Migration/Db/BoundSql.php index 26a85192848..376a50a066f 100644 --- a/core/Updater/Migration/Db/BoundSql.php +++ b/core/Updater/Migration/Db/BoundSql.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/ChangeColumn.php b/core/Updater/Migration/Db/ChangeColumn.php index ad51fc027b2..06f4c62e408 100644 --- a/core/Updater/Migration/Db/ChangeColumn.php +++ b/core/Updater/Migration/Db/ChangeColumn.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/ChangeColumnType.php b/core/Updater/Migration/Db/ChangeColumnType.php index 2f5849d57c7..870e42aada2 100644 --- a/core/Updater/Migration/Db/ChangeColumnType.php +++ b/core/Updater/Migration/Db/ChangeColumnType.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/ChangeColumnTypes.php b/core/Updater/Migration/Db/ChangeColumnTypes.php index e79fba78b65..6999aff6c8a 100644 --- a/core/Updater/Migration/Db/ChangeColumnTypes.php +++ b/core/Updater/Migration/Db/ChangeColumnTypes.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/CreateTable.php b/core/Updater/Migration/Db/CreateTable.php index e9e5b0dc865..10f211352fe 100644 --- a/core/Updater/Migration/Db/CreateTable.php +++ b/core/Updater/Migration/Db/CreateTable.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/DropColumn.php b/core/Updater/Migration/Db/DropColumn.php index 15d02410cc8..996f6b21c31 100644 --- a/core/Updater/Migration/Db/DropColumn.php +++ b/core/Updater/Migration/Db/DropColumn.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/DropColumns.php b/core/Updater/Migration/Db/DropColumns.php index a4fca6bef1b..200d105e58e 100644 --- a/core/Updater/Migration/Db/DropColumns.php +++ b/core/Updater/Migration/Db/DropColumns.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/DropIndex.php b/core/Updater/Migration/Db/DropIndex.php index 1163d7d6dd6..29fb66cf281 100644 --- a/core/Updater/Migration/Db/DropIndex.php +++ b/core/Updater/Migration/Db/DropIndex.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/DropPrimaryKey.php b/core/Updater/Migration/Db/DropPrimaryKey.php index 23f4689a32a..22970823eb1 100644 --- a/core/Updater/Migration/Db/DropPrimaryKey.php +++ b/core/Updater/Migration/Db/DropPrimaryKey.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/DropTable.php b/core/Updater/Migration/Db/DropTable.php index d860cffc273..e6ef5f4fe41 100644 --- a/core/Updater/Migration/Db/DropTable.php +++ b/core/Updater/Migration/Db/DropTable.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/Factory.php b/core/Updater/Migration/Db/Factory.php index ff32c861452..08b46ee9dc5 100644 --- a/core/Updater/Migration/Db/Factory.php +++ b/core/Updater/Migration/Db/Factory.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/Insert.php b/core/Updater/Migration/Db/Insert.php index e2974e41818..2be41a37e08 100644 --- a/core/Updater/Migration/Db/Insert.php +++ b/core/Updater/Migration/Db/Insert.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Db/Sql.php b/core/Updater/Migration/Db/Sql.php index d9913407552..34b9298175c 100644 --- a/core/Updater/Migration/Db/Sql.php +++ b/core/Updater/Migration/Db/Sql.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Db; diff --git a/core/Updater/Migration/Factory.php b/core/Updater/Migration/Factory.php index f8b1bbe969d..04514e5fd8a 100644 --- a/core/Updater/Migration/Factory.php +++ b/core/Updater/Migration/Factory.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration; diff --git a/core/Updater/Migration/Plugin/Activate.php b/core/Updater/Migration/Plugin/Activate.php index 9a1f8d69618..d8452a8c3f5 100644 --- a/core/Updater/Migration/Plugin/Activate.php +++ b/core/Updater/Migration/Plugin/Activate.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Plugin; diff --git a/core/Updater/Migration/Plugin/Deactivate.php b/core/Updater/Migration/Plugin/Deactivate.php index 73e1e0f264c..a7e8b26afc6 100644 --- a/core/Updater/Migration/Plugin/Deactivate.php +++ b/core/Updater/Migration/Plugin/Deactivate.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Plugin; diff --git a/core/Updater/Migration/Plugin/Factory.php b/core/Updater/Migration/Plugin/Factory.php index a2ca7d65ce5..a091598fa8b 100644 --- a/core/Updater/Migration/Plugin/Factory.php +++ b/core/Updater/Migration/Plugin/Factory.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Plugin; diff --git a/core/Updater/Migration/Plugin/Uninstall.php b/core/Updater/Migration/Plugin/Uninstall.php index 2185a2db1c6..73b0a42be81 100644 --- a/core/Updater/Migration/Plugin/Uninstall.php +++ b/core/Updater/Migration/Plugin/Uninstall.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater\Migration\Plugin; diff --git a/core/Updater/UpdateObserver.php b/core/Updater/UpdateObserver.php index 2af8ea0b8ff..291d80ca7d8 100644 --- a/core/Updater/UpdateObserver.php +++ b/core/Updater/UpdateObserver.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updater; diff --git a/core/UpdaterErrorException.php b/core/UpdaterErrorException.php index ac799a073e0..167039100aa 100644 --- a/core/UpdaterErrorException.php +++ b/core/UpdaterErrorException.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Updates.php b/core/Updates.php index 0e71194ee7f..99f825a05f5 100644 --- a/core/Updates.php +++ b/core/Updates.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Updates/0.2.10.php b/core/Updates/0.2.10.php index 2e5b9c2e86c..287f71f6e0f 100644 --- a/core/Updates/0.2.10.php +++ b/core/Updates/0.2.10.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.2.12.php b/core/Updates/0.2.12.php index 1fa877907ea..5ce5dc97d66 100644 --- a/core/Updates/0.2.12.php +++ b/core/Updates/0.2.12.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.2.13.php b/core/Updates/0.2.13.php index 082cd21994f..e24be9912dc 100644 --- a/core/Updates/0.2.13.php +++ b/core/Updates/0.2.13.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.2.24.php b/core/Updates/0.2.24.php index 2e7005bd2b1..b46807fcbbf 100644 --- a/core/Updates/0.2.24.php +++ b/core/Updates/0.2.24.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.2.27.php b/core/Updates/0.2.27.php index 601589ae803..d6f898d0baf 100644 --- a/core/Updates/0.2.27.php +++ b/core/Updates/0.2.27.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.2.32.php b/core/Updates/0.2.32.php index 62250db0798..0c7017e337a 100644 --- a/core/Updates/0.2.32.php +++ b/core/Updates/0.2.32.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.2.33.php b/core/Updates/0.2.33.php index 557865c9262..f3ece84ff6b 100644 --- a/core/Updates/0.2.33.php +++ b/core/Updates/0.2.33.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.2.35.php b/core/Updates/0.2.35.php index c88f8cad3a9..6b72e4f9421 100644 --- a/core/Updates/0.2.35.php +++ b/core/Updates/0.2.35.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.2.37.php b/core/Updates/0.2.37.php index 327adceff34..34b3052aa44 100644 --- a/core/Updates/0.2.37.php +++ b/core/Updates/0.2.37.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.4.1.php b/core/Updates/0.4.1.php index 613a5a92881..327a2937ae5 100644 --- a/core/Updates/0.4.1.php +++ b/core/Updates/0.4.1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.4.2.php b/core/Updates/0.4.2.php index 98ca98b105c..f251af4b7a4 100644 --- a/core/Updates/0.4.2.php +++ b/core/Updates/0.4.2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.4.4.php b/core/Updates/0.4.4.php index c4147df13dc..5f031c5f90c 100644 --- a/core/Updates/0.4.4.php +++ b/core/Updates/0.4.4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.4.php b/core/Updates/0.4.php index 5f39288b2d8..9e99afc40cc 100644 --- a/core/Updates/0.4.php +++ b/core/Updates/0.4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.5.4.php b/core/Updates/0.5.4.php index d487470f9ca..646947f3a2a 100644 --- a/core/Updates/0.5.4.php +++ b/core/Updates/0.5.4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.5.5.php b/core/Updates/0.5.5.php index fc2dbdeee5b..d3204365722 100644 --- a/core/Updates/0.5.5.php +++ b/core/Updates/0.5.5.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.5.php b/core/Updates/0.5.php index dddb9a6ad27..52148a06427 100644 --- a/core/Updates/0.5.php +++ b/core/Updates/0.5.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.6-rc1.php b/core/Updates/0.6-rc1.php index 1bcb8683f62..8b384f31a5f 100644 --- a/core/Updates/0.6-rc1.php +++ b/core/Updates/0.6-rc1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.6.3.php b/core/Updates/0.6.3.php index 65b8ce13c23..8dba34db6c2 100644 --- a/core/Updates/0.6.3.php +++ b/core/Updates/0.6.3.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.7.php b/core/Updates/0.7.php index 6c3d21f603f..ec5cf76e056 100644 --- a/core/Updates/0.7.php +++ b/core/Updates/0.7.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/0.9.1.php b/core/Updates/0.9.1.php index a4c3497ac76..f9f910febff 100644 --- a/core/Updates/0.9.1.php +++ b/core/Updates/0.9.1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.1.php b/core/Updates/1.1.php index c75c33bd459..e8066f133ea 100644 --- a/core/Updates/1.1.php +++ b/core/Updates/1.1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.10-b4.php b/core/Updates/1.10-b4.php index 8d67d634e14..75518e706f0 100644 --- a/core/Updates/1.10-b4.php +++ b/core/Updates/1.10-b4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.10.1.php b/core/Updates/1.10.1.php index 0626a950cbc..44944327e11 100644 --- a/core/Updates/1.10.1.php +++ b/core/Updates/1.10.1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.10.2-b1.php b/core/Updates/1.10.2-b1.php index 7cc888af723..3fd5d4b930d 100644 --- a/core/Updates/1.10.2-b1.php +++ b/core/Updates/1.10.2-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.10.2-b2.php b/core/Updates/1.10.2-b2.php index dde66865018..77b07278d66 100644 --- a/core/Updates/1.10.2-b2.php +++ b/core/Updates/1.10.2-b2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.11-b1.php b/core/Updates/1.11-b1.php index a34ef30be6c..b46e6888fc6 100644 --- a/core/Updates/1.11-b1.php +++ b/core/Updates/1.11-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.12-b1.php b/core/Updates/1.12-b1.php index e3ca33ae324..44834d8186c 100644 --- a/core/Updates/1.12-b1.php +++ b/core/Updates/1.12-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.12-b15.php b/core/Updates/1.12-b15.php index 6ab8c347494..ee02bb27fb3 100644 --- a/core/Updates/1.12-b15.php +++ b/core/Updates/1.12-b15.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.12-b16.php b/core/Updates/1.12-b16.php index 885971c1964..971370b1c7d 100644 --- a/core/Updates/1.12-b16.php +++ b/core/Updates/1.12-b16.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.2-rc1.php b/core/Updates/1.2-rc1.php index 7ce66f51fe6..f6c87e920b6 100644 --- a/core/Updates/1.2-rc1.php +++ b/core/Updates/1.2-rc1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.2-rc2.php b/core/Updates/1.2-rc2.php index c31c6e21a63..b0374b275e2 100644 --- a/core/Updates/1.2-rc2.php +++ b/core/Updates/1.2-rc2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.2.3.php b/core/Updates/1.2.3.php index 3052ba884b8..5a17f0b6b66 100644 --- a/core/Updates/1.2.3.php +++ b/core/Updates/1.2.3.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.2.5-rc1.php b/core/Updates/1.2.5-rc1.php index 4e762d99e22..74743eda34a 100644 --- a/core/Updates/1.2.5-rc1.php +++ b/core/Updates/1.2.5-rc1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.2.5-rc7.php b/core/Updates/1.2.5-rc7.php index 96e0c68a12f..461c1314915 100644 --- a/core/Updates/1.2.5-rc7.php +++ b/core/Updates/1.2.5-rc7.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.4-rc1.php b/core/Updates/1.4-rc1.php index 7b1d4a165f2..be66c2c5f25 100644 --- a/core/Updates/1.4-rc1.php +++ b/core/Updates/1.4-rc1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.4-rc2.php b/core/Updates/1.4-rc2.php index 28e67e2e7b7..e665e0a071e 100644 --- a/core/Updates/1.4-rc2.php +++ b/core/Updates/1.4-rc2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.5-b1.php b/core/Updates/1.5-b1.php index 6fcae3d1ab2..5126859fe37 100644 --- a/core/Updates/1.5-b1.php +++ b/core/Updates/1.5-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.5-b2.php b/core/Updates/1.5-b2.php index 041c9429656..b2fe782a539 100644 --- a/core/Updates/1.5-b2.php +++ b/core/Updates/1.5-b2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.5-b3.php b/core/Updates/1.5-b3.php index 37d7b27559c..8cd6a09924d 100644 --- a/core/Updates/1.5-b3.php +++ b/core/Updates/1.5-b3.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.5-b4.php b/core/Updates/1.5-b4.php index 3216f704f9c..024b1b23a1b 100644 --- a/core/Updates/1.5-b4.php +++ b/core/Updates/1.5-b4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.5-b5.php b/core/Updates/1.5-b5.php index d0e9b8c480f..b99081e93cf 100644 --- a/core/Updates/1.5-b5.php +++ b/core/Updates/1.5-b5.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.5-rc6.php b/core/Updates/1.5-rc6.php index 4117852ae2e..54eda307a41 100644 --- a/core/Updates/1.5-rc6.php +++ b/core/Updates/1.5-rc6.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.6-b1.php b/core/Updates/1.6-b1.php index 967d5f11a5a..8c8adce533b 100644 --- a/core/Updates/1.6-b1.php +++ b/core/Updates/1.6-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.6-rc1.php b/core/Updates/1.6-rc1.php index 4df6dd8aae8..23b4fcfdcd4 100644 --- a/core/Updates/1.6-rc1.php +++ b/core/Updates/1.6-rc1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.7-b1.php b/core/Updates/1.7-b1.php index 4173ebffc48..d1ad846b33b 100644 --- a/core/Updates/1.7-b1.php +++ b/core/Updates/1.7-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.7.2-rc5.php b/core/Updates/1.7.2-rc5.php index feff3c3ab50..712fcbac469 100644 --- a/core/Updates/1.7.2-rc5.php +++ b/core/Updates/1.7.2-rc5.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.7.2-rc7.php b/core/Updates/1.7.2-rc7.php index c5e0bb7db6a..72440edf277 100644 --- a/core/Updates/1.7.2-rc7.php +++ b/core/Updates/1.7.2-rc7.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.8.3-b1.php b/core/Updates/1.8.3-b1.php index 4dd7f061fc7..d41e01cf30a 100644 --- a/core/Updates/1.8.3-b1.php +++ b/core/Updates/1.8.3-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.8.4-b1.php b/core/Updates/1.8.4-b1.php index 534def2cd20..44f9242a21f 100644 --- a/core/Updates/1.8.4-b1.php +++ b/core/Updates/1.8.4-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.9-b16.php b/core/Updates/1.9-b16.php index 497fa6d3e5b..f875c3bf6d1 100644 --- a/core/Updates/1.9-b16.php +++ b/core/Updates/1.9-b16.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.9-b19.php b/core/Updates/1.9-b19.php index ae3d0529d27..edee91a48b5 100644 --- a/core/Updates/1.9-b19.php +++ b/core/Updates/1.9-b19.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.9-b9.php b/core/Updates/1.9-b9.php index 8305ece3377..189471eca9e 100644 --- a/core/Updates/1.9-b9.php +++ b/core/Updates/1.9-b9.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.9.1-b2.php b/core/Updates/1.9.1-b2.php index da6e09c48d1..b418123a843 100644 --- a/core/Updates/1.9.1-b2.php +++ b/core/Updates/1.9.1-b2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.9.3-b10.php b/core/Updates/1.9.3-b10.php index 7f294223670..4429dd6be4d 100644 --- a/core/Updates/1.9.3-b10.php +++ b/core/Updates/1.9.3-b10.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.9.3-b3.php b/core/Updates/1.9.3-b3.php index e9cfd9dfcf1..a4303c47295 100644 --- a/core/Updates/1.9.3-b3.php +++ b/core/Updates/1.9.3-b3.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/1.9.3-b8.php b/core/Updates/1.9.3-b8.php index c67802efa70..972e6b1bb28 100644 --- a/core/Updates/1.9.3-b8.php +++ b/core/Updates/1.9.3-b8.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.0-a12.php b/core/Updates/2.0-a12.php index bee366102b3..3c67d6ddb33 100644 --- a/core/Updates/2.0-a12.php +++ b/core/Updates/2.0-a12.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.0-a13.php b/core/Updates/2.0-a13.php index fd98e46c5e6..94f40be9872 100644 --- a/core/Updates/2.0-a13.php +++ b/core/Updates/2.0-a13.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.0-a17.php b/core/Updates/2.0-a17.php index 410a06c021b..d4b66c0de1e 100644 --- a/core/Updates/2.0-a17.php +++ b/core/Updates/2.0-a17.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.0-a7.php b/core/Updates/2.0-a7.php index 432bdbffe33..ba6b200e1c7 100644 --- a/core/Updates/2.0-a7.php +++ b/core/Updates/2.0-a7.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.0-b10.php b/core/Updates/2.0-b10.php index 0e1eee16b85..15821360223 100644 --- a/core/Updates/2.0-b10.php +++ b/core/Updates/2.0-b10.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.0-b13.php b/core/Updates/2.0-b13.php index c6d8ab2b957..f6cd1e6813f 100644 --- a/core/Updates/2.0-b13.php +++ b/core/Updates/2.0-b13.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.0-b3.php b/core/Updates/2.0-b3.php index a8ca4c9f075..fa7e08811de 100644 --- a/core/Updates/2.0-b3.php +++ b/core/Updates/2.0-b3.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.0-b9.php b/core/Updates/2.0-b9.php index f70e2fa9510..bdf79869140 100644 --- a/core/Updates/2.0-b9.php +++ b/core/Updates/2.0-b9.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.0-rc1.php b/core/Updates/2.0-rc1.php index 3989961b491..cbae06089b4 100644 --- a/core/Updates/2.0-rc1.php +++ b/core/Updates/2.0-rc1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.0.3-b7.php b/core/Updates/2.0.3-b7.php index ec1b980cf93..5fa44bfd9c4 100644 --- a/core/Updates/2.0.3-b7.php +++ b/core/Updates/2.0.3-b7.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.0.4-b5.php b/core/Updates/2.0.4-b5.php index 7bd527a23dc..49dd32da67e 100644 --- a/core/Updates/2.0.4-b5.php +++ b/core/Updates/2.0.4-b5.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.0.4-b7.php b/core/Updates/2.0.4-b7.php index 079cde80e84..4e0574ee6fe 100644 --- a/core/Updates/2.0.4-b7.php +++ b/core/Updates/2.0.4-b7.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.0.4-b8.php b/core/Updates/2.0.4-b8.php index b5f411643cc..f15a26ea3f0 100644 --- a/core/Updates/2.0.4-b8.php +++ b/core/Updates/2.0.4-b8.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.1.1-b11.php b/core/Updates/2.1.1-b11.php index 15477da5420..e49d14bf1fa 100644 --- a/core/Updates/2.1.1-b11.php +++ b/core/Updates/2.1.1-b11.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.10.0-b10.php b/core/Updates/2.10.0-b10.php index b7902e421cd..0457bcdbbbd 100644 --- a/core/Updates/2.10.0-b10.php +++ b/core/Updates/2.10.0-b10.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.10.0-b4.php b/core/Updates/2.10.0-b4.php index 9c806b44747..3bbed52b6fb 100644 --- a/core/Updates/2.10.0-b4.php +++ b/core/Updates/2.10.0-b4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.10.0-b5.php b/core/Updates/2.10.0-b5.php index ce8a7f558bd..c9ee4b12e7f 100644 --- a/core/Updates/2.10.0-b5.php +++ b/core/Updates/2.10.0-b5.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.10.0-b7.php b/core/Updates/2.10.0-b7.php index 44f012c3a81..1c5c27cf394 100644 --- a/core/Updates/2.10.0-b7.php +++ b/core/Updates/2.10.0-b7.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.10.0-b8.php b/core/Updates/2.10.0-b8.php index a1f9869f5a0..1b93cda4e5e 100644 --- a/core/Updates/2.10.0-b8.php +++ b/core/Updates/2.10.0-b8.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.11.0-b2.php b/core/Updates/2.11.0-b2.php index 742d81cd010..71a4914875a 100644 --- a/core/Updates/2.11.0-b2.php +++ b/core/Updates/2.11.0-b2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.11.0-b4.php b/core/Updates/2.11.0-b4.php index eb7af4c520d..066f7273172 100644 --- a/core/Updates/2.11.0-b4.php +++ b/core/Updates/2.11.0-b4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.11.0-b5.php b/core/Updates/2.11.0-b5.php index 3774a6ccf53..f6e23113c80 100644 --- a/core/Updates/2.11.0-b5.php +++ b/core/Updates/2.11.0-b5.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.11.1-b4.php b/core/Updates/2.11.1-b4.php index f776ac74c4e..6cfde8a6d2e 100644 --- a/core/Updates/2.11.1-b4.php +++ b/core/Updates/2.11.1-b4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.13.0-b3.php b/core/Updates/2.13.0-b3.php index b7529385c31..4d17eb9369c 100644 --- a/core/Updates/2.13.0-b3.php +++ b/core/Updates/2.13.0-b3.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.13.1.php b/core/Updates/2.13.1.php index 11edd3e3feb..97f64491010 100644 --- a/core/Updates/2.13.1.php +++ b/core/Updates/2.13.1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.14.0-b1.php b/core/Updates/2.14.0-b1.php index 166f54bdd5a..f610b1958a2 100644 --- a/core/Updates/2.14.0-b1.php +++ b/core/Updates/2.14.0-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.14.0-b2.php b/core/Updates/2.14.0-b2.php index 5962828c31d..e3d87bae2a0 100644 --- a/core/Updates/2.14.0-b2.php +++ b/core/Updates/2.14.0-b2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.14.2.php b/core/Updates/2.14.2.php index 753ed5114a6..91fea6018d2 100644 --- a/core/Updates/2.14.2.php +++ b/core/Updates/2.14.2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.15.0-b12.php b/core/Updates/2.15.0-b12.php index 7268143e047..138e710c26b 100644 --- a/core/Updates/2.15.0-b12.php +++ b/core/Updates/2.15.0-b12.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.15.0-b16.php b/core/Updates/2.15.0-b16.php index 787f95f0a09..762594a232b 100644 --- a/core/Updates/2.15.0-b16.php +++ b/core/Updates/2.15.0-b16.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.15.0-b17.php b/core/Updates/2.15.0-b17.php index c37330ad9cb..948154d0b05 100644 --- a/core/Updates/2.15.0-b17.php +++ b/core/Updates/2.15.0-b17.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.15.0-b20.php b/core/Updates/2.15.0-b20.php index 2fa01494244..8da95e0d538 100644 --- a/core/Updates/2.15.0-b20.php +++ b/core/Updates/2.15.0-b20.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.15.0-b3.php b/core/Updates/2.15.0-b3.php index 69f30c9dfff..e3e4ac38735 100644 --- a/core/Updates/2.15.0-b3.php +++ b/core/Updates/2.15.0-b3.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.15.0.php b/core/Updates/2.15.0.php index b2a4929eb14..7a5ba20256a 100644 --- a/core/Updates/2.15.0.php +++ b/core/Updates/2.15.0.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.16.2-b2.php b/core/Updates/2.16.2-b2.php index d6935240688..fe27c49a0de 100644 --- a/core/Updates/2.16.2-b2.php +++ b/core/Updates/2.16.2-b2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.16.2-rc2.php b/core/Updates/2.16.2-rc2.php index ca2e0480799..502f32cf33c 100644 --- a/core/Updates/2.16.2-rc2.php +++ b/core/Updates/2.16.2-rc2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.16.3-b1.php b/core/Updates/2.16.3-b1.php index 6f589959dbf..b5d77d0b177 100644 --- a/core/Updates/2.16.3-b1.php +++ b/core/Updates/2.16.3-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.16.3-b2.php b/core/Updates/2.16.3-b2.php index b209e6a1a20..aad20831b0b 100644 --- a/core/Updates/2.16.3-b2.php +++ b/core/Updates/2.16.3-b2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.16.3-rc2.php b/core/Updates/2.16.3-rc2.php index 94bb749fda9..86118228f15 100644 --- a/core/Updates/2.16.3-rc2.php +++ b/core/Updates/2.16.3-rc2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.16.5.php b/core/Updates/2.16.5.php index a22f514983c..904444ef98b 100644 --- a/core/Updates/2.16.5.php +++ b/core/Updates/2.16.5.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.2.3-b6.php b/core/Updates/2.2.3-b6.php index ff9979a5a75..2920d407e4e 100644 --- a/core/Updates/2.2.3-b6.php +++ b/core/Updates/2.2.3-b6.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.4.0-b1.php b/core/Updates/2.4.0-b1.php index 3175d991e7b..c1d1d9f01e2 100644 --- a/core/Updates/2.4.0-b1.php +++ b/core/Updates/2.4.0-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.4.0-b3.php b/core/Updates/2.4.0-b3.php index b370c17d91c..5e9324ea879 100644 --- a/core/Updates/2.4.0-b3.php +++ b/core/Updates/2.4.0-b3.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.4.0-b4.php b/core/Updates/2.4.0-b4.php index 2550259ea88..b021e363d00 100644 --- a/core/Updates/2.4.0-b4.php +++ b/core/Updates/2.4.0-b4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.4.0-b6.php b/core/Updates/2.4.0-b6.php index e2d5eb868f5..ef76c472131 100644 --- a/core/Updates/2.4.0-b6.php +++ b/core/Updates/2.4.0-b6.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.4.0-b8.php b/core/Updates/2.4.0-b8.php index cbf83b106c6..1dbd94abcf3 100644 --- a/core/Updates/2.4.0-b8.php +++ b/core/Updates/2.4.0-b8.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.5.0-b1.php b/core/Updates/2.5.0-b1.php index 56a73deee9c..cb71d607e21 100644 --- a/core/Updates/2.5.0-b1.php +++ b/core/Updates/2.5.0-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.5.0-rc2.php b/core/Updates/2.5.0-rc2.php index 3ff3ddb88ef..eb1f45d0927 100644 --- a/core/Updates/2.5.0-rc2.php +++ b/core/Updates/2.5.0-rc2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.5.0-rc4.php b/core/Updates/2.5.0-rc4.php index 8dd41ddc53d..19340148e7d 100644 --- a/core/Updates/2.5.0-rc4.php +++ b/core/Updates/2.5.0-rc4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.6.0-b1.php b/core/Updates/2.6.0-b1.php index a01cdcb3561..2c75dad7ff8 100644 --- a/core/Updates/2.6.0-b1.php +++ b/core/Updates/2.6.0-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.7.0-b2.php b/core/Updates/2.7.0-b2.php index 9349da6b285..c5f47919c79 100644 --- a/core/Updates/2.7.0-b2.php +++ b/core/Updates/2.7.0-b2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.7.0-b4.php b/core/Updates/2.7.0-b4.php index 9289064c135..90b04f497f4 100644 --- a/core/Updates/2.7.0-b4.php +++ b/core/Updates/2.7.0-b4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.9.0-b1.php b/core/Updates/2.9.0-b1.php index 31d97ec18bf..d6debb7754f 100644 --- a/core/Updates/2.9.0-b1.php +++ b/core/Updates/2.9.0-b1.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/2.9.0-b7.php b/core/Updates/2.9.0-b7.php index 80894b57901..10617173cbf 100644 --- a/core/Updates/2.9.0-b7.php +++ b/core/Updates/2.9.0-b7.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.0.0-b1.php b/core/Updates/3.0.0-b1.php index 92f563034f4..781791c724b 100644 --- a/core/Updates/3.0.0-b1.php +++ b/core/Updates/3.0.0-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.0.0-b3.php b/core/Updates/3.0.0-b3.php index d967a37cb50..582e1d8c993 100644 --- a/core/Updates/3.0.0-b3.php +++ b/core/Updates/3.0.0-b3.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.0.0-b4.php b/core/Updates/3.0.0-b4.php index 26be23a8f5c..ab0d683dabf 100644 --- a/core/Updates/3.0.0-b4.php +++ b/core/Updates/3.0.0-b4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.0.1-b1.php b/core/Updates/3.0.1-b1.php index 457f6b3ff72..62fea22b854 100644 --- a/core/Updates/3.0.1-b1.php +++ b/core/Updates/3.0.1-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.10.0-b2.php b/core/Updates/3.10.0-b2.php index a0e382d4ec2..0d4c33c7799 100644 --- a/core/Updates/3.10.0-b2.php +++ b/core/Updates/3.10.0-b2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.10.0-rc5.php b/core/Updates/3.10.0-rc5.php index 0a421566ac8..932c84610a2 100644 --- a/core/Updates/3.10.0-rc5.php +++ b/core/Updates/3.10.0-rc5.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.11.0-b1.php b/core/Updates/3.11.0-b1.php index 03856875a72..088d908b6e0 100644 --- a/core/Updates/3.11.0-b1.php +++ b/core/Updates/3.11.0-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.12.0-b1.php b/core/Updates/3.12.0-b1.php index 45ab67885ea..03df4dbdcb5 100644 --- a/core/Updates/3.12.0-b1.php +++ b/core/Updates/3.12.0-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.12.0-b7.php b/core/Updates/3.12.0-b7.php index b2b9fa69fe9..eb58971b5dd 100644 --- a/core/Updates/3.12.0-b7.php +++ b/core/Updates/3.12.0-b7.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.13.1-b2.php b/core/Updates/3.13.1-b2.php index 87b8bb92e6a..8c9ad31cd29 100644 --- a/core/Updates/3.13.1-b2.php +++ b/core/Updates/3.13.1-b2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.13.4-b1.php b/core/Updates/3.13.4-b1.php index 90024ddc594..18ffabf670f 100644 --- a/core/Updates/3.13.4-b1.php +++ b/core/Updates/3.13.4-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.13.5-rc1.php b/core/Updates/3.13.5-rc1.php index 22123d4a5f1..8871731eae4 100644 --- a/core/Updates/3.13.5-rc1.php +++ b/core/Updates/3.13.5-rc1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.5.0-b2.php b/core/Updates/3.5.0-b2.php index 5fd08935771..fc2346eaae1 100644 --- a/core/Updates/3.5.0-b2.php +++ b/core/Updates/3.5.0-b2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.5.0-b4.php b/core/Updates/3.5.0-b4.php index 530a6cac976..463eda0c9d7 100644 --- a/core/Updates/3.5.0-b4.php +++ b/core/Updates/3.5.0-b4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.5.0-rc2.php b/core/Updates/3.5.0-rc2.php index fd6920255d4..41276e43157 100644 --- a/core/Updates/3.5.0-rc2.php +++ b/core/Updates/3.5.0-rc2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.5.1-b1.php b/core/Updates/3.5.1-b1.php index ed15dc6572d..da88c72e0bf 100644 --- a/core/Updates/3.5.1-b1.php +++ b/core/Updates/3.5.1-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.6.0-b2.php b/core/Updates/3.6.0-b2.php index 16bda322e18..8cc9908650c 100644 --- a/core/Updates/3.6.0-b2.php +++ b/core/Updates/3.6.0-b2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.6.0-b3.php b/core/Updates/3.6.0-b3.php index d492200eee1..a6b416eaf38 100644 --- a/core/Updates/3.6.0-b3.php +++ b/core/Updates/3.6.0-b3.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.6.0-b4.php b/core/Updates/3.6.0-b4.php index b7f5b4d759a..d39fc1a6bde 100644 --- a/core/Updates/3.6.0-b4.php +++ b/core/Updates/3.6.0-b4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.6.1-b2.php b/core/Updates/3.6.1-b2.php index a3a8e5fdd40..9a8fdf3479e 100644 --- a/core/Updates/3.6.1-b2.php +++ b/core/Updates/3.6.1-b2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.6.1-b3.php b/core/Updates/3.6.1-b3.php index 46ebe677322..da3180dc3b5 100644 --- a/core/Updates/3.6.1-b3.php +++ b/core/Updates/3.6.1-b3.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.7.0-b1.php b/core/Updates/3.7.0-b1.php index 5bef4e1a48e..a84ca892c18 100644 --- a/core/Updates/3.7.0-b1.php +++ b/core/Updates/3.7.0-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.8.0-b3.php b/core/Updates/3.8.0-b3.php index 17bac645bcb..0a2a1c19710 100644 --- a/core/Updates/3.8.0-b3.php +++ b/core/Updates/3.8.0-b3.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/3.8.0-b4.php b/core/Updates/3.8.0-b4.php index 30f18a36688..c209cb80b1e 100644 --- a/core/Updates/3.8.0-b4.php +++ b/core/Updates/3.8.0-b4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.0.0-b1.php b/core/Updates/4.0.0-b1.php index a0153bdd40d..ace23d3294f 100644 --- a/core/Updates/4.0.0-b1.php +++ b/core/Updates/4.0.0-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.0.0-b3.php b/core/Updates/4.0.0-b3.php index 9366b36464f..7ec34ad7193 100644 --- a/core/Updates/4.0.0-b3.php +++ b/core/Updates/4.0.0-b3.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.0.0-rc3.php b/core/Updates/4.0.0-rc3.php index 7b2b730bd5c..6b0da3f5156 100644 --- a/core/Updates/4.0.0-rc3.php +++ b/core/Updates/4.0.0-rc3.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.0.0-rc4.php b/core/Updates/4.0.0-rc4.php index 3c598ecc4f3..d5b0a4ca9d3 100644 --- a/core/Updates/4.0.0-rc4.php +++ b/core/Updates/4.0.0-rc4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.0.1-b1.php b/core/Updates/4.0.1-b1.php index 8345428c2a9..7e6bbe5da90 100644 --- a/core/Updates/4.0.1-b1.php +++ b/core/Updates/4.0.1-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.0.4-b1.php b/core/Updates/4.0.4-b1.php index 9229d8a8e47..645461bcd29 100644 --- a/core/Updates/4.0.4-b1.php +++ b/core/Updates/4.0.4-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.1.2-b1.php b/core/Updates/4.1.2-b1.php index abde379cfde..75b9d25827c 100644 --- a/core/Updates/4.1.2-b1.php +++ b/core/Updates/4.1.2-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.1.2-b2.php b/core/Updates/4.1.2-b2.php index 866c3cf8ca6..e15a66f53ef 100644 --- a/core/Updates/4.1.2-b2.php +++ b/core/Updates/4.1.2-b2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.10.0-b1.php b/core/Updates/4.10.0-b1.php index c4e81584bfc..75c297f17f6 100644 --- a/core/Updates/4.10.0-b1.php +++ b/core/Updates/4.10.0-b1.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.11.0-b1.php b/core/Updates/4.11.0-b1.php index d9bf37bc997..e56077b2305 100644 --- a/core/Updates/4.11.0-b1.php +++ b/core/Updates/4.11.0-b1.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.11.0-rc2.php b/core/Updates/4.11.0-rc2.php index 745abe583ab..c7adfd3db7e 100644 --- a/core/Updates/4.11.0-rc2.php +++ b/core/Updates/4.11.0-rc2.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.12.0-b1.php b/core/Updates/4.12.0-b1.php index aa4059de67d..9cea2a96c0d 100644 --- a/core/Updates/4.12.0-b1.php +++ b/core/Updates/4.12.0-b1.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.12.0-b2.php b/core/Updates/4.12.0-b2.php index 829b22ef10f..d12cb9a72ea 100644 --- a/core/Updates/4.12.0-b2.php +++ b/core/Updates/4.12.0-b2.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.12.0-b3.php b/core/Updates/4.12.0-b3.php index 586d3b9e2bf..bf86b2295f0 100644 --- a/core/Updates/4.12.0-b3.php +++ b/core/Updates/4.12.0-b3.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.12.0-b4.php b/core/Updates/4.12.0-b4.php index bb18559513b..f51b852b262 100644 --- a/core/Updates/4.12.0-b4.php +++ b/core/Updates/4.12.0-b4.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.3.0-b3.php b/core/Updates/4.3.0-b3.php index b44a5a07965..d4570943b3e 100644 --- a/core/Updates/4.3.0-b3.php +++ b/core/Updates/4.3.0-b3.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.3.0-b4.php b/core/Updates/4.3.0-b4.php index 715b8fa8312..23e6dcec1aa 100644 --- a/core/Updates/4.3.0-b4.php +++ b/core/Updates/4.3.0-b4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.3.0-rc2.php b/core/Updates/4.3.0-rc2.php index f58e57c57d1..e67d5e5e9fb 100644 --- a/core/Updates/4.3.0-rc2.php +++ b/core/Updates/4.3.0-rc2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.4.0-b1.php b/core/Updates/4.4.0-b1.php index 986c4928146..5719f6730e5 100644 --- a/core/Updates/4.4.0-b1.php +++ b/core/Updates/4.4.0-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.5.0-b1.php b/core/Updates/4.5.0-b1.php index d3462055dc5..3239f561de8 100644 --- a/core/Updates/4.5.0-b1.php +++ b/core/Updates/4.5.0-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.6.0-b1.php b/core/Updates/4.6.0-b1.php index b82babcf436..c4069d15db7 100644 --- a/core/Updates/4.6.0-b1.php +++ b/core/Updates/4.6.0-b1.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.6.0-b4.php b/core/Updates/4.6.0-b4.php index 14257d58e18..4efcb946d60 100644 --- a/core/Updates/4.6.0-b4.php +++ b/core/Updates/4.6.0-b4.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.6.2-rc2.php b/core/Updates/4.6.2-rc2.php index a32985d9ee0..0008914310a 100644 --- a/core/Updates/4.6.2-rc2.php +++ b/core/Updates/4.6.2-rc2.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.7.0-b2.php b/core/Updates/4.7.0-b2.php index 538d5e38329..32fe80913da 100644 --- a/core/Updates/4.7.0-b2.php +++ b/core/Updates/4.7.0-b2.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/4.7.1-b1.php b/core/Updates/4.7.1-b1.php index 65aeb5c0577..b0b0bb9d68b 100644 --- a/core/Updates/4.7.1-b1.php +++ b/core/Updates/4.7.1-b1.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/5.0.0-b1.php b/core/Updates/5.0.0-b1.php index 83e6fe8007f..4da4be3a7c5 100644 --- a/core/Updates/5.0.0-b1.php +++ b/core/Updates/5.0.0-b1.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/5.0.0-rc2.php b/core/Updates/5.0.0-rc2.php index b552329aa59..68c46bb489a 100644 --- a/core/Updates/5.0.0-rc2.php +++ b/core/Updates/5.0.0-rc2.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Updates/5.0.0-rc5.php b/core/Updates/5.0.0-rc5.php index 402d022c8a5..b761d1709d3 100644 --- a/core/Updates/5.0.0-rc5.php +++ b/core/Updates/5.0.0-rc5.php @@ -4,8 +4,7 @@ * Matomo - free/libre analytics platform * * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Updates; diff --git a/core/Url.php b/core/Url.php index e4c5c91f4a4..03e7fd69d72 100644 --- a/core/Url.php +++ b/core/Url.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/UrlHelper.php b/core/UrlHelper.php index fb47bccad0a..62be3d5403b 100644 --- a/core/UrlHelper.php +++ b/core/UrlHelper.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/Validators/BaseValidator.php b/core/Validators/BaseValidator.php index fed760b198f..a2ec18f9452 100644 --- a/core/Validators/BaseValidator.php +++ b/core/Validators/BaseValidator.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Validators; diff --git a/core/Validators/CharacterLength.php b/core/Validators/CharacterLength.php index 7c36639520a..02fecef1e0f 100644 --- a/core/Validators/CharacterLength.php +++ b/core/Validators/CharacterLength.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Validators; diff --git a/core/Validators/DateTime.php b/core/Validators/DateTime.php index 631c4f511e9..79a82462663 100644 --- a/core/Validators/DateTime.php +++ b/core/Validators/DateTime.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Validators; diff --git a/core/Validators/Email.php b/core/Validators/Email.php index 98118135f80..e5bfe6590fe 100644 --- a/core/Validators/Email.php +++ b/core/Validators/Email.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Validators; diff --git a/core/Validators/Exception.php b/core/Validators/Exception.php index 993403cd32a..b3411379cb7 100644 --- a/core/Validators/Exception.php +++ b/core/Validators/Exception.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Validators; diff --git a/core/Validators/IdSite.php b/core/Validators/IdSite.php index 9bda184c2e5..8c093b1b2c5 100644 --- a/core/Validators/IdSite.php +++ b/core/Validators/IdSite.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Validators; diff --git a/core/Validators/IpRanges.php b/core/Validators/IpRanges.php index 858f0159c15..47e453a5253 100644 --- a/core/Validators/IpRanges.php +++ b/core/Validators/IpRanges.php @@ -3,9 +3,8 @@ /** * Matomo free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Validators; diff --git a/core/Validators/NotEmpty.php b/core/Validators/NotEmpty.php index bdd85c1d015..525d66c5bcb 100644 --- a/core/Validators/NotEmpty.php +++ b/core/Validators/NotEmpty.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Validators; diff --git a/core/Validators/NumberRange.php b/core/Validators/NumberRange.php index 57cbfac6f14..d5e45784ec5 100644 --- a/core/Validators/NumberRange.php +++ b/core/Validators/NumberRange.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Validators; diff --git a/core/Validators/Regex.php b/core/Validators/Regex.php index 68abbc98a11..5529a6710ac 100644 --- a/core/Validators/Regex.php +++ b/core/Validators/Regex.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Validators; diff --git a/core/Validators/UrlLike.php b/core/Validators/UrlLike.php index f8ed4ef17b6..b2c5f2618e0 100644 --- a/core/Validators/UrlLike.php +++ b/core/Validators/UrlLike.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Validators; diff --git a/core/Validators/WhitelistedValue.php b/core/Validators/WhitelistedValue.php index e27d4d8b510..317aae69e4f 100644 --- a/core/Validators/WhitelistedValue.php +++ b/core/Validators/WhitelistedValue.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Validators; diff --git a/core/Version.php b/core/Version.php index 8ccc24507ea..e6e3ecd46da 100644 --- a/core/Version.php +++ b/core/Version.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/View.php b/core/View.php index 99f07ab107a..2ecb047f33b 100644 --- a/core/View.php +++ b/core/View.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; diff --git a/core/View/HtmlEmailFooterView.php b/core/View/HtmlEmailFooterView.php index 8164693f9c4..2fb1a7c5cdc 100644 --- a/core/View/HtmlEmailFooterView.php +++ b/core/View/HtmlEmailFooterView.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\View; diff --git a/core/View/HtmlReportEmailHeaderView.php b/core/View/HtmlReportEmailHeaderView.php index f4ff36c15aa..e4eef48a440 100644 --- a/core/View/HtmlReportEmailHeaderView.php +++ b/core/View/HtmlReportEmailHeaderView.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\View; diff --git a/core/View/OneClickDone.php b/core/View/OneClickDone.php index 5d72b4b590b..d55d5c5595a 100644 --- a/core/View/OneClickDone.php +++ b/core/View/OneClickDone.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\View; diff --git a/core/View/RenderTokenParser.php b/core/View/RenderTokenParser.php index 30d92d19cc4..057999589b0 100644 --- a/core/View/RenderTokenParser.php +++ b/core/View/RenderTokenParser.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\View; diff --git a/core/View/SecurityPolicy.php b/core/View/SecurityPolicy.php index f97e50e65c4..fa01a58b7ed 100644 --- a/core/View/SecurityPolicy.php +++ b/core/View/SecurityPolicy.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\View; diff --git a/core/View/UIControl.php b/core/View/UIControl.php index f175a01769e..64c6f7a64e7 100644 --- a/core/View/UIControl.php +++ b/core/View/UIControl.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\View; diff --git a/core/View/ViewInterface.php b/core/View/ViewInterface.php index 11513d3b1f6..1c42f451696 100644 --- a/core/View/ViewInterface.php +++ b/core/View/ViewInterface.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\View; diff --git a/core/ViewDataTable/Config.php b/core/ViewDataTable/Config.php index 51e2e4f0bd8..9c068cbe683 100644 --- a/core/ViewDataTable/Config.php +++ b/core/ViewDataTable/Config.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ViewDataTable; diff --git a/core/ViewDataTable/Factory.php b/core/ViewDataTable/Factory.php index 6de501df149..36b2ec0c3d4 100644 --- a/core/ViewDataTable/Factory.php +++ b/core/ViewDataTable/Factory.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ViewDataTable; diff --git a/core/ViewDataTable/Manager.php b/core/ViewDataTable/Manager.php index b6b82d63fa1..d8adb665655 100644 --- a/core/ViewDataTable/Manager.php +++ b/core/ViewDataTable/Manager.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ViewDataTable; diff --git a/core/ViewDataTable/Request.php b/core/ViewDataTable/Request.php index c08988d8405..ea0bc2e1a75 100644 --- a/core/ViewDataTable/Request.php +++ b/core/ViewDataTable/Request.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ViewDataTable; diff --git a/core/ViewDataTable/RequestConfig.php b/core/ViewDataTable/RequestConfig.php index 1ffc0858139..df11715afe4 100644 --- a/core/ViewDataTable/RequestConfig.php +++ b/core/ViewDataTable/RequestConfig.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\ViewDataTable; diff --git a/core/Visualization/Sparkline.php b/core/Visualization/Sparkline.php index ad839ce405c..2efc2dd0cc0 100644 --- a/core/Visualization/Sparkline.php +++ b/core/Visualization/Sparkline.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Visualization; diff --git a/core/Widget/Widget.php b/core/Widget/Widget.php index e6277bec6b2..889177878de 100644 --- a/core/Widget/Widget.php +++ b/core/Widget/Widget.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Widget; diff --git a/core/Widget/WidgetConfig.php b/core/Widget/WidgetConfig.php index 4c74c0bd8ac..5f7ac94705e 100644 --- a/core/Widget/WidgetConfig.php +++ b/core/Widget/WidgetConfig.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Widget; diff --git a/core/Widget/WidgetContainerConfig.php b/core/Widget/WidgetContainerConfig.php index 5e7147cbd1f..5c947c851e8 100644 --- a/core/Widget/WidgetContainerConfig.php +++ b/core/Widget/WidgetContainerConfig.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Widget; diff --git a/core/Widget/WidgetsList.php b/core/Widget/WidgetsList.php index 985659ebea1..272e6a26762 100644 --- a/core/Widget/WidgetsList.php +++ b/core/Widget/WidgetsList.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik\Widget; diff --git a/core/bootstrap.php b/core/bootstrap.php index 5f096fc7e8d..73e2c539bea 100644 --- a/core/bootstrap.php +++ b/core/bootstrap.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later * * Bootstraps the Piwik application. * diff --git a/core/dispatch.php b/core/dispatch.php index 7cf801f288e..d921e2d705b 100644 --- a/core/dispatch.php +++ b/core/dispatch.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ use Piwik\ErrorHandler; diff --git a/core/testMinimumPhpVersion.php b/core/testMinimumPhpVersion.php index a8a6e6d3937..c31dc49e2be 100644 --- a/core/testMinimumPhpVersion.php +++ b/core/testMinimumPhpVersion.php @@ -3,9 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ /** diff --git a/index.php b/index.php index 32c3bd575a5..f8640c3a9ae 100644 --- a/index.php +++ b/index.php @@ -2,8 +2,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ if (!defined('PIWIK_DOCUMENT_ROOT')) { diff --git a/js/index.php b/js/index.php index 859f3693e5c..1d1a8580ea4 100644 --- a/js/index.php +++ b/js/index.php @@ -3,10 +3,10 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ define("PIWIK_KEEP_JS_TRACKER_COMMENT", 1); -require_once __DIR__ . '/tracker.php'; \ No newline at end of file +require_once __DIR__ . '/tracker.php'; diff --git a/js/tracker.php b/js/tracker.php index 00394e86697..fc437e9c1d7 100644 --- a/js/tracker.php +++ b/js/tracker.php @@ -3,8 +3,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ use Piwik\ProxyHttp; diff --git a/libs/PiwikTracker/PiwikTracker.php b/libs/PiwikTracker/PiwikTracker.php index 7593f06e0ff..a6237bede09 100644 --- a/libs/PiwikTracker/PiwikTracker.php +++ b/libs/PiwikTracker/PiwikTracker.php @@ -2,9 +2,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later - * + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ // PiwikTracker.php is now managed by composer. To prevent breaking existing diff --git a/matomo.php b/matomo.php index 3cb45629995..1c2988a3269 100644 --- a/matomo.php +++ b/matomo.php @@ -3,12 +3,12 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ if (!defined('PIWIK_DOCUMENT_ROOT')) { define('PIWIK_DOCUMENT_ROOT', dirname(__FILE__) == '/' ? '' : dirname(__FILE__)); } -include PIWIK_DOCUMENT_ROOT . '/piwik.php'; \ No newline at end of file +include PIWIK_DOCUMENT_ROOT . '/piwik.php'; diff --git a/misc/cron/archive.php b/misc/cron/archive.php index c7846adb2ee..bad2d248a27 100644 --- a/misc/cron/archive.php +++ b/misc/cron/archive.php @@ -2,8 +2,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ if (!defined('PIWIK_DOCUMENT_ROOT')) { diff --git a/misc/cron/updatetoken.php b/misc/cron/updatetoken.php index c05dfb5a524..a69e738a310 100644 --- a/misc/cron/updatetoken.php +++ b/misc/cron/updatetoken.php @@ -2,8 +2,8 @@ /** * Matomo - free/libre analytics platform * - * @link https://matomo.org - * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later + * @link https://matomo.org + * @license https://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later */ namespace Piwik; @@ -59,4 +59,4 @@ function getPiwikDomain() $content = "