Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
* Replace all occurences of Piwik in english translations of Actions plugin * translation update * Replace all occurences of Piwik in english translations of API plugin * translation update * Replace all occurences of Piwik in english translations of core * replace Piwik occurrences * Rename widget piwik.org blog => matomo.org blog * fix widget name * replaced some more piwik mentions * Renamed to Matomo a few strings * Replaced more strings to Matomo in JSON files, twig templates * Replaced more strings to Matomo in INI file * Replaced more strings to Matomo in API docs, error messages, feedback forms * introduce API.getMatomoVersion and ExampleAPI.getMatomoVersion API + deprecate old ones
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
* http://piwik.org -> https://piwik.org * more HTTPS URLs * some more HTTPS URLs * test README * don't show "Plugin Hompage" for Piwik plugins * fix tests * compile minified js (hope I didn't break anything) * some more small changes * fix UI test * comment length in piwik.js changed due to https links * fix test * update ui file * update submodule
2016-12-02Password hashing (#10926)Thomas Steur
2016-08-23PHP 7: when there is a fatal error in API request processing, display the ↵Matthieu Aubry
original error in the api response (#10406) * PHP 7: when there is a fatal error in API request processing, display the original error * PHP 7 compatibility
2015-12-22remove unused use statementssgiehl
2015-10-02Add test to BulkTracking system test.diosmosis
2015-10-02Fixes https://github.com/piwik/piwik-log-analytics/issues/96, do not fail ↵diosmosis
bulk tracking request if individual request has an incorrect request parameter.
2015-09-09refs #8565 #8503 #8567 refactored/removed some code to not use deprecated ↵Thomas Steur
APIs / events for 3.0
2015-09-07Quick refactor to BulkTracking Response.diosmosis
2015-09-07Only return invalid indices in bulk tracking if token auth is for a superuser.diosmosis
2015-09-02Only output invalid_indices if bulk tracking request is authenticated.diosmosis
2015-09-01In BulkTracking output, return the index of each invalid request in addition ↵diosmosis
to count of invalid (count remains in output for BC).
2015-06-22Make sure BulkTracking skips requests for nonexistant sites so other ↵diosmosis
requests will still be tracked. Includes new tests in BulkTracking plugin.
2015-06-18Remove usage of UnitTestCaseMatthieu Napoli
2015-02-12Set a consistent description in plugins metadatamattab
fixes https://github.com/piwik/piwik/issues/7184
2014-12-04refs #6075 added a bit of documentationThomas Steur
2014-12-04Tracker refactoringThomas Steur