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-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-02-05Fix installation refs PR #219mattab
2014-02-05refs #4611 use InnoDB by default, added config option to change to different ...Thomas Steur
2014-02-03Remove remaining @package/@subpackage/@category declarations from plugins/Fabian Becker
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08Refs #4123 Applying phpstorm "Organize imports" on core/* and plugins/* direc...mattab
2013-09-24Remove use of Zend_Registry to hold DB connections.Benaka Moorthi
2013-09-16The long awaited DbHelpermattab
2013-09-16cleaned up some more duplicate keys/translationssgiehl
2013-09-14Adding Filesystem class which contains file operationsmattab
2013-08-13added missing namespace, fixes broken installationThomas Steur
2013-08-12fixed namespacessgiehl
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
2013-08-09Renaming Translation to explain that the problem could be the specified Datab...mattab
2013-08-04doc blockssgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ...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-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-17Fixes #4046 Not checking for config/config.ini.php in the system check since ...mattab
2013-07-06fixed several doc blockssgiehl
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-08-02 * Fixing broken POST tracking requests mattpiwik
2012-06-19Fixes #3204, removed LOCK TABLES privilege check from installation. Modified ...benakamoorthi
2012-06-04Must repackage with critical bug fix broken install... we really need webtest...1.8.2mattpiwik
2012-06-03Refs #3178, surround first drop tables call in try-catch.benakamoorthi
2012-06-03Fixes #3178, fixed issue w/ mysqli && prepared statements.benakamoorthi
2012-05-29Miscmattpiwik
2012-05-29Fixes #2963, added installation check for needed DB user privileges.benakamoorthi
2012-05-29Install friendly error mattpiwik
2011-01-09Refs #1556mattpiwik
2010-11-24Fixes #1642mattpiwik
2010-08-20refs #1630robocoder
2010-08-17fixes #1589 buttons now don't look ugly any more ;)sgiehl
2010-07-15refs #1442 - fix typo in prefixrobocoder
2010-07-06fixes #1442 - all GPL license incompatibilities resolvedrobocoder
2010-06-28refs #1442 - consistency in constructorsrobocoder
2010-06-28refs #1442 - rename Login forms for consistency with Installation forms; rena...robocoder
2010-05-12refs #1335 - move adapters in core/Db to core/Db/Adapter, mirroring libs/Zend...robocoder
2010-04-09Adding autocomplete=off which doesn't still supress firefox from autocompleti...mattpiwik
2010-03-12Refs #1097 mattpiwik
2009-11-26Tested with PHP 5.3.1robocoder