- sept. 21, 2014
-
-
diosmosis a rédigé
Refs #6078, if pivotBy is used in request for HtmlTable visualization data, set columns to display to all available columns.
-
diosmosis a rédigé
Refs #6078, set default of pivot_by_column to empty string so it doesn't get sent in AJAX requests when not set.
-
mattab a rédigé
refs #6231 When a line is for a file with a known download extension and the user has specified --download-extension, then any file with an extension not in the list will see its log line skipped
-
sgiehl a rédigé
-
Matthieu Aubry a rédigé
-
Matthieu Aubry a rédigé
Adding new PivotByDimension DataTable filter that can pivot a report by (almost) any dimension. refs #6078
-
diosmosis a rédigé
Refs #6078, fix regression in last commit and only send one request to save viewdatatable params when un-pivoting.
-
mattab a rédigé
refs #5933 we must specifically invalidate day reports so that monthly reports have a chance to be re-processed. added note in the API comment.
-
diosmosis a rédigé
Refs #6078, fix sorting on pivot table columns when columns use (use decoded entity in PHP and do not select columns using jquery selector in dataTable.js).
-
diosmosis a rédigé
Refs #6078, make sure $this->dataTable is instance of DataTable before calling disablePivotBySubtableIfTableHasNoSubtables.
-
mattab a rédigé
According to http://forum.piwik.org/read.php?2,113613,page=1#msg-113739 php_uname will not return full string as in the shell, so we must first read shell_exec output
-
mattab a rédigé
fixes #5933 New $period parameter to the API call CoreAdminHome.invalidateArchivedReports refs #6116
-
Matthieu Aubry a rédigé
fixes #5932 Allow invalidated archive data to be used until they are re-processed
-
- sept. 20, 2014
-
-
diosmosis a rédigé
-
diosmosis a rédigé
Refs #6078, make sure pivot option does not display if table is not pivotted and has no subtables (eg, when flattened).
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
Refs #6078, make sure visualizations default sort to first non-label column if filter_sort_column is not in columns_to_display and make sure changing pivot status undoes column sort.
-
diosmosis a rédigé
Refs #6078, order pivot table columns by sum, descending and aggregate cut-off columns into 'Others' column.
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
Refs #6078, fix bug where reloading report does not persist pivot and where undoing a saved pivot does nothing.
-
Matthieu Aubry a rédigé
-
- sept. 19, 2014
-
-
diosmosis a rédigé
Refs #6078, allow plugins to set what metric gets displayed in pivot tables of specific reports and use in Events to display nb_events. Also do not set columns_to_display in Events plugin if table is pivoted.
-
diosmosis a rédigé
-
diosmosis a rédigé
Refs #6078, add report metadata for Event subtable reports and make sure pivotBy works w/ Events plugins' secondaryDimension query parameter..
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
-
diosmosis a rédigé
Make sure PivotByDimension respects original segment query parameter when fetching intersected tables by segment.
-
diosmosis a rédigé
-
Thomas Steur a rédigé
refs #4996 disable contents live test for now as it works on my server but returns different order or so on travis and I cannot fix it
-
Thomas Steur a rédigé
refs #4996 php tests are there, we cannot test segments auto suggest yet as they have to be returned in Live API which will be v2
-
Thomas Steur a rédigé
refs #4996 there is a difference between link tracking enabled and installed. When replacing the initial link urls link tracking might not be installed yet but enabled (will be installed on load event). When a click is happening on a content block we still need to use linkTrackingInstalled since then the credirect/tracking request is actually happening and we need to know whether outlink/download will track it or whether we have to do it separately. Make sure to call enableLinkTracking before trackContentImpressions although there should be no huge difference as both will be delayed until ready/load event anyway
-
Thomas Steur a rédigé
More tests for content tracking
-