-
- Téléchargements
Refs #1485
* Fixing wrong metadata for all plugins, cleaning up columns and ensure consistency in API (eg. VisitsSummary.get now returns conversion rate with %) * Adding a generic filter Truncate, updated doc at: http://dev.piwik.org/trac/wiki/API/Reference '''filter_truncate''' ; if set, will truncate the table after $filter_truncate rows. The last row will be named 'Others' (localized in the requested language) and the columns will be an aggregate of statistics of all truncated rows. * Adding common helpers to get a "pretty" value from a given metric and column name * Adding new time export format that will be used in PDF reports 12:34:56 format Refs #1486 * a new filter, AddColumnsProcessedMetricsGoal, can be reused to easily add processed goal metrics for a given datatable. For example: $dataTable->filter('AddColumnsProcessedMetricsGoal', array($enable=true, Piwik_DataTable_Filter_AddColumnsProcessedMetricsGoal::GOALS_FULL_TABLE)); will process all goal metrics (and per goal conv rate, rev per visit, conversions). When possible, only reports necessary should be loaded using GOALS_MINIMAL_REPORT or GOALS_OVERVIEW or a given idGoal git-svn-id: http://dev.piwik.org/svn/trunk@2594 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent
5a27499b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
- core/API/DataTableGenericFilter.php 5 ajouts, 2 suppressionscore/API/DataTableGenericFilter.php
- core/DataTable.php 1 ajout, 1 suppressioncore/DataTable.php
- core/DataTable/Filter/AddColumnsProcessedMetrics.php 57 ajouts, 16 suppressionscore/DataTable/Filter/AddColumnsProcessedMetrics.php
- core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php 52 ajouts, 40 suppressionscore/DataTable/Filter/AddColumnsProcessedMetricsGoal.php
- core/DataTable/Filter/SafeDecodeLabel.php 10 ajouts, 8 suppressionscore/DataTable/Filter/SafeDecodeLabel.php
- core/DataTable/Row.php 12 ajouts, 0 suppressioncore/DataTable/Row.php
- core/DataTable/Simple.php 11 ajouts, 0 suppressioncore/DataTable/Simple.php
- core/Piwik.php 41 ajouts, 6 suppressionscore/Piwik.php
- core/ViewDataTable/HtmlTable/Goals.php 4 ajouts, 4 suppressionscore/ViewDataTable/HtmlTable/Goals.php
- lang/en.php 12 ajouts, 11 suppressionslang/en.php
- plugins/API/API.php 21 ajouts, 8 suppressionsplugins/API/API.php
- plugins/Actions/Actions.php 7 ajouts, 5 suppressionsplugins/Actions/Actions.php
- plugins/Goals/Controller.php 2 ajouts, 2 suppressionsplugins/Goals/Controller.php
- plugins/Goals/Goals.php 6 ajouts, 5 suppressionsplugins/Goals/Goals.php
- plugins/Goals/templates/table_by_segment.tpl 1 ajout, 1 suppressionplugins/Goals/templates/table_by_segment.tpl
- plugins/SitesManager/templates/SitesManager.tpl 1 ajout, 1 suppressionplugins/SitesManager/templates/SitesManager.tpl
- plugins/UserSettings/UserSettings.php 2 ajouts, 0 suppressionplugins/UserSettings/UserSettings.php
- plugins/VisitFrequency/API.php 2 ajouts, 2 suppressionsplugins/VisitFrequency/API.php
- plugins/VisitFrequency/Controller.php 3 ajouts, 3 suppressionsplugins/VisitFrequency/Controller.php
- plugins/VisitFrequency/VisitFrequency.php 2 ajouts, 1 suppressionplugins/VisitFrequency/VisitFrequency.php
Chargement en cours
Veuillez vous inscrire ou vous se connecter pour commenter