Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Further Piwik.org => Matomo.org replacements (#12415)
* renaming more Piwik mentions * some more updates * fix some tests * support matomo partially as require string * fix tests * fix failing system test * fix tests * fix system test * fix test
- Loading branch information
Showing
with
822 additions
and 814 deletions.
- +66 −66 CHANGELOG.md
- +4 −4 CONTRIBUTING.md
- +15 −15 LEGALNOTICE
- +1 −1 LICENSE
- +7 −7 PRIVACY.md
- +33 −33 README.md
- +4 −4 SECURITY.md
- +9 −9 composer.json
- +73 −73 config/global.ini.php
- +1 −1 core/API/DataTableManipulator.php
- +1 −1 core/Application/Kernel/EnvironmentValidator.php
- +1 −1 core/AssetManager/UIAssetMerger/JScriptUIAssetMerger.php
- +1 −1 core/AssetManager/UIAssetMerger/StylesheetUIAssetMerger.php
- +1 −1 core/AssetManager/UIAssetMinifier.php
- +1 −1 core/CliMulti/RequestCommand.php
- +2 −2 core/Config.php
- +1 −1 core/Console.php
- +7 −7 core/CronArchive.php
- +1 −1 core/DataTable/Manager.php
- +5 −5 core/DataTable/Renderer/Rss.php
- +1 −1 core/Db/Adapter.php
- +3 −3 core/ErrorHandler.php
- +1 −1 core/Exception/PluginDeactivatedException.php
- +2 −2 core/Filechecks.php
- +1 −1 core/FrontController.php
- +5 −5 core/Plugin/Controller.php
- +5 −5 core/Plugin/ControllerAdmin.php
- +2 −1 core/Plugin/Dependency.php
- +1 −1 core/Plugin/Manager.php
- +2 −2 core/Plugin/MetadataLoader.php
- +1 −1 core/Plugin/ViewDataTable.php
- +2 −2 core/ProfessionalServices/Advertising.php
- +1 −1 core/Profiler.php
- +1 −1 core/Segment/SegmentExpression.php
- +1 −1 core/Session.php
- +1 −1 core/SettingsPiwik.php
- +5 −5 core/Tracker/Response.php
- +1 −1 core/Tracker/VisitExcluded.php
- +1 −1 core/Updates/0.5.4.php
- +2 −2 core/Updates/0.6-rc1.php
- +2 −2 core/Updates/1.2-rc1.php
- +2 −2 core/Url.php
- +27 −27 core/testMinimumPhpVersion.php
- +1 −1 js/LICENSE.txt
- +2 −2 js/README.md
- +1 −1 lang/README.md
- +1 −1 libs/README.md
- +2 −2 misc/How to install Piwik.html
- +2 −2 misc/cron/archive.php
- +1 −1 misc/cron/archive.sh
- +1 −1 misc/internal-docs/content-tracking.md
- +1 −1 misc/others/api_rest_call.php
- +1 −1 misc/others/uninstall-delete-piwik-directory.php
- +1 −1 misc/others/widget_example_lastvisits.html
- +1 −1 misc/user/index.html
- +1 −1 plugins/API/Controller.php
- +1 −1 plugins/API/Menu.php
- +1 −1 plugins/API/templates/listAllAPI.twig
- +4 −4 plugins/API/tests/Integration/RssRendererTest.php
- +1 −1 plugins/Actions/Reports/GetSiteSearchKeywords.php
- +1 −1 plugins/CoreAdminHome/javascripts/protocolCheck.js
- +2 −2 plugins/CoreAdminHome/templates/generalSettings.twig
- +7 −7 plugins/CoreAdminHome/templates/trackingCodeGenerator.twig
- +1 −1 plugins/CoreConsole/Commands/GenerateAngularComponent.php
- +1 −1 plugins/CoreConsole/Commands/GenerateAngularDirective.php
- +2 −2 plugins/CoreConsole/Commands/GeneratePlugin.php
- +1 −1 plugins/CoreConsole/Commands/GenerateWidget.php
- +1 −1 plugins/CoreHome/Widgets/GetDonateForm.php
- +1 −1 plugins/CoreHome/Widgets/GetPromoVideo.php
- +1 −1 plugins/CoreHome/Widgets/GetSystemSummary.php
- +1 −1 plugins/CoreHome/javascripts/dataTable.js
- +1 −1 plugins/CoreHome/templates/ReportRenderer/_htmlReportFooter.twig
- +1 −1 plugins/CoreHome/templates/_donate.twig
- +5 −5 plugins/CoreHome/templates/_headerMessage.twig
- +1 −1 plugins/CoreHome/templates/_warningInvalidHost.twig
- +1 −1 plugins/CoreHome/templates/getPromoVideo.twig
- +3 −1 plugins/CorePluginsAdmin/templates/macros.twig
- +1 −1 plugins/CoreUpdater/CoreUpdater.php
- +1 −1 plugins/CoreUpdater/ReleaseChannel.php
- +1 −1 plugins/CoreUpdater/ReleaseChannel/LatestStable.php
- +2 −2 plugins/CoreUpdater/SystemSettings.php
- +2 −2 plugins/CoreUpdater/Test/Integration/ReleaseChannelTest.php
- +3 −3 plugins/CoreUpdater/Test/Integration/UpdateCommunicationTest.php
- +1 −1 plugins/CoreUpdater/Test/Mock/UpdaterMock.php
- +2 −2 plugins/CoreUpdater/UpdateCommunication.php
- +2 −2 plugins/CoreUpdater/templates/runUpdaterAndExit_done.twig
- +2 −2 plugins/CoreUpdater/templates/runUpdaterAndExit_welcome.twig
- +1 −1 plugins/CoreUpdater/templates/updateHttpError.twig
- +1 −1 plugins/CoreUpdater/templates/updateSuccess.twig
- +1 −1 plugins/CustomDimensions
- +1 −1 plugins/CustomVariables/Reports/GetCustomVariables.php
- +1 −1 plugins/CustomVariables/Reports/GetCustomVariablesValuesFromNameId.php
- +1 −1 plugins/CustomVariables/angularjs/manage-custom-vars/manage-custom-vars.directive.html
- +1 −1 plugins/CustomVariables/lang/en.json
- +1 −1 plugins/DBStats/templates/index.twig
- +1 −1 plugins/Diagnostics/Diagnostic/LoadDataInfileCheck.php
- +5 −5 plugins/ExampleAPI/plugin.json
- +1 −1 plugins/ExamplePlugin/Widgets/MyExampleWidget.php
- +5 −5 plugins/ExampleVisualization/plugin.json
- +38 −38 plugins/Feedback/templates/index.twig
- +1 −1 plugins/Goals/Visualizations/Goals.php
- +1 −1 plugins/Goals/templates/_formAddGoal.twig
- +2 −2 plugins/Goals/templates/_listGoalEdit.twig
- +2 −2 plugins/Goals/templates/addNewGoal.twig
- +3 −3 plugins/Installation/Controller.php
- +3 −3 plugins/Installation/FormDatabaseSetup.php
- +1 −1 plugins/Installation/FormSuperUser.php
- +1 −1 plugins/Installation/Installation.php
- +2 −2 plugins/Installation/ServerFilesGenerator.php
- +1 −1 plugins/Installation/Widgets/GetSystemCheck.php
- +2 −2 plugins/Installation/templates/finished.twig
- +2 −2 plugins/Installation/templates/layout.twig
- +1 −1 plugins/Installation/templates/reuseTables.twig
- +1 −1 plugins/Installation/templates/systemCheck.twig
- +2 −2 plugins/Installation/templates/trackingCode.twig
- +1 −1 plugins/LanguagesManager/angularjs/translationsearch/translationsearch.directive.html
- +1 −1 plugins/LanguagesManager/templates/getLanguagesSelector.twig
- +1 −1 plugins/Live/templates/getVisitorProfilePopup.twig
- +2 −2 plugins/Login/Controller.php
- +2 −2 plugins/Login/templates/login.twig
- +1 −1 plugins/Marketplace/Widgets/GetNewPlugins.php
- +1 −1 plugins/Marketplace/Widgets/GetPremiumFeatures.php
- +2 −2 plugins/Marketplace/templates/licenseform.twig
- +5 −5 plugins/Marketplace/templates/overview.twig
- +1 −1 plugins/MobileAppMeasurable/Type.php
- +3 −3 plugins/Morpheus/templates/ajaxMacros.twig
- +4 −4 plugins/Morpheus/templates/demo.twig
- +4 −4 plugins/Morpheus/templates/maintenance.tpl
- +1 −1 plugins/Morpheus/templates/simpleLayoutFooter.tpl
- +1 −1 plugins/Morpheus/templates/simpleLayoutHeader.tpl
- +4 −4 plugins/MultiSites/angularjs/dashboard/dashboard.directive.html
- +2 −2 plugins/Overlay/templates/index.twig
- +3 −3 plugins/PrivacyManager/templates/privacySettings.twig
- +13 −13 plugins/ProfessionalServices/Promo.php
- +1 −1 plugins/ProfessionalServices/Widgets/PromoServices.php
- +1 −1 plugins/ProfessionalServices/Widgets/Rss.php
- +3 −3 plugins/ProfessionalServices/templates/promoBelowCampaigns.twig
- +3 −3 plugins/ProfessionalServices/templates/promoBelowEvents.twig
- +1 −1 plugins/ProfessionalServices/templates/promoExperiments.twig
- +1 −1 plugins/ProfessionalServices/templates/promoFunnel.twig
- +1 −1 plugins/ProfessionalServices/templates/promoHeatmaps.twig
- +1 −1 plugins/ProfessionalServices/templates/promoSearchKeywords.twig
- +1 −1 plugins/ProfessionalServices/templates/promoSessionRecordings.twig
- +1 −1 plugins/Provider/Reports/GetProvider.php
- +4 −0 plugins/Proxy/Controller.php
- +1 −1 plugins/QueuedTracking
- +1 −1 plugins/Referrers/Reports/GetCampaigns.php
- +1 −1 plugins/Referrers/Reports/GetKeywordsFromCampaignId.php
- +1 −1 plugins/Referrers/SearchEngine.php
- +1 −1 plugins/RssWidget/Widgets/RssChangelog.php
- +1 −1 plugins/RssWidget/Widgets/RssPiwik.php
- +5 −5 plugins/RssWidget/plugin.json
- +1 −1 plugins/ScheduledReports/templates/_listReports.twig
- +4 −4 plugins/SitesManager/templates/_displayJavascriptCode.twig
- +3 −3 plugins/SitesManager/templates/siteWithoutData.twig
- +1 −1 plugins/SitesManager/templates/sites-manager-header.html
- +1 −1 plugins/SitesManager/tests/System/expected/test_SitesManager__SitesManager.getSiteSettings.xml
- +1 −1 plugins/Transitions/javascripts/transitions.js
- +2 −2 plugins/UserCountry/Diagnostic/GeolocationDiagnostic.php
- +1 −1 plugins/UserCountry/LocationProvider/DefaultProvider.php
- +1 −1 plugins/UserCountry/LocationProvider/GeoIp/Pecl.php
- +1 −1 plugins/UserCountry/LocationProvider/GeoIp/Php.php
- +2 −2 plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php
- +1 −1 plugins/UserCountry/Reports/Base.php
- +1 −1 plugins/UserCountry/Reports/GetCountry.php
- +1 −1 plugins/UserCountry/templates/adminIndex.twig
- +4 −4 plugins/UsersManager/templates/index.twig
- +1 −1 plugins/UsersManager/templates/userSettings.twig
- +1 −1 plugins/VisitsSummary/API.php
- +1 −1 plugins/VisitsSummary/Controller.php
- +1 −1 plugins/WebsiteMeasurable/MeasurableSettings.php
- +1 −1 tests/PHPUnit/Integration/ArchiveProcessingTest.php
- +1 −1 tests/PHPUnit/Integration/AssetManagerTest.php
- +6 −6 tests/PHPUnit/Integration/CronArchiveTest.php
- +1 −1 tests/PHPUnit/Integration/HttpTest.php
- +3 −3 tests/PHPUnit/Integration/Tracker/HandlerTest.php
- +1 −1 tests/PHPUnit/Integration/TrackerTest.php
- +3 −3 tests/PHPUnit/Integration/ViewDataTable/ManagerTest.php
- +1 −1 tests/PHPUnit/Integration/WidgetsListTest.php
- +1 −1 tests/PHPUnit/System/ArchiveWebTest.php
- +2 −2 tests/PHPUnit/System/EnvironmentValidationTest.php
- +2 −2 tests/PHPUnit/System/TrackerResponseTest.php
- +96 −95 tests/PHPUnit/System/expected/test_ArchiveCronTest_archive_php_cron_output.txt
- +10 −10 tests/PHPUnit/System/expected/test_ImportLogs__CorePluginsAdmin.getSystemSettings.xml
- +1 −1 tests/PHPUnit/System/expected/test_ImportLogs__CorePluginsAdmin.getUserSettings.xml
- +10 −10 tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__CorePluginsAdmin.getSystemSettings.xml
- +1 −1 tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__CorePluginsAdmin.getUserSettings.xml
- +1 −1 ...ted/test_SiteSearch_Actions.getSiteSearchKeywords_firstSite_lastN__API.getProcessedReport_day.xml
- +1 −1 ...d/test_SiteSearch_Actions.getSiteSearchKeywords_firstSite_lastN__API.getProcessedReport_month.xml
- +1 −1 ...est_SiteSearch_CustomVariables.getCustomVariables_firstSite_lastN__API.getProcessedReport_day.xml
- +1 −1 ...t_SiteSearch_CustomVariables.getCustomVariables_firstSite_lastN__API.getProcessedReport_month.xml
- +1 −1 ...scheduled_report_in_html_row_evolution_graph__ScheduledReports.generateReport_month.original.html
- +1 −1 ...ys_scheduled_report_in_html_tables_and_graph__ScheduledReports.generateReport_month.original.html
- +1 −1 ...entDays_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_month.original.html
- +1 −1 tests/PHPUnit/System/expected/test_UserId_VisitorId__VisitsSummary.getUsers_year.xml
- +1 −1 tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getAvailableMeasurableTypes.xml
- +3 −3 tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getGlossaryReports.xml
- +3 −3 tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml
- +20 −20 tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getWidgetMetadata.xml
- +1 −1 ..._scheduled_report_in_html_row_evolution_graph__ScheduledReports.generateReport_week.original.html
- +1 −1 ...ems_scheduled_report_in_html_tables_and_graph__ScheduledReports.generateReport_week.original.html
- +1 −1 ...ithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html
- +10 −10 tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__CorePluginsAdmin.getSystemSettings.xml
- +1 −1 tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__CorePluginsAdmin.getUserSettings.xml
- +10 −10 tests/PHPUnit/System/expected/test_noVisit__CorePluginsAdmin.getSystemSettings.xml
- +1 −1 tests/PHPUnit/System/expected/test_noVisit__CorePluginsAdmin.getUserSettings.xml
- +1 −1 ...PUnit/System/expected/test_twoVisitsWithCustomVariables__subtable__API.getProcessedReport_day.xml
- +1 −1 tests/PHPUnit/Unit/AssetManager/scripts/ExpectedMergeResultCore.js
- +1 −1 tests/PHPUnit/Unit/AssetManager/scripts/ExpectedMergeResultNonCore.js
- +1 −1 tests/PHPUnit/Unit/AssetManager/stylesheets/ExpectedMergeResult.css
- +1 −1 tests/PHPUnit/Unit/ConfigTest.php
- +4 −4 tests/PHPUnit/Unit/Tracker/ResponseTest.php
- +12 −12 tests/README.md
- +2 −2 tests/UI/expected-screenshots/DBStats_admin_page.png
- +2 −2 tests/UI/expected-screenshots/DashboardManager_expanded.png
- +2 −2 tests/UI/expected-screenshots/DashboardManager_widget_list_shown.png
- +2 −2 tests/UI/expected-screenshots/DashboardManager_widget_preview.png
- +2 −2 tests/UI/expected-screenshots/Login_ip_not_whitelisted.png
- +2 −2 tests/UI/expected-screenshots/Morpheus_load.png
- +2 −2 tests/UI/expected-screenshots/UIIntegrationTest_admin_diagnostics_configfile.png
- +2 −2 tests/UI/expected-screenshots/UIIntegrationTest_admin_plugins.png
- +2 −2 tests/UI/expected-screenshots/UIIntegrationTest_admin_settings_general.png
- +2 −2 tests/UI/expected-screenshots/UIIntegrationTest_admin_user_settings.png
- +2 −2 tests/UI/expected-screenshots/UIIntegrationTest_db_connect_error.png
- +2 −2 tests/UI/expected-screenshots/UIIntegrationTest_invalid_idsite_superuser.png
- +2 −2 tests/UI/expected-screenshots/UIIntegrationTest_widgetize_apidisallowed.png
- +2 −2 tests/UI/expected-screenshots/UIIntegrationTest_widgets_listing.png
- +1 −1 tests/angularjs/README.md
- +2 −2 tests/angularjs/bootstrap.js
- +2 −2 tests/index.html
Oops, something went wrong.