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
path: root/misc
AgeCommit message (Expand)Author
2014-11-04Fix error when Piwik is not installed yetmattab
2014-11-04Make updatetoken.php script work in single codebase with --piwik-domainmattab
2014-10-29Extracted the Piwik\IP class into a standalone Network componentMatthieu Napoli
2014-10-27Refs #6513, make sure archive.php can be run w/ php-cgi (remove regression th...diosmosis
2014-10-23Make command to type help message more accuratemattab
2014-10-20refs #6469 forgot to commit this fileThomas Steur
2014-10-16Fix CronArchive token_auth refactor.diosmosis
2014-10-16Moving CronArchive token auth check to archive script since it is only for wh...diosmosis
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to remove...Thomas Steur
2014-10-09Small fix to log analytics readmemattab
2014-10-01Phpstorm codestyle was simplified in newest phpstormmattab
2014-09-30when using custom parameters, url encode the param name to build a correct urlmattab
2014-09-28Merge pull request #6320 from sabl0r/gentoo2Matthieu Aubry
2014-09-27Require autoload in cli-script-bootstrap.php so geoipUpdateRows.php script wi...diosmosis
2014-09-27xhprof: Execute aclocal and autoconf only if Gentoo is used.Philip Taffner
2014-09-27refs #6311 Do not run autoconf and see if travis works againmattab
2014-09-26Fix xhprof build in Gentoo.Philip Taffner
2014-09-25fix possible typo: undefined variable $headNaga
2014-09-23Fix import_logs.py apk downloads (#6276).drebs
2014-09-22refs #4996 removed V2 part of doc as created issues for themThomas Steur
2014-09-22Improve parameter commentmattab
2014-09-21refs #6231 When a line is for a file with a known download extension and the ...mattab
2014-09-19refs #4996 php tests are there, we cannot test segments auto suggest yet as t...Thomas Steur
2014-09-19refs #4996 there is a difference between link tracking enabled and installed....Thomas Steur
2014-09-19refs #4996 some more testsThomas Steur
2014-09-17Merge pull request #6211 from kylekatarnls/cleanup-arobases2Matthieu Aubry
2014-09-17Merge remote-tracking branch 'upstream/master' into cleanup-arobases2KyleK
2014-09-17Add the ability to override the default download extensions.John Kelly
2014-09-15refs #4996 do not fallback to GET if POST fails otherwise we might track twiceThomas Steur
2014-09-15refs #4996 tests should now work in case Piwik is installed in a subdirectory...Thomas Steur
2014-09-15refs #4996 cache all site urls in trackerThomas Steur
2014-09-14refs #4996 also display URL of media on hover next to the image. added some d...Thomas Steur
2014-09-14refs #4996 in case we are in an overlay session we should not track. Check co...Thomas Steur
2014-09-14refs #4996 on hover display an image in case it starts with https?:// and end...Thomas Steur
2014-09-14refs #4996 we have to add build a fully qualified URL of the content piece in...Thomas Steur
2014-09-14refs #4996 some fixes, prevent JS errors on FF<9 and IE6, add random string t...Thomas Steur
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-09-13refs #4996 fix js error on IE6-IE8 because indexOf is not defined there. also...Thomas Steur
2014-09-13refs #4996 we should first test methods that do not depend on other methods. ...Thomas Steur
2014-09-13Merge pull request #6201 from piwik/4996_content_trackingThomas Steur
2014-09-13refs #4996 allow only hosts of siteIds that are present in the URL and do not...Thomas Steur
2014-09-13refs #4996 allow redirects to subdomains of known hostsThomas Steur
2014-09-12refs #4996 apply enableLinkTracking first before trackContentImpressions or soThomas Steur
2014-09-12refs #4996 added a few php tests for contentsThomas Steur
2014-09-12Move phpstorm codestyles one level upmattab
2014-09-10refs #4996 fixing more testsThomas Steur
2014-09-10Merge remote-tracking branch 'origin/master' into 4996_content_trackingThomas Steur
2014-09-10refs #4996 many new tests and many bugfixes. Tests should be done now except ...Thomas Steur
2014-09-10refs #4996 it should basically work but need todo some more stuff like cross ...Thomas Steur
2014-09-09refs #4996 more tests and bugfixes, improved API, some work on crossbrowser s...Thomas Steur