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
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
2016-12-06Hide Piwik version in UI testsmattab
2016-12-06Add new marketplace widget and fixed some urls (#10967)Thomas Steur
* added new marketplace widget and fixed some urls * translate widget * fix system test * add some spacing
2016-12-06After Updating/Deleting/Adding a segment, force a refresh of the dashboard ↵Matthieu Aubry
(#10969) the refresh is currently needed for several reasons as the Segmentation editor is not coded properly and does not just work without the page reload. Ideally we'll rewrite the Segment Editor in AngularJS later so this reload will not be needed. fixes https://github.com/piwik/piwik/issues/10626 Reverting https://github.com/piwik/piwik/commit/5daf6c2388693746f2a47a9e6c31276d0b423a4f part of https://github.com/piwik/piwik/commit/0c9c30b731ccbacf47e154b9f7a590af49e3d799
2016-12-05show token_auth only on clicksgiehl
2016-12-05always unescape escaped % symbols in translations (#10917)Stefan Giehl
* always unescape escaped % symbols in translations * adds new tests to proove %-symbols are escaped in english translations * submodule update
2016-12-05Merge pull request #10960 from piwik/port_10852Matthieu Aubry
Trigger JS tracker update when checking for updates
2016-12-05Merge pull request #10959 from piwik/revert_json2Matthieu Aubry
Don't change json2 format for Piwik 3 (revert #10928)
2016-12-05Minor changesmattab
2016-12-05Trigger JS tracker update when checking for updatesmattab
Port #10852 to Piwik 3
2016-12-05Don't change json2 format for Piwik 3mattab
Reverts https://github.com/piwik/piwik/pull/10928/files Refs https://github.com/piwik/piwik/issues/8566
2016-12-05Merge pull request #10946 from piwik/font-updateMatthieu Aubry
Add new icon to font
2016-12-04Awesome search - Do not display "No Results" until user has typed something ↵Nathan Sollenberger
(#10955) * Better text + https link * When activating the Awesome Search form, do not display 'No Results' until user types something in to form
2016-12-04language update (#10958)Stefan Giehl
2016-12-02make sure to ignore free plugins (#10940)Thomas Steur
This is related to https://forum.piwik.org/t/license-missing-of-a-free-glp-plugin/21674 Some users see a license warning for a free GPL plugin. I have spent hours trying to understand how this could possibly happen over the last weeks but not sure how it happens. It must be some kind of caching issue with a certain PHP version or something. This change might not fix the actual issue but is a good check to have on top to check for invalid licenses only if it is not a free plugin.
2016-12-02Password hashing (#10926)Thomas Steur
2016-12-01Prevent directory listing on apache servers (#10931)Matthieu Aubry
* No directory listing on apache * when deleting caches, re-create the security files
2016-12-01add new iconThomas Steur
2016-12-01Make JSON2 the now JSON formatting to fix an issue in formatting associative ↵Matthieu Aubry
array (#10928) * Make JSON2 the now JSON formatting to fix an issue in formatting associative arrays * fix unit test * Minor changes * call API with json format in the Angular JS frontend * Log Analytics
2016-12-01disable header only for evolution graph (#10908)Thomas Steur
2016-12-01Segment editor: not enough line height for p,y,... (#10898)Thomas Steur
* Segment editor: not enough line height for p,y,... fix #10313 * .travis.yml file is out of date, auto-updating .travis.yml file.
2016-12-01 Button to add a segment is missing some text in French language (#10897)Thomas Steur
* refs #10656 Button to add a segment is missing some text in French language * .travis.yml file is out of date, auto-updating .travis.yml file.
2016-12-01JavaScript Tracker: new option "Track users with JavaScript disabled" and ↵Matthieu Aubry
the <noscript> tag is not included by default anymore (#10900)
2016-12-01Fix issue with tracking custom variables checkboxmattab
2016-12-01New visit dimension "total interactions" and new action dimension ↵Thomas Steur
"Interaction position" and corresponding segments (#10911) * adding new interaction segments * add possibility to limit queries * fix Piwik does not join correctly if 2 custom joins require each other * added position to api output * Contents plugin: Rename "Interaction" metric to "Content Interaction"
2016-11-30Simplify update page and fix wording (#10864)Matthieu Aubry
* Simplify update page and fix wording fixes #10720 * Translate the string