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
2019-07-113.11.0-b13.11.0-b1Matthieu Aubry
2019-07-11Split Integration tests into Core and Plugins (#14642)Stefan Giehl
2019-07-11Only permit scalar values for custom variables (#14640)Kate Butler
* Unit test to reproduce strlen warning * Unit test/validation for non-string custom variable values
2019-07-10Allow site selector dropdown to grow wider for websites with long names (#14576)Kate Butler
* Allow site selector dropdown to grow wider for websites with long names * Update UI test reference screenshots
2019-07-08language update (#14641)Stefan Giehl
2019-07-08allow to disable tracking failure notifications (#14448)Fabian Dellwing
* allow to disable tracking failure notifications * update wording
2019-07-06removes Zend_Cache (#14600)Stefan Giehl
2019-07-06Update CHANGELOG.md (#14638)Luca
Update GitHub links
2019-07-06Update GitHub link (#14636)Luca
2019-07-06Update GitHub links in LEGALNOTICE (#14637)Luca
That should be all. There are still some old links in the CHANGELOG.md, but I think we shouldn't touch them, because changelog is what it is, what do you think about it @tsteur ? Note: Do you still use jquery.truncate? It is in the LEGALNOTICE, but I think it isn't used anymore (not sure).
2019-07-05Update GitHub links in composer.json (#14630)Luca
I adjusted the GitHub Links for issues, wiki and source.
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2019-07-05Update GitHub links in CONTRIBUTING.md (#14633)Luca
I adjusted the GitHub Links for 'contribute to translations'.
2019-07-05Update GitHub links in tests/README.md (#14631)Luca
Note: Two of the links link to a 404. However I didn't remove them, because I didn't know what way you like to handle such a case. 1. https://github.com/matomo-org/matomo/blob/master/tests/PHPUnit/config.ini.travis.php#L23-27 (Line 156) 2. https://github.com/matomo-org/matomo/blob/master/tests/README.xhprof.md (Line 179) I still think that adjusting these links is right however because /piwik/ will be a 404 sometime anyway.
2019-07-05Update GitHub links in tests/index.html (#14632)Luca
I adjusted the GitHub Links for 'Setup PHPUnit tests' and 'see the README'
2019-07-05Update GitHub links in tests/angularjs/README.md (#14634)Luca
I I adjusted the GitHub link for the link to install-ubuntu.sh The file was moved to the folder /scripts/
2019-07-05Fix GitHub links for 'About matomo'-Page (Footer) (#14531)Luca
There are still old GitHub links in the footer of the 'About matomo'-Page I changed them to the new ones, so that there is no unnecessary redirect Old pull request #14528
2019-07-05Fix padding in live visitors (#14558)Stefan Giehl
2019-07-05Copy downloaded plugin to all plugins directories (#14537)nabiltntn
* Copy download plugin to all plugins directories including MATOMO_PLUGIN_DIRS * Use MATOMO_PLUGIN_COPY_DIR env and Global * Remove unused import * Copy plugin only to one directory * Check $GLOBALS['MATOMO_PLUGIN_COPY_DIR'] in both cases
2019-07-05Hide date selector when viewing live visits (not as widget) (#14560)Stefan Giehl
* Hide date selector when viewing live visits (not as widget) * simplify & improve code
2019-07-05avoid using group by and select min for tracker actions query to avoid tmp ↵Thomas Steur
tables refs #14535 (#14584)
2019-07-05try to improve speed of serving unreadable files (#14605)Stefan Giehl
2019-07-05Tweaks to Readme, updating links (#14627)Matthieu Aubry
* Tweaks to Readme, updating links * Update README.md
2019-07-04Ensure each plugin has a config.php and tracker.php file (#14625)Tore
Fixes #14420
2019-07-03Adds fbclid to excluded query parameters (#14618)Stefan Giehl
fixes #14613
2019-07-03If URL starts with // in sites manager, only prepend http: instead of ↵Thomas Steur
http:// (#14616) fix https://github.com/matomo-org/matomo/issues/14615 alternatively we could throw an exception if URL starts with `//`. Configuring a URL with `//` is not supported currently.
2019-07-03Remove "open source web analytics" tooltip in app logo when a custom logo is ↵Thomas Steur
uploaded (#14620) refs DEV-1702 This way it won't be shown when using eg white label etc.
2019-07-03Truncate very long useragents to prevent possible tracking slowdown (#14581)Stefan Giehl
* Truncate very long useragents to prevent possible tracking slowdown * use Common::mb_substr
2019-07-02use same fontsize for links (#14565)Fabian Dellwing
2019-07-02Gracefully handle case when row evolution has no data (#14562)Kate Butler
2019-07-01Improve segments tests (#14591)Stefan Giehl
* improve tests * improve some more tests * improve some more tests
2019-07-013.10.03.10.0Matthieu Aubry
2019-07-01Document possible BC break with Custom Dimension double encoding (#14598)Matthieu Aubry
from https://github.com/matomo-org/matomo/pull/14566
2019-07-01Check $defaultLayout is an array when generating default dashboard (#14596)Thomas Steur
fix https://github.com/matomo-org/matomo/issues/14595 Not sure why it wouldn't be an array. Even when using ` json_decode($defaultLayout);` compared to ` json_decode($defaultLayout, true);` it is an array on my instance and works nicely. Just in case there is some other plugin installed that changes it maybe, check if it is an array
2019-06-29language update (#14592)Stefan Giehl
2019-06-293.10.0-rc53.10.0-rc5Matthieu Aubry
2019-06-29Fix Browser and OS name segments (#14589)Stefan Giehl
2019-06-29Activate Matomo Tour feature for all users (#14590)Thomas Steur
* add tour update * adjust file name
2019-06-273.10.0-rc43.10.0-rc4Matthieu Aubry
2019-06-27Provide methods to force the update of tracker caches (#14578)Thomas Steur
* Provide methods to force the update of tracker caches * delete tracker cache more often * delete only needed cache * invalidate cache when hosts change
2019-06-27JS Tracker: Prevent Error 400 issue on IE11 when custom dimension values ↵Matthieu Aubry
include non ascii characters (#14566) * Prevent Error 400 issue on IE11 when custom dimension values include non ascii characters Issue found & Patch suggested by Customer * typo * fix test * fix test * fix JS test
2019-06-263.10.0-rc33.10.0-rc3Matthieu Aubry
2019-06-26Do "remind me in 90 days" if user closes feedback popup without clicking a ↵Kate Butler
button (#14574) * Send tracking code email from the tracking code generator page * Remove unused var
2019-06-26Fix error number is detected wrongly in tracker mode (#14571)Thomas Steur
* Fix error number is detected wrongly Eg when the error is `Error query: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry`, it would detect 2300 instead of 1062. fix DEV-1683 * Update Mysqli.php same behaviour as for regular DB * reuse same code
2019-06-26Use ranking query on userid reports. (#14551)diosmosis
* Use ranking query on userid reports. * Fix test ordering on travis. * Use existing userid row limit config option and deal w/ ranking query summary row which is not treated as datatable summary row. * update system test * another test update * Add order by to get test to pass.
2019-06-24updates all submodules (#14568)Stefan Giehl
* updates all submodules * update expected screenshots
2019-06-24language update (#14567)Stefan Giehl
2019-06-24Only send scheduled report to unique email addresses (#14561)Kate Butler
2019-06-24Fix namespace of ExamplePlugin Update (#14559)Stefan Giehl
2019-06-243.10.0-rc23.10.0-rc2Matthieu Aubry