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-09-05Stable sort for most frequent segment values (#13286)Stefan Giehl
* Use a stable sort when sorting most frequent segment values * update test files
2018-09-01Adds new language Spanish (Argentina) (#13350)Stefan Giehl
2018-08-19language update (#13316)Stefan Giehl
2018-08-13Use a stable sort method for visited pages in user profile (#13284)Stefan Giehl
* Use a stable stort method for visited pages in user profile * update tests
2018-08-06Fixing regressions causing UI tests to fail (#13252)diosmosis
* Request.initAuthenticationObject is not always called now so use different event. * default value for form field may not be JSON. * Add date parameter as default value in ajaxHelper in case it is needed. * update screenshot * Update screenshot. * Do not show default value when it is an array and only contains undefined values.
2018-07-25Replace proxy redirect with rel=noreferrer (#12780)Christian Schmidt
* Replace proxy redirect with rel=noreferrer * Add noopener * Restore action=redirect for non-Matomo links * Wrap referring URLs * NO target on download link * Fix Github links * Fix whitespace * Fix tests * Revert change * Revert changes * Fix tests * Add noreferrer shim for MSIE 10 * Remove all action=redirect links * Restore noreferrer * Restore test * Fix one more occurrence * Update changelog * Combine if's * Fix changelog wording * Fix stray whitespace
2018-07-25language update (#13209)Stefan Giehl
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-06-18language update (#13072)Stefan Giehl
2018-06-12language update (#13057)Stefan Giehl
2018-06-04language update (#13031)Stefan Giehl
2018-05-28Allow segmented visitor log popup to launch visitor profile (#12948)diosmosis
* Allow segmented visitor log popup to launch visitor profile & modify popover management to use window history to retain last opened popover. * Keep track of popovers opened so closing popover when initial page load w/ popover does not result in exiting matomo + only do window.history.back() in one place. * Decouple popover stack from window history because its too complicated to make that work. * Reset popover stack as precaution. * Clean up visitor log tooltips on destruction. * Fix widgetized popover open/close. * Another precaution against zombie tooltips. * Reset popover stack if user clicks outside of modal and scroll to loading dialog in odd case where it is created oustide of current viewport. * Update expected screenshots.
2018-05-24language update (#12982)Stefan Giehl
2018-05-24Rename Actions category to Behavior + Referrers category to Acquisition (#12950)diosmosis
* Rename Actions category to Behavior + Referrers category to Acquisition while retaining category ID. * quick fix * Update expected system test files. * Updating screenshots & fixing test. * fix dashboard test * Update screenshots again.
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
2018-05-19Better group by in actions archiver (#12929)Thomas Steur
2018-05-14language update (#12912)Stefan Giehl
2018-05-04readd ui files to git lfssgiehl
2018-05-04Do not show 'all' limit selector option for VisitorLog & default to 25 if ↵Benaka
filter_limit=-1 used (#12790) * Add disable_all_rows_filter_limit viewdatatable config option & use in visitorlog visualization. * If -1 filter_limit is used w/ visitor log visualization, change it to 25 (which is in the datatable_row_limits default config value). * Use datatable_default_limit as limit to set when unsupported filter_limit used in VisitorLog visualization. * Update screenshots.
2018-05-04Removes default action name for flattened action urls (#12669)Stefan Giehl
* remove default action name for flattened action urls * improve code * update system tests * always prepend action delimiter to flattened action urls * update ui files * update test files * updates CHANGELOG * submodule update
2018-05-03Show city / country in visitor details (#12534)Stefan Giehl
* Show city or country in visitor details * update UI files * Show country flag and location only if not unknown * hide flag icon in icon list * update UI files
2018-04-30language update (#12793)Stefan Giehl
2018-03-30Moves various UI tests to their plugins (#12649)Stefan Giehl
* move Overlay UI tests to Overlay plugin * remove UI files that has been moved * move Login UI tests to Login plugin * check for element instead of comparing screenshots * Move Installation UI tests to it's plugin * Move UI tests for Marketplace to Marketplace plugin * Updates Sync Screenshots command to download test files to correct directories * ensure shortcut help is always tested with same useragent * Move VisitorMap UI tests to UserCountryMap plugin * Move Morpheus UI tests to plugin * Move MultiSites UI tests zu plugin * Move ActionsDataTable UI tests to Actions plugin * Renames Test directories to tests * Move UsersManager UI tests to plugin * Move CoreUpdater UI tests to plugin * Move DBStats UI tests to plugin * Move Transitions UI tests to plugin * Move Insights UI tests to plugin * improve UI tests splitting on travis * Moves SegmentEditor UI tests to plugin * Moves SitesManager UI tests to plugin * Moves ImageGraph UI tests to plugin * move live ui test files to git lfs * remove retry * update test file * improve splitting for travis * prevent test from failing randomly
2018-02-14Allow plugins to define custom action types (#12556)Stefan Giehl
* Make it possible to define custom action types (for segmentation) * update CHANGELOG * Add data format to be able to detect ids that are used more than once * set fixed value for acceptedValues * fix tests
2018-01-27language update (#12514)Stefan Giehl
2018-01-17Removed totalsdanika chhour
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
* Replace all occurences of Piwik in english translations of Actions plugin * translation update * Replace all occurences of Piwik in english translations of API plugin * translation update * Replace all occurences of Piwik in english translations of core * replace Piwik occurrences * Rename widget piwik.org blog => matomo.org blog * fix widget name * replaced some more piwik mentions * Renamed to Matomo a few strings * Replaced more strings to Matomo in JSON files, twig templates * Replaced more strings to Matomo in INI file * Replaced more strings to Matomo in API docs, error messages, feedback forms * introduce API.getMatomoVersion and ExampleAPI.getMatomoVersion API + deprecate old ones
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
2018-01-10language update (#12419)Stefan Giehl
2017-12-04language updatesgiehl
2017-12-01New "Event URL" segment `eventUrl` to segment on any Segment URL (#12236)Matthieu Aubry
* New "Event URL" segment `eventUrl` to segment on any Segment URL Useful for many use cases for example: * Creating Custom Reports such as "Top page URLs by Event action" * Segmenting by Event URL and view events triggered on a specific Page URL * Fixes #11131 Action URL segment could filter both Page URLs OR Event URLs (as advertised originally in the 2.16.0 changelog but it wasn't actually fully working yet) * fix typo no capital letter * remove column type to prevent new column being created in the log_link_visit_action table * set correct action type for segment eventUrl * modify test * eventUrl needs action data * fix suggested values for eventUrl * update test files * event url is stored without protocol * update test file
2017-11-20Show actions without url in visitor log (#12191)Stefan Giehl
* Handle actions with title only correctly * use action with empty url for tests * update expected ui files
2017-10-31language update (#12241)Stefan Giehl
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
* http://piwik.org -> https://piwik.org * more HTTPS URLs * some more HTTPS URLs * test README * don't show "Plugin Hompage" for Piwik plugins * fix tests * compile minified js (hope I didn't break anything) * some more small changes * fix UI test * comment length in piwik.js changed due to https links * fix test * update ui file * update submodule
2017-10-13language update (#12180)Stefan Giehl
2017-10-04force using utf-8 as charset for htmlentities/htmlspecialchars (#12135)Stefan Giehl
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
* column tweak * fix install * more tweaks * rename column to dimension * various fixes * added new control expandable select * starting to refactor segment selector * make segment editor work again * use translation keys * defined some metrics * set types * simplify * simplify * fix join generator * add possibility to use custom join table names when using query builder and it uses an inner query * fix bug in query selector when selecting same field name from different tables twice * more metadata * more tweaks * improve selector * add possibility to use custom entity names * also processed archived metrics * generate sql filter, suggested values callback, and accept values automatically for columns with enums * several tweaks * focus search field when opening it * various tweaks * added missing method * format and fix more metadata * more fixes * better definition * define custom filter * fix definition * fix various tests * fix more tests * fix bug in logquery builder * fix referrerurl segment was missing * fix some tests * fix more tests * add group * refactor for better definition * fix a bug in log query builder when similar columns are used in archiver * add goal metrics * various fixes * make datatable row more flexible * various fixes and visualization enhancements * simply segment editor and make it smaller * remove trailing comma * various fixes and added new dimension * fix formatting of returning customer * added missing primary key * fixes * various fixes and improvements * make sure to update segment definition when selecting a value from auto complete list * various fixes and more metrics * more metrics * more dimensions and fixes * fix some tests * fix some integration tests * update submodule * fix some system tests * fix ui tests * trigger new test run * fix more ui tests * fix system tests * update submodule * fix categories * sort segments by category for more consistency * add custom variables * some translations and fixes * add minute segment * more segments * added plurals * added some docs * fix test * fix tests * fix tests * added suggested values * fix some tests * various fixes * fix more tests * allow to select segments on any site * make sure to include file * added doc block * fix some system tests * fix most system tests * fix ui test * fix system test * adjust examples * added more tests and docs * no metrics for these dimensions * added developer changelog and made some classes public api * some fixes for entity names * add possibility to set format metrics in test * more consistency in defining the name * get idsites only if provided * fix integration tests * added another segment for visit start hour and visit start minute * more clear name for segment * use old segment name to not break bc * various fixes * more test fixes * fix no suggested values for new segment * add event value * for boolean dimensions only sum metric * update available widgets when updating reporting menu * Add new segments in developer changelog + typo * fix system tests * fix screenshot test
2017-09-27Tracking: Write current interaction position for all actions (#12125)Thomas Steur
* write current interaction position for all actions * fix some tests * fix more tests * update tests
2017-09-27language update (#12123)Stefan Giehl
2017-09-22Make visitor profile wellformed XML (#12100)Stefan Giehl
* Make visitor profile wellformed XML * update test files
2017-09-15Makes visitor log/profile independent from Events plugin (#12047)Stefan Giehl
* makes profile query independent from events plugin * move more stuff to event plugin * update test files
2017-09-06language update (#12008)Stefan Giehl
2017-09-04Customizeable / Extendable Visitor Profile & Visitor Log (#11579)Stefan Giehl
* move setting visitor details into own classes instead of using an event * move manipulating actions to VisitorDetails classes * move some more parts to plugins * update test files as order of columns changed * implement new VisitorDetails method to provide actions * move rendering actions to visitordetail classes * render visitor properties in new classes * makes it possible to attach icons to visitor log * moves rendering of action tooltip into new visitordetails method * adds event for extending custom action dimension fields * small improvements * fetch log_link_visit_action.idpageview for actions * improve variable name * started to improve/change visitor profile * show devices summary in visitor profile * also remove empty xml tags for api tests * hide actions in visitor profile by default * move all icons to the middle of visitor log * small change * move rendering referrer information to referrers plugin * move provider logic to provider plugin * show content interactions in visitor log * improve look of content interactions/impressions in visitor log / profile * hide idpageview from tests * update changelog * move rendering events to Events plugin * do not hide duplicate page views in visitor log, but show them with a refresh icon instead * show top visited pages in visitor profile * always show visitor profile link in visitor log Still hidden in a widget by default, as it might overlay some other content * Show info about not shown actions truncated due to config setting * use bulk queries to fetch actions instead of fetching them for each visit * small adjustments * improve some loops to improve memory usage * move gathering visitor profile informations to VisitorDetails classes * update screenshots * update test files * move rendering of visitor profile summary to visitor details classes * improve templates * Makes VisitorDetailsAbstract class api and improves comments * show visit details in visitor profile * improve css * reverse enumeration of visits in visitor profile * improve css * Show visit id in IP tooltip * Small CSS improvements * further adjustments * sort devices by count * adds UI tests for visitor log and profile * Show bandwidth in visitor profile test * show actions by default and add button to toggle all together * CSS cleanup * remove border around refresh icon * add tooltip for refresh icon in profile * move first/last visit before top visited pages * Improve text shown for unique pageviews * link urls in top visited pages * improve sorting of device list * improve tests * Improve device overview in visitor profile * only render top pages if at least one page was visited more than once * make visitor id non bold * hide visitor type icon in profile, and show latest visits icons in overview * fix search engine icon in visitor details * small improvements * only render view if required * show visit icons only on hover in profile * remove from again * test improves * show text besides icon in profile header * improve tests * Removes unused CSS and JS * Reformats CSS * Removes invisible paper clip * Removes unused profile images from Live plugin * raise test timeouts * Improve UI tests splitting for travis * show device type in profile header if no resolution is available * prevent text overlapping * no retries * fix test * change summary order * fix position of export icon * fixes tooltip text * improve pages overview * visitor details order * action tooltip order * show only ecommerce icon if no goals where converted * show custom variables summary in profile * show user id in same size as headline * link referer urls for first/last visit in profile * make profile xml compatible * try to improve ui test * increase bottom marign * increase version number * small adjustments * CSS Rewrite for visitor profile * center action icons in visitor log and profile * improve widgetized visitor profile * small layout fix * always populate raw referrer url for visitor details * update expected test files * Refactor profile summaries into additional classes * update screenshots * submodule update * update piwik-icons submodule (#11904) * update piwik-icons submodule * fix some system tests * update screenshots * make device list xml compatible * improve translation * improve icon position * improves spacings * update test files * small css improvement * update screenshots
2017-08-22language update (#11970)Stefan Giehl
2017-07-26language update (#11897)Stefan Giehl
2017-07-20removes usage of deprecated jQuery.size() (#11883)Marc Neudert
2017-07-10language update (#11853)Stefan Giehl
2017-07-07Disallow empty values when tracking content actions (#11844)Stefan Giehl
* trim content values before tracking * fix archiving for invalid content entries * rebuilt piwik.js * ensure content values are correct
2017-06-26Disallow event tracking with empty/whitespace categories (#11819)Stefan Giehl
* trim event values before checking if they are empty * Prevent possible archiving failures for already tracked empty event categories * Throw exception when tracking events with empty category or action * move trim method * Log console error when tracking events without category or action * rebuilt piwik.js
2017-06-26language update (#11820)Stefan Giehl