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
2018-11-29Make matomo.js and matomo.php the default Tracking API endpoints used (#13596)Thomas Steur
* Make matomo.js and matomo.php the default Tracking API endpoints used * few fixes * fix few tests * update matomo php tracker in composer * make sure to record install version * do not overwrite ever install version * trying to fix test * more tweaks and fix tests * prefer matomo endpoint in the ui, fix some tests * file was still needed * apply review feedback * fix ui tests
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
* renaming more Piwik mentions * some more updates * fix some tests * support matomo partially as require string * fix tests * fix failing system test * fix tests * fix system test * fix test
2016-05-12misc: Fix typos (found by codespell) (#10136)Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2014-09-22refs #4996 removed V2 part of doc as created issues for themThomas Steur
2014-09-19refs #4996 php tests are there, we cannot test segments auto suggest yet as ↵Thomas Steur
they have to be returned in Live API which will be v2
2014-09-19refs #4996 there is a difference between link tracking enabled and ↵Thomas Steur
installed. When replacing the initial link urls link tracking might not be installed yet but enabled (will be installed on load event). When a click is happening on a content block we still need to use linkTrackingInstalled since then the credirect/tracking request is actually happening and we need to know whether outlink/download will track it or whether we have to do it separately. Make sure to call enableLinkTracking before trackContentImpressions although there should be no huge difference as both will be delayed until ready/load event anyway
2014-09-19refs #4996 some more testsThomas Steur
2014-09-15refs #4996 do not fallback to GET if POST fails otherwise we might track twiceThomas Steur
2014-09-15refs #4996 tests should now work in case Piwik is installed in a ↵Thomas Steur
subdirectory although could not really test it. Also encode redirect uri
2014-09-15refs #4996 cache all site urls in trackerThomas Steur
2014-09-14refs #4996 also display URL of media on hover next to the image. added some ↵Thomas Steur
documentation
2014-09-14refs #4996 in case we are in an overlay session we should not track. Check ↵Thomas Steur
could be maybe moved to trackCallback in general?
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-14refs #4996 we have to add build a fully qualified URL of the content piece ↵Thomas Steur
in case we detect the URL of an image, video or audio, pdf, ... automatically. Otherwise we cannot display a preview in the UI and one would not know which URL was actually meant. Thinking about using //domain/path instead of http://domain/path as it would track different content pieces for http and https otherwise
2014-09-14refs #4996 some fixes, prevent JS errors on FF<9 and IE6, add random string ↵Thomas Steur
to piwik.js to prevent caching sometimes
2014-09-13refs #4996 fix js error on IE6-IE8 because indexOf is not defined there. ↵Thomas Steur
also added removed update script again
2014-09-13refs #4996 we should first test methods that do not depend on other methods. ↵Thomas Steur
So in case of JS error we know by which method it is caused
2014-09-13refs #4996 allow only hosts of siteIds that are present in the URL and do ↵Thomas Steur
not allow known hosts automatically both to prevent issues on shared Piwik instances
2014-09-13refs #4996 allow redirects to subdomains of known hostsThomas Steur
2014-09-12refs #4996 apply enableLinkTracking first before trackContentImpressions or soThomas Steur
2014-09-12refs #4996 added a few php tests for contentsThomas Steur
2014-09-10refs #4996 fixing more testsThomas Steur
2014-09-10refs #4996 many new tests and many bugfixes. Tests should be done now except ↵Thomas Steur
for cross browser support. I fixed many issues as I did not consider that link tracking may be disabled or enabled and the behavior should be different in such a case.
2014-09-10refs #4996 it should basically work but need todo some more stuff like cross ↵Thomas Steur
browser and php tests. A few more minor and easy to implement features as well
2014-09-09refs #4996 more tests and bugfixes, improved API, some work on crossbrowser ↵Thomas Steur
support
2014-09-09refs #4996 many new tests and bugfixes, worked around some JSLint regexp ↵Thomas Steur
issues and disabled the whitespace check which makes no sense to me. The tests do now run again in PhantomJS but report a lot of failures and I have not looked yet into it.
2014-09-05refs #4996 do not track an interaction as an eventThomas Steur
2014-09-05refs #4996 more tests and bugfixes. I am no longer so sure whether we ↵Thomas Steur
actually should track the redirects as an event. I do not really see an advantage here as the pageview will be tracked later anyway. Makes it rather confusing...
2014-09-05refs #4996 and even more tests and more bugfixesThomas Steur
2014-09-05refs #4996 a lot of new tests and bugfixes, also some code improvementsThomas Steur
2014-09-05recommend to not track interactions automatically on internal links if ↵Thomas Steur
website is a single page application
2014-09-04refs #4996 many new tests and many fixes, more will followThomas Steur
2014-09-04refs #4996 ignore interactions if set, detect content blocks as visible that ↵Thomas Steur
were visible before but are not now, mark absoulte url out of content target in case it is a link
2014-09-03refs #4996 handle interactions better / correct. Code not tested at all yet. ↵Thomas Steur
Gonna write some tests
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-02add possbility to track only visible content impressions and to detect them ↵Thomas Steur
automatically
2014-09-02refs #4996 some tweaks for Piwik Mobile. Makes subtables work etcThomas Steur
2014-09-02refs #4996 replace relative/absolute href linksThomas 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-27refs #4996 worked on detecting content name, piece and target. Next: Sending ↵Thomas Steur
the impressions to Piwik via bulk tracking
2014-08-25Replying to next questions, refs #4996Matthieu Aubry
2014-08-25Replying to first questions, refs #4996Matthieu Aubry
2014-08-25moved markup into its own section [ci skip]Thomas Steur
2014-08-25some clarifications in doc [ci skip]Thomas Steur
2014-08-23refs #4996 thoughts on how to define content and already started to create ↵Thomas Steur
some needed methods
2014-08-23refs #4996 some more questions about content trackingThomas Steur
2014-08-22refs #4996 some more questionsThomas Steur
2014-08-22refs #4996 some thoughts on piwik.jsThomas Steur
2014-08-22Merge branch '4996_content_tracking' of github.com:piwik/piwik into ↵Thomas Steur
4996_content_tracking
2014-08-22refs #4996 just read in the specs only the name is requiredThomas Steur