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-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-14Add ability to customise the font family in HTML email reportsmattab
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-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-14Adding Filesystem class which contains file operationsmattab
And factored out code in ServerFilesGenerator.php
2013-09-11renamed PDFReports translation keys to ScheduledReportssgiehl
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-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-11Fixes #3467mattab
2013-02-06Removing SVN $, since Git does not provide auto properties.Fabian Becker
2012-09-06refs #3158JulienMoumne
* adding more report exceptions from being filtered by AddColumnProcessedMetrics filter * I forgot to manage an edge case when $label=false and there are no data, what should the API return ? see @review * only retrieve the last period when looking for top n labels refs #3013 * better error message when specifying invalid metrics in $columns * same image height for all graph types in all page orientations for pdf reports git-svn-id: http://dev.piwik.org/svn/trunk@6925 59fd770c-687e-43c8-a1e3-f5a4ff64c105
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-08-07Fixes Japanese font as per Japan translator feedbackmattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@6701 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-10It looks slightly better this way IMO refs #2862mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5793 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
2012-02-08Fixes #2859mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5782 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2012-02-02Fixes bug in Pages URLs/ Page titles reports in PDF report looking not good ↵mattpiwik
since they were restricted to 2/3 of width Refs git-svn-id: http://dev.piwik.org/svn/trunk@5738 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-12-20 * fixes #2706, #2828, #2704, refs #1721, #2637, #2711, #2318, #71 : ↵JulienMoumne
horizontal static graph implemented * fixes #2788, refs #2670, #1721, #2637, #2711 : default graph type logic moved to ImageGraph API, improved date/period logic, new parameter graphs_default_period_to_plot_when_period_range * fixes #2704, #2804, refs #1721 : pChart updated to 2.1.3, pChart code removed from Piwik code, OOP refactoring, support for unifont.ttf if present in ImageGraph/fonts, testAllSizes now uses report metadata ImageGraphUrl * refs #71 : space between report title and report table reduced to avoid page overflow * refs #2829 : TODO display percentages * r5544, r5547, r5549 merged git-svn-id: http://dev.piwik.org/svn/trunk@5582 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-11-10refs #2706 removing magic numbersJulienMoumne
git-svn-id: http://dev.piwik.org/svn/trunk@5424 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-09-27Thanks mattenschwinger Fixes #2392mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@5234 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-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-12fixes #2401 with Anthon's comment incorporated. (use Piwik Namespace when ↵peterbo
extending a lib) git-svn-id: http://dev.piwik.org/svn/trunk@4676 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-04-29Remove double :: mattpiwik
git-svn-id: http://dev.piwik.org/svn/trunk@4598 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-27Fixing Notice:</strong> <i>Undefined variable: reportFont</i> in ↵mattpiwik
<b>/home/www/dev5.piwik.org/core/ReportRenderer/Pdf.php</b> on line <b>95</b> Refs #2318 git-svn-id: http://dev.piwik.org/svn/trunk@4568 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2011-04-20fix ugly icons when country report displayed first was messing up the class ↵mattpiwik
members git-svn-id: http://dev.piwik.org/svn/trunk@4520 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