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 (Collapse)Author
2014-08-13Revert the date cache feature as it somehow (cause: unknown) causing ↵mattab
pageviews to be lost when importing big log files. This particular log file I'm testing on is for an intranet with thousands times the same IP address. Not sure if it's related, but the same IP address will have many visits at the same second, for different users (different _id=X in the piwik.php requests) refs https://github.com/piwik/piwik/pull/300
2014-07-26Refs #5807, fix build regression (accessing archive.php via web request ↵diosmosis
results in PHP error).
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
visitorgenerator plugin instead
2014-07-22Merge pull request #5847 from craue/code-cleanup-2Thomas Steur
code cleanup
2014-07-21Fixes #5807, refactor CronArchive class so it does not configure itself ↵diosmosis
based on command line arguments. It now has properties that must be set. The core:archive command has been refactored to set these properties based on command line args. Also includes: - bug fix to CronArchive::initLog method (config was modified after log instance created which negated it's effect) - misc/archive.php no longer uses Archive.php but executes the core:archive console command using Piwik\Console - remove forcelogtoscreen parameter (no longer necessary due to initLog changes)
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
Conflicts: misc/cron/archive.php
2014-07-13Fix merge conflict for b3ad4d8Frederic Hemberger
2014-07-13Fix parameter in deprecation message in /misc/cron/archive.phpFrederic Hemberger
Parameter passed to console should be --url=... instead of -- url=...
2014-07-09Refs #5273 Replace other Trac URLs with Github URLsmattab
2014-07-09Refs #5273 Replace Trac ticket URL to Githubmattab
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
fyi @vipsoft
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-06-10Use piwik-latest.zip instead of latest.zip to work around bug on Chrome on ↵mattab
Windows Refs #4455
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é
As suggested by cbay, the cache key can be a tuple instead of a string concatenation.
2014-06-06add some documentation about PyPi OrderedDictCyril Bonté
2014-06-06disable cache when OrderedDict is not availableCyril Bonté
Fallback to a non cached dates when OrderedDict is not available. It can occur with python < 2.7 and Pypi OrderedDict is not installed.
2014-06-06preserve compatibility with python 2.6Cyril Bonté
cbay reported that set comprehension was available only in python 2.7+. This patch fixes the syntax to keep backward compatibility with python 2.6.
2014-06-06fix date key computation when timezone is missingCyril Bonté
2014-06-06remove redundant exclusion checkCyril Bonté
check_methods are called twice for each hit. The first ones are sufficient to decide if the hit should be excluded or not.
2014-06-06use sets data structures to optimize lookupsCyril Bonté
2014-06-06retrieve the path extension only onceCyril Bonté
2014-06-06compute data only if not in dry-runCyril Bonté
2014-06-06add a cache for parsed datesCyril Bonté
2014-05-30Fix typomattab
2014-05-27import_logs give a IOError: [Errno 29] Illegal seek when receive log from ↵etmatrix
pipe because we can't seek stdin in pipe mode
2014-05-27Fixes #2900 Now reading 'HTTP_X_FORWARDED_FOR', 'HTTP_CLIENT_IP', ↵mattab
'HTTP_CF_CONNECTING_IP' and falling back to REMOTE_ADDR Getting visitor IP via proxy script should now work! This was also reported in: http://forum.piwik.org/read.php?2,115900
2014-05-26Fixes #5126 Adding code that will fail the release script, if attempt to ↵mattab
re-package an existing version.
2014-05-26Clean fail if the tag does not existmattab
2014-05-26Minor & sub modulesmattab
2014-05-26Remove unused code in build scriptmattab
2014-05-21Delete htaccess, as it is created automatically on upgradeMatthieu Aubry
2014-05-14Display the SHA1 checksum in the email to Microsoft Web App team, after ↵mattab
building a stable release. Refs #5126 I apologise in advance for again re-packaging 2.2.2.. We agree with you that is not acceptable policy from us. So we are now committed to you guys the FreeBSD community, and to Microsoft, to never re-package a release from now on. Cheers
2014-05-14Refs #4831 I could not reproduce this bug. So maybe it is because Magic ↵mattab
quotes runtime was on on your server running the proxy script? could you please try to apply this patch to your piwik.php on proxy and tell me if you still have the issue?
2014-05-13Refs #5104 Fix link to Microsoft Web App Gallery packagemattab
2014-05-08Commentsmattab
2014-05-07White spacemattab
2014-05-07Keep package clean, do not include PHPunit in build. rm -rf ↵mattab
piwik/vendor/sebastian/
2014-05-07Fixes #5104 Notify Microsoft App Gallery team when there is a new Piwik versionmattab
2014-05-07Sync build scriptmattab
2014-05-05Refs #4946 Fix typo + testsmattab
2014-05-05Fixes #4946mattab
* Set idaction_name to 0 instead of NULL. This should fix the error of requests not recorded. * Only set the custom variables if it's not already set. Tests show it breaks log replay of ecommerce logs (which use custom variable slots)