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 (Expand)Author
2015-03-10Removed all deprecated methods of the Piwik\IP classMatthieu Napoli
2015-02-27In Tracker debug mode, enforce text/plain content type to minimise risk of XS...mattab
2015-02-27Add linebreaksMatthieu Napoli
2015-02-26Tracker debug wasn't showing anything anymoreMatthieu Napoli
2015-02-09Merge pull request #7119 from piwik/performance_improvementsMatthieu Aubry
2015-02-02Removed calls to deprecated Piwik\Common::getLanguageToCountryList()Matthieu Napoli
2015-02-02Removed calls to deprecated Piwik\Common::getLanguagesList()Matthieu Napoli
2015-02-02Removed calls to deprecated Piwik\Common::getCountriesListMatthieu Napoli
2015-02-02cache the returned value of those methods otherwise each of them triggers an ...Thomas Steur
2015-01-09Created data provider classes in a new Intl componentMatthieu Napoli
2015-01-07fix more ui tests, Cache cannot be used as Piwik\Cache is already definedThomas Steur
2014-12-19Minormattab
2014-12-05Merge branch 'master' into log-refactoring-1Matthieu Napoli
2014-12-05#6622 Logger refactoring: removed manual overriding of the log level in CLI s...Matthieu Napoli
2014-12-04Tracker refactoringThomas Steur
2014-11-24do not lose value in case it is an integer or a float. Instead convert it to ...Thomas Steur
2014-11-16Merge pull request #6671 from piwik/6661Thomas Steur
2014-11-14Replaced usage of deprecated Common::json_encode to json_encodeMatthieu Napoli
2014-11-14refs #6661 in case value is empty set a defaultThomas Steur
2014-11-14refs #6661 initial work on triggering a 400 bad request instead of 500 in cas...Thomas Steur
2014-11-13Introduce new function and tests to make it clearer what's happening #5365mattab
2014-11-07refs #6435 make sure we compare values using a dot in getRequestVarThomas Steur
2014-11-07refs #6435 replace possible comma with a dot. Not 100% sure if that works yetThomas Steur
2014-10-15Fix for bd7dc4d60 which broke the build (null bytes where not sanitized)Matthieu Napoli
2014-10-14Refs #6372 Textarea Settings value should conserve line breaksmattab
2014-10-03only one return is better than two as mentioned in commentThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-09-23refs #3490 Throw meaningful error when userId segment is used with an unsuppo...mattab
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-09-08Refs #3490 Adding segment 'userId==' + some '&segment=userId==' integration t...mattab
2014-08-20refs #6026 test for empty in case getenv returns falseThomas Steur
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-15fixed method signaturesChristian Raue
2014-07-09Refs #5273 Replace Trac ticket URL to Githubmattab
2014-06-20Fixes #5306 Make sure console command works as expected when `php console cor...mattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-03refs #5007 display an error message in case console is executed as type CGIThomas Steur
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-04-09Do not send header on CLI mode.mattab
2014-03-25refs #4780 preserve line breaksThomas Steur
2014-03-25refs #4780 added possibility to enable tracker debug via config, use logger f...Thomas Steur
2014-03-16Fixes #3749 Fix the Overview>Report when Actions plugin is disabledmattab
2014-02-20Fixes #4711 Adding new console command to trigger Piwik core and Plugins upgr...mattab
2014-02-06refs #4610 trigger archiving using cli instead of httpThomas Steur
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
2014-01-27Fixes #4572 Make code work. Thanks for the report! (please keep feedback comi...mattab
2014-01-17refs #1877 added hooks to add search engines and social networks; some code i...sgiehl
2014-01-16code cleanup; moved require of Socials.php to seperate methodsgiehl