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
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
* Forbid unused use statements * Fix some incorrect classnames * fix tests * remove unused use statements
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected UI files
2019-10-10Smaller varchar size for log_action.name (#14859)Thomas Steur
2019-08-07 Handle ranking query others row properly in contents & events archiver. ↵diosmosis
(#14622) * Add more types of actions to ManyVisitsWithMockLocationProvider fixture. * fix test change * update expected test files * Handle ranking query others row properly in contents & events archiver. * Use custom ranking query specific others label and handle by default in DataArray::asDatatable(). * Updating expected test files. * Use strict compare since label can be 0 apparently. * Update expecred test files.
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2018-07-17Refactor archivers to support multiple idsites (#13168)Thomas Steur
* refactor archivers to support multiple idsites * added a test to ensure multiple sites work * add comment
2018-05-19Improve memory usage for some action archivers (#12930)Thomas Steur
* Improve memory performance of event queries * also improve memory of action archive queries * improve memory usage for content tracking * fix typo
2015-03-18fix a couple of bugs and actually only count the recursive rows count if neededThomas Steur
2015-03-18faster archive by calculating the recursive count only if neededThomas Steur
2014-12-05Re-ordering $orderBy, $groupBy --> $groupBy, $orderBy as it's proper order ↵mattab
in SQL logic
2014-12-05Renamed method to have distinct namemattab
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-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 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-21refs #4996 actually archive the tracked data and display the actual data in ↵Thomas Steur
a report