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-11-11ignore languages with removals only in pull request reportsgiehl
2016-10-07Fixed GitHub casePanayiotis Lipiridis
2016-10-05use 3.x-dev branch as base/target branch for translation updatessgiehl
2016-09-292.16.3-rc1 (#10590)2.16.3-rc1Matthieu Aubry
* Fix depraction test: use assertDeprecatedMethodIsRemovedInPiwik3 * Fix Scheduled Reports sent one hour late in daylight saving timezones (#10443) * convert hour to send report to/from UTC, to ensure it isn't affected by daylight savings * adds update script to change existing scheduled reports to use utc time * code improvement * adds missing param * Added new event Archiving.makeNewArchiverObject to allow customising plugin archiving (#10366) * added hook to alllow plugin archiving prevention * cr code style notes * reworked PR to fit CR suggestions * added PHPDoc for hook * Event description more consistent * UI tests: minor changes * Comment out Visitor Log UI tests refs #10536 * Adds test checking if all screenshots are stored in lfs * removed screenshots not stored in lfs * readds screenshots to lfs * 2.16.3-b4 * Issue translation updates against 2.x-dev * language update * Fix bug in widget list remove where the JSON object becomes array * 2.16.3-rc1 * console command custom-piwik-js:update should work when directory is writable and file does not exist yet (#10576) * followup #10449 * Fix test (cherry picked from commit fac3d63) * Prevent chmod(): No such file or directory * Automatically update all marketplace plugins when updating Piwik (#10527) * update plugins and piwik at the same time * make sure plugins are updated with piwik * use only one try/catch * reload plugin information once it has been installed * make sure to clear caches after an update * fix ui tests * make sure to use correct php version without any extras * Additional informations passed in the hook "isExcludedVisit" (issue #10415) (#10564) * Additional informations passed in the hook "isExcludedVisit" (issue #10415) * Added better description to the new parameters * Update VisitExcluded.php * Remove two parameters not needed as better to use the Request object * Update VisitExcluded.php * remove extra two parameters in VisitExcluded constructor to prevent confusion (#10593) * Update our libs to latest https://github.com/piwik/piwik/issues/10526 * Update composer libraries to latest https://github.com/piwik/piwik/issues/10526 * Update log analytics to latest * When updating the config file failed (or when any other file is not writable...), the Updater (for core or plugins) will now automatically throw an error and cancel the update (#10423) * When updating the config file failed (or when any other file is not writable...), the Updater (for core or plugins) will now automatically throw an error and cancel the update * add integration test to check the correct exception is thrown when config not writabel * New integration test for updater * Make test better * When opening the visitor profile, do not apply the segment (#10533) * When opening the visitor profile, do not apply the segment * added ui test for profile but does work for me * next try to make ui test work * add expected screenshot * added missing doc
2016-02-19add message to translation pull requestssgiehl
2016-01-30refs #9546 use numbered placeholders in translationssgiehl
2016-01-30Set 'c: i18n' label for translation update pull requestssgiehl
2015-09-30fixes bug in automatic translation updatesgiehl
- languages with splitted language codes (e.g. pt-br, zh-cn, ...) were not included in the pull request description - added TranslatorName to dev language to avoid notices when using the TranslationManager API in development mode
2015-07-08small code improvementsgiehl
2015-04-21removed now useless CompareKeys command; updated doc blocks and commentssgiehl
2014-12-22force checkout to avoid some problems [skip ci]sgiehl
2014-10-29refs #6533 hide translation commands in case development mode is disabledThomas Steur
2014-07-23as vs. AS in foreach loopsChristian Raue
2014-07-18small fix for translation pull request creation: list of languages was not ↵sgiehl
complete
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-05-09Removed unused imports in core/ and plugins/mattab
using phpstorm optimize imports feature
2014-02-13fixed language count in pull request messagesgiehl
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
fixes #4609
2014-02-02fixed duplicate language codes in pull messagesgiehl
2013-12-30fixed pull request statssgiehl
2013-12-30always update core bundled plugins with core translationssgiehl
2013-11-11refs #4241 moving translation commands to LanguagesManagerThomas Steur