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
2013-03-04Fixed if condition if optoions replay_tracking enabled.Tomek Wójcik
2013-03-04Fixed 'rec' param value when replay-tracking enabledTomek Wójcik
2013-03-031.11-b21.11-b2mattab
2013-03-03Fixes #3783 Thanks for the report & patch helpmattab
2013-02-27Minor changesmattab
2013-02-27Fixes #3632, refactor/tweak pull request #34 merge.diosmosis
2013-02-27Refs #3632, Remove stray debugging code.diosmosis
2013-02-27Refs #3632, add integration test for import script replay tracking.diosmosis
2013-02-27Fixing build (make sure regex format checks for end of line in log import scr...diosmosis
2013-02-27Merge pull request #34 from clearcode/masterdiosmosis
2013-02-27Create sample log file using Amazon S3 log formatlesensei
2013-02-26Add Amazon S3 log format to import_logs.pylesensei
2013-02-26Refs #1845, change code in proxy-hide-piwik-url/piwik.php to use async code.diosmosis
2013-02-25Fixed if condition.Tomek Wójcik
2013-02-25Fixed replay-tracking option to parse different sites ID.Tomek Wójcik
2013-02-21small fixes to translation update scriptsgiehl
2013-02-20Merge pull request #28 from clearcode/masterFabian Becker
2013-02-20Reverted static methods to instance methods.Tomek Wójcik
2013-02-20Fixing bug accept language reported in; http://forum.piwik.org/read.php?2,100902mattab
2013-02-20refs #3430 added a first version of a script for automatic translation update...sgiehl
2013-02-15Rename README to README.md and added markdown markup to make it look better o...Fabian Becker
2013-02-15Handling UnicodeDecodeErrors that may be raised while processing logs.Tomek Wójcik
2013-02-13Adds replay-tracking option to import_logs script.Tomek Wójcik
2013-02-08Removing references to archive.sh [ci skip]mattab
2013-02-06Remove .svn references. refs #3736Fabian Becker
2013-02-06Proper checkout of tag by version. Previous one was for branches..Fabian Becker
2013-02-06svn export won't work anymore. Instead we do a git clone -b $VERSIONFabian Becker
2013-01-18Avoid http header injectionmattpiwik
2013-01-18Fixes #3655 thx for the report!mattpiwik
2013-01-04Fixing build, intermediate commit, add one more debugging call for failure to...benakamoorthi
2012-12-23Ref #3632: log-analytics: add Hit.args to let the parser override specific args.cbay
2012-12-15* Display piwik version number in archive.php outputmattpiwik
2012-12-15Refs #1253 Change API call because format=php is broken (temporarily)mattpiwik
2012-12-11Various pending changesmattpiwik
2012-12-04Moving up authenticationmattpiwik
2012-11-20Fixes #3559, allow geoipUpdateRows.php to run in browser w/o timing out by us...benakamoorthi
2012-11-20Fixes #3548 Refs #3163 mattpiwik
2012-11-16I think this should fix #3438 because indeed there was a bug in the code.mattpiwik
2012-11-15Fixes #3547 better handle old data invalidatemattpiwik
2012-11-12Refs #2465 Adding Insight to list of non tested plugins for integration tests...mattpiwik
2012-11-08import_logs: minor refactoring.cbay
2012-11-05Refs #3163: don't fail to autodetect the format for empty files.cbay
2012-11-05Refs #3163: Log Parser README Update with Nginx Log Format for Common Complet...cbay
2012-11-05import_logs.py: added option --show-progress-delay.cbay
2012-11-05import_logs.py: lowercase the host and strip dots at both ends.cbay
2012-11-05import_logs.py: set the Queue size to 2 rather than 10000 since we don't stor...cbay
2012-11-05import_logs.py: optimization: only parse the date if the hit is not excluded.cbay
2012-11-05import_logs.py: optimizations.cbay
2012-11-05import_logs.py: added the --invalidate-dates option.cbay
2012-11-05import_logs.py: some refactoring to make it easier to reuse the script.cbay