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-15Fixes #6529 Throw an exception when codebase is older than schema to prevent ...mattab
2014-12-01fixes #6760 Remove the last query, partial revert of original implementation5...mattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-07-19removed unused variables and dead codeChristian Raue
2014-07-18refs #5820 improved generators and added a command to generate an update file...Thomas Steur
2014-07-12Merge remote-tracking branch 'origin/master' into report_and_dimension_refact...Thomas Steur
2014-07-11Fixes #5809, change existing SQL to ignore errors that occur when updates are...diosmosis
2014-07-11just noticed I broke the installer when I was trying to fix the updater in c0...Thomas Steur
2014-07-08this is a very complicated one. Problem was when updating from 2.4.0 to 2.5.0...Thomas Steur
2014-06-30renamed Updates => Updater as mentioned in todoThomas Steur
2014-06-27this was a hard one, should make sure the column updater gets called only onc...Thomas Steur
2014-06-26smarter install and update of columns which will automatically update the col...Thomas Steur
2014-06-25started to handle changes to dimensions, for instance if a new dimension is a...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Fixes #5115 Fixes couple issues in the logic which should finally solve repor...mattab
2014-04-03Refs #4878, create update script for converting *_returning metrics to new se...diosmosis
2014-02-20Fixes #4711 Adding new console command to trigger Piwik core and Plugins upgr...mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-10-16Adding 2.0-a17 update file to delete old plugin foldersmattab
2013-10-09Refs #4202 removing functions Piwik_GetOption and SetOption. Now use: Option:...mattab
2013-10-09Refs #4204mattab
2013-10-09Refs #4204 Fix logic bug: setting Plugin schema version after they were succe...mattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-08refs #4123 Removing some warningsmattab
2013-10-08Fixes #4203 DevicesDetection 1.14 version schema update to account for longer...mattab
2013-09-24Remove use of Zend_Registry to hold DB connections.Benaka Moorthi
2013-09-18Fixes #4143 In admin UI, display a message explaining that the plugins could ...mattab
2013-08-11Merge remote-tracking branch 'origin/master' into plugin_namespacesmattab
2013-08-10fixed doc blockssgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-08-01fixing more namespacessgiehl
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-06-17Introducing the Piwik_DataAccess_ArchiveWriter which encapsulates logic for c...mattab
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-17No duplicate code + Testing for entryPageUrl/exitPageUrl Refs #2976mattpiwik
2012-08-16refs #2976 updates can be marked a majorBeezyT
2012-08-14Refs #3163mattpiwik
2012-05-24completed a bunch of php doc blockssgiehl
2011-11-10refactoring Piwik_iView to Piwik_View_Interfacerobocoder
2011-05-03quoting stylerobocoder
2011-04-04fixes #2260 - thanks elementrobocoder
2010-08-20refs #1630robocoder
2010-07-30refs #1529 - added/tested replacement glob() function; a missing glob() is st...robocoder
2010-07-30quick fixes #1529 - recovers more gracefully if glob() is disabled; installer...robocoder