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
2014-12-04Tracker refactoringThomas Steur
2014-11-07refs #6435 replace possible comma with a dot. Not 100% sure if that works yetThomas Steur
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-09-14Refactoring Profiler features out of Piwik classmattab
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-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-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-06-21added/fixed doc blockssgiehl
2012-05-24completed a bunch of php doc blockssgiehl
2011-12-02refs #2608 - Non-static method Piwik_Tracker_Db::isProfilingEnabled() should ...robocoder
2010-11-15fixes #1817 - added Piwik_Tracker_ExitWithException(); also fixed a regressio...robocoder
2010-08-20refs #1630robocoder
2010-04-13Refs #56mattpiwik
2010-04-06refs #1292/[2054] - typo in phpdocsrobocoder
2010-04-06fixes #882 - Piwik_Query() can now be used by tracker plugins;robocoder
2009-09-19refs #904 - mysql error codesrobocoder
2009-09-18fixes #904 - MySQL error codes; unsupported adapters can map these to driver-...robocoder
2009-09-07fixes #425 - provide MySQLi support; added a factory method and refactored Tr...robocoder
2009-08-23Tweak phpdoc config. Add some missing phpdocs.robocoder
2009-08-22phpdoc cleanup:robocoder
2009-08-05refs #865 - re-worked unix_socket support for Zend_Db and Tracker_Dbrobocoder
2009-07-19fixes #865 - unix_socket supportrobocoder
2009-07-19refs #865; revert #614 [991]robocoder
2009-07-08fixes #803 - remove unnecessary require_once from core, plugins, and parts ofrobocoder
2009-07-01Add svn:keywords Id to .php files in core, plugins, and jsrobocoder
2009-03-20- fixed #9 referer URLs with host registered as main_url or alias_url should ...mattpiwik
2009-03-19Fix #614 - MySQL unix socket supportrobocoder
2009-03-09tiny updatesmattpiwik
2009-01-12- fixing failed when profiling enabled [prefixTable()]mattpiwik
2008-12-24- adding CacheFile for caching data used in Tracker/* codemattpiwik
2008-10-28- renaming all instances of LogStats to Tracker for claritymattpiwik