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
2015-07-13Missing @license docblocks (according to fossology)Anthon Pang
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
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-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-02-03Remove all occurences of @package / @subpackage / @category from core/ files.Fabian Becker
refs #4609
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-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 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
2013-05-30Rename template file namesThomas ZILLIOX
2013-05-19ref #71, #3934 - segment selection for scheduled html, pdf & sms reportsJulien Moumné
2013-04-29Merge branch 'master' into 2.x-twigFabian Becker
Conflicts: core/ReportRenderer/Html.php plugins/Annotations/templates/annotations.js plugins/CoreHome/templates/header.tpl plugins/CoreHome/templates/index_content.tpl plugins/CoreHome/templates/period_select.tpl plugins/Goals/templates/list_goal_edit.tpl plugins/MultiSites/templates/index.tpl plugins/PDFReports/templates/report_parameters.tpl
2013-04-23fix #3896Julien Moumné
2013-04-07Removed dependency to SmartyFabian Becker
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-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
2012-08-21refs #3323 #3088 #2708 #71 #2318JulienMoumne
* generate and compare HTML, PDF & SMS reports in Test_Piwik_Integration_EcommerceOrderWithItems & Test_Piwik_Integration_TwoVisitors_TwoWebsites_DifferentDays * report content as return value of PDFReports->generateReport() with new output type OUTPUT_RETURN git-svn-id: http://dev.piwik.org/svn/trunk@6849 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-08-14refs #2708JulienMoumne
* fixing a bug in ''Piwik::getPrettyValue()'' where a revenue evolution would be prettified like so: ''$ 100%'' * fixing a bug happening when no data is available for the selected day * when MultiSites plugin is deactivated, invite user via SMS to activate it back * SMS API accounts are now managed using an API key instead of a username and a password * adding ''[too long]'' at the end of the SMS content when it reaches the maximum length allowed by the SMS API * support for UCS-2 characters * Mediaburst rebranded to Clockwork * various UI improvements based on comment:31:ticket:2708 * PDFReport.generateReport now supports $outputType=3 : output report in browser * removing non-libre select-to-autocomplete jQuery plugin * tracking count of phone number validation requests and SMS sent * SMS content now contains CoreHome_ThereIsNoDataForThisReport when applicable * setting SMS From with General_Reports when configured report is MultiSites_getAll * adding Clockwork description TODO * using POST instead of GET to send SMS to go around a Clockwork limitation git-svn-id: http://dev.piwik.org/svn/trunk@6727 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-06-14fixes #2708JulienMoumne
refs #71 * PDFReports major refactoring. Any plugin can now add new kinds of reports. Required for #2708 and #3118. * test report functionality ($idReport == 0) dropped in Piwik_PDFReports_API->generateReport() * All Websites report shows 3 more metrics: Goal Conversions, eCommerce Conversions and eCommerce Revenue. Can be removed if asked to. * Piwik_PDFReports_API->sendEmailReport renamed to sendReport * All Piwik_PDFReports_API method signatures updated to support generic report parameters refs #389 * new API method to retrieve only one Piwik site : Piwik_MultiSites_API->getOne() * per #2708 description, Piwik_MultiSites_API methods now support a new parameter named enhanced. When activated, Goal Conversions, eCommerce Conversions and eCommerce Revenue along with their evolution will be included in the API output. * API metrics refactored in (@ignored)Piwik_MultiSites_API->getApiMetrics() * Metadata now returns 12 metrics : nb_visits, visits_evolution, nb_actions, actions_evolution, revenu, revenue_evolution, nb_conversions, nb_conversions_evolution, orders, orders_evolution, ecommerce_revenue, ecommerce_revenue_evolution refs #3118 * ReportPublisher plugin could now easily be implemented commits merged * r6243 * r6422 (#3012) TODO * the MobileMessaging settings page may need some embellishment * @review annotations need some attention * test if the MultiSites API evolutions have some impact on Piwik Mobile and other client code git-svn-id: http://dev.piwik.org/svn/trunk@6478 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-25Fix bug that when a report name contains double quote, the download link ↵mattpiwik
works but does include the end of the filename.html git-svn-id: http://dev.piwik.org/svn/trunk@5909 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-09refs #2862 distinct static graph resolutions for portrait and landscapeJulienMoumne
git-svn-id: http://dev.piwik.org/svn/trunk@5792 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-08fixes #2862 increasing static graph resolution when generating PDF reportsJulienMoumne
git-svn-id: http://dev.piwik.org/svn/trunk@5786 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-08fixes #2706JulienMoumne
* refs #2318, #71 : Graphs now supported * refs #2670, #898 : Restoring VisitsSummary report metadata before eCommerce * refs #1721 : Additional security, filename fixes and new internal outputType git-svn-id: http://dev.piwik.org/svn/trunk@5415 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-06-06fixes #2414 refs #2350 refs #151JulienMoumne
git-svn-id: http://dev.piwik.org/svn/trunk@4879 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-30Fixes #2449 - removed all "user facing" fopen (left the one that could be ↵mattpiwik
useful such as during auto update & translation file writing) git-svn-id: http://dev.piwik.org/svn/trunk@4838 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-27fixes #2008 added possibility to define custom logosgiehl
git-svn-id: http://dev.piwik.org/svn/trunk@4816 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-11fixes #2401.peterbo
git-svn-id: http://dev.piwik.org/svn/trunk@4675 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-08refs #2318 font & size enhancementsJulienMoumne
git-svn-id: http://dev.piwik.org/svn/trunk@4659 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-05-01refs #2318 fixing font-size incorrectly interpreted in gmailJulienMoumne
git-svn-id: http://dev.piwik.org/svn/trunk@4619 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-26Fixes #2318, #2325 - URL will be checked for in each piwik request to UI and ↵mattpiwik
API (not tracker), and will be set if not already set. then, we use this URL for the HTML email images & link to the piwik reports git-svn-id: http://dev.piwik.org/svn/trunk@4552 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-20refs #2318 xss protection + working if piwik installed in sub dir (eg. in ↵mattpiwik
http://localhost/piwik) git-svn-id: http://dev.piwik.org/svn/trunk@4518 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-20fixes #2318 #2320JulienMoumne
git-svn-id: http://dev.piwik.org/svn/trunk@4512 59fd770c-687e-43c8-a1e3-f5a4ff64c105