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-04-13Create assets folder if it is missing when writing Report (#19088)Sam
* create assets folder if it is missing when writing Report * apply PSR12 code formatting Co-authored-by: sgiehl <stefan@matomo.org>
2021-04-16Allow generating reports in TSV format (#17464)Stefan Giehl
* Allow generating reports in TSV format * adds test files
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(?)
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-09-10Add test for ScheduledReports API.generateReport exception catching. ↵diosmosis
Includes making Proxy constructor public (for mocking) and using Common::sendHeader in ReportRenderer (so headers won't be sent twice).
2015-09-02fixing some unlink and othersThaDafinser
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
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 Changed few colors for more consistenciesmattab
2015-01-14Fixed font error while generating pfd reportNigel
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
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2014-11-13Moved the `tmp/` path into the config (was hardcoded everywhere)Matthieu Napoli
The `tmp/` path was hardcoded everywhere, which resulted in using `SettingsPiwik::rewriteTmpPathWithInstanceId()` to rewrite it for specific use cases. I've moved that path into the config, and replaced all hardcoded usage (and calls to `rewriteTmpPathWithInstanceId()`) by a `get()` from the container. Getting entries from the container is a bad practice and dependency injection should be preferred, but we do baby steps. When refactoring those classes to DI, we'll replace calls to the container with proper dependency injection. Another thing we'll need to do too is move the hardcoded *sub-path* of `tmp/` (e.g. `tmp/sessions/`) into the config also (but again: baby steps). Another future step would be to remove completely instance ID and let it be handled by a plugin (or by end-user config). Having the `tmp/` path in the config means that plugins or users can override it and know it will be taken into account everywhere in Piwik.
2014-10-20Refs #6454, use file_put_contents and file_get_contents for scheduled ↵diosmosis
reports generation and hopefully get more information if file size = 0 error reoccurs.
2014-09-06Fixes #6134, perform name change from Factory to BaseFactory for PHP 5.3.2.diosmosis
2014-08-20Refactor factory methods into base Factory type for ease of testing.diosmosis
2014-08-20Fix bug where certain factory methods assume new operator will throw on ↵diosmosis
class not found (fatal error occurs). Use class_exists to check and then throw exception.
2014-08-20Remove references to old Loader class.diosmosis
2014-07-19fixed field visibility keyword orderChristian Raue
2014-07-15fixed method signaturesChristian Raue
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-19Fixes #5181 Renamed methodmattab
2014-05-09Organised imports, using phpstorm optimize imports featuremattab
2014-05-09Removed unused imports in core/ and plugins/mattab
using phpstorm optimize imports feature
2014-02-18Refs #4701 Commit pull request proposed file (Just changed the icon for csv)mattab
2014-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
2013-10-29Remove Piwik::translateException function.diosmosis
2013-10-09Refs #4202 removing functions Piwik_Translate and Piwik_TranslateExceptionmattab
2013-09-30Refs #4133mattab
2013-09-14ProxyHttp class until I find a better namemattab
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-08-01fixing more namespacessgiehl
2013-07-31Refs #3741 Resuming PHP Namespaces conversion of Piwik core, mostly finished ↵mattab
core/ conversion
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-21Refs #4059 Work in progress: Conversion to use Namespaces: Period*, Metrics, ↵mattab
Segment, SegmentExpression, PluginsManager. Removed some deprecated code.
2013-07-20Removing extra namespace \Coremattab
2013-07-18Refactor class Piwik to \Piwik\Core\PiwikFabian Becker
2013-05-23Refs #3934 much better fixmattab
2013-05-19ref #71, #3934 - segment selection for scheduled html, pdf & sms reportsJulien Moumné
2013-04-23fix #3896Julien Moumné
2013-03-28Mass conversion of all files to the newly agreed coding standard: PSR 1/2mattab
Converting Piwik core source files, PHP, JS, TPL, CSS More info: http://piwik.org/participate/coding-standards/
2013-03-14Remove commented code/var_dumps in core/Fabian Becker
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-09-05refs #3013JulienMoumne
* plot multiple metrics using $columns (renamed from $column) * plot row evolutions using optional $labels, will plot top 5 labels when omitted * imageGraphEvolutionUrl added to report metadata (only for reports without constant row count and Referers.getRefererType) * $showMetricTitle renamed to $showLegend refs #3014 * new report parameter 'Show Historical Graphs for the top 5 values' * better looking evolution graph on landcape pages refs #3158 * $label is now optional, will return top N=filter_limit row evolutions sorted with filter_sort_column when omitted * support for $idGoal * integration tests updated constantRowsCount set on * Goals_getDaysToConversion * Goals_getVisitsUntilConversion * Referers_getRefererType merges * r6874 IDEA * in Piwik UI, add a link 'display top 10 row evolutions' using API.getRowEvolution &label=false&filter_sort_column=xyz&filter_limit=10 TODO * fix scheduled report integration tests * review @reviews git-svn-id: http://dev.piwik.org/svn/trunk@6918 59fd770c-687e-43c8-a1e3-f5a4ff64c105