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
2015-03-16Add comment about NULL1 in core/Columns/Updater.php.diosmosis
2015-03-10More refactoring to Updates.php base & Columns\Updater, make Updates.php meth...diosmosis
2015-03-02Rename UpdateListener to UpdateObserver and use in CLI update command to show...diosmosis
2015-02-26Refs #7276, add integration test for core:update command, fix strict notice e...diosmosis
2015-02-25Refs #7276, finish updater refactoring; use instance methods of Updater in Co...diosmosis
2015-02-25Refs #7276, initial backwards compatible refactor of updater classes (moved C...diosmosis
2014-12-17added support for different caching backends such as redisThomas Steur
2014-10-29Documentation tweak. [ci skip]diosmosis
2014-10-28refs #6481 in report generator always show the dimensions of the selected plu...Thomas Steur
2014-10-15column needs to be created on installsgiehl
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-23User ID is NULLable refs #3490mattab
2014-09-23Merge pull request #6273 from piwik/3490_userIdAsDimensionThomas Steur
2014-09-22refs #3490 wondering whether all tests still pass when converting userid to d...Thomas Steur
2014-09-18Adding new PivotByDimension DataTable filter that can pivot a report by (almo...diosmosis
2014-09-15Refs #6078, extract factory logic from Report::factory and move to new Compon...diosmosis
2014-08-04Fixes #5927 remove unused column log_conversion.referer_visit_server_datemattab
2014-07-18refs #5820 added documentation and improved codeThomas Steur
2014-07-11those example dimensions were not moved from core to plugins, we should make ...Thomas Steur
2014-07-11we actually need to check whether key exists, not in_array...Thomas Steur
2014-07-11just noticed I broke the installer when I was trying to fix the updater in c0...Thomas Steur
2014-07-08this is a very complicated one. Problem was when updating from 2.4.0 to 2.5.0...Thomas Steur
2014-07-03by checking for dimension version changes only if there was a file change we ...Thomas Steur
2014-07-02wondering how this effects the tracking performance? added possibility to per...Thomas Steur
2014-07-01moved dimensions into a subdirectoryThomas Steur
2014-07-01started to add possiblity to add conversion columnsThomas Steur
2014-06-30renamed Updates => Updater as mentioned in todoThomas Steur
2014-06-30trigger another UI buildThomas Steur
2014-06-30there is not a need to alter the table in chunks as this did not cause the my...Thomas Steur
2014-06-30remove debugging output againThomas Steur
2014-06-30debugging test fails on travisThomas Steur
2014-06-30this is just a lucky guess... maybe we avoid those "Error while sending QUERY...Thomas Steur
2014-06-30fixed some testsThomas Steur
2014-06-26smarter install and update of columns which will automatically update the col...Thomas Steur
2014-06-25started to handle changes to dimensions, for instance if a new dimension is a...Thomas Steur