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-09-08Merge pull request #344 from Irrational86/masterMatthieu Aubry
2014-09-07Merge pull request #6131 from ahattouti-canaltp/patch-2Fabian Becker
2014-09-05Do not try to build xhprof if xhprof directory is missing from vendor folder.diosmosis
2014-09-05Update README.mdahattouti-canaltp
2014-09-05fixes #6127 Add --no-dev flag to composer when installing dependencies and pa...Matthieu Aubry
2014-09-05Remove device detector tests from the build as they take 1.1MBmattab
2014-09-05refs #5995 Remove xhprof, and other phpunit dependencies, from the vendors t...mattab
2014-09-03Trimming output of build-xhprof.sh script.diosmosis
2014-09-03Skip xhprof building if phpize or make are missing.diosmosis
2014-09-02xhprof removed their composer.json file, adding it to our composer.json file ...diosmosis
2014-08-25Move JSON format bug fixes to new JSON2 format so existing clients will not f...diosmosis
2014-08-24Fixing build for Json array rendering bug.diosmosis
2014-08-21Clean output of xhprof build script.diosmosis
2014-08-21Automate building of xhprof through composer install/update.diosmosis
2014-08-21refs #4996 started to plan content trackingThomas Steur
2014-08-20Remove Loader.php reference from cli-script-bootstrap.php.diosmosis
2014-08-20Clarify doc for --exclude-pathmattab
2014-08-19refs #6013 #6012 make sure not to call console in case PHP is type CGI. In ty...Thomas Steur
2014-08-18refs #6013 use console only if executed from cliThomas Steur
2014-08-15add email address Matthieu Aubry
2014-08-13Revert the date cache feature as it somehow (cause: unknown) causing pageview...mattab
2014-07-26Refs #5807, fix build regression (accessing archive.php via web request resul...diosmosis
2014-07-25Merge branch 'master' of https://github.com/piwik/piwikJesse
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-23removed some outdated scripts that do no longer work anyway. use console and ...Thomas Steur
2014-07-22Merge pull request #5847 from craue/code-cleanup-2Thomas Steur
2014-07-21Fixes #5807, refactor CronArchive class so it does not configure itself based...diosmosis
2014-07-19removed unused variables and dead codeChristian Raue
2014-07-13Merge branch 'master' of https://github.com/piwik/piwik into fix/archive_messageFrederic Hemberger
2014-07-13Fix merge conflict for b3ad4d8Frederic Hemberger
2014-07-13Fix parameter in deprecation message in /misc/cron/archive.phpFrederic Hemberger
2014-07-09Refs #5273 Replace other Trac URLs with Github URLsmattab
2014-07-09Refs #5273 Replace Trac ticket URL to Githubmattab
2014-07-05Changed JavaScript Tracking Code generation to use "//", instead of verifying...Jesse
2014-07-03Fixes #4455 changed URL to builds.piwik.org/piwik.zipmattab
2014-07-01Create piwik.zip symlink during build timemattab
2014-06-10Deleting package scripts for ASUStor and QNAP since they are not maintainedmattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-10Use piwik-latest.zip instead of latest.zip to work around bug on Chrome on Wi...mattab
2014-06-10tweak message for usabilitymattab
2014-06-08Make build fastermattab
2014-06-06silently fail if OrderedDict is not available for python 2.6Cyril Bonté
2014-06-06add the date in the Hit attributes, forgotten during the merge of a work branchCyril Bonté
2014-06-06use a tuple ase the cache key instead of string concatenationCyril Bonté
2014-06-06add some documentation about PyPi OrderedDictCyril Bonté
2014-06-06disable cache when OrderedDict is not availableCyril Bonté
2014-06-06preserve compatibility with python 2.6Cyril Bonté
2014-06-06fix date key computation when timezone is missingCyril Bonté
2014-06-06remove redundant exclusion checkCyril Bonté