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
AgeCommit message (Expand)Author
2014-08-13fixes #5958 When there is an error screen in Piwik (core or in Tracker) then ...mattab
2014-08-11refs #5820 added some tracker tests to make sure it works well with the dimen...Thomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-23as vs. AS in foreach loopsChristian Raue
2014-07-19fixed field visibility keyword orderChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-12Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-07-11change parameter to public as suggested in Platform & Plugins forum:mattab
2014-07-07whenever ipAnonymization is activated, log DB infos... also log whether db is...Thomas Steur
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
2014-07-07i am getting closer... on Travis CI the ip is not anonymized when localtracke...Thomas Steur
2014-07-07I would like to see why ipAnonymization is enabled locally but not on travisThomas Steur
2014-07-03debugging not passing ui tests the hard way, hopefully it actually logs to th...Thomas Steur
2014-07-02added development flag which allows us to not cache static cache and to make ...Thomas Steur
2014-07-02wondering whether I will see it in the logThomas Steur
2014-07-02wondering how this effects the tracking performance? added possibility to per...Thomas Steur
2014-07-01generator for conversion dimensionsThomas Steur
2014-07-01moved dimensions into a subdirectoryThomas Steur
2014-07-01started to add possiblity to add conversion columnsThomas Steur
2014-06-27and there we have a dimension generator including example and documentationThomas Steur
2014-06-26Make change suggested in forum: set long time on page when applicable.2.4.0-b8mattab
2014-06-25started to handle changes to dimensions, for instance if a new dimension is a...Thomas Steur
2014-06-23this should improve tracking performanceThomas Steur
2014-06-20as we cache the instances of dimensions now the dimensions should be stateles...Thomas Steur
2014-06-20Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-19Salt visitor hash with Piwik instance's unique salt fixes #5366mattab
2014-06-18no longer a need to check whether method is implemented as defined in parent ...Thomas Steur
2014-06-18merging master into branch, wish me luckThomas Steur
2014-06-18Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-18Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-06-18this should fix the tests, in case of new visits the idvisitor was not setThomas Steur
2014-06-18this should fix the ecommerce tests, also implemented uninstall of columnsThomas Steur
2014-06-18moved more code from core to plugins, eg Visit, Actions and some Conversion c...Thomas Steur
2014-06-17use constant for BOT ossgiehl
2014-06-17Merge pull request #305 from piwik/DeviceDetector2Matthieu Aubry
2014-06-17starting to move actions from tracker into pluginsThomas Steur
2014-06-16moved some more dimensions to plugins, fixed some issues, removed some more d...Thomas Steur
2014-06-15MySQL port should be always integer (HHVM compatibility)Petr Soukup
2014-06-13moved more logic from core to pluginsThomas Steur
2014-06-12add visitor fields before triggering hookThomas Steur
2014-06-12fix notice keyword / name is not definedThomas Steur
2014-06-11starting to refactor reports into classes, also refactored some more dimensio...Thomas Steur
2014-06-10Merge branch 'master' into DeviceDetector2sgiehl
2014-06-10starting to move dimensions from core into plugins and put each dimension int...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-08introduce devicedetector factory to get singleton instances of devicedetector...sgiehl
2014-06-08Use its own static array to store DeviceDetector instancesCyril Bonté
2014-06-08cache parsed DeviceDetector instances for bulk requestsCyril Bonté
2014-06-08revert last commit; fixed failing testsgiehl