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-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
2010-07-21Refs #660mattpiwik
2010-06-23Fixes #1441 Thanks for checking vipsoftmattpiwik
2010-06-23Do not execute updates that are from newer versions than current version. oth...mattpiwik
2010-06-03refs #1368 - Piwik::prefixTable() is deprecatedrobocoder
2010-05-06fixes #1337 - remove static .htaccess files and defined('PIWIK_INCLUDE_PATH')...robocoder
2010-04-12Updates now work with RC releases, so we can safely update the database RC fr...mattpiwik
2010-03-22refs #1226 - glob() may return false on no match -- we still want to mark the...robocoder
2010-03-18Fixes #1151mattpiwik
2010-01-02refs #1097 - exclude development environments; translate exception messagesrobocoder
2009-12-17Fixes #1086 Ability to save URLs longer than 255 charactersmattpiwik
2009-10-29Use Piwik_Exec() for DDL queries as earlier versions of mysqli can't prepare ...robocoder
2009-09-19refs #904 - mysql error codesrobocoder
2009-09-18fixes #904 - MySQL error codes; unsupported adapters can map these to driver-...robocoder
2009-08-23Tweak phpdoc config. Add some missing phpdocs.robocoder
2009-08-22phpdoc cleanup:robocoder
2009-08-13fixes #924 - add more Updater messagesrobocoder
2009-08-11Change die('Restricted access') to simply die.robocoder
2009-08-04refs #894 - updates for third party pluginsrobocoder
2009-08-02refs #894 - update commentsrobocoder
2009-08-02refs #894 - a little refactoringrobocoder
2009-08-02fixes #894, refs #666 - fix problems and inconsistencies between fresh instal...robocoder
2009-07-27fix JSON stringify'd layout not completely decoded;robocoder
2009-07-21refs #666 - record version of incremental updates as they are donerobocoder
2009-07-21Throw exception if unable to get version for some reason other than the optio...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-06-28Fixes #524 - add standard Piwik header to .php files in core & plugins, withrobocoder