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-08-30update to latest search engine and social definitionssgiehl
2017-07-26Updates to latest device detector release (#11896)Stefan Giehl
* update device detector * sort brands for segment * submodule update
2017-07-14updates piwik/decompress packageStefan Giehl
2017-06-09Updates composer packages (#11780)Stefan Giehl
* updates composer packages * update tests
2017-04-03replace pChart with CpChart (#11559)Stefan Giehl
2017-03-01Updated our own composer libraries to latest (#11430)Matthieu Aubry
* Updated our own composer libraries to latest * trigger build * build * adds missing icons
2017-02-27updates device detector to 3.7.6 (#11422)Stefan Giehl
2017-02-18updates piwik/decompress package (#11351)Stefan Giehl
2017-01-09Update composer librariesmattab
Updating dependencies (including require-dev) - Removing twig/twig (v1.25.0) - Installing twig/twig (v1.30.0) Downloading: 100% - Removing psr/log (1.0.1) - Installing psr/log (1.0.2) Downloading: 100% - Removing monolog/monolog (1.21.0) - Installing monolog/monolog (1.22.0) Downloading: 100% - Removing sebastian/comparator (1.2.0) - Installing sebastian/comparator (1.2.2) Downloading: 100% - Removing phpunit/php-file-iterator (1.4.1) - Installing phpunit/php-file-iterator (1.4.2) Downloading: 100% - Removing phpunit/php-token-stream (1.4.8) - Installing phpunit/php-token-stream (1.4.9) Downloading: 100% - Removing webmozart/assert (1.1.0) - Installing webmozart/assert (1.2.0) Downloading: 100% - Removing phpdocumentor/type-resolver (0.2) - Installing phpdocumentor/type-resolver (0.2.1) Downloading: 100% - Removing phpdocumentor/reflection-docblock (3.1.0) - Installing phpdocumentor/reflection-docblock (3.1.1) Downloading: 100% - Removing phpspec/prophecy (v1.6.1) - Installing phpspec/prophecy (v1.6.2) Downloading: 100% - Removing phpunit/phpunit (4.8.28) - Installing phpunit/phpunit (4.8.31) Downloading: 100% - Removing doctrine/cache (v1.6.0) - Installing doctrine/cache (v1.6.1) Downloading: 100%
2017-01-09Updating piwik/referrer-spam-blacklist (1.0.11) and piwik/piwik-php-tracker ↵Matthieu Aubry
(1.1.0) (#11158) * Updating piwik/referrer-spam-blacklist (1.0.11) and piwik/piwik-php-tracker (1.1.0) * Update submodules * Fix build * fix random bug in build when generated pageview id is a scientific notation number/string
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-01Update php unit for php7 compat (#10930)Matthieu Aubry
2016-11-15document new possibility to specify a unix socket page (#10868)Thomas Steur
2016-11-15Update Marketplace to work with new API (#10799)Thomas Steur
* starting to port marketplace to piwik 3 * updating tests * fix translation key * fix various issues * use material select * fix plugin upload * deprecate license_homepage plugin metadata and link to a LICENSE[.md|.txt] file if found (#10756) * deprecate license_homepage plugin metadata, and link to a LICENSE[.md|.txt] file if found * Make license view HTML only without menu * fix tests and update * fix some links did not work * we need to show warnings even when plugin is installed, not only when activated. otherwise it is not clear why something is not downloadable * fix install was not working * improved responsiveness of marketplace * fix more tests * fix search was shown when only a few plugins are there * fix ui tests * fix some translations * fix tests and remove duplicated test
2016-09-30Merge branch '2.x-dev' into 3.0-m09Thomas Steur
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-09-18update device detector and search eninge definiton dependenciessgiehl
2016-09-18fixes testssgiehl
2016-09-18update device detector and search eninge definiton dependenciessgiehl
2016-09-14update cache libThomas Steur
2016-09-10fix testsThomas Steur
2016-09-10update dependenciesThomas Steur
2016-08-03Update to Device detector 3.7.1 (#10362)Matthieu Aubry
* Device detector 3.7.1 * Fix build
2016-07-21Fetch latest referrer spam blacklist refs #10058mattab
2016-07-21Update composer libraries, while enforcing the minimum php in composer.json ↵Matthieu Aubry
(#10334) * Enforce the Minimum PHP version in composer.json using "platform" feature Added in https://github.com/composer/composer/commit/a57c51e8d78156612e49dec1c54d3184f260f144 It was found that this flag is very important to use to make sure the package we build and release will be compatible with this PHP version. Otherwise, the minimum PHP version enforced would be the version where our build script runs, which could be PHP 5.5 or PHP 7 which would have caused serious issues. * Update doctrine/cache, monolog,piwik/network, piwik/cache, piwik/php-tracker etc. https://github.com/piwik/piwik/issues/10058 * Release checklist to check that composer.json is correctly defined * Use latest travis scripts for https://github.com/piwik/travis-scripts/commit/30d7b16940058a3dcea37dd7e7ed7241090bf57a * .travis.yml file is out of date, auto-updating .travis.yml file. * Use latest travis scripts for https://github.com/piwik/travis-scripts/commit/63445cf4a53e6e115a31ecacd79327dc5bfb2494 * .travis.yml file is out of date, auto-updating .travis.yml file.
2016-07-20Php7 compatibility, Pear archive_tar package ↵mattab
https://github.com/piwik/piwik/issues/10058
2016-07-18Update piwik/network component to 0.2.0 release for IPv6 ranges support ↵Matthieu Aubry
https://github.com/piwik/piwik/issues/9411 (#10324)
2016-07-17updates phpunit dependency / submodule updatessgiehl
2016-07-13updates piwik/searchengine-and-social-list dependencysgiehl
2016-06-02device detector updatesgiehl
2016-04-01Updates device detectorsgiehl
2016-03-31pdate referrer spam list & search engine / social definitions ↵mattab
https://github.com/piwik/piwik/issues/9817
2016-03-03Updates device detector to latest releasesgiehl
2016-01-27Updated Search engine and Social list, and Referrer spammers ↵mattab
https://github.com/piwik/piwik/issues/9236
2016-01-22update device detector to latest versionsgiehl
2016-01-15add possibility to view config values, including description, default value ↵Thomas Steur
and whether it is an adjusted config value in the ui
2015-12-22Manage PiwikTracker through composer (closes #9349)John Maguire
2015-12-18update device detector versionsgiehl
2015-12-18update device detector versionsgiehl
2015-11-19adjust used reposgiehl
2015-11-19moved definitions of search engines to new repo and converted them to better ↵sgiehl
readable yml format
2015-10-27Update dependenciesThomas Steur
refs #9095 Package tecnick.com/tcpdf is abandoned
2015-10-09New version of referrer spam blacklistmattab
2015-09-22Update piwik/component-decompress to 1.1.0 for PHP7 compat refs #8689mattab
2015-09-22refs #8689 started working on PHP 7 supportThomas Steur
2015-09-09use latest device detector versionsgiehl
2015-08-24updates device detector to 3.4sgiehl
2015-07-20Force requiring a version 2.6.* of Symfony packages because the 2.7.* ↵Matthieu Napoli
versions require PHP >= 5.3.9 (we support PHP 5.3.3)
2015-07-20Force requiring a version 2.6.* of Symfony packages because the 2.7.* ↵Matthieu Napoli
versions require PHP >= 5.3.9 (we support PHP 5.3.3)
2015-07-20Force requiring a version 2.6.* of Symfony packages because the 2.7.* ↵Matthieu Napoli
versions require PHP >= 5.3.9 (we support PHP 5.3.3)