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
2015-03-16Make sure core:update fails if an Updates class executes queries manually by ...diosmosis
2015-03-10Move throwIfPiwikVersionIsOlderThanDBSchema that is only used in FrontControl...diosmosis
2015-03-10More refactoring to Updates.php base & Columns\Updater, make Updates.php meth...diosmosis
2015-03-02Rename UpdateListener to UpdateObserver and use in CLI update command to show...diosmosis
2015-02-26Refs #7276, add integration test for core:update command, fix strict notice e...diosmosis
2015-02-25Refs #7276, fill out UpdateListener, use UpdateListener in core/Updater updat...diosmosis
2015-02-25Refs #7276, finish updater refactoring; use instance methods of Updater in Co...diosmosis
2015-02-25Refs #7276, initial backwards compatible refactor of updater classes (moved C...diosmosis
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