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-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)
2014-05-05refs #4946 commiting patch from forum post which makes sure to always have ↵Thomas Steur
an action_name and therefore always have a title. From what I can see so far this does not fix the actual issue as I am still not able to import data from yesterday
2014-05-042.1.1-b3mattab
2014-04-30Updating comment to reference to ./console core:archive instead of archive.phpmattab
2014-04-28Allow just archive.phpPiotr
2014-04-27Update .htaccessPiotr
2014-04-27Explicitly enable access to web cron scriptPiotr
See issue http://forum.piwik.org/read.php?2,109382
2014-04-25Fixes #5039 Deprecate archive.sh by printing warning message, returning ↵mattab
error, and still we try to stay backward compatible by running ./console core:archive
2014-04-10fix typoThomas Steur
2014-04-08Updated .htaccess refs #4941mattab
Can you please test the latest Piwik beta and confirm whether it still bugs as you describe?
2014-04-07Fixes #4958 Remove CoreAdminHome.getKnownSegmentsToArchive APImattab
2014-04-01fixes #4934 should make it work on windows if php.exe is in pathThomas Steur
2014-04-01Fix white spacemattab
2014-04-01Add missing module=APImattab
2014-04-01Slightly better error login in log importsmattab
2014-03-31Add main() method to CronArchive to call individual methods.diosmosis
2014-03-31Do not call exit from within CronArchive class.diosmosis