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
2018-09-21do not automatically download lfs files when cloning/checking out (#13449)diosmosis
* do not automatically download lfs files when cloning/checking out * Tweak screenshots readme. * Add lfs pull command. * Update submodule. * Regenerate .travis.yml. * Must use --exclude= in fetch/pull command. * Update submodule to merged master
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
* http://piwik.org -> https://piwik.org * more HTTPS URLs * some more HTTPS URLs * test README * don't show "Plugin Hompage" for Piwik plugins * fix tests * compile minified js (hope I didn't break anything) * some more small changes * fix UI test * comment length in piwik.js changed due to https links * fix test * update ui file * update submodule
2016-08-31ref #7726 Enable git-lfs for UI screenshotsMatthieu Napoli
2015-06-23Update build artifacts URLMatthieu Napoli
2015-02-04remove duplicated content that is present on the developer page, instead ↵Thomas Steur
link to that page
2015-02-04fixed some mentions of piwik-ui-tests repo which I just disabled on TravisThomas Steur
2015-02-03move UI config to test folder and allow optionally to define a local config ↵Thomas Steur
that will not be commited
2015-02-03include UI specs in Piwik repo and run tests in this repository.Thomas Steur
On local it does not work and I have not figured out why. Maybe it works on travis though?
2015-02-01added some anchor so links will still work if we change the headlineThomas Steur
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of ↵Thomas Steur
integration => system
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-06-11Show example of config.js for screenshot test configmattab
2014-05-28added possibility to compare against a previously captured screenshot if ↵Thomas Steur
using selector
2014-05-27added captureSelector() to readme [skip ci]Thomas Steur
2014-03-06Refs #4739, add dragDrop utility function to screenshot test page renderer ↵diosmosis
and capture alert()'s during screenshot tests.
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-04Add missing links to screenshot test readme and attempt to diagnose build ↵diosmosis
timeout on travis.
2014-03-04Refs #4739, add information about new UI tests to screenshot testing README.diosmosis
2014-02-11Explains how to fix UI tests build refs #4536mattab
2013-10-30Create README.screenshots.mdMatthieu Aubry