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-10Removed all deprecated methods of the Piwik\IP classMatthieu Napoli
This should fix the unit tests.
2015-02-27In Tracker debug mode, enforce text/plain content type to minimise risk of ↵mattab
XSS while debugging
2015-02-27Add linebreaksMatthieu Napoli
2015-02-26Tracker debug wasn't showing anything anymoreMatthieu Napoli
This is a dirty fix, but the tracker logging is too messy right now to make it correctly work with the logger. At least now it works.
2015-02-09Merge pull request #7119 from piwik/performance_improvementsMatthieu Aubry
Various performance improvements, especially for Range period and installations with many sites
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
event for each label in a datatable which can be many!
2015-01-09Created data provider classes in a new Intl componentMatthieu Napoli
Less code in `Piwik\Common`, less static classes, more isolated components.
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
Conflicts: CHANGELOG.md
2014-12-05#6622 Logger refactoring: removed manual overriding of the log level in CLI ↵Matthieu Napoli
since it's now dependent of the verbosity level `Piwik\Log::setLogLevel` is now deprecated and doesn't do anything. Its usages have been removed.
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
a string. Eg this returned the default value in the past: `Common::getRequestVar('param', 'string', 'default', array('param' => 5))` which can happen eg in BulkTracking etc. causing many values not to be tracked. Wondering if it breaks anything.
2014-11-16Merge pull request #6671 from piwik/6661Thomas Steur
Throw HTTP 400 error when idsite is invalid
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 ↵Thomas Steur
case Idsite is wrong
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 ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-09-23refs #3490 Throw meaningful error when userId segment is used with an ↵mattab
unsupported segment match operator + test
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-09-08Refs #3490 Adding segment 'userId==' + some '&segment=userId==' integration ↵mattab
tests + doc blocks
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 ↵mattab
core:update` is used instead of `./console core:update`
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
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
using phpstorm optimize imports feature
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 ↵Thomas Steur
for printing debug messages which allows users to log to screen, file or db
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 ↵mattab
upgrades, if any. Run it via: ./console core:update --dry-run
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
refs #4609
2014-02-03Removing occurences of Piwik_ in core/Fabian Becker
* @subpackage is deprecated * @package must only occur once * @package supports nesting (and can match the namespace) refs #4609
2014-01-27Fixes #4572 Make code work. Thanks for the report! (please keep feedback ↵mattab
coming about HipHop virtual machine! that's super interesting :))
2014-01-17refs #1877 added hooks to add search engines and social networks; some code ↵sgiehl
improvements
2014-01-16code cleanup; moved require of Socials.php to seperate methodsgiehl