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/core
AgeCommit message (Expand)Author
2014-11-18Fix regression in some UI pages that format time using sumtime twig filter.diosmosis
2014-11-18Remove PHP 5.3.3 XML response 'normalizing' in system tests.diosmosis
2014-11-17Fixing UI tests (make sure labels are correctly escaped by SafeDecodeLabel).diosmosis
2014-11-17In Visualization, filter on contained DataTable in case it is a Map, when for...diosmosis
2014-11-17Fix double encode in SafeDecodeLabel filter (only affects > 5.3).diosmosis
2014-11-17Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-17Move format metrics logic from processor to Metrics\Formatter and fix Overlay...diosmosis
2014-11-17Add unit tests for new Metrics Formatter classes and remove existing ones. Sm...diosmosis
2014-11-17Merge pull request #6667 from piwik/6617Matthieu Aubry
2014-11-17Handle evolution metrics & goal metrics in Inconsistencies::getPercentMetrics...diosmosis
2014-11-172.9.1-b12.9.1-b1mattab
2014-11-17Change force_format_processed_metrics query param to format_metrics in remain...diosmosis
2014-11-17Merge remote-tracking branch 'origin/master'mattab
2014-11-17removed unused use statementThomas Steur
2014-11-17Silent fail in front of ini_set to prevent warning raised when function disabledmattab
2014-11-16Merge pull request #6671 from piwik/6661Thomas Steur
2014-11-16Make sure time values are formatted differently in API output and HTML output...diosmosis
2014-11-16Forgot to add Inconsistencies file in earlier commit.diosmosis
2014-11-16Force inconsistencies in API output to maintain backwards compatibility. form...diosmosis
2014-11-16Change two logs in PluginsArchiver.php to use verbose level since they can re...diosmosis
2014-11-16Fix Contents Report Base's logic for setting columns_to_display (can't use ->...diosmosis
2014-11-16Merge branch 'master' into processed_metrics_metadatadiosmosis
2014-11-15Fixes #6599 do not proceed if the row does not yet have the visits value - ho...mattab
2014-11-15Allow default request parameter array to be overrided in Piwik\API\Request so...diosmosis
2014-11-15Use try-catch to get query params in PostProcessor when applying processed me...diosmosis
2014-11-14Make sure all goals IDs present in a DataTable are processed when adding goal...diosmosis
2014-11-14Make sure processed metrics are computed after processed metrics adding filte...diosmosis
2014-11-14Fix PivotByDimension UI test failure.diosmosis
2014-11-14Move all Metrics to Columns folder.diosmosis
2014-11-14Replaced usage of deprecated Piwik\Period\Range::factory() to Piwik\Period\Fa...Matthieu Napoli
2014-11-14Replaced usage of deprecated Common::json_encode to json_encodeMatthieu Napoli
2014-11-14Make MetricsFormatter a class with instance methods and move Html related fun...diosmosis
2014-11-14refs #6661 forgot to commit a file and if not suppported param is used is act...Thomas Steur
2014-11-14refs #6661 also return a HTTP 400 in case there is another invalid request paramThomas Steur
2014-11-14refs #6661 also return HTTP 400 when idsite is 0Thomas Steur
2014-11-14refs #6661 added a test to make sure it worksThomas Steur
2014-11-14Merge pull request #6659 from piwik/6577Thomas Steur
2014-11-14refs #6661 undoing this change to hopefully avoid some merge problemsThomas Steur
2014-11-14refs #6661 in case value is empty set a defaultThomas Steur
2014-11-14refs #6661 initial work on triggering a 400 bad request instead of 500 in cas...Thomas Steur
2014-11-14Merge pull request #6587 from piwik/removeHtmlMessageExceptionThomas Steur
2014-11-13use HTTP 1.1Thomas Steur
2014-11-13Move goal translations and metric docs to metric classes from Goals visualiza...diosmosis
2014-11-132.9.02.9.0Matthieu Aubry
2014-11-132.9.0-rc22.9.0-rc2Matthieu Aubry
2014-11-13Merge pull request #6657 from piwik/bugfix/5365Matthieu Aubry
2014-11-132.9.0-rc12.9.0-rc1Matthieu Aubry
2014-11-13refs #6617 if process or output size is too large, declare it as finishedThomas Steur
2014-11-13refs #6577 Return HTTP 204 instead of GIF for JavaScript tracking.Thomas Steur
2014-11-13Introduce new function and tests to make it clearer what's happening #5365mattab