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
2017-09-26Use mbstring proxy methods (#12104)Stefan Giehl
2017-09-13Show Tibet as part of China on map (#11930)Stefan Giehl
2017-03-18More secure / more random integer generation (#11473)Thomas Steur
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-05-23Use Common::sendHeader for consistencymattab
2016-02-14merge master => 3.0Thomas Steur
2016-01-16Remove PRNG seedingJoey3000
2015-12-25Merge branch 'master' into 3.0sgiehl
2015-12-23Make sure to pass an integer to mt_srandThomas Steur
2015-12-10Merge master into "3.0"Thomas Steur
2015-11-19move list of socials to other repo and convert format to ymlsgiehl
2015-11-19moved definitions of search engines to new repo and converted them to better ...sgiehl
2015-09-02fixing undefined REMOTE_ADDRThaDafinser
2015-08-19use monolog in trackerThomas Steur
2015-06-23#8087 handle also the cases where a user has no access (redirect to the login...Matthieu Napoli
2015-06-03Mark Common::unsanitizeInputValue as @api.diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-22PhpDoc and warning fixesMatthieu Napoli
2015-04-17Merge pull request #7648 from piwik/redesign-maintenanceMatthieu Aubry
2015-04-16Improve performance of BulkTracking and QueuedTrackingThomas Steur
2015-04-16#7620 Redesign of the maintenance modeMatthieu Napoli
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