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
2017-01-07Fix tests (#11153)Matthieu Aubry
* referrer tests * Core system tests * Log Analytics is compatible with Python 2.7 * Note * Submodule * UI tests: Gender neutral
2017-01-07Use gender-neutral wording where possible (#10982)Lucas Jenß
* Change to gender neutral phrasing in user-facing text * Switch to gender neutral wording in docs/comments
2017-01-05Improves various icons (#11148)Stefan Giehl
* updated browser and os icons (#11063) * updated browser-icons from https://github.com/Findus23/device-icons 72d5ffef94a597c4ba226b33344e0badaadc3c35 * added os icons * added previous icons * changed macOS icon * replaced optipng with pngquant (36% size reduction) * center icons vertically * sharpen icons * increased icon size to 48x48 * fixed visitorPopup and realtimemap * revert css change * fixed HTML-Reports * replaced Windows icon https://github.com/piwik/piwik/pull/11063#issuecomment-270221316 * max-width and max-height for datatables * removed submodul (sorry wrong commit) * add explicit max-size for dataTableRowActions * fixed UNK.png * first try at fixing system tests * fixed cookie.gif * updates icons in System tests * updated plugin icons (#11121) * updated plugin icons * increased icon size to 48x48 * updated searchEngine and social icons (#11093) * updated and added searchEngine and social icons * removed unnecessary icons * sharpen icons * increased icon size to 48x48 * fixed promovideo socialicons http://builds-artifacts.piwik.org/piwik/piwik/3.x-dev/21859/UIIntegrationTest_dashboard1.png * fixed xx.png * updates plugin icons in system tests * [tests] RockMelt has it's own icon * updates expected UI test files * submodule update * fix some last tests
2017-01-04translation updates for submodulessgiehl
2017-01-04language update (#11142)Stefan Giehl
2017-01-04added new event for totals calculation (#11139)Thomas Steur
2017-01-03Always send token_auth for POST requests done in widgetize mode (#11135)Stefan Giehl
* adds UI test * always send token_auth for requests done in widgetize mode * adds correct screenshot for UI test * adds ui test with invalid token
2017-01-03language update (#11134)Stefan Giehl
2017-01-02wrap blockquote instead of hiding overflow (#11128)Lukas Winkler
2017-01-02Fixes missing number of actions in realtimemap (#11120)Stefan Giehl
* use correct transslation * improve UI test for realtimemap to show tooltip
2016-12-30Revert #11100 (#11113)Matthieu Aubry
* Revert #11100 * Added new field <generationTimeMilliseconds> from #11095
2016-12-27submodule updatessgiehl
2016-12-27Live API: New 'generationTimeMilliseconds' field used to process Average ↵Matthieu Aubry
generation time in Visitor Profile (#11095) * Live API: New 'generationTimeMilliseconds' field used to process Average generation time in Visitor Profile fixes #11066 * more precision * Expected test files * Reporting API: showColumns and hideColumns should be applied recursively (#11100) * Recursively delete columns specified with hideColumns * Custom Dimensions tests * Invalid argument supplied for foreach() + Contents tests * New unit test for ColumnDelete filter * Submodules
2016-12-27When safe mode is displayed, and Super User was not logged in already, let ↵Matthieu Aubry
Super User display the full safe mode to troubleshoot further (#11082) * When safe mode is displayed, and Super User was not logged in already, let Super User display the full safe mode to troubleshoot further * meant for a different PR * Catch exceptions during CSS/Less compiling * when there's an error during Twig template processing, or during LESS css compiling, display the safe mode * Deactivate plugin as super user when authenticated with i_am_super_user * when user is not logged as Super User, Make deactivate plugin work by forwarding the i_am_super_user URL parameter * Display plugin version in safe mode fixes https://github.com/piwik/piwik/issues/11043 * Added a text to indicate users to first disable third party plugins * Updated UI test * clarify that salt is a secret * reuse helper method * minor * Catching PHP7 errors and making it work on php5
2016-12-27File integrity checker now reports files found in the filesystem but not ↵Matthieu Aubry
expected to be there (#11096) * File integrity checker now reports files found in the filesystem but not expected to be there fixes #11087 * Move file integrity logic to own class * Fix bug in logic so that third party plugins are not listed * fix up some comments * Also report any hidden files not expected to be there * Issue a warning when file integrity didn't run for any reason. Safer choice * Ui tests
2016-12-27Prevent out of range issues for interaction_position (#11101)Matthieu Aubry
2016-12-27fix WARNING: /home/piwik/htdocs/plugins/Referrers/Controller.php(422) ↵Matthieu Aubry
Warning - Invalid argument supplied for foreach() (#11098) Reported in https://forum.piwik.org/t/warning-message-plugins-referrers-controller-php-422-warning/22314
2016-12-27 Fix message stating Piwik 3 (#11084)Matthieu Aubry
* Fix message stating Piwik 3 * String not used * typo
2016-12-27Do not add Options -Indexes to .htaccessmattab
fixes #11040
2016-12-27fixes undefined index errorsgiehl
2016-12-27fix false entity decoding in translationssgiehl
2016-12-26Enabling Woff files under Windows IISKévin Subileau
2016-12-26Remove on pixel overlapping boxshadow on the corners (#11052)Michel Gotta
2016-12-26fix title in automatic translation pull requestssgiehl
2016-12-26language update (#11080)Stefan Giehl
2016-12-19integration testmattab
2016-12-19fixmattab
2016-12-19Fix Uncaught TypeError: this.jsViewDataTable.indexOf is not a function (#11035)Matthieu Aubry
* refs #11023 better piwik.js json compatibility * fix some tests * fix json lint tests * Display titles correctly in API reference doc * Slightly better code * Prevent error reported in #11028 * Per Thomas feedback * fix
2016-12-19Fix API reference page is partly broken (#11033)Matthieu Aubry
* refs #11023 better piwik.js json compatibility * fix some tests * fix json lint tests * Display titles correctly in API reference doc * Slightly better code
2016-12-16Store site search settings correctly (#11022)Stefan Giehl
* store site search settings correctly * Updated instruction for JS code in https://github.com/piwik/piwik/pull/11011 https://github.com/piwik/piwik/issues/11007 * improve check if default keywords are used * Tests
2016-12-16Clarify where to put the JS codemattab
2016-12-15fix change password did not work anymoreThomas Steur
2016-12-15Prevent JS error "Cannot apply style to null" on the Visitor Map when there ↵Matthieu Aubry
was no geo data (#11015) * Prevent timeout when synchronising UI tests screenshots * Prevent JS error "Cannot apply style to null" on the Visitor Map when there was no geo data
2016-12-15Piwik should not reload page when applying a segment (#11013)Thomas Steur
* Revert "After Updating/Deleting/Adding a segment, force a refresh of the dashboard (#10969)" This reverts commit 401977c0b431c756209c64620f74b87fdbb07a50. * do not reload page when applying a segment * Fix JS error when segment name contains %
2016-12-15Prevent timeout when synchronising UI tests screenshotsmattab
2016-12-15Fix different hints where to put tracking code on website (#11011)Thomas Steur
* Update en.json * use "header file"
2016-12-14Fix comment for API.getReportMetadata.end event (#11004)Thomas Steur
It is now idSite, not idSites
2016-12-13Merge pull request #10997 from piwik/sitesmanager_idsiteattrMatthieu Aubry
Fix idsite html attribute is not set in SitesManager
2016-12-13Fix idsite html attribute is not set in SitesManagerThomas Steur
2016-12-13Updates device detector to latest version (#10996)Stefan Giehl
* updates device detector to latest version * updates search engine definitions to latest version * updates test * submodule update
2016-12-13hide date in real time widget so tests do not fail randomlyThomas Steur
2016-12-12Fix website measurable type was defining settings and properties for all ↵Thomas Steur
types (#10991) * Fix website measurable type was defining settings and properties for all types The settings specified in website measurable type should not apply to any other type by default. * add possibility to extend website settings * fix comparison was wrong * fix comparison was wrong * trying to fix the tests * fix test * tweak code * add test to make sure validation works with any type * add possibility to update group via settings
2016-12-12Show Marketplace changelog as link instead of tab (#10978)Thomas Steur
* Show support tab in marketplace plugins directly on the right with the other metadata * remove changelog tab and show it as a link
2016-12-12Allow custom form types for user, system and measurable settings (#10992)Thomas Steur
* allow custom types for any settings * fix ip * fix system tests
2016-12-09Fix propagateNewPage might not actually load the page (#10979)Thomas Steur
This is because angular might cancel the url change or listen to it themselves and not reload the page entirely.
2016-12-09fix visit total time only recorded smallint (#10980)Thomas Steur
Now that the type was changed to int, we no longer need that check
2016-12-09fix marketplace might not search for plugins correctly (#10986)Thomas Steur
2016-12-09Fix block quotes are not shown correctly in plugin details (#10988)Thomas Steur
See Funnels plugin where the first part is a block quote
2016-12-08Display tooltip introducing Funnels in the goal editor (#10981)Matthieu Aubry
2016-12-06Minor wording changemattab