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
2015-10-12SMS report: percentage evolution are prefixed by '+'mattab
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
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
2015-10-08Plugin to track usage of PiwikThomas Steur
2015-10-07various fixes for left menu, code tweaks and documented new method to registe...Thomas Steur
2015-10-07Left menu designThomas Steur
2015-10-07Fixing #8529Martin Keckeis
2015-10-07Merge pull request #8925 from piwik/8892Matthieu Aubry
2015-10-07Remove STRICT_TRANS_TABLES SQL mode to prevent fatal errormattab
2015-10-06Remove need for TableLogAction\Cache::$hits property which is only used for t...diosmosis
2015-10-06Implementing DI properly in constructormattab
2015-10-06Implementing DI properly in constructormattab
2015-10-06trying to get the ui tests green againThomas Steur
2015-10-05Add new Custom Segments: outlinkURL and downloadUrl to segment on any Clicked...mattab
2015-10-05Merge pull request #8892 from piwik/remove_lazy_flushMatthieu Aubry
2015-10-05Moved dependencies into DImattab
2015-10-04Make sure plugin environment files are loaded after the base environment conf...diosmosis
2015-10-022.15.0-b152.15.0-b15Matthieu Aubry
2015-10-02Merge pull request #8856 from piwik/dateformatsMatthieu Aubry
2015-10-02Merge pull request #8891 from piwik/8871Matthieu Aubry
2015-10-02Merge pull request #8890 from piwik/unused_codeMatthieu Aubry
2015-10-02Catch exception to let original exception bubble fixes #8871mattab
2015-10-02removed unused schema code that uses SHOW ENGINES which can fail when PROCESS...mattab
2015-10-01fixes #8824 remove NO_ENGINE_SUBSTITUTION mode to prevent error if innodb is ...Thomas Steur
2015-09-292.15.0-b142.15.0-b14Matthieu Aubry
2015-09-29TTL: Time to live for cache files, in seconds. Default to 60 minutesmattab
2015-09-29Added INI setting to configure maximum number of id actions to store in one c...mattab
2015-09-29Added logging statements for cache hits/missmattab
2015-09-29Action cache ids, fix integration testsmattab
2015-09-28add a test that checks the cache is actually hit when cache is enabledmattab
2015-09-28Caching id actions in general cache - can be enabled via INI setting enable_s...mattab
2015-09-28Rewrite if statementmattab
2015-09-28Merge pull request #8809 from piwik/8752_segment_id_in_sqlMatthieu Aubry
2015-09-25replace legacy placeholders only if indicator (%) is presentsgiehl
2015-09-25fixed testssgiehl
2015-09-25Improved range formats; fixed/added testssgiehl
2015-09-25fetch and use week interval format from cldrsgiehl
2015-09-25use new date/time formats; use updated internal namessgiehl
2015-09-25prepare date class to handle cldr date/time formatssgiehl
2015-09-25In ArchiveInvalidator make date filtering an explicit step and group with log...diosmosis
2015-09-25Move date parsing logic from ArchiveInvalidator to CoreAdminHome/API.php so t...diosmosis