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
2019-11-04Revert "Support alternative matomo bootstrap file (#14887)" (#15075)Thomas Steur
This reverts commit 5bb2cdaab831831f0e927de7857937230ca15b30.
2019-09-16Support alternative matomo bootstrap file (#14887)Thomas Steur
* support configuration of a matomo bootstrap file * load matomo bootstrap only as fallback
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2017-11-20Issue the CORS header (Access-Control-Allow-Origin) also on Tracking API ↵Matthieu Aubry
requests (#12207) * Issue the CORS header (Access-Control-Allow-Origin) also on Tracking API requests * Move CORS code to the Tracking API endpoint file
2017-11-12When tracking, ignore user abort firstThomas Steur
To make sure as many tracking requests will be tracked as possible eg on "unload" of the page. Did not test it specifically but shouldn't cause any trouble.
2016-07-21Add require_once to prevent build failuremattab
2016-07-21Refs #10331 #10283mattab
2016-07-21When Piwik config file becomes un-readable, make it clear that the file ↵Matthieu Aubry
still exists but is not readable (#10331) * * In messages, make it more clear whether config file exists and/or is (not) readable * When the config file exists but is not readable, provide users the choice between making the file readable, or starting a fresh install * As long as Piwik is not installed, piwik.php should not return 500 when config file is not readable * Fixes #10283 * UI tests: updated message when config file is not found
2015-04-27Merge branch 'master' into config_step_2diosmosis
Conflicts: core/Console.php piwik.php
2015-04-20Remove setupProfilerXhprof call in tracker.diosmosis
2015-04-20Allow plugins to have environment DI config files. Move all logging DI to ↵diosmosis
Monolog plugin and only use logging in tracker if [Tracker] debug = 1.
2015-04-09Added environment validation system test (mostly failing) that tests Piwik's ↵diosmosis
behavior when INI files are gone or corrupt from each Piwik endpoint (tracker/reporting UI/console). Hacked test code to make it possible and for some tests to pass.
2015-04-05Move DI container creation to Piwik\Application\Environment class.diosmosis
2014-12-22Removed Piwik\Loader: Composer's autoloader is now included in ↵Matthieu Napoli
core/bootstrap.php
2014-12-22Moved common bootstrap code in a `core/bootstrap.php` fileMatthieu Napoli
This file is not in a class because it needs to be compatible with PHP 4.
2014-12-15Proper fixmattab
2014-12-15Fixes #6841 - catch the exception when loading tracker environment to ↵mattab
prevent error on screen
2014-12-04Tracker refactoringThomas Steur
2014-10-12#6085 Removed $GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] and ↵Matthieu Napoli
replaced it with DEBUG_FORCE_SCHEDULED_TASKS
2014-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-06-18Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring Conflicts: core/Tracker/Settings.php core/Tracker/Visit.php plugins/Actions/Widgets.php plugins/CustomVariables/Widgets.php plugins/DevicesDetection/DevicesDetection.php plugins/DevicesDetection/Widgets.php plugins/Events/Widgets.php plugins/Provider/Widgets.php plugins/UserCountry/Widgets.php plugins/UserSettings/Widgets.php plugins/VisitTime/Widgets.php plugins/VisitorInterest/Widgets.php
2014-06-18Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring Conflicts: plugins/DevicesDetection/DevicesDetection.php plugins/Referrers/Referrers.php
2014-06-18moved more code from core to plugins, eg Visit, Actions and some Conversion ↵Thomas Steur
columns
2014-06-17starting to move actions from tracker into pluginsThomas Steur
2014-06-10Merge branch 'master' into DeviceDetector2sgiehl
Conflicts: plugins/DevicesDetection/DevicesDetection.php
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-05-31added special DeviceDetectorCache class used for caching DeviceDetector. ↵sgiehl
This cache combines file and static caching to speed up detections as much as possible
2014-05-30reimplemented caching; fixed detection of BOT 'os'sgiehl
2014-05-24starting to implement new DeviceDetector structuresgiehl
2014-05-19added possibility to get/create a tracker by using "Tracker = ↵Thomas Steur
AnalyticsTracker.getTracker" instead of "Piwik.getTracker". Variable will be set only if no such variable is defined yet
2014-05-19Remove exit(1); as i'm not sure if it is useful yet.mattab
2014-05-18Fail when there was an exception in trackermattab
2014-04-10Refs #472 Tweaksmattab
2014-04-09fixed path if piwik is installed as dependencysgiehl
2014-04-03Merge branch 'master' into DeviceDetectorIntegrationsgiehl
2014-04-03UserAgentParserEnhanced is now required and used from it's own composer ↵sgiehl
package (piwik/device-detector); additionally Spyc library is required as composer package and removed from piwik source
2014-04-03Adding comment to point users to "how to debug" documentationmattab
2014-03-26Fixing build.diosmosis
2014-03-26Fix build.diosmosis
2014-03-26fix core testThomas Steur
2014-03-25refs #4780 added possibility to enable tracker debug via config, use logger ↵Thomas Steur
for printing debug messages which allows users to log to screen, file or db
2014-02-18Fix debugmattab
2014-02-18Display timer correctly in tracker debugmattab
2014-02-07refs #4439 disable eAccelerator if enabled (just disabling optimizing did ↵Thomas Steur
not work) and display a message in the admin UI. Also disabled eAccelerator during tracking. We might need to move the method to detect eAccelerator to another place, not sure if this is the best one
2014-01-31refs #4564 fixes Login\Auth not found when generating VisitsThomas Steur
2013-11-15Adding required file for the Piwik_ShouldThrowException functionmattab
2013-11-06Phpstorm organize importsmattab
2013-10-22Minormattab
2013-10-22Tracker refactor + fix bug in bulk authentication + Cleanup some of ↵mattab
Transitions code refs #472
2013-10-20Minor refs #472mattab