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
2020-03-15Force using index index_idsite_idvisitor if available (#15664)Stefan Giehl
2020-02-07translation updatesgiehl
2020-01-20Use correct name in update available message (#15423)Stefan Giehl
2020-01-13translation update (#15389)Stefan Giehl
2020-01-08Use tracker cache in ArchiveInvalidator so extra query is not needed. (#15358)diosmosis
* Use tracker cache in ArchiveInvalidator so extra query is not needed. * apply review fixes * applied another feedback item
2019-12-22Disable pivot by if comparison is enabled. (#15305)diosmosis
2019-12-19language update (#15289)Stefan Giehl
2019-12-06Fix header alignment for multi-dimension reports (#15134)Kate Butler
2019-11-25language update (#15195)Stefan Giehl
2019-11-23Fix broken dashboard when a new version available and when ↵Matthieu Aubry
`multi_server_environment = 1` (#15187) Without this patch, the dashboard is broken when there is a new version available and when `multi_server_environment = 1`
2019-11-15String can be urlencoded when parsing range dates in client. (#15158)diosmosis
2019-11-10language update (#15140)Stefan Giehl
2019-11-08UserID no longer overwrites VisitorId (#14360)MichaelHeerklotz
* UserID no longer overwrites VisitorId * Update piwik-php-tracker package * Update matomo-php-tracker again. * Fixing test. * Add changelog note.
2019-11-08Adds links to online guides in reports help (#15030)Stefan Giehl
* Adds links to online guides in reports help for reports where the new onlineGuideUrl property is defined * Adds more online guide links * updates expected test files * include online guide url in report glossary API * Adjust link * Add punctuation to translation.
2019-11-08Fixes a couple segment handling regressions in the UI (#15110)diosmosis
* When trying to see whether we should decode a segment, favor encoded segment since it appears to be more common. * Replace existing param in URL if it exists but empty (eg, segment=). * If editing segment during comparison, remove comparison in case edited segment is one being compared. * Solve the problem of matching segments that end up decoded a different way to avoid side effects. * Revert test file change. * Add test for getStoredSegmentName().
2019-11-07Don't freeze lefthand column of datatable on small screens (#15129)Kate Butler
* Remove sticky positioning from datatable for mobile devices * Fix overflowing table header issue
2019-11-04Slight performance improvement when rendering data table visualisations (#15044)Thomas Steur
* Slight performance improvement when rendering data table visualisations refs https://github.com/matomo-org/matomo/pull/15037 * apply review feedback
2019-11-04Fix reports by dimensions layout (#15093)Stefan Giehl
* Fix various regressions from #15068 * updates expected UI files
2019-10-29Fix label truncation calculation (#15068)Stefan Giehl
* Fix label truncation calculation regrssion of #14365 * updates expected screenshots
2019-10-28language update (#15064)Stefan Giehl
2019-10-24Fix wrong parameters in Multiserver update message in header (#15047)Thomas Steur
fix https://github.com/matomo-org/matomo/issues/15045
2019-10-24language update (#15052)Stefan Giehl
2019-10-22Fix server start time minute segment (#15034)Thomas Steur
* Fix server start time minute segment refs dev-1796 * fix test
2019-10-21Ensure all help texts are displayed correctly (#15029)Stefan Giehl
* Ensure all help texts are displayed correctly * updates expected UI file
2019-10-07language update (#14964)Stefan Giehl
2019-10-07Use minified version of angular lib (#14959)Thomas Steur
2019-10-03Removed closing PHP tag due to PSR-2 definition (#14929)Kai Neuwerth
2019-10-03Check if widget is enabled in admin home before checking it, fix system ↵Thomas Steur
summary (#14930)
2019-10-03Show all sites item only if multi sites is enabled (#14936)Thomas Steur
* Show all sites item only if multi sites is enabled * default filter isn't needed
2019-10-02Change login page message when user has been redirected after auth failure ↵Kate Butler
(#14829)
2019-10-01Fix selectors in UI test to match renaming of Metric widget (#14932)Kate Butler
2019-10-01Add a configurable row limit to report export popover (#14913)Kate Butler
* Add a configurable row limit to report export popover * Don't validate input against max limit when it's not set
2019-09-30Compare segments and periods (in API and UI) (#14365)diosmosis
* Allow row metadata to be datatables in API output. * Fill out initial DataComparisonFilter. * fixing some issues * couple more fixes * couple more fixes + initial system test * more fixes * Finish up segment comparison system test and get to pass. * Soft limit for number of segments/periods. * Add supportsComparison method. * Add UX code for adding/removing/seeing data comparisons + code to forward query parameters in AJAX requests + allow broadcast to handle multi-value query param values. * Start showing comparison tables in html tables. * Adding all comparison rows to html table visualization and adding "all visits" segment translation and add currently selected segment to comparisons table. * Show totals ratio for comparison rows. * finished poc html table visualization support for comparison * start working on comparisons support in graph visualizations * Some UX tweaks to htmltable and add comparisons to bar/pie graphs. * Getting comparisons to work in evolution graphs. * Get row evolution to work properly in comparison table. * Get segmented visitor log to work in comparison tables. * Fix regression in comparisons in evolution graph. * Get comparisons to work in actions datatable, fix twig issue that results in 100% cpu usage (when reading dataTable param w/ many rows & comparison tables), get overlay/transitions icons to appear, overlay should work properly. * Get transitions and overlay to work in comparison rows. * Fixing some datatable API output issues, fixing tests, support comparisons in subtables by forcing idSubtables of comparisons to be sent in request (makes UI work, but not pracitcal for API). * Remove typo. * apply original change * Allow All Visits default segment to be compared. * working on disabling currently compared segments. * Get currently compared segments code to work. * starting on refactoring datacomparisonfilter * Most of refactor done. * Get tests to pass and fix a bunch of datatable metadata consistency issues. * Modify evolution graph to modify compare parameters and show some sort of accurate comparison line graphs. * Set xaxis labels correctly in tooltips and make sure series data for comparisons is set correctly. * more fixes to displaying evolution comparisons where compared date ranges vary in length + make sure normal reports w/ no data display the no data message even when comparing * Show period type in comparison card. * Unsanitize compare segments. * Get correct period count. * Couple more fixes to evolution graph series labels, but still wonky. * Include comparison series label in comparison output so evolution graph has an easier time of building series data. * For multi period vs multi period show correct compareDate/comparePeriod for child tables. * Redesign period selector comparison section and get to work. * Allow plugins to disable comparisons for specific pages. * Start supporting comparison in sparkline visualization. * Get sparkline points & lengths to work correctly when comparing. * Fix comparison enabling check. * Pick series and shade colors. * Rewriting comparison card to show individual serieses. * Rewrite comparisons cards to only show segments as cards and individual serieses inside the cards. * Use comparison colors and shades in evolution graph + fix a couple bugs. * Tweak series colors and fix a couple regressions to comparison totals calculation. * Add ratio tooltip suffix explaining comparison percent. * fix typo * Forward comparison params in report export. * tweak series colors again + add tooltip with visitssummary metrics to comparison rows + fix a bug in using array query params in piwik-api + fix bug in formatting of comparison table metrics * Tooltip fixes, start on sparklines supporting comparison, modify comparison filter to only calculate change metrics against periods since they are time related. * Sparkline comparison support. * Tweak line thickness and set metric index properly in jqplot data generator. * In sparklines comparison, show evolution for compared period, rewrite top tooltip to be better, fix tooltip issues when multiple metrics used in evolution graph, and get comparison to previous period to work. * Update submodule * Make things look ok w/ a very long segment name, add numbers to compared datatable row labels, fix pie chart colors + a couple other regressions. * more bug fixes * Fix query param retrieval issue. * Do not throw if no comparison params specified, just do nothing. * try to fix a couple warnings * Another query param get fix. * Do not save comparison parameters. * pass by reference * fix JS error * DO not set compare params if not set in URL for dashboard widgets. * Fix comparison table styling in dashboard. * Expand bar graph if there are too many bars when comparing. * tweak comparison bar graph sizing * make sure flatten works w/ comparison * Apply compute processed metrics to comparison tables. * Hack to get Goals.get to be formatted during comparison. * Fix ordering of yunits in evolution graph. * If rows are selected, incorporate into comparison series names. * Format revenue properly in goals comparison sparklines. * First working attempt at adding Referrers.get method for use w/ Sparklines visualization. * get referrers sparklines to work w/ comparison * Finish using new referrers API method and get referrers sparklines/evolution graph to play well w/ each other in comparison mode. * Simplify table comparison view if only comparing periods, no segments. * Take into account visible rows when calculating series metric index. * Get comparison to work when totals rows are added to tables. * Show series color in evolution graph tooltip. * Fix error when loading row evolution/segmented visitor log for compared ranges. * fix regression in normal subtable loading * Fix row style * Forward comparisonIdSubtables parameter if present so it is used when changing limit/offset * Initialize the row index prefix to the filter offset. * Do not show period header if only segments compared in table. * Add UI tests and fix issues so they pass locally. * quick tweak * Fix PHP error * Updating screenshots * Fixing several bugs and updating expected screenshots. * Fix comparison tests and clear some TODO. * Prefix referrers metrics. * Revert "apply original change" This reverts commit 8f6ceb0430e5c7306a777498199ad7db21fd7175. * Show period label if comparing two periods of same type. * segment sanitization fixes * More segment fixes. * Another fix to the tooltip. * Fix related reports when comparing + make totals tooltip clearer + store segment + pretty title in datatable metadata so it does not have to be looked up every time. * Allow disabling comparisons for individual uses of visualizations. * Remove limit on hover for actions tables + fix subtable expansion for normal actions tables. * Make sure parameters are arrays. * Stricter check for empty parameters. * Allow first compared segment to be "removed". * several more fixes * Fixing table cell alignment and width and everything else that broke while making changes (hopefully). * Several fixes, including xss fixes and test fixes and bug fixes for comparisons. * more table css tweaks * Correct workings of previous period/year comparison + always convert periods to ranges when comparing in evolution graph. * Correct workings of previous period/year comparison + always convert periods to ranges when comparing in evolution graph + more css tweaks. * fix more test regressions * Forgot to add file * fix several TODO as well ass get comparison sparklines to have right colors in widgets. * Use DataTable metadata instead of getting available segments. * When comparing periods that do not uniformly support unique visitors, do not display unique visitors metric. * Small refactor and make sure sparklines shows over period w/o using lastN. * more refactoring and fixes * some more refactoring * Move comparison index math to helper methods. * Use piwikUrl.getSearchParam * Process comparison tables like normal tables in API.getProcessedReport. * remove some code redundancy * use new format date method * Add first working unit test for comparisons service. * Finish writing unit test for comparison service. * refactor comparisons service and fix a couple regressions * Fix more TODO items and refactoring. * Fill out more TODO. * Remove more TODO. * Fixing some tests. * another test fix * FIx some more tests. * More test fixes and regression fixes. * Do not add segments to summary rows in actions reports. * more test fixes * fix more tests * more test fixes * Fixing more tests. * Fixing more tests + debugging failing one. * Fix twig loop issue * Make sure empty compare params are not used in URL. * Remove cached request array. * Support comparison rows in multirow evolution popover and LabelFilter. * Tweak placement of some icons. * Forward current segment in reporting menu links. * Fix for split dimension view. * tweak css * Add more tests. * Add year to xlabels in evolution graph (but not xaxis tick). * applying review feedback * Apply more PR feedback * remove debugging code * tweak event docs * Fix test. * fix some test * fix a test and regression * updating tes files + fixing test * Fix regression * Fix dropdown z-index issue (or workaround really). * Fixing tests again. * Update screenshots * Fix bug and remove some debugging code * Apply review feedback. * Make sure ratio tooltips show in widgetized mode. * Fix some UI tests. * Fix tests * Fix a couple more tests.
2019-09-27language update (#14916)Stefan Giehl
2019-09-26Rename Generic widget to KPI Metric (#14868)Kate Butler
* Rename Generic widget to KPI Metric * Fix UI and system tests
2019-09-22When loading a template url from a custom plugin directory, prefix the ↵Thomas Steur
relative directory (#14717) * When loading a template url from a custom plugin directory, prefix the relative directory * detect relative dir partially * replace the initial plugins part as well * only print info for activated plugins * Update _jsGlobalVariables.twig * remove duplicate endif * Update http404check.js
2019-09-19Make it easier to search help resources from within Matomo (#14870)Kate Butler
* Add link to matomo.org resources in awesome search * Add "How can we help" card to help page * PR fixes * CSS improvements * Update UI test screenshots * PR improvements * CSS improvements * Remove duplicate links and reword community help links * Update reference screenshot * make it work for mobile, remove duplicate dot, minor style tweak * fix screenshot test
2019-09-13Update shown logo in the app (#14860)Thomas Steur
* start changing the logo * update logo * improve position of logo * position link instead of logo * seems margin is not allowed, try using padding * fix some tests
2019-09-11Allow configuration of max execution time (#14858)Thomas Steur
* allow configuration of max execution time * trigger event when query time exceeded * fix screenshot test * added some tests and mention mariadb not supported
2019-09-05language update (#14861)Stefan Giehl
2019-08-25submodule updates & test fixes (#14809)Stefan Giehl
* updates all submodules * fix WidgetList tests * submodule update * translation updates
2019-08-25language update (#14807)Stefan Giehl
2019-08-16Faster segment archiving (#14761)Thomas Steur
* use temporary table when segmenting * still apply original where * do not apply where twice * make sure to sort tables correctly * performance tweak, no longer a where needed in most queries * fix notice * have a better cache per date * small tweaks * potentially fix an error where we received too many rows * do not apply any custom force group by * better handling of log tables to fix some tests * enable new feature through config * remove comment * fix some system tests * drop table before starting to archive in case archiving fails * fix more tests * trying to fix ui test * save the config change * use reader when executing ranking queries * apply review feedback * drop table only if it actually exists to prevent problems on a reader * Update JoinGenerator.php
2019-08-14Freeze left-hand column of data table (#14594)Kate Butler
* Freeze left-hand column of data table * Freeze left-hand column of datatable * Don't use position-absolute on first th as it messes with column placement. * Use a spacer column to prevent label column from overlapping with first value column * Set margin of second td * Use position:sticky * Fix missing border in Safari/Firefox * Cross-browser fixes * Increase space available for first data column * Don't put dataTableScroller around non-HTML table vizs * Only apply negative margin/width to datatables in widgets * Reduce border radius to adjust for border-collapse: separate * Updated reference screenshots * UI test fixes * Don't let live widget overflow dashboard card * Updated reference images * Reduce left margin to make data action icons visible on smaller screens * Update reference images * Back out change to TestSetupFixture (should not have been committed on this branch) to avoid merge conflicts * Update UI screenshots
2019-08-12Add JS event invoked after a widget is loaded for client side manipulation ↵diosmosis
of widgets. (#14752)
2019-08-10language update (#14750)Stefan Giehl
2019-08-05Quick links widget (#14689)Kate Butler
* Quick links widget * Add new widget to widget metadata test reference file * Update test * Move quicklinks widget and add icons for each item * Update reference screenshots
2019-08-05Adds the newest iframeSizer.min.js and …contentWindow.js (#14724)Thomas Skerbis
* Adding iFrameResizer.contentWindow.min.js fixes: https://github.com/matomo-org/matomo/issues/14716 * Adding: iframeResizer.contentWindow.min.js fixes: https://github.com/matomo-org/matomo/issues/14716 * adding newest version of iframeResizer.min.js * Mention iframe resizer in the legal notice Was forgotten to be added there previously
2019-08-04When loading templates detect if an ad blocker is active (#14722)Thomas Steur
* When loading templates detect if an ad blocker is active fix DEV-1680 The status seems to be -1 when an ad blocker is blocking the loading of an html template (eg HeatmapSessionRecording) * Update http404check.js * Update http404check.js
2019-08-02language update (#14726)Stefan Giehl