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
2015-10-20Merge pull request #9062 from piwik/9049_floating_point_percentBenaka
Fixes #9049, in NumberFormatter::format() check for percent if value is a string only, since only strings will have a % (avoids floating point issues). Also includes some refactoring to NumberFormatter + its test.
2015-10-20Remove use of NumberFormatter::unsetInstance().diosmosis
2015-10-20Partially move NumberFormatter to DI, refactor NumberFormatterTest so not as ↵diosmosis
many deprecated classes/methods are used, and add tests for NumberFormatter::format().
2015-10-20Merge branch 'master' into 9050_avg_event_value_bugmattab
2015-10-20New UI test for Events report: https://github.com/piwik/piwik/pull/9060mattab
2015-10-20UI tests: AnonymousPiwikUsageMeasurement is now available on the marketplace ↵mattab
https://github.com/piwik/piwik/issues/9051
2015-10-20Update tests/travis submodule for ↵diosmosis
https://github.com/piwik/travis-scripts/pull/10
2015-10-20Add UI test for Events index as it appeared to be missing.diosmosis
2015-10-19UI tests: disable "remove dashboard" button when only one dashboardmattab
2015-10-17UI test now show angularjs headlinemattab
2015-10-16Add UI test for loading same page.diosmosis
2015-10-16UI tests: number format currency symbol in All Websites ↵mattab
https://github.com/piwik/piwik/issues/8970
2015-10-13UI tests: Plugins long name wrapmattab
2015-10-13update submoduleThomas Steur
2015-10-13Merge pull request #8979 from piwik/4589_2Thomas Steur
Added tests for anonymous usage tracking
2015-10-13added PHP & JS tests for anonymous tracking pluginThomas Steur
2015-10-12Re-engineer ArchiveInvalidationTest now that invalidation cascades up.diosmosis
2015-10-12Fixing some failing tests.diosmosis
2015-10-12Test ArchiveTableCreator::getTablesArchivesInstalled when argument is empty ↵diosmosis
string & null.
2015-10-12Rename InvalidationResultInfo to InvalidationResult and remove ↵diosmosis
Period::getAllParentPeriods and replace its use in ArchiveInvalidator w/ some small SQL changes.
2015-10-12Fix regression, make sure if period is not supplied to ArchiveInvalidator ↵diosmosis
then all periods are invalidated efficiently.
2015-10-12Allow invalidating individual segments in API method & invalidate reports ↵diosmosis
command.
2015-10-12Make sure archive invalidation works for range periods.diosmosis
2015-10-12Do not invalidate unnecessary periods.diosmosis
2015-10-12Added ArchiveInvalidator tests and got them to pass.diosmosis
2015-10-12Move cascading logic to ArchiveInvalidator and make sure to cascade up by ↵diosmosis
default.
2015-10-12Move subperiod calculation from invalidate archive command to Range period ↵diosmosis
class + add unit tests.
2015-10-12UI tests: Consistent case in Periods in calendarmattab
2015-10-12UI tests: Consistent case in Periods in calendarmattab
2015-10-12Fixes Call to undefined function bcdivmattab
2015-10-12Merge pull request #8857 from piwik/numberformatsMatthieu Aubry
Improve number formats
2015-10-12 fixes https://github.com/piwik/piwik/issues/8964mattab
2015-10-12SMS report: percentage evolution are prefixed by '+'mattab
https://github.com/piwik/piwik/pull/8857
2015-10-12Merge pull request #8961 from piwik/8945_content_metric_docsMatthieu Aubry
Add metric documentation for nb_impressions, nb_interactions & interaction_rate.
2015-10-12Added metrics documentation to metadata and glossary ↵mattab
https://github.com/piwik/piwik/issues/8945
2015-10-11Launch archiving in UITestFixture so it is not launched by multiple requests ↵diosmosis
in UI Tests.
2015-10-11submodule updatessgiehl
2015-10-11added tests for NumberFormattersgiehl
2015-10-11improved numberformatter, fixed testssgiehl
2015-10-11fixed some tests after full cldr updatesgiehl
2015-10-10 UI tests: https://github.com/piwik/piwik/issues/8944mattab
2015-10-09Update tests/travis submodule.diosmosis
2015-10-09Record missing expected screenshots in UI tests in new missing-expected.list ↵diosmosis
build artifact.
2015-10-09Update tests/travis submodule for: upload list of expected screenshots dir ↵diosmosis
in artifacts archive so we can later detect if any are missing.
2015-10-09Update tests/travis for update_artifacts.sh tweak.diosmosis
2015-10-08Add new renameUserSettingsModuleAndAction event handlers to ↵diosmosis
DeprecatedMethodsTest so they will be removed in 3.0.
2015-10-08Re-add backwards compatibility for URLs using old UserSettings plugin + add ↵diosmosis
test coverage so BC break will be detected in the future.
2015-10-08fix ui testsThomas Steur
2015-10-08fix site selector testsThomas Steur
2015-10-08UI tests: UI tests: New Piwik redesign refs ↵mattab
https://github.com/piwik/piwik/pull/8936 https://github.com/piwik/piwik/issues/7589