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
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in ↵mattab
Firefox so far and only for "left clicks". Not perfect, but hopefully other browsers will implement this in the future, as it's a useful privacy enhancing feature!
2014-11-27Fixes #6468 Error in system check when always_populate_raw_post_data is not ↵mattab
-1 on PHP 5.6+
2014-11-27Refactoring System check which was six year old codemattab
2014-11-27started removing duplicate/old translations keyssgiehl
2014-11-26refs #3962 - BC for UserSettings.getWideScreen widgetize urlStefan Giehl
2014-11-26Merge pull request #6565 from piwik/deprecate_usersettingsMatthieu Aubry
Remove duplicate reports from UserSettings plugin refs #3962
2014-11-26Fixes #6722 Put form errors in one template so they're in syncmattab
2014-11-25Merge remote-tracking branch 'origin/master'mattab
2014-11-25Make translation with only 3 placeholdersmattab
2014-11-25fixes #6697 We ignore DoNotTrack header on Maxthon browsers, since it is ↵mattab
always enabled
2014-11-25Refs #6697 add unit test for DoNotTrackHeaderChecker, with failing test for ↵mattab
Maxthon
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-24add logo before changeing labelsgiehl
2014-11-24Merge branch 'master' into deprecate_usersettingssgiehl
2014-11-24fixed testssgiehl
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-24updated some commentssgiehl
2014-11-23added method to map legacy os shorts, to ensure old archives are displayed ↵sgiehl
correctly
2014-11-23updated changelog; added removal tests for deprecated methodssgiehl
2014-11-22moved logic for replacing a dashboard widget to dashboard modelsgiehl
2014-11-22synced translations filessgiehl
2014-11-21Merge branch 'master' into deprecate_usersettingssgiehl
2014-11-21use devicesdetection widget in default dashboard instead of deprecated ↵sgiehl
usersettings widget
2014-11-21map removed usersettings reports to new reports in devicesdetection plugin ↵sgiehl
to make existing widgetize urls still working
2014-11-21fix version numbersgiehl
2014-11-21Small tweakmattab
2014-11-20Merge branch 'master' of https://github.com/piwik/piwik into time-bugfixuby501
2014-11-20Only show git:commit and git:push command when development mode is on and ↵mattab
Git repository is found refs #6695
2014-11-19Fixes #6695 show git:pull command whenever piwik is deployed from git (push ↵mattab
and commit commands are still shown in development mode only)
2014-11-19Mark test as skipped instead of failed when the language files are not ↵mattab
synchronised cc @sgiehl
2014-11-19fixes #6694 show all websites in scheduled reports (all of them)mattab
2014-11-19Fixes #6692 Remove one admin screen and link to Marketplace directly, show ↵mattab
Upload ZIP feature in Marketplace page. The deleted English strings were removed from otrance our translation platform.
2014-11-18Merge branch 'master' into deprecate_usersettingssgiehl
Conflicts: tests/PHPUnit/System/expected/test_OneVisitor_NoKeywordSpecified__Live.getLastVisitsDetails_day.xml
2014-11-18Merge branch 'master' of https://github.com/piwik/piwik into time-bugfixuby501
2014-11-18'Time on page' column displayed in format MM:SSuby501
2014-11-17language update refs #3430sgiehl
2014-11-17Fix installationMatthieu Napoli
2014-11-17hide the geoip error logs in phpunit outputmattab
2014-11-17Error when failing to create a custom variablemattab
2014-11-17Merge pull request #6667 from piwik/6617Matthieu Aubry
CliMulti: If process or output size is unexpected large, declare it as finished
2014-11-17Restore a missing translation string that was somehow deletedmattab
2014-11-17fixed testsgiehl
2014-11-17Merge branch 'master' of github.com:piwik/piwikThomas Steur
2014-11-17refs #4485 better error message in case a not yet installed plugin is requiredThomas Steur
2014-11-17submodule updatesgiehl
2014-11-17language update refs #3430sgiehl
2014-11-16update expected test filessgiehl
2014-11-16fixes #6680 this must be a bug on some 5.3.x that private methods can't be ↵mattab
called in closures