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-07-13refs #5819 - added search.iminent.com as InfoSpace poweredsgiehl
2014-07-13added testsgiehl
2014-07-12refs #5819 - added k9safesearch.comsgiehl
2014-07-09Refs #5273 Replace other Trac URLs with Github URLsmattab
2014-07-09Refs #5273 Replace Trac ticket URL to Githubmattab
2014-07-08Modified SetupFixture to save SQL dumps of fixtures when needed, make sure ↵diosmosis
OmniFixture can be used w/ SetupFixture, and use SQL dump of OmniFixture in UI tests instead of running OmniFixture every time (so changes in fixtures do not result in changes to screenshots).
2014-07-08refs #5409 #341 #5349 if a config value contains a dollar sign convert it to ↵Thomas Steur
an html entity to prevent it being interpreted as a PHP variable. This allows us to remove the RAW ini parser flag which causes trouble on some PHP versions as the parser seems to be buggy.
2014-07-05Fix build for no tables_prefix on travis change.diosmosis
2014-06-19Add ability to serve only part of a static file. Includes tests for new ↵diosmosis
functionality.
2014-06-16Refs #5349 adding failing to showcase bugmattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-06-04Make the X-UA-Compatible consistent across piwik codebasemattab
Refs https://github.com/piwik/piwik/pull/302 refs #5282
2014-05-21refs #5114 added detection for lookanysgiehl
2014-05-20refs #5114 added detection for agueasgiehl
2014-05-20refs #5114 added detection for seesaa.jpsgiehl
2014-05-20refs #5114 added detection for so-net videossgiehl
2014-05-20refs #5114 added detection for so-net.ne.jpsgiehl
2014-05-20refs #5114 added detection for nifty videossgiehl
2014-05-20refs #5114 fixed detection for nifty.comsgiehl
2014-05-20refs #5114 added detection for woopie.jpsgiehl
2014-05-20refs #5114 added detection for Biglobe Images [Note: Biglobe Vidoes has been ↵sgiehl
discontinued, so we won't add it anymore]
2014-05-20refs #5114 added detection for auone.jpsgiehl
2014-05-20refs #5114 added detection for yahoo! japan; improved handling for search ↵sgiehl
enginge detection
2014-04-05Remove explicit database creation and connection in SQL dump file.diosmosis
2014-03-27Enable commented out tests in BackwardsCompatibility1XTest by executing ↵diosmosis
update after sql dump is loaded.
2014-03-26Fixes #4878, use pre-piwik 2 data in VisitFrequency API if post-piwik 2 data ↵diosmosis
cannot be found. Commit includes commented out tests for changes.
2014-03-15Yet another idvc testmattab
2014-03-15Moving back &_viewts affects the VisitFrequency, VisitorInterest reports and ↵mattab
<daysSinceLastVisit> all work as expected.
2014-03-15Test updatemattab
2014-03-15Moving back idts to 6 days ago, check visitor is updated when replaying logs.mattab
2014-03-14Updating: viewts, refts, idvc and idts. It affects visitCount and ↵mattab
daysSinceLastVisit. There seems to be a bug.
2014-03-14Set log date to correct datemattab
2014-03-13Refs #3632 New test case: replaying logs and forcing a window look back ↵mattab
(forceLargeWindowLookBackForVisitor=1) => The visitor is now marked as "returning" as expected
2014-03-13Refs #3632 Creating a test case: same visitor (same IP + idvisitor) visits ↵mattab
the website on two different days. Visitors on second day is marked as "new" because window_look_back_for_visitor is not set.
2014-03-13Refs #3632 test case that _idvc > 1 will set visitor returning statusmattab
2014-03-13Refs #3632 Adding more tests cases for log replay functionnalitymattab
Forcing all recorders and recorders max payload to 1, to prevent random behavior (eg. in Live.getLastVisitsDetails, the pageIdAction may be random order if recorders import data in random thread order)
2014-03-10Fixing screenshot tests Verdana font regression.diosmosis
2014-03-10Use Arial everywhere in screenshot tests.diosmosis
2014-03-06Refs #4739, only pad widgets in screenshot tests when the element is a ↵diosmosis
direct child of a .widget element.
2014-03-04Do not display RSS widget's contents.diosmosis
2014-03-04Refs #4739, remove old capture.js file, add section about screenshot testing ↵diosmosis
config to README and remove unused constant from Config.php.
2014-03-03Trying to fix Overlay UI tests (change font in test site to Arial).diosmosis
2014-03-03Fixing more UI tests and debugging Overlay failure.diosmosis
2014-03-03Fixing Login tests (use Arial for 'Analytics' text) and more travis debugging.diosmosis
2014-03-03Fixing some tests, removing some travis debugging code & adding other travis ↵diosmosis
debugging code.
2014-03-03Fix UI test failures and add output to debug diff generation on travis.diosmosis
2014-03-02Fixing UI tests build:diosmosis
- change idsite to idSite in Overlay URLs in piwik.js - don't init top controls if top controls container can't be found - add default parameter for $urls in SitesManager.setSiteAliasUrls so site alias URLs can be reset - fix bugs in UI tests database setup (including moving dashboard setup to UITestFixture class & keeping outside of setUp function so --persist-fixture-data will work in case the super user is deleted) - Add queryParamOverride testingEnvironment variable. - fix screenshot testing page renderer's method of waiting for CSS images - add margin bottom & left for widgetized controls for tests - add diagnostics to upload_artifacts.sh script
2014-03-02Refs #4189, adding Overlay screenshot tests:diosmosis
- Make 'idsite' parameter in certain Overlay URLs 'idSite'. - Make sure Overlay sidebar has width so screenshot test framework can find position. - Add overlay test site so Overlay can be loaded in phantomjs. - Remove createSuperUser call from TrackerTest (done in Fixture setUp). - Make sure piwik.js link is created for screenshot tests & make sure the test environment JSON file is loaded after the database is setup. - Modify logic that waits for images to load in screenshot testing framework's page renderer to wait for CSS image URLs.
2014-03-01Refs #4189, more work getting UI tests to pass and adding admin screenshots, ↵diosmosis
including: - make updatetoken.php use TestingEnvironment in testmode, - allow persisted fixture to be dropped using new --drop command line option (for ui test runner), - fix debugging mistake in realtime map, fix merge error in empty.twig, - make sure Fixture prints to screen only for UI test setup, re-enable CustomAlerts fixture in OmniFixture, - make sure forced now value for realtime map is constant, - use *.getDatabaseConfig events to override database name in TestingEnvironment - use TestingEnvironment in proxy/piwik.php - add wait() method to screenshot testing framework's PageRenderer - hide current UTC time in manage websites admin screenshot
2014-02-28Refs #4189, add controller method to CoreHome to render period selector, add ↵diosmosis
periodSelector CSS class to period selector.