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 (Expand)Author
2022-08-08update szymach/c-pchart (#19604)Stefan Giehl
2022-08-02Improve the sanitization of request parameters (#19577)Ben Burgess
2022-06-07Improve memory usage of CSV exporter (#19315)Stefan Giehl
2021-11-16Fix some PHP8.1 deprecation warnings occurred while running tests (#18314)Stefan Giehl
2021-11-05Fix for HTML entity decoding of single quotes in campaigns and csv/xml export...Ben Burgess
2021-07-20Fix exporting main metrics with a period of weeks and export format CSV (#17442)Daniel Ziegenberg
2021-03-01fix character encoding for csv file names (#17276)Zoltan Flamis
2020-05-12triple equals (#15762)Jean Baptiste Noblot
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-19Run tests on bionic distribution & run AllTests with PHP 7.4 (#15720)Stefan Giehl
2019-09-30Compare segments and periods (in API and UI) (#14365)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2017-10-05Remove the word Piwik from CSV download (#12150)Thomas Steur
2016-08-31fix testsThomas Steur
2016-07-08Fix CSV export cannot be used with dates like previousX (#10273)Thomas Steur
2016-05-05Fix some typos in comments (found by codespell) (#10120)Stefan Weil
2016-04-11Select 10 times more rows so that resultset after grouping is more likely to ...mattab
2016-04-07Excel/Libreoffice formulas can also start with @ character.mattab
2016-04-06Display labels correctly in Excel / LibreOfficemattab
2015-11-04added screen to see custom variable usagesThomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2014-10-08Refactor Csv renderermattab
2014-09-21Refs #6078, remove dead code & refactor dimension equality checks in PivotByD...diosmosis
2014-09-18Adding new PivotByDimension DataTable filter that can pivot a report by (almo...diosmosis
2014-09-14Replace header() with Common::sendHeader() when possibleKyleK
2014-08-06refs #5896 started to move rendering code from response builder in other clas...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-05-02Refs #5037 Refactor the factory out of the Period class in its own Period\Fac...mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-11-04Refactor the string to show couplingmattab
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-05Renaming DataTable\Array to DataTable\Map in comments and testsmattab
2013-09-14ProxyHttp class until I find a better namemattab
2013-09-09Fixing build.Benaka Moorthi
2013-09-09Fixes #4063, allow csv renderer to handle arbitrarily nested data structures ...Benaka Moorthi
2013-08-02fixed more doc blockssgiehl
2013-07-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ...mattab
2013-07-20Converting to namespace: Period*, Metrics, Segment, SegmentExpression, Plugin...mattab
2013-07-20Converting to namespace: Period, Sitemattab
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
2013-02-20Fixing more bugs in the build + Mapping visits from China region 14 to Tibet ...mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-12-18Refs #1253, fixes #3349, fix bugs and regressions in annotations and tweaked ...benakamoorthi
2012-05-31Error message display in CSV + add version number in msg + Minor mattpiwik