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
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, Plugin...mattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-07-17Fixes #4046 Not checking for config/config.ini.php in the system check since ...mattab
2013-07-07fixed some doc blocks, unresolved variablessgiehl
2013-07-06Implemented custom event dispatching system for Piwik (replaced event dispatc...Benaka Moorthi
2013-06-16going deeper into the rabbit holemattab
2013-04-04Fixing " Warning: htmlspecialchars() expects parameter 1 to be string, object...mattab
2013-04-02Reformat method visibility according to PSR-2Fabian Becker
2013-04-02Merge pull request from @ksubileauFabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-17Move the "Providers" array to its own core/DataFiles/Providers.phpKévin Subileau
2013-02-20Fixing Travis builds under PHP 5.4 due to change of htmlspecialchars + Re-ena...mattab
2013-02-20Fixes #2830 Implementing Tracker Cache TTL (in config file, [Tracker]mattab
2013-02-20FIxes #3761 Regenerate cache file on first cache missmattab
2013-02-12fixes #3726 use Piwik_Common::extractLanguageCodeFromBrowserLanguage instead ...Stefan Giehl
2013-02-08Removing references to archive.sh [ci skip]mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2013-01-02Fixes #3641 Thanks for the patch mihui!mattpiwik
2012-12-17Fixing possible bug in language detectionmattpiwik
2012-10-23Fixes #3466mattpiwik
2012-10-15Refs #2992 Site Search KABOOM, Refs #49mattpiwik
2012-10-13Refs #1823mattpiwik
2012-10-08Refs #1823, modified UserCountry plugin to allow use of GeoIP databases if de...benakamoorthi
2012-09-10Fixes #3177, added benchmarking system that uses phpunit and visualphpunit.benakamoorthi
2012-08-22Fixes #3339, don't overwrite existing .htaccess in Piwik_Common::mkdir.benakamoorthi
2012-08-21Suppressing json_encode warningsBeezyT
2012-08-04Improve google detection by getting the keyword from the URL fragment as it w...mattpiwik
2012-07-22Refs #3177, added benchmarking system and set of benchmarks to test Piwik per...benakamoorthi
2012-07-14some doc block / code improvementssgiehl
2012-06-21added/fixed doc blockssgiehl
2012-05-31Error message display in CSV + add version number in msg + Minor mattpiwik
2012-05-30Refs #3090 mattpiwik
2012-05-30recursive pleasemattpiwik
2012-05-30Refs #3090 if this fix works, for sure it will be ugly ;)mattpiwik
2012-05-30One more try, condition stripslahes?mattpiwik
2012-05-30Do we really need a stripslashes for JSON data? really surprising?? Refs #309...mattpiwik
2012-05-30git-svn-id: http://dev.piwik.org/svn/trunk@6389 59fd770c-687e-43c8-a1e3-f5a4f...mattpiwik
2012-05-29Removing debug mattpiwik
2012-05-29Refs #3090 Maybe the problem comes from when the PHP implementation of json_d...mattpiwik
2012-05-29Fixes #3090, added 'json' request parameter type & related tests.benakamoorthi
2012-05-29refs #3129 - for Apache 2.2, it must be mod_authz_host.c (not mod_authz_host)...robocoder
2012-05-24completed a bunch of php doc blockssgiehl
2012-04-28fixes #3129robocoder
2012-04-22Fixes #2805, made LogDataPurger delete unused actions from log_actions.benakamoorthi
2012-03-29Fixes #2813mattpiwik
2012-03-26refs #534 removed JSON_HEX_QUOT from json_encodeBeezyT