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-09-14Adding UrlHelper containing random logic around manipulating urlsmattab
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
2013-09-14Adding Filesystem class which contains file operationsmattab
2013-09-13Fixes #4135 kuddos @halfdan for finding the bug & patch!mattab
2013-09-06fixing typos REFERRERmattab
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
2013-08-09Refs #3741 Removing pre 5.3 compatibility codemattab
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-08-02fixed more doc blocks and namespacessgiehl
2013-08-02fixed undefined classes in doc blockssgiehl
2013-08-01fixing more namespacessgiehl
2013-07-31refs #3741 fixing some namespacessgiehl
2013-07-31Refs #3741 PHP Namespace conversion continued: Tracker classes,mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
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