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-11-14Moved integration tests to namespacesMatthieu Napoli
2014-10-22Partial cleanup after PR...mattab
2014-10-15refactoring of code, fixes for hiding classesd-skora
2014-10-15tests fixd-skora
2014-10-15tests fixd-skora
2014-10-15tests fixd-skora
2014-10-15tests fixd-skora
2014-10-15tests fixd-skora
2014-10-15test fixesd-skora
2014-10-15name fixd-skora
2014-10-15hide annotation with testsd-skora
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-10-03Fixed Http testsMatthieu Napoli
2014-10-03Extracted the decompressing classes into a standalone Decompress componentMatthieu Napoli
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-09-27Fix HttpTest w/ localhost change.diosmosis
2014-09-27Temporarily disable test cc @diosmosismattab
2014-09-27Only use localhost in HttpTest test.diosmosis
2014-09-21Refs #6078, rename test methods.diosmosis
2014-09-21Refs #6078, prepend numeral index to each column in pivotted datatable.diosmosis
2014-09-19Cleaning up PivotByDimensionTest a bit.diosmosis
2014-09-19Fix another closure access error in PHP 5.3 for tests.diosmosis
2014-09-19Make sure PivotByDimension respects original segment query parameter when ↵diosmosis
fetching intersected tables by segment.
2014-09-19Fixing build.diosmosis
2014-09-19Fixing build.diosmosis
2014-09-18Adding new PivotByDimension DataTable filter that can pivot a report by ↵diosmosis
(almost) any dimension. The filter can pivot reports by their subtable dimension and can also pivot by other dimensions (by using segments). Notes: - in the UI, only pivoting by subtable is supported - change to CSV DataTable renderer so column names w/ commas & quotes can appear in text - change to XML DataTable renderer so column names w/ invalid XML characters can be rendered (bit of an iffy change, XML format needs an overhaul I think) - includes new config option 'pivot_by_filter_enable_fetch_by_segment' - includes additions to component metadata classes (ie, Report/Dimension)
2014-09-17#6234 Allow charset complement in content-typeKyle
Received text/plain;charset=UTF-8 should match with an expected text/plain
2014-09-16Postponing deprecation timelinemattab
2014-09-15Refs #6078, extract factory logic from Report::factory and move to new ↵diosmosis
ComponentFactory utility class and reuse in Dimension to allow creating Dimension instances by human readable string IDs.
2014-09-14Fix comment header in ConfigTest.diosmosis
2014-09-13refs #4996 allow redirects to subdomains of known hostsThomas Steur
2014-09-12refs #4996 redirect only to trusted hosts (will have to remove this most ↵Thomas Steur
likely again as you would have to register subdomains etc as well). Also added some missing test files
2014-09-10refs #4996 enable content plugin by default otherwise tests do not workThomas Steur
2014-09-08refs #6162 when aggregating periods, do not sum 'Unique Users' metric as ↵mattab
this is not a valid operation.
2014-09-08Refs #6109 New core metric: nb_users as the count of distinct user ids. ↵mattab
Means "Active Users". Displayed in Visitors Overview, in metrics picker, in API response, in Metadata
2014-09-06refs #6140 easier way to define URLs for menu items and introducing a method ↵Thomas Steur
to addItem without boolean parameter
2014-09-06Fixes #6134, perform name change from Factory to BaseFactory for PHP 5.3.2.diosmosis
2014-09-03refs #6089 should fix broken test after we changed default valueThomas Steur
2014-09-01Fix bug in Date::addPeriod(N, 'month') where max number of days in a month ↵diosmosis
was not respected. So if subtracting one month from July 31, result would be July 1. Now result is June 30th. Note: there appears to be little to no change in speed, tested both in integration tests and the code by itself.
2014-08-26refs #6045 fixing already core and pluginsTests, need to check diff of ↵Thomas Steur
integration tests tmrw
2014-08-26Merge pull request #6066 from piwik/json2_api_formatBenaka
Move JSON format bug fixes to new JSON2 format so existing clients will not fail. Adds deprecation note for JSON format and uses JSON2 in future proof code (angularjs/log importer).
2014-08-25Move JSON format bug fixes to new JSON2 format so existing clients will not ↵diosmosis
fail. Add deprecation note for JSON format and use JSON2 in future proof code (angularjs/log importer).
2014-08-25Merge pull request #6059 from piwik/5863_languageFilesInPluginThomas Steur
fixes #5863 Move translations from core to plugins and cache all plugin translations for better performance
2014-08-25Fixing build.diosmosis
2014-08-25fixed testssgiehl
2014-08-24refs #5863 fix more tests including installation UI testsThomas Steur
2014-08-24refs #5863 fixed some of the testsThomas Steur
2014-08-22Exclude vendor/ from ReleaseCheckList <?php test and remove ↵diosmosis
setupProfilerXHProf that are no longer necessary.
2014-08-20Refactor factory methods into base Factory type for ease of testing.diosmosis
2014-08-16Merge pull request #6011 from piwik/5414_useFindComponentsToGetSettingsThomas Steur
Find only components and settings of activated plugins