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-07language update refs #3430sgiehl
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-06fixed testssgiehl
2014-10-06fixed testssgiehl
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests ↵Thomas Steur
still fail and I cannot figure out why
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of ↵Thomas Steur
integration => system
2014-10-05refs #5940 IntegrationTestCase => SystemTestCaseThomas Steur
2014-10-01Fixes #6313 - When a user starts to get a User ID set, then we set this User ↵mattab
ID to the existing visit rather than create a new visit for this user id specifically
2014-10-01Refactor magic string FTWmattab
2014-09-30refs #4996 fix plugin testsThomas Steur
2014-09-30refs #4996 enable contents - live tests againThomas Steur
2014-09-29fix plugins testmattab
2014-09-19refs #4996 disable contents live test for now as it works on my server but ↵Thomas Steur
returns different order or so on travis and I cannot fix it
2014-09-19refs #4996 some more testsThomas Steur
2014-09-18refs #4996 fix 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 do not igonre the contents fixture in ui testsThomas Steur
2014-09-18refs #4996 fix namespaceThomas Steur
2014-09-18refs #4996 looks like the setup fixture requires a capital FThomas Steur
2014-09-18refs #4996 moved test files to pluginThomas Steur
2014-09-16refs #4996 give contents table a bit more spaceThomas Steur
2014-09-15refs #4996 make sure we always track same content name and piece in an ↵Thomas Steur
interaction and also have to use default values
2014-09-14refs #4996 also display URL of media on hover next to the image. added some ↵Thomas Steur
documentation
2014-09-14refs #4996 do not animate tooltip / bannerThomas Steur
2014-09-14refs #4996 on hover display an image in case it starts with https?:// and ↵Thomas Steur
ends with jpg, gif, png or svg
2014-09-11refs #4996 fix tracker and clear content target if not set for nowThomas Steur
2014-09-10refs #4996 fixing more testsThomas Steur
2014-09-10refs #4996 enable content plugin by default otherwise tests do not workThomas Steur
2014-09-09refs #4996 more bugfixes, more work on cross browser, added possibility to ↵Thomas Steur
track content via php tracker (not tested yet)
2014-09-03refs #4996 updated spec to better describe how it will work. While writing ↵Thomas Steur
this I noticed a few things that need to be changed and that do not work, also many possible new features for V2. Already updated a few things but will need to adjust more things before writing tests
2014-09-02refs #4996 some tweaks for Piwik Mobile. Makes subtables work etcThomas Steur
2014-08-28refs #4996 track internal and external interactions (on click), also offer ↵Thomas Steur
some APIs to manually track impressions and interactions (we might remove them later again, to be discussed)
2014-08-28refs #4996 I learned the secondary dimension is not needed in my case. Makes ↵Thomas Steur
it simpler and now the correct label is displayed in a subtable. I should not copy/paste code that I do not understand :)
2014-08-27refs #4996 worked on detecting content name, piece and target. Next: Sending ↵Thomas Steur
the impressions to Piwik via bulk tracking
2014-08-27refs #4996 interactions should be tracked now. As only the name is really ↵Thomas Steur
mandatory created a new column content_name for now (instead of existing idaction_name, will maybe remove it again). Otherwise it is hard to know whether it was a content action or not and the actual problem was that maybe other actions already define an idaction_name which might be different to content_name. We need the content_name along other actions to match an interaction with an impression. Next: The client side and the redirect...
2014-08-26refs #4996 archiving of impressions should work now, displaying impressions ↵Thomas Steur
should work (contentName => contentPiece and contentPiece => contentName). Next step: Matching interactions with impressions then this part is nearly done hopefully
2014-08-22refs #4996 just read in the specs only the name is requiredThomas Steur
2014-08-21refs #4996 actually archive the tracked data and display the actual data in ↵Thomas Steur
a report
2014-08-21refs #4996 track content pieces and display a content report under action ↵Thomas Steur
and added a widget