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-10-22Setting visitIp to null ensures clean API <visitIp /> VS ↵mattab
<visitIp>0</visitIp> when user is anonymous
2014-10-21language update refs #3430sgiehl
2014-10-15fixes #6123 tooltip was not formatted correctThomas Steur
2014-10-14Refs #6400 removed unused ifmattab
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to ↵Thomas Steur
remove duplicated code to load autoload.php and to be able to register more autoloaders (eg for test files) on demand. This I got read of many includes that had to be updated all the time and that had to be updated all the time when moving iles
2014-10-06refs #5940 we might stay backwards compatible this way for 2 months. moved ↵Thomas Steur
some tests from unit to integration and explained when a test is a unit test, an integration test or a system test.
2014-10-06refs #5940 splitting plugin tests folder into unit, integration and system ↵Thomas Steur
for now
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of ↵Thomas Steur
integration => system
2014-10-05refs #5940 IntegrationTestCase => SystemTestCaseThomas Steur
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-22refs #3490 wondering whether all tests still pass when converting userid to ↵Thomas Steur
dimension
2014-09-19refs #4996 some more testsThomas Steur
2014-09-18refs #4996 do not return any impression or interaction in ↵Thomas Steur
live.getVisitorDetails as it would not be accurate anyway. For instance a download or outlink can be an interaction as well when tracked together etc
2014-09-18refs #4996 use content type in case it was a standalone content impression ↵Thomas Steur
request which was not performed along an outlink or download or ...
2014-09-18refs #4996 trying to ignore content impressions in live api, not sure if ↵Thomas Steur
that works
2014-09-14language update refs #3430sgiehl
2014-09-09Fix typo in Visitor Profilemattab
2014-09-09Green screenshot tests build ftwmattab
2014-09-08Merge branch 'master' into 3490_user_idmattab
Conflicts: core/Version.php misc/package/build.sh
2014-09-08Refs #3490 Display User ID in the Visitor Profile, in the Visitor log and ↵mattab
Last visits widget link/tooltip opening the Visitor profile
2014-09-08Refs #3490 hide user_id attribute from Live API responses when requesting ↵mattab
user is anonymous
2014-09-08Refs #3490 Displaying User ID in the Visitor logmattab
2014-09-08Refs #3490 Displaying User ID in the Visitor logmattab
2014-09-07language update refs #3430sgiehl
2014-09-03language update refs #3430sgiehl
2014-09-01Refs #3490 User ID Tracker is now working:mattab
- new user_id field to contain the raw user id value - new &uid= tracker api parameter - add userId to Live API output - added integration test
2014-08-26refs #6045 added description for event. also made sure if Referrers plugin ↵Thomas Steur
is disabled first and activated later it will not crash the live API as there might be some visitors having no referrer type
2014-08-26refs #6045 #6049 added an event to collect visitor info and made sure the ↵Thomas Steur
Piwik UI kinda works when most tracker plugins are disabled
2014-08-24refs #5863 another try to move translations into plugins. This time we ↵Thomas Steur
always load all translations of all plugins that are not 3rd party and bogus. As the translation file will be cached the time to load the translation drops from > 10ms to 1ms
2014-08-18fixes #5971 better indication of current state of real time widget. Always ↵Thomas Steur
display either play or pause icon but not both at the same time
2014-08-12refs #5950 sort visitor log by lastActionTimestamp by defaultThomas Steur
2014-08-12refs #5950 trying another fix for this problem to see whether this passes ↵Thomas Steur
the tests
2014-08-12refs #5950 wondering whether we break any tests when applying the clean ↵Thomas Steur
visitors filter immediately (before sort)
2014-08-06fixes #5891 in Visitors in real time rename the column label from ↵mattab
"Pageviews" to correct "Actions"
2014-08-05Visitor profile image width to max-widthMartin Keckeis
since not every profile image has the same dimensions.
2014-08-01Merge pull request #5883 from ThaDafinser/patch-2Matthieu Aubry
In the Visitor Profile, show also the time of the visit fixes #5190
2014-07-25fixes #5313 Visitor Profile log tooltip did not use the black backgroundThomas Steur
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-23Show also the time of the visitMartin Keckeis
2014-07-22refs #5416 do not use local tracking, this should fix the tests. ↵Thomas Steur
unfortunately we need to extend integrationTestcase instead of databaseTestcase then...
2014-07-22refs #5416 maybe this fixes the pluginTests on travis?Thomas Steur
2014-07-22refs #5416 we need to execute 3 queries in order to get the correct number ↵Thomas Steur
of actions and conversions in last X minutes
2014-07-22removed unused use statementssgiehl
2014-07-22Merge pull request #5861 from ThaDafinser/patch-1Thomas Steur
Show the image description also as title
2014-07-22Merge pull request #5847 from craue/code-cleanup-2Thomas Steur
code cleanup
2014-07-22refs #5192 some more menu api tweaks. MenuReporting is not 100% good since ↵Thomas Steur
it is in core and should not know whether are actions, referrers and visitors item but it is very convenient for developers. Once we have DI we could add those methods there
2014-07-21Revert "refs #5863 moved some translations from core into plugins"Thomas Steur
This reverts commit 62ba8dfb44a4b6f8fbe5345dd0c0ea5a4d52033b.
2014-07-21refs #5863 moved some translations from core into pluginsThomas Steur
2014-07-21Show the image description also as titleMartin Keckeis
Then you can see the information with mouseover