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
2015-03-16Add to gitignore paths for plugin tests directory: `tests` and `Test`Matthieu Napoli
2015-01-07show a headline in ecommerce log, show correct headline in ecommerce ↵Thomas Steur
overview, added some ui tests
2014-12-22Ignore local Vagrant configMatthieu Napoli
2014-10-10small cleanup in tests:sgiehl
- renamed code coverage tests units to new structure - removed processed system test files from git, added to .gitignore
2014-10-10more test fixesmattab
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests ↵Thomas Steur
still fail and I cannot figure out why
2014-09-25ignore some files that can also appear in sub-directoriesmattab
2014-09-22Fixed .gitignoreMatthieu Napoli
2014-09-13refs #4996 maybe this fixes the not working tests on travis? maybe the ↵Thomas Steur
sqlite version returns the result in a different order
2014-05-15added possibility to upload a faviconThomas Steur
2014-04-03UserAgentParserEnhanced is now required and used from it's own composer ↵sgiehl
package (piwik/device-detector); additionally Spyc library is required as composer package and removed from piwik source
2014-03-21Add more config.ini.php files to .gitignore and re-update UI submodule.diosmosis
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-02-15Adding test log filemattab
2014-02-03Fixes #4614 Remove VisualPHPUnit from the codebase, since we don't use the ↵mattab
tool anymore (everyone using PHPUnit in command line)
2014-01-31ignore all configs that start with configThomas Steur
2013-12-16Including favicon in plugins/*mattab
2013-12-09Gitignore updatesmattab
2013-12-08Simplifying output of tests fixtures refs PR #154mattab
2013-11-17Removing xhprofmattab
2013-11-13Add .pyc to .gitignore.diosmosis
2013-11-04Refs #472 move getIdActionFromSegment to TableLogAction classmattab
2013-10-20Some refactoring and preparations for custom events ref #472mattab
PHP Tracker and Tests fixtures Schema updates
2013-10-14ignoring auto generated htaccess filesmattab
2013-09-10Refs #4087, add UI screenshot tests to new repository, enable tests on ↵Benaka Moorthi
travis and make sure new repo is built every time integration tests pass on piwik build.
2013-07-17Added initial UI integration tests that use cutycapt to take screenshots of ↵Benaka Moorthi
URLs.
2013-07-07fixed some doc blocks, unresolved variablessgiehl
2013-06-28Add composer.lock so everyone uses the same versionFabian Becker
Remove composer.lock from .gitignore
2013-06-25 * Adding htaccess to allow loading SVG+PNG logos on Settings pagemattab
Refs #4019
2013-06-23Merge pull request #75Fabian Becker
2013-06-22Huge merge! Lets see how the tests run..Fabian Becker
Merge branch 'master' into 2.x-twig Conflicts: core/ReportRenderer/Html.php core/SmartyPlugins/function.ajaxLoadingDiv.php plugins/CoreAdminHome/templates/jsTrackingGenerator.tpl plugins/CoreHome/templates/donate.tpl plugins/CoreHome/templates/html_report_header.tpl plugins/CoreHome/templates/menu.tpl plugins/CoreHome/templates/period_select.tpl plugins/CoreHome/templates/reports_by_dimension.tpl plugins/Feedback/templates/index.tpl plugins/Goals/Controller.php plugins/Goals/templates/overview.tpl plugins/Live/API.php plugins/Live/templates/lastVisits.tpl plugins/Live/templates/visitorLog.tpl plugins/MobileMessaging/templates/SMSReport.tpl plugins/PDFReports/templates/add.tpl plugins/PDFReports/templates/list.tpl plugins/PDFReports/templates/report_parameters.tpl plugins/SEO/templates/index.tpl plugins/SegmentEditor/templates/selector.twig plugins/UserCountry/javascripts/userCountry.js plugins/Zeitgeist/stylesheets/common.css tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCity_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCountry_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getRegion_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest_segment_continent__UserCountry.getCountry_month.xml
2013-05-23Move the user logo from themes folder to miscThomas ZILLIOX
2013-05-15Modify XHProf building instructions & add more xhprof related files to ↵Benaka Moorthi
.gitingore.
2013-04-04Add vendor/ to .gitignore for nowFabian Becker
2013-04-01Add composer.phar/composer.lock to .gitignoreFabian Becker
2013-03-16Add docs/ directory to gitignoreFabian Becker
[ci skip]
2013-03-07.gitignoremattab
2013-03-06Minor feedback forummattab
2013-02-28Add xhprof build files to .gitignore.diosmosis
2013-02-22git ignore custom logos #3318mattab
2013-02-20FIxes #3761 Regenerate cache file on first cache missmattab
2013-02-20Adding directory as it's missingmattab
2013-02-13Merge remote-tracking branch 'upstream/master' into svg-map-widgetGregor Aisch
Conflicts: .gitignore
2013-02-11Fix testsmattab
2013-02-08Merge branch 'master' of github.com:piwik/piwikStefan Giehl
2013-02-07Merge remote-tracking branch 'upstream/master' into svg-map-widgetGregor Aisch
2013-02-07Added GeoIP test files to .gitignore.diosmosis
2013-02-06Merge remote-tracking branch 'upstream/master' into svg-map-widgetGregor Aisch
Conflicts: .gitignore plugins/UserCountryMap/Controller.php plugins/UserCountryMap/UserCountryMap.php
2013-02-06Merge branch 'master' of github.com:piwik/piwikStefan Giehl
Conflicts: .gitignore
2013-02-06Adding tests/results to .gitignore.Fabian Becker
Also removing trailing * as it is not needed.