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-10-13refs #5940 moved files into a subfolder framework, added autoloader to remove...Thomas Steur
2014-09-27Require autoload in cli-script-bootstrap.php so geoipUpdateRows.php script wi...diosmosis
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-09-12Move phpstorm codestyles one level upmattab
2014-09-08Merge pull request #344 from Irrational86/masterMatthieu Aubry
2014-08-20Remove Loader.php reference from cli-script-bootstrap.php.diosmosis
2014-07-25Merge branch 'master' of https://github.com/piwik/piwikJesse
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-23removed some outdated scripts that do no longer work anyway. use console and ...Thomas Steur
2014-07-19removed unused variables and dead codeChristian Raue
2014-07-09Refs #5273 Replace Trac ticket URL to Githubmattab
2014-07-05Changed JavaScript Tracking Code generation to use "//", instead of verifying...Jesse
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-04-10fix typoThomas Steur
2014-04-01Fix white spacemattab
2014-04-01Add missing module=APImattab
2014-03-03Add missing ;mattab
2014-02-25Merge branch 'master' into comparison_dashboard_changesdiosmosis
2014-02-20deleting few outdated unused filesmattab
2014-02-20Fix CLI bootstrap script (add missing use statements and tweak Log config).diosmosis
2014-02-15Move common startup code of Piwik PHP CLI scripts to file in misc/others and ...diosmosis
2014-02-05refs #4611 use InnoDB by default, added config option to change to different ...Thomas Steur
2014-01-23refs #4564 introducing some more new methods for has superuser access. Old me...Thomas Steur
2014-01-23refs #4564 introducing new methods to make user a user has superuser access. ...Thomas Steur
2013-11-06Phpstorm organize importsmattab
2013-11-04Adding Code Reorganize setting to phpstorm codestylemattab
2013-10-30Fix setrawcookie error messagemattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-10-07Refs #4125 Renaming plugin from Referers to Referrersmattab
2013-10-07Removed Piwik::log and replace with calls to Log::... functions. Also changed...Benaka Moorthi
2013-09-30Refs #4133 Finishing the code changes and build seems to passmattab
2013-09-19Moving isPhpCli to Commonmattab
2013-09-14Adding UrlHelper containing random logic around manipulating urlsmattab
2013-09-14Moving PHP/server settings getter/setter to SettingsServer classmattab
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-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2013-05-30minormattab
2013-04-14use unix line separator instead of system dependentJulien Moumné
2013-04-14Publishing the Phpstorm custom PSR coding style for others to reuse (and to m...mattab
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-03-031.11-b21.11-b2mattab
2013-02-06Remove .svn references. refs #3736Fabian Becker