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
2013-09-04Remove compat code for PHP < 5.3. inet_pton/inet_ntop are available in Window...Fabian Becker
2013-09-03Extend AnonymizeIP to properly mask IPv6 addresses.Fabian Becker
2013-08-02fixed undefined classes in doc blockssgiehl
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-04-02Reformat method visibility according to PSR-2Fabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-11-14Fixes #3458, fixes #3515, improved geoip diagnostics/help & allowed IPv4-mapp...benakamoorthi
2012-05-27moved another interface to its own file; fixed/added lot of doc blockssgiehl
2012-03-07refs #1331, refs #3021 - remove #1331 hacksrobocoder
2012-03-07refs #1713, refs #1331 - this should fix the one click updaterobocoder
2012-03-05refs #1713 - merge dev branch to trunk (config class refactoring)robocoder
2012-02-26add isIPv4() methodrobocoder
2011-12-02Safe fail when using these functions before the config file is ready (or reus...mattpiwik
2011-11-13fixes #2769 plus refactoringrobocoder
2011-09-05fixes #2622robocoder
2011-09-03refs #2622 - strtolower converts it to an empty stringrobocoder
2011-09-03fixes #2622robocoder
2011-05-22refs #2444 - relax isLocalReferer() test so that it's comparable to the Origi...robocoder
2011-05-03quoting stylerobocoder
2011-05-01fixes #2385robocoder
2011-05-01refs #2359 - thanks Julienrobocoder
2011-04-27#2356robocoder
2011-04-27fixes #2365robocoder
2011-04-27refs #2359 - clean up php_compat_inet_ptonrobocoder
2011-04-27#2359 - clean up php_compat_inet_ntoprobocoder
2011-04-27refs #2359 - relax some of the rules for compatibility with native functionrobocoder
2011-04-27refs #2359 - catch more edge cases as errorsrobocoder
2011-04-26fixes #2359 - note: on Windows with php 5.1.x/5.2.x, gethostbyaddr() doesn't ...robocoder
2011-04-23fixes #2055robocoder
2011-04-23fixes #2351 - use LGPL PHP_Compat_Functionsrobocoder
2011-04-23refs #1111 - fix some of the unit tests; will look at the failing integration...robocoder
2011-04-23fixes #1111 - add support for IPv6 addresses (tracking, anonymization, and ex...robocoder