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
path: root/tests
AgeCommit message (Collapse)Author
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*, Metrics, Segment, SegmentExpression, ↵mattab
PluginsManager
2013-07-20Converting to namespace: Period, Sitemattab
2013-07-20Converting to namespace: Archivemattab
2013-07-20Adding Logic for namespaces in Loader.php + Fixing buildmattab
Converting Access & Auth to namespace
2013-07-20Merge remote-tracking branch 'origin/master' into php-5.3-namespacesmattab
Conflicts: core/AssetManager.php core/JqplotDataGenerator/Evolution.php core/ViewDataTable/GenerateGraphData.php
2013-07-19Tweaks to populate-expected-screenshots.sh.Benaka Moorthi
2013-07-19Fix maxmind downloading mechanism.Benaka Moorthi
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-17Added initial UI integration tests that use cutycapt to take screenshots of ↵Benaka Moorthi
URLs.
2013-07-16Merge remote-tracking branch 'upstream/master' into ↵Michał Gaździk
modifyUnitTestsForBrowserDetection
2013-07-16another attempt on fixing unit test expected valuesMichał Gaździk
2013-07-16Modify travis build config to upload artifacts to builds-artifacts.piwik.org.Benaka Moorthi
2013-07-08odified expected values for tests to pass with IE detection upgradeMichał Gaździk
2013-07-07Fix build & remove Piwik::createAccessObject function.Benaka Moorthi
2013-07-07Fixing build.Benaka Moorthi
2013-07-07Added new integration test for archive.php cron script.Benaka Moorthi
Notes: - Modified ManySitesImportedLogs fixture to add segments if desired. - Switch to synchronous execution of curl requests until deadlocking issue in archive processing is dealt with. - Fixed bug in LogAggregator where if a segment required a subquery, archiving would failed.
2013-07-07Allow aspects of the testing environment to be init-ed by setting globals so ↵Benaka Moorthi
it is not required to include of all of Piwik.
2013-07-07Make Piwik_Access a singleton instance and remove use of Zend_Registry for ↵Benaka Moorthi
the Piwik_Access singleton.
2013-07-07Removed the deprecated Piwik_Config_Compat file and the ↵Benaka Moorthi
Piwik::createConfigObject function.
2013-07-06fixed several doc blockssgiehl
2013-07-06Load translation so exception is translated in travis output.Benaka Moorthi
2013-07-06Remove lib/Events reference in visualphpunit bootstrap.php.Benaka Moorthi
2013-07-06Implemented custom event dispatching system for Piwik (replaced event ↵Benaka Moorthi
dispatcher lib in libs/Event). Notes: - New dispatcher can execute callbacks before or after other callbacks. - It is also possible to dispatch events only to a specific set of plugins instead of all plugins. - Moved Piwik::unprefixClass to Piwik_Common::unprefixClass - Added visibility to some event handlers that were missing it. - Allowed two unit tests to fail w/ better diagnostic messages.
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-07-05Fixing buildmattab
2013-07-05Merge pull request #82 from tzi/pleineLune__layout-cleanupMatthieu Aubry
HTML & CSS clean up. See below for review & regressions.
2013-07-03Fixing buildmattab
2013-07-03Yet another trymattab
2013-07-03Another gomattab
2013-07-03another trymattab
2013-07-03debugging travismattab
2013-07-03Fixing Core/Tracker/VisitTest test.Benaka Moorthi
2013-07-02Merge with masterThomas ZILLIOX
2013-07-02Refactor Tracker_Visit, moving 400+ lines to a new Tracker_Request object. ↵mattab
This class contains all getRequestVar calls and all knownledge of request params.
2013-07-02fix buildmattab
2013-07-01fixed typosgiehl
2013-07-01fix buildmattab
2013-06-28Fixing some testsmattab
2013-06-28Buildmattab
2013-06-28* removing most mentions to "tpl"mattab
Refs #4019
2013-06-27Investigating travis build failure... (69th commit) (re-enabling full build)Benaka Moorthi
2013-06-27Investigating travis build failure... (67th commit)Benaka Moorthi
2013-06-27Investigating travis build failure... (66th commit)Benaka Moorthi
2013-06-27Investigating travis build failure... (63rd commit)Benaka Moorthi
2013-06-27Investigating travis build failure... (62nd commit)Benaka Moorthi
2013-06-27Investigating travis build failure... (61st commit)Benaka Moorthi