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 (Collapse)Author
2014-10-13refs #5940 moved files into a subfolder framework, added autoloader to ↵Thomas Steur
remove duplicated code to load autoload.php and to be able to register more autoloaders (eg for test files) on demand. This I got read of many includes that had to be updated all the time and that had to be updated all the time when moving iles
2014-10-06refs #5940 we might stay backwards compatible this way for 2 months. moved ↵Thomas Steur
some tests from unit to integration and explained when a test is a unit test, an integration test or a system test.
2014-09-18added some missing use statementsThomas Steur
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19removed unused variables and dead codeChristian Raue
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-05-02Refs #5037 Refactor the factory out of the Period class in its own ↵mattab
Period\Factory class
2014-03-13Move SqlDump fixture from Bencharmks dir to Fixtures dir, fix bug in ↵diosmosis
core/Updates.php, tweak test environment setup and update UI submodule.
2014-02-20Refactoring testing framework:diosmosis
- Rename *_BaseFixture to Fixture. - Move DB setup code to Fixture and reuse code in DatabaseTestCase. - Make IntegrationTestCase::$defaultApiNotToCall an instance var.
2014-02-03Fixes #4614 Remove VisualPHPUnit from the codebase, since we don't use the ↵mattab
tool anymore (everyone using PHPUnit in command line)
2013-11-06Phpstorm organize importsmattab
2013-10-30Update README.mdMatthieu Aubry
2013-10-30Update README.mdMatthieu Aubry
2013-10-30Update and rename README.txt to README.mdMatthieu Aubry
2013-10-18Refs #4200, do not generate docs for CacheFile class, document @api methods ↵diosmosis
in Common, remove unused Common:: var, remove Common::substr and Common::strlen.
2013-10-15Cleaning up @group comments on tests to keep only 4 groups: Core, ↵mattab
Integration, Plugins and UI
2013-10-09Add new integration test case that makes sure piwik works w/ 1.13 data.diosmosis
Notes: - Allow integration tests to compare processed files against expected files of other tests. - Allow integration tests to modify apiNotToCall.
2013-10-08refs #4123 Removing unused imports (using phpstorm Inspections>Fix feature)mattab
2013-09-16DbHelper groups logic around Db, tables, etc.mattab
2013-09-12Minor code changes + style following reviewmattab
2013-09-06Ignore new google and facebook bots http://forum.piwik.org/read.php?2,106051mattab
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, ↵mattab
\Piwik\Plugins\* Added namespaces to functions.php files in the five plugins that had one Work in progress
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
2013-07-20Converting to namespace: Period, Sitemattab
2013-07-20Adding Logic for namespaces in Loader.php + Fixing buildmattab
Converting Access & Auth to namespace
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-07-18Refactor Piwik_Config to \Piwik\Core\ConfigFabian Becker
2 steps required: 1. Refactor > Move > \Piwik\Core\Config (uncheck "Create new File") 2. Refactor > Rename > Piwik_Config to Config
2013-07-06Refs #3124, add benchmark for MultiSites.getAll and benchmark fixture that ↵Benaka Moorthi
adds 20,000 sites to the DB then tracks one pageview per site.
2013-06-18Moving some logic to Piwik_DataAccess_ArchiveTableCreatormattab
2013-06-16More refactoring, moving SQL to classes and cleaning up logic so I can ↵mattab
understand it (nearly there)
2013-05-20Fix the new archive query benchmark.Benaka Moorthi
2013-05-20Added new benchmark to test archive querying w/o launching the archiving ↵Benaka Moorthi
process.
2013-05-20Fix two other benchmarks.Benaka Moorthi
2013-05-19Added new benchmark that adds thousands of distinct urls to one site for ↵Benaka Moorthi
every day of one month.
2013-05-19Get benchmarking system to work with new test structure and make it easier ↵Benaka Moorthi
to run benchmarks through VisualPHPUnit.
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-12-13refactoring READMEmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@7605 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-09-10Refs #3177, set svn property.benakamoorthi
git-svn-id: http://dev.piwik.org/svn/trunk@6955 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-09-10Fixes #3177, added benchmarking system that uses phpunit and visualphpunit.benakamoorthi
git-svn-id: http://dev.piwik.org/svn/trunk@6954 59fd770c-687e-43c8-a1e3-f5a4ff64c105