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 (Collapse)Author
2022-09-08Fix for long report titles overflowing on PDF reports (#19694)Ben Burgess
* Use TCPDF multicell for report title and date, crop title in footer * Tweaks to title page layout * Updated expected test result * Tweak layout to match original * Updated expected test results * Adjust tests to cover a very long site & report name * updates expected test files Co-authored-by: sgiehl <stefan@matomo.org>
2022-05-17Compatibility fixes for PHP 8.1 (#19143)Stefan Giehl
* Update .travis.yml * fix php 8.1 deprecation notices * Revert "run report tests on any PHP version (#18666)" This reverts commit ec58ab4606cbc6c7f7c3a7aa7f1e9cc5a88e5dfb. * apply PSR12 code formatting * fix deprecation notice * try to fix test * fix frontcontroller test * Clearing output buffers with enabled output compression makes problems on some PHP versions * Set the mysqli error reporting to none, to prevent possible problems on PHP 8.1
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
* Forbid unused use statements * Fix some incorrect classnames * fix tests * remove unused use statements
2022-01-26Fix possible error when generating PDF reports containing multibyte chars ↵Stefan Giehl
(#18664) * Ensure strings are truncated correctly for PDF usage * Add some emojis to tests * updates expected test files
2022-01-11unifont import, TCPDF use import fonts (#18577)Peter Zhang
* if unifont import, use that font for the pdf if unifont import, use that font for the pdf * Update Pdf.php update function and comments
2021-04-16Allow generating reports in TSV format (#17464)Stefan Giehl
* Allow generating reports in TSV format * adds test files
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
* remove some code tagged with deprecated * some more tweaks * remove more deprecated methods * more deprecations * remove old files * remove more deprecated methods * fix some tests * update logviewer submodule * fix some tests * fix ui test * another deprecation * Update CHANGELOG.md Co-authored-by: Stefan Giehl <stefan@matomo.org> * add test for dimensions provider Co-authored-by: Stefan Giehl <stefan@matomo.org>
2020-05-14Replace Zend Mail with PHPMailer (#15891)Stefan Giehl
* require composer package phpmailer/phpmailer * change mail class to use phpmailer instead of Zend_Mail * removes Zend_Mail and Zend_Mime * submodule * fix tests * enable smtp debug for test mail command * fix embedded images * set language for phpmailer * apply some review feedback * removes Zend_Validate (#15907) * don't inline file without cid * submodule update * fix test * decouples Mail class from PHPMailer and moves sending mails to new transport layer * submodule * cleanup * unset xmailer header * simplify mail attachment handling * adds methods to add bcc recipients * change implementation of setReplyTo
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected UI files
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2018-10-03Use placeholder for unsubscribe link and place it near the normal email ↵diosmosis
footer content. (#13421) * Use placeholder for unsubscribe link and place it near the normal email footer content. * padding tweak for whitelabel * fix unsubscribe link escaping replace issue * Move _htmlReportFooter contents to _htmlEmailFooter.twig. * Remove stray 'c'
2017-11-24Use consistent HTML email body for all scheduled reports (HTML, PDF & CSV) ↵Benaka
(#12233) * Extract mail configuring parts of sendReport method & write tests for them. * Use twig in AttachedFileReportEmailGenerator. * Extract header/footer of html scheduled report email into re-usable View subclasses & use for PDF/CSV emails. * Fixing test failures. * Integrationt est
2017-01-31show custom logo in email reportsThomas Steur
2017-01-22Email reports in HTML: Updated styling to be consistent with new Custom ↵Matthieu Aubry
Alerts emails design (#11251) * Updated Email Report/Downloaded Report. Added new styling found in the Alert Email. i.e navigation bar uptop, styled tables, added powered by piwik footer. Note: "back to top" link only works on downloaded version, not on the email. * Fixed the back to top link not working in emails. * Fixed a bug where logo was not centered in gmail * Translations * Code cleanup and making PDF generation work * removed htaccess * fix unit test * Some test fixes * UI Test
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 ↵mattab
un-expectedly fixes #8158
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 ↵mattab
contain user submitted content (likely it's been escaped upstream but we rather ensure security) also fixes #7358
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 ↵Thomas Steur
code, few refactorings, all as part of our code cleanup strategy
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-06-09Moved attachment generation to report rendererm.kurzeja
2014-05-09Removed unused imports in core/ and plugins/mattab
using phpstorm optimize imports feature
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
refs #4609
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
Adding MetricsFormatter class which knows how to format/display metrics (time, money, size, etc)
2013-09-14Adding Filesystem class which contains file operationsmattab
And factored out code in ServerFilesGenerator.php
2013-09-11renamed PDFReports translation keys to ScheduledReportssgiehl
2013-09-06fixed todosgiehl
2013-08-02Refs #4059 Converting dozens of plugins/* classes to use Namespaces, ↵mattab
\Piwik\Plugins\* Added namespaces to functions.php files in the five plugins that had one Work in progress
2013-07-23Refs #4059 Work in progress: Conversion to use Namespaces of dozen more classesmattab
Removed many Piwik_ functions, in Piwik 2 it is best practise to use the methods calls instead Todo: finish converting core/ classes + convert plugins/ classes to use \Piwik\Plugin namespace + fix build + Merge master
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik_Common to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
2013-07-18Refactor class Piwik_Commin to \Piwik\Core\CommonFabian Becker
Notice that auto refactoring has created a nested namespace. Not sure this is what we want - so we might have to edit those nested namespaces afterwards (I think they don't look so good)
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
Merge branch 'master' into 2.x-twig Conflicts: core/ReportRenderer/Html.php core/SmartyPlugins/function.ajaxLoadingDiv.php plugins/CoreAdminHome/templates/jsTrackingGenerator.tpl plugins/CoreHome/templates/donate.tpl plugins/CoreHome/templates/html_report_header.tpl plugins/CoreHome/templates/menu.tpl plugins/CoreHome/templates/period_select.tpl plugins/CoreHome/templates/reports_by_dimension.tpl plugins/Feedback/templates/index.tpl plugins/Goals/Controller.php plugins/Goals/templates/overview.tpl plugins/Live/API.php plugins/Live/templates/lastVisits.tpl plugins/Live/templates/visitorLog.tpl plugins/MobileMessaging/templates/SMSReport.tpl plugins/PDFReports/templates/add.tpl plugins/PDFReports/templates/list.tpl plugins/PDFReports/templates/report_parameters.tpl plugins/SEO/templates/index.tpl plugins/SegmentEditor/templates/selector.twig plugins/UserCountry/javascripts/userCountry.js plugins/Zeitgeist/stylesheets/common.css tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCity_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCountry_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getRegion_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest_segment_continent__UserCountry.getCountry_month.xml
2013-05-31Rename report template file names in camelCaseThomas ZILLIOX