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
2015-12-10Merge master into "3.0"Thomas Steur
Conflicts: .travis.yml CHANGELOG.md core/Plugin/ControllerAdmin.php core/Version.php core/testMinimumPhpVersion.php plugins/API/API.php plugins/Actions/Reports/GetPageUrls.php plugins/AnonymousPiwikUsageMeasurement plugins/CoreHome/CoreHome.php plugins/CoreHome/templates/_menu.twig plugins/CoreVisualizations/javascripts/jqplotEvolutionGraph.js plugins/CustomVariables/tests/System/expected/test_CustomVariablesSystemTest__CustomVariables.getCustomVariables_day.xml plugins/Goals/Controller.php tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php tests/PHPUnit/Integration/Plugin/ManagerTest.php tests/PHPUnit/System/expected/test_FlattenReports__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_month.original.html tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__CustomVariables.getCustomVariables_range.xml tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__CustomVariables.getCustomVariables_range.xml tests/PHPUnit/System/expected/test_reportLimiting__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_reportLimiting_rankingQuery__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_week.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchVisitorType__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchVisitorType__CustomVariables.getCustomVariables_week.xml tests/UI/expected-ui-screenshots tests/UI/specs/Overlay_spec.js tests/UI/specs/UIIntegration_spec.js
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-10-19fix some testsThomas Steur
2015-10-15Merge branch 'master' into 3.0Thomas Steur
Conflicts: CHANGELOG.md core/Plugin/Controller.php core/Version.php plugins/API/ProcessedReport.php plugins/CoreHome/CoreHome.php plugins/CoreHome/javascripts/corehome.js plugins/CoreHome/javascripts/menu.js plugins/CoreHome/javascripts/menu_init.js plugins/CoreHome/lang/en.json plugins/CoreHome/stylesheets/zen-mode.less plugins/CoreHome/templates/ReportsByDimension/_reportsByDimension.twig plugins/CoreHome/templates/_indexContent.twig plugins/CoreHome/templates/getDefaultIndexView.twig plugins/Dashboard/Menu.php plugins/Dashboard/javascripts/dashboard.js plugins/Dashboard/javascripts/dashboardObject.js plugins/Goals/templates/_titleAndEvolutionGraph.twig plugins/Goals/templates/getOverviewView.twig plugins/Morpheus/javascripts/piwikHelper.js plugins/Referrers/templates/index.twig plugins/UserCountry/templates/index.twig plugins/VisitFrequency/templates/_sparklines.twig plugins/ZenMode/ZenMode.php plugins/ZenMode/javascripts/zen-mode.js tests/PHPUnit/Fixtures/UITestFixture.php tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getReportMetadata_day.xml tests/UI/expected-ui-screenshots tests/UI/specs/Dashboard_spec.js tests/UI/specs/Menus_spec.js tests/UI/specs/UIIntegration_spec.js
2015-10-11refactored js number formatter to own object to make it better usablesgiehl
2015-10-11improved numberformatter, fixed testssgiehl
2015-10-11improve jqplot number formatter and use it for data in tooltipssgiehl
2015-10-11added number formatter for jqplot and use it for numbers in yaxissgiehl
2015-10-07Left menu designThomas Steur
2015-10-06generate pages instead of implementing them in each controllerThomas Steur
2015-09-09refs #8565 #8503 #8567 refactored/removed some code to not use deprecated ↵Thomas Steur
APIs / events for 3.0
2015-08-29format row compare link as it used to beThomas Steur
2015-08-28refs #8632 move alert box to the left in row evolutionThomas Steur
2015-08-07Removed unused CSS classMatthieu Napoli
2015-08-07Use standard buttons and alerts instead of and old icons and custom CSSMatthieu Napoli
2015-06-26Make sure series names and metric names are escaped before being displayed ↵diosmosis
in evolution graph tooltips.
2015-06-11removed unnecesary commentsSebastian Piskorski
2015-06-09added function _checkTicksWidth() for jqplot, function calculates ticks ↵Sebastian Piskorski
width nad cuts some if they don't fit space they have
2015-05-12Test RowEvolution exporting in ReportExporting_spec.js and remove TODO in ↵diosmosis
Graph.php.
2015-05-12Adding TODO for export link tests.diosmosis
2015-05-12Remove disable_queued_filters param in Graph::beforeLoadDataTable() to see ↵diosmosis
if the UI tests build will pass. If processed metrics must be formatted, it may not make sense to disable queued filters in the Graph visualization base.
2015-04-16Remove the border of row evolution h2Matthieu Napoli
2015-03-11Made for reports faster when flat=1 is used.Thomas Steur
Also replaceColumnNames is now queued again which should bring a performance boost in general.
2015-03-09added a comment in case it is not clear why we remove one of the two htmlTablesThomas Steur
2015-03-09Run queued filters after generic filters making visualizations much faster.Thomas Steur
2015-02-23Refs #7247, force dot as float separator before converting to float in ↵diosmosis
Numeric formatter (for safety against locale issue).
2015-02-23Keep BC w/ old Formatter class since it is likely used by 3rd party plugins. ↵diosmosis
Move Numeric formatter to CoreVisualizations and do not mark w/ @api.
2015-02-21Fixes #7247, move default Formatter class to new Numeric metrics formatter ↵diosmosis
and use in Graph visualization since jqplot requires numeric values in JSON data.
2015-02-13refs #4633 rename segmentFilter => segmentThomas Steur
2015-02-13refs #4633 open segmented visitor log with one click on a rowThomas Steur
2015-01-15merged conflic resolvedflora edwards
2015-01-15added in an accessible skip to content button for people who go through ↵flora edwards
webages with the tab key
2015-01-15changed the lang translation, as well as putting section tags around the ↵kiriti.kishore
user map to tab across it, and changed the alt text for "Goals.php." to distinguish between "Display a table with Goals metrics" and "Display a table with visitor enganement metrics
2015-01-11Fixes #6923, make sure metrics are formatted before generating jqplot data ↵diosmosis
in graphs.
2015-01-09fixes #6949 pass through idGoal when clicking evolution graphs with ↵sgiehl
multiple values
2014-12-03Fix regression in treemap visualization.diosmosis
2014-12-03Refs #6756, fix regression in last commit.diosmosis
2014-12-03Fixes #6756, fix two regressions/bugs in row evolution of ecommerce item ↵diosmosis
report: viewDataTable is overwritten by BaseEcommerceItem Report class metadata causing UI bugs since viewDataTable is not graphEvolution, graph visualizations should not format metrics in any way prior to generating jqplot JSON.
2014-11-27Merge branch 'master' into processed_metrics_metadatadiosmosis
Conflicts: plugins/Actions/Reports/GetSiteSearchKeywords.php tests/PHPUnit/System/expected/test_ArchiveCronTest_archive_php_cron_output.txt
2014-11-27Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in ↵mattab
Firefox so far and only for "left clicks". Not perfect, but hopefully other browsers will implement this in the future, as it's a useful privacy enhancing feature!
2014-11-16Fix Contents Report Base's logic for setting columns_to_display (can't use ↵diosmosis
->processedMetrics directly since it can contain objects now).
2014-11-14Make MetricsFormatter a class with instance methods and move Html related ↵diosmosis
functionality to derived class. Use FOrmatter in Metric::format calls so Metrics do not have to be aware of context of formatting, and so Metric::format methods will have less code redundancy.
2014-11-11refs #5330 make sure to output float values in case a German locale is used ↵Thomas Steur
or another locale that uses a comma instead of dot to separate decimal
2014-10-16refs #6015 hide no data in category message if search is usedThomas Steur
2014-10-16refs #6015 fix row evolution did not work for some rows if search was usedThomas Steur
2014-10-09Merge branch 'master' into 5940_testRenamingAndCorrectFoldersThomas Steur
Conflicts: tests/PHPUnit/phpunit.xml.dist
2014-10-08Mergedmattab
2014-10-08Small twig refactormattab
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of ↵Thomas Steur
integration => system
2014-09-21Refs #6078, if pivotBy is used in request for HtmlTable visualization data, ↵diosmosis
set columns to display to all available columns.