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-04-08Disable TLS to workaround CI failures #10023mattab
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-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-09-22refs #8689 started working on PHP 7 supportThomas Steur
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)
2015-07-20Fix #8377 remove the pear/pear-core-minimal dependencyMatthieu Napoli
It seems composer still installs it though, might be required by another package…
2015-06-16Replace requiring mnapoli/php-di with php-di/php-diMatthieu Napoli
2015-05-27Update to lessphp 0.5.0 to get the fix for leafo/lessphp#302Matthieu Napoli
See https://github.com/leafo/lessphp/issues/302 and http://stackoverflow.com/questions/15426256/override-less-variables
2015-05-22Require beta version for PHP-DIMatthieu Napoli
2015-05-16require tcpdf using composersgiehl
2015-04-20#7674 The spammers list is now in a separate repositoryMatthieu Napoli
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-12Update piwik/cache dependency to use stable Doctrine releaseMatthieu 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-09Moved the ini component to a separate repositoryMatthieu Napoli
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-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 link to wikiThomas Steur
2014-12-01#6622 Logger refactoring: implement Monolog's FormatterInterfaceMatthieu 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-24Simplified tests autoloading by using Composer's "autoload-dev"Matthieu Napoli
2014-10-22Fixes #6493 Composer install can now run on WindowsMatthieu Napoli
2014-10-17#6058 Updated composer for more consistent and appropriate constraintsMatthieu Napoli
2014-10-07Increasing PHP requirements to 5.3.3 refs #6390mattab
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-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-23Merge pull request #6043 from mgazdzik/fixComposerJsonMatthieu Aubry
fixed composer.json to download the same set of vendors as with use of c...
2014-08-21Automate building of xhprof through composer install/update.diosmosis
2014-08-21Add xhprof to composer.json file & remove README.diosmosis
2014-08-21fixed composer.json to download the same set of vendors as with use of ↵Michał Gaździk
composer.lock. that way Piwik can be also installed with Composer as dependency along with its dependencies
2014-08-20Remove Piwik autoloader and replace composer autoloader.diosmosis
2014-07-09Refs #5273 Replace other Trac URLs with Github URLsmattab