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
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected UI files
2020-01-28Use rebranded components (#15253)Stefan Giehl
2019-10-14Sundry minor build fixes (#15002)Kate Butler
* Update expected files * Update screenshots for Marketplace update screen * Increase timeout for Matomo Changelog widget * Update Morpheus; update test screenshots * Update screenshots
2019-10-11Avoid redirect in RSS changelog (#14988)Thomas Steur
2019-10-03Removed closing PHP tag due to PSR-2 definition (#14929)Kai Neuwerth
2019-10-02Fix XML parser warning handling in RssWidget (#14941)yurihs
* Fix XML parser warning handling in RssWidget * Use error control operator to supress RSS feed parsing error
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-05-28Ensure each plugin has a config.php and tracker.php file (#14430)Kate Butler
* Add empty config.php and tracker.php files to each plugin that doesn't have them; add to whitelist of files that are included in new plugins generated by generate:plugin * Add plugin files for plugins which were missing them
2019-01-22improve RSS fetching (#13904)Lukas Winkler
* improve RSS fetching * add cache to rss fetching and remove "appeared first on" appendix * remove special handling of RSS description * Make sure links in rss content open in new tab and have noreferrer noopener.
2018-07-25Replace proxy redirect with rel=noreferrer (#12780)Christian Schmidt
* Replace proxy redirect with rel=noreferrer * Add noopener * Restore action=redirect for non-Matomo links * Wrap referring URLs * NO target on download link * Fix Github links * Fix whitespace * Fix tests * Revert change * Revert changes * Fix tests * Add noreferrer shim for MSIE 10 * Remove all action=redirect links * Restore noreferrer * Restore test * Fix one more occurrence * Update changelog * Combine if's * Fix changelog wording * Fix stray whitespace
2018-03-23Hide widgets not working without internet connection if disabled in config ↵Stefan Giehl
(#12279) * Hide SEO rankings widget if internet is disabled in config * Hide RSS widgets if internet is disabled in config * Remove more wirdgets when internet connection disabled * Adjust widgets to remove after rename to Matomo * Code improvements
2018-01-18Changed Feeds URL to HTTPS (#12449)Jouveer
* Changed Feeds URL to HTTPS * Fixed issue if an exception is called with https * Update RssChangelog.php * Fixed 2nd Feed URL
2018-01-11Change widget name from Piwik to Matomo (#12422)Thomas Steur
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
* Replace all occurences of Piwik in english translations of Actions plugin * translation update * Replace all occurences of Piwik in english translations of API plugin * translation update * Replace all occurences of Piwik in english translations of core * replace Piwik occurrences * Rename widget piwik.org blog => matomo.org blog * fix widget name * replaced some more piwik mentions * Renamed to Matomo a few strings * Replaced more strings to Matomo in JSON files, twig templates * Replaced more strings to Matomo in INI file * Replaced more strings to Matomo in API docs, error messages, feedback forms * introduce API.getMatomoVersion and ExampleAPI.getMatomoVersion API + deprecate old ones
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
* renaming more Piwik mentions * some more updates * fix some tests * support matomo partially as require string * fix tests * fix failing system test * fix tests * fix system test * fix test
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
* http://piwik.org -> https://piwik.org * more HTTPS URLs * some more HTTPS URLs * test README * don't show "Plugin Hompage" for Piwik plugins * fix tests * compile minified js (hope I didn't break anything) * some more small changes * fix UI test * comment length in piwik.js changed due to https links * fix test * update ui file * update submodule
2016-10-06Hide RSS title and date which changes when we release new changelogsmattab
2016-09-22Renamed plugin ExampleRssWidget -> RssWidget (#10528)Matthieu Aubry
* Renamed plugin ExampleRssWidget -> RssWidget * Activate file on upgrade to 3.0.0-b1 * Fix system test