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-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in Firefo...mattab
2014-11-26Merge pull request #6565 from piwik/deprecate_usersettingsMatthieu Aubry
2014-11-25refs #6697 start refactoring the DoNotTrack code to allow for adding testsmattab
2014-11-24fixed small issue while rebuilding os archivessgiehl
2014-11-22moved logic for replacing a dashboard widget to dashboard modelsgiehl
2014-11-22added update sql to update existing dashboards to use new widgets (if they ar...sgiehl
2014-11-21added sqls for updating scheduled reports to new devicesdetection repotrssgiehl
2014-11-21Merge branch 'master' into deprecate_usersettingssgiehl
2014-11-20Fixes #6696 Prevent this mysql error from occuring during updates - @tsteur ...mattab
2014-11-18refactored duplicate codesgiehl
2014-11-18use ArchiveTableCreator to get blob tablessgiehl
2014-11-15Merge branch 'master' into deprecate_usersettingssgiehl
2014-11-14Replaced usage of deprecated Common::json_encode to json_encodeMatthieu Napoli
2014-11-11added first version of update scriptsgiehl
2014-11-06refs #6417 moved update to b7 as b6 was releasedThomas Steur
2014-11-06refs #6417 trying to get rid of the unnecessary first archive insertThomas Steur
2014-11-06refs #6417 use sequence table to create archive idsThomas Steur
2014-11-03#5052 Enabled IP anonymization by default. To keep it disabled on previous Pi...Matthieu Napoli
2014-11-03Cleaned up the update script for 2.9.0-b1Matthieu Napoli
2014-10-28refs #6429 as 2.9.0-b1 is not released yet we can reuse existing update fileThomas Steur
2014-10-28refs #6429 enable Test Runner by default for nowThomas Steur
2014-10-22refactored update script: update browser engine in one big query; skip removi...sgiehl
2014-10-16ignore error if update script is executed twicesgiehl
2014-10-15create column manually as update script is currently executed before the coul...sgiehl
2014-10-11updated updatescript so sql queries can be displayedsgiehl
2014-10-05Merge remote-tracking branch 'origin/master' into deprecate_usersettingssgiehl
2014-10-01Run Mysqli tests only on 5.4mattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-28removed more debug codesgiehl
2014-09-28remove debug codesgiehl
2014-09-28refs #3962 - implemented new detection of browser engines. Merged old reports...sgiehl
2014-09-26Add silent fail in front of opcache_mattab
2014-09-24Make visible notice that this is a major updatemattab
2014-09-22refs #3490 wondering whether all tests still pass when converting userid to d...Thomas Steur
2014-09-15refs #4996 added update script b4 to make sure this update will be executedThomas Steur
2014-09-13refs #4996 fix js error on IE6-IE8 because indexOf is not defined there. also...Thomas Steur
2014-09-13refs #4996 activate contents plugin on updateThomas Steur
2014-09-01Refs #3490 User ID Tracker is now working:mattab
2014-08-26refs #6065 remove tracker plugins from config and cache them instead in a fil...Thomas Steur
2014-08-15refs #5936 make sure to remove the goals table in case it still exists. this ...Thomas Steur
2014-08-15make sure to clear all caches after an update, it is not enough to do this af...Thomas Steur
2014-08-14clear php caches if possible after updating piwik to 2.5.0 to make sure no fi...Thomas Steur
2014-08-14better clear all filesThomas Steur
2014-08-14make sure to delete tracker cache after removing the previous files although ...Thomas Steur
2014-08-14better code [skipci]Thomas Steur
2014-08-14refs #5936 remove no longer needed files in case they were not included in a ...Thomas Steur
2014-08-04Fixes #5927 remove unused column log_conversion.referer_visit_server_datemattab
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