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
2015-03-17Updated to piwik/decompress 1.0 and install PEAR through ComposerMatthieu Napoli
PEAR is installed through Composer with the latest version of piwik/decompress anyway. I've removed it from the libs folder after comparing the files. `is_a()` is not deprecated anymore, and I couldn't find any usage of the modified methods `raiseError()` and `isError()` in HTML_Quickform. I had to require pear/pear-core-minimal on top of pear/pear_exception because there is no transitive dependency. I have opened https://github.com/pear/PEAR_Exception/issues/8
2015-03-04Updating piwik/iniMatthieu Napoli
2015-02-26#7275 Upgrade version of piwik/iniMatthieu Napoli
2015-02-21use new minor release of device detectorsgiehl
2015-02-12Update piwik/cache dependency to use stable Doctrine releaseMatthieu Napoli
2015-02-02Merge branch 'master' into device-detector-3sgiehl
Conflicts: composer.lock
2015-02-02Updated composer and PHP-DI with latest changesMatthieu Napoli
2015-02-01switched device-detector to new version 3.0sgiehl
2015-01-25use latest master of device detector; added new device type to test resultssgiehl
2015-01-19update device-detector to latest betasgiehl
2015-01-09Updated to piwik/ini 1.0.1Matthieu Napoli
2015-01-09Moved the ini component to a separate repositoryMatthieu Napoli
2015-01-06ran composer update (after all it seemed travis started getting slow since ↵mattab
yesterday independantly of this commit)
2015-01-06Revert 0dc425d01d15025bf719a02d74bfac315c29bb61 as we notice System tests ↵mattab
became much slower and also UI tests
2015-01-05Updated dependencies especially piwik/cachemattab
2015-01-01use new device detector releasesgiehl
2014-12-29Use latest doctrine/cache including file cache edge cases fixes. Add the ↵mattab
alias repo to piwik composer.json so composer update will fetch this code.
2014-12-22Add explicit dependency to Symfony's event dispatcherMatthieu Napoli
The event dispatcher is needed for the Monolog Bridge
2014-12-22fixes #6890 added symfony vardumper libThomas Steur
2014-12-19Merge branch 'master' into log-refactoring-1Matthieu Napoli
Conflicts: CHANGELOG.md plugins/CoreConsole/Commands/CoreArchiver.php
2014-12-18refs #6873 updated piwik cache libThomas Steur
2014-12-17Merge branch 'master' into log-refactoring-1Matthieu Napoli
Conflicts: composer.json composer.lock config/global.php core/Container/StaticContainer.php
2014-12-17added support for different caching backends such as redisThomas Steur
2014-12-15Updated composer after mergeMatthieu Napoli
2014-12-12Updated PHP-DI versionMatthieu Napoli
2014-12-02updated device-detector to latest versionsgiehl
2014-11-12Import the old INI configuration in the DI configMatthieu Napoli
2014-11-10Updated PHP-DIMatthieu Napoli
2014-11-03Merge branch 'master' into php-diMatthieu Napoli
2014-11-03Updated composer dependenciesmattab
2014-11-02update device detector to latest versionsgiehl
2014-10-31Updated PHP-DI dependencyMatthieu Napoli
2014-10-31Merge branch 'master' into php-diMatthieu Napoli
Conflicts: composer.json composer.lock
2014-10-31Use version 5.0.x-dev for PHP-DIMatthieu Napoli
2014-10-30Added PHP-DI + StaticContainer classMatthieu Napoli
2014-10-29Extracted the Piwik\IP class into a standalone Network componentMatthieu Napoli
2014-10-29Updated piwik/decompress dependency following the new versionMatthieu Napoli
2014-10-28refs #6429 added a command to trigger tests on awsThomas Steur
2014-10-20Merge branch 'master' into deprecate_usersettingssgiehl
Conflicts: core/Version.php
2014-10-17#6058 Updated composer for more consistent and appropriate constraintsMatthieu Napoli
2014-10-07Merge branch 'master' into deprecate_usersettingssgiehl
2014-10-07Increasing PHP requirements to 5.3.3 refs #6390mattab
2014-10-07small updatesgiehl
2014-10-05update device detector dependencysgiehl
2014-10-03Updated the piwik/decompress dependency to 0.1Matthieu Napoli
2014-10-03Extracted the decompressing classes into a standalone Decompress componentMatthieu Napoli
2014-09-07Updating composer lock file (ran composer update).diosmosis
2014-09-02xhprof removed their composer.json file, adding it to our composer.json file ↵diosmosis
so we can still use composer to manage xhprof. Added an extra script to make sure the update is clean for git users.
2014-08-25refs #5995 XHProf failed on PHP 5.3.10 on Ubuntu with a fatal error because ↵Thomas Steur
those methods were private. Also one should rather execute composer install instead of update, otherwise one would update packages instead of installing the current defined versions
2014-08-20Updating composer.lock.diosmosis