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 (Expand)Author
2019-11-28another PHP 7.3 fix (#15204)Lukas Winkler
2017-02-21Implements fnmatch for those PHP without this function (#11369)Matthieu Aubry
2016-12-27When safe mode is displayed, and Super User was not logged in already, let Su...Matthieu Aubry
2014-12-22fixes #6890 added symfony vardumper libThomas Steur
2014-12-12Fixes #6845 -silent noticemattab
2014-11-07refs #6435 had to patch upgrade.php as serialization is broken when using loc...Thomas Steur
2014-08-04Fixes #5407 Define gzopen function as alias of gzopen64 when it appliesmattab
2014-07-08refs #5409 #341 #5349 if a config value contains a dollar sign convert it to ...Thomas Steur
2014-06-19Move tracker proxy logic in js/index.php to js/tracker.php & allow the remova...diosmosis
2014-06-19Add ability to serve only part of a static file. Includes tests for new funct...diosmosis
2014-06-16Fixes #5349 Adding flag INI_SCANNER_RAW to prevent errormattab
2013-10-18Minor changesmattab
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-08-09Refs #3741 Removing pre 5.3 compatibility codemattab
2013-07-20Adding Logic for namespaces in Loader.php + Fixing buildmattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2012-02-26add str_getcsv() function (not built-in until php 5.3)robocoder
2011-12-03refs #2735, refs #2812robocoder
2011-11-13fixes #2735robocoder
2011-07-03fixes #2534 (I think)...output looked ok with de_DE.UTF-8robocoder
2011-07-02fixes #2500robocoder
2011-04-23fixes #1111 - add support for IPv6 addresses (tracking, anonymization, and ex...robocoder
2011-04-19fixes #2338, refs r4420, refs #2292 - tested with php 4.4.9robocoder
2011-04-14update comments in example; refactor file_get_contents, so compat functions a...robocoder
2011-03-26Fixes #1578mattpiwik
2011-03-21fixes #2215robocoder
2011-03-12update READMErobocoder
2011-03-12refs #2177 - optional argsrobocoder
2011-03-12refs #2177robocoder
2011-03-12fixes #2177robocoder
2011-03-11refs #2162 - fix E_NOTICErobocoder
2011-03-08fixes #2162 - thanks to elegolasrobocoder
2011-01-04php 5.1.x - compatibility fix for nested arraysrobocoder
2010-12-22add error handling; parse_ini_file() emits warning if .ini file doesn't existrobocoder
2010-12-18fixes #1900 - use safe_unserialize() for third-party content; for signed cook...robocoder
2010-10-05refs #1498 - really fix it this timerobocoder
2010-10-04fixes #1498robocoder
2010-07-30refs #1529 - added/tested replacement glob() function; a missing glob() is st...robocoder
2010-07-03fixes #1457 - remove E_EXCEPTION (couldn't find any documentation for this as...robocoder
2010-03-24fixes #1242 - looks like a context bug in PHP because the method is a member ...robocoder
2010-01-29refs #1130 - fix Tracker/Config unit testrobocoder
2009-12-30minor fixesrobocoder
2009-11-17compat function if mysqli_set_charset doesn't existrobocoder
2009-08-29fixes #956 - remove Piwik's utf8_encode check from libs/upgradephp. Added In...robocoder
2009-07-04Fix JSON parse error when using upgradephp's emulated json_encode()robocoder
2009-03-02- fix #377 (Installation: check for php-xml: undefined function utf8_decode())mattpiwik
2009-02-13- adding ctype_* emulation from upgradephp library; we don't have to require...mattpiwik
2009-01-14Fixing #452mattpiwik
2008-02-08Adding upgrade.php package to define some functions like json_encode json_dec...mattpiwik