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-09-08Fix for long report titles overflowing on PDF reports (#19694)Ben Burgess
2022-05-17Compatibility fixes for PHP 8.1 (#19143)Stefan Giehl
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2022-01-26Fix possible error when generating PDF reports containing multibyte chars (#1...Stefan Giehl
2022-01-11unifont import, TCPDF use import fonts (#18577)Peter Zhang
2021-04-16Allow generating reports in TSV format (#17464)Stefan Giehl
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-05-14Replace Zend Mail with PHPMailer (#15891)Stefan Giehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
2018-10-03Use placeholder for unsubscribe link and place it near the normal email foote...diosmosis
2017-11-24Use consistent HTML email body for all scheduled reports (HTML, PDF & CSV) (#...Benaka
2017-01-31show custom logo in email reportsThomas Steur
2017-01-22Email reports in HTML: Updated styling to be consistent with new Custom Alert...Matthieu Aubry
2016-08-31fix testsThomas Steur
2015-10-11use number formats in SMS/PDF reports and in static image graphssgiehl
2015-07-13Missing @license docblocks (according to fossology)Anthon Pang
2015-06-22Add new integration test to check that Piwik files didn't grow in size un-exp...mattab
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-16use correct fonts for special languagessgiehl
2015-03-31Safe net against http header injection in email reports as the string can con...mattab
2015-01-14refs #6988 More design updates in reports for consistencymattab
2015-01-14Changed the Email report to look more consistent with the piwik UI.Nigel
2015-01-14Make table header font normal weight instead of boldmattab
2015-01-14Scheduled reports, set the table header font to uppercasemattab
2015-01-14Add ability to customise the font family in HTML email reportsmattab
2014-10-07Fixes #6309 Remove "Website" from the Email subject and form the report title.mattab
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-06-09Moved attachment generation to report rendererm.kurzeja
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-02-18Refs #4701 Add integration testmattab
2014-02-18Refs #4701 Add CSV renderermattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-10-08Applying phpstorm code style PSR refs #3771mattab
2013-10-07Refs #4125 Renaming PDFReports to ScheduledReportsmattab
2013-09-14Moving piwik settings specific getters to SettingsPiwik classmattab
2013-09-14Adding Filesystem class which contains file operationsmattab
2013-09-11renamed PDFReports translation keys to ScheduledReportssgiehl
2013-09-06fixed todosgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\P...mattab
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
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-06-23Merge pull request #75Fabian Becker
2013-06-22Huge merge! Lets see how the tests run..Fabian Becker
2013-05-31Rename report template file names in camelCaseThomas ZILLIOX