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-12-04Merge pull request #9318 from piwik/processrequestserializeMatthieu Aubry
Do not serialize Request::processRequest API request
2015-12-04language updatesgiehl
2015-12-01Do not serialize API request otherwiseThomas Steur
2015-11-30forward selected segment to transition in overlayThomas Steur
2015-11-25make transtion and overlay row actions extendable by other pluginsThomas Steur
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-11-17language updatesgiehl
2015-10-29Rename whitelist to blacklist since we're ignoring entries that are in the ↵diosmosis
list, not running code only for those entries.
2015-10-29Instead of hardcoding whitelisting of Overlay methods in UI test URL ↵diosmosis
normalizing, use DI to store whitelist and override in ui-test.php DI config for Overlay.
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-07Left menu designThomas Steur
2015-10-06refs #4620 removed some code that was only there for IE8Thomas Steur
2015-09-25translation updatesgiehl
2015-09-22Fixing more overlay UI tests.diosmosis
2015-09-22Fixing overlay UI tests.diosmosis
2015-09-09refs #8565 #8503 #8567 refactored/removed some code to not use deprecated ↵Thomas Steur
APIs / events for 3.0
2015-09-08language updatesgiehl
2015-09-05small translation updatesgiehl
2015-09-02language updatesgiehl
2015-08-24Merge pull request #8488 from piwik/iconsBenaka
Fixes #7618, add new icons to Piwik & use where appropriate. Also includes slight re-designs to entity management tables & a new CSS API using the icons easily.
2015-08-15small language updatesgiehl
2015-08-07Use new help icon in overlay + Less simplificationMatthieu Napoli
2015-07-27refs #8431 added little padding right to the segment links and others in ↵Thomas Steur
overlay screen
2015-07-25fixes #8352 - added link to open segmented visitor log in page overlay sidebarsgiehl
2015-07-25refs #8353 improvements to overlay layoutsgiehl
2015-07-18language updatesgiehl
2015-07-13Remove commentmattab
2015-07-06language updatesgiehl
2015-07-06Merge pull request #8276 from piwik/overlay_improvementsMatthieu Aubry
Overlay improvements
2015-07-02language updatesgiehl
2015-07-01Fix Overlay URL when date range parametermattab
2015-07-01Simplify overlay controller logicmattab
2015-06-24language updatesgiehl
2015-06-22Delete un-necessary image filesmattab
2015-06-19translation updatesgiehl
2015-06-11language updatesgiehl
2015-06-08removed default information from plugin.json files; move plugin descriptions ↵sgiehl
to language files, where available
2015-06-08use plugin.json instead of getInformation() method for Overlay pluginsgiehl
2015-06-08Merge pull request #8058 from piwik/6552Matthieu Aubry
set noindex,nofollow option for all pages apart from login page
2015-06-08refs #6552 set noindex,nofollow option for all pages apart from login pageThomas Steur
2015-06-06use new translations from Intl pluginsgiehl
2015-06-05language updatesgiehl
2015-05-31language updatesgiehl
2015-05-13Init broadcast + Piwik_Overlay after document is ready so angular app is ↵diosmosis
available.
2015-04-21language updatesgiehl
2015-04-09Fixes #3929 Plugin Overlay does not support squared brackets []mattab
2015-02-25translation updatesgiehl
2015-02-22translation updatesgiehl
2015-02-19translation updatesgiehl