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 (Collapse)Author
2015-02-12Set a consistent description in plugins metadatamattab
fixes https://github.com/piwik/piwik/issues/7184
2015-02-02added some more missing brand iconssgiehl
2015-02-01fixed iconsgiehl
2015-02-01added some new iconssgiehl
2015-01-21added new device type portable media playersgiehl
2015-01-20visitors os information should contain full data set like browsers already dosgiehl
2015-01-20removed old windows icons; updated some testssgiehl
2015-01-19fixed device detector cache; added fallback for old windows short codessgiehl
2015-01-09language update refs #3430sgiehl
2015-01-06fixes #6490 - enabled search field for some reportssgiehl
2014-12-22language update refs #3430sgiehl
2014-12-08refs #3962 - moved os/browser images to DevicesDetection pluginsgiehl
2014-12-08removed debug codesgiehl
2014-12-08fix problem in api for fallback to old browser/os archivessgiehl
2014-12-06refs #6750 - only rename archives in update script. do not rebuild archives ↵sgiehl
without versions where they do not exist. Instead added a fallback in the api methods to build the reports on the fly if requested
2014-12-04language update refs #3430sgiehl
2014-11-30cleaned translations after usersettings cleanupsgiehl
2014-11-27started removing duplicate/old translations keyssgiehl
2014-11-24fixed small issue while rebuilding os archivessgiehl
2014-11-24add logo before changeing labelsgiehl
2014-11-24fix archiving for old log_visit entries having NULL as os_versionsgiehl
2014-11-24a visitor now has a browser, browser name and browser version attribute, so ↵sgiehl
it's clear what it's containing.
2014-11-23added method to map legacy os shorts, to ensure old archives are displayed ↵sgiehl
correctly
2014-11-18Merge branch 'master' into deprecate_usersettingssgiehl
Conflicts: tests/PHPUnit/System/expected/test_OneVisitor_NoKeywordSpecified__Live.getLastVisitsDetails_day.xml
2014-11-17language update refs #3430sgiehl
2014-11-16completely removed short os name as it is uselesssgiehl
2014-11-16added shortlabel again to keep BCsgiehl
2014-11-15Merge branch 'master' into deprecate_usersettingssgiehl
2014-11-14language update refs #3430sgiehl
2014-11-07Merge branch 'master' into deprecate_usersettingssgiehl
2014-11-04language update refs #3430sgiehl
2014-10-30fixed some testssgiehl
2014-10-24moved columns settings like segments to devicesdetection plugin and removed ↵sgiehl
them from usersettings plugin
2014-10-24rename reports 'GetBrowserFamilies' to 'GetBrowsers' as families are more ↵sgiehl
like engines and not browsers without versions
2014-10-24extend browser and os details in devicesdetection pluginsgiehl
2014-10-24ensure device type report always contain all device typessgiehl
2014-10-24remove 'Extended' from function namessgiehl
2014-10-22fixed typosgiehl
2014-10-22add repotr documentationsgiehl
2014-10-22small code improvementsgiehl
2014-10-15column needs to be created on installsgiehl
2014-10-15create column manually as update script is currently executed before the ↵sgiehl
coulmn would be created automatically
2014-10-11renamed some methods for better consistencysgiehl
2014-10-09Merge branch 'master' into deprecate_usersettingssgiehl
Conflicts: tests/PHPUnit/Integration/expected/test_csvExport__Live.getLastVisitsDetails_day.csv
2014-10-07language update refs #3430sgiehl
2014-10-05Merge remote-tracking branch 'origin/master' into deprecate_usersettingssgiehl
Conflicts: composer.lock core/Version.php tests/PHPUnit/Integration/expected/test_AutoSuggestAPITest__Live.getLastVisitsDetails_range.xml tests/PHPUnit/Integration/expected/test_csvExport__Live.getLastVisitsDetails_day.csv
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-09-28auto suggest all available browser engines for segment; fixed some testssgiehl
2014-09-28moved last stuff from browser type (UserSettings) to browser engine ↵sgiehl
(DevicesDetection)
2014-09-28refs #3962 - implemented new detection of browser engines. Merged old ↵sgiehl
reports from UserSettings plugin to DevicesDetection plugin. Added segment option for browser engines. Added update script to move old archives and to update old visits with engine data