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 (Collapse)Author
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-20In NumberFormatter::format() check for percent if value is a string only, ↵diosmosis
since only strings will have a % (avoids floating point issues). Also, forward arguments to formatPercent in NumberFormat::format() and remove percent check in Twig |number filter since it is redundant (NumberFormatter does the same thing).
2015-10-19Allow tracker Requests to be manipulated via new method Request::setParam().diosmosis
2015-10-19Add new method to RequestProcessor called before the request is processed, ↵diosmosis
manipulateRequest(). Allows plugins to change the request before it is processed.
2015-10-172.15.0-rc32.15.0-rc3mattab
2015-10-15use number format for currency in all websites dashboardsgiehl
2015-10-15Make Google+ URL in UI the plus.google.com urlmattab
2015-10-15Also detect plus.google.com as Google+, tipped in forummattab
http://forum.piwik.org/read.php?5,129775
2015-10-152.15.0-rc22.15.0-rc2Matthieu Aubry
2015-10-14Merge pull request #9000 from piwik/8993Thomas Steur
Only add piwik-expand-on-click to the controls that need it
2015-10-14only add piwik-expand-on-click to the controls that need itThomas Steur
2015-10-132.15.0-rc12.15.0-rc1Matthieu Aubry
2015-10-13Merge pull request #8825 from piwik/invalidate_archive_commandMatthieu Aubry
Command to invalidate archive data (w/ period cascading)
2015-10-12Fill out missing docblock.diosmosis
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-12Don't use switch in core:invalidate-archive-data command, instead add new ↵diosmosis
non-API method to Piwik Core.
2015-10-12Fix test failure.diosmosis
2015-10-12Make ArchiveInvalidator an immutable service and add it to DI. ↵diosmosis
markArchivesAsInvalidated (or whatever it's called) now returns an instance instead of an array of output messages.
2015-10-12make sure to remove no longer needed pluginsThomas Steur
2015-10-122.15.0-b192.15.0-b19Matthieu Aubry
2015-10-12Fixes Call to undefined function bcdivmattab
2015-10-12Fixes https://github.com/piwik/piwik/issues/8966mattab
2015-10-122.15.0-b182.15.0-b18Matthieu Aubry
2015-10-12Use + sign from language, do not assume '+'mattab
2015-10-12SMS report: percentage evolution are prefixed by '+'mattab
https://github.com/piwik/piwik/pull/8857
2015-10-11use number formats in SMS/PDF reports and in static image graphssgiehl
2015-10-11use number formats for row evolution popoversgiehl
2015-10-11use number formats for values displayed besides sparkline and for evolution datasgiehl
2015-10-11use new currency number formatssgiehl
2015-10-11improved numberformatter, fixed testssgiehl
2015-10-11fix php compatibilitysgiehl
2015-10-11added first version of numberformatter & use it for datatablessgiehl
2015-10-09Merge pull request #8938 from piwik/4589Matthieu Aubry
added AnonymousPiwikUsageMeasurement plugin
2015-10-092.15.0-b172.15.0-b17Matthieu Aubry
2015-10-08fixes #8399 create dimension instance only when needed to improve performanceThomas Steur
2015-10-08fix integration tests which failed because we did not return an array in sql ↵Thomas Steur
statements
2015-10-08Plugin to track usage of PiwikThomas Steur
2015-10-07various fixes for left menu, code tweaks and documented new method to ↵Thomas Steur
register icons
2015-10-07Left menu designThomas Steur
2015-10-07Fixing #8529Martin Keckeis
2015-10-07Merge pull request #8925 from piwik/8892Matthieu Aubry
DI in TableLogAction Cache
2015-10-07Remove STRICT_TRANS_TABLES SQL mode to prevent fatal errormattab
We cannot let tracking fail under any circumstance, but with STRICT_TRANS_TABLES, when a plugin is disabled, and the column is NOT NULL, then tracking would fail. Fixes #8853
2015-10-06Remove need for TableLogAction\Cache::$hits property which is only used for ↵diosmosis
tests by injecting cache implementation used and using mock in test.