Skip to content
Extraits de code Groupes Projets
  • diosmosis's avatar
    51b77878
    Fixes #3465, refactor row evolution code to fix bug where if no labels are... · 51b77878
    diosmosis a rédigé
    Fixes #3465, refactor row evolution code to fix bug where if no labels are specified and last period has no labels, no data is returned. Refactoring also contains optimization for case where no labels are specified.
    
    Notes:
      * Simplified DataTableManipulator and derived classes.
      * Allow LabelFilter to use multiple labels. Can be used by specifying array for label query parameter (ie, label[]=...).
      * Removed getFilteredTableFromLabel function from datatable types and add getEmptyClone to DataTable_Array.
      * Added setIdSite to php tracker PiwikTracker.
    51b77878
    Historique
    Fixes #3465, refactor row evolution code to fix bug where if no labels are...
    diosmosis a rédigé
    Fixes #3465, refactor row evolution code to fix bug where if no labels are specified and last period has no labels, no data is returned. Refactoring also contains optimization for case where no labels are specified.
    
    Notes:
      * Simplified DataTableManipulator and derived classes.
      * Allow LabelFilter to use multiple labels. Can be used by specifying array for label query parameter (ie, label[]=...).
      * Removed getFilteredTableFromLabel function from datatable types and add getEmptyClone to DataTable_Array.
      * Added setIdSite to php tracker PiwikTracker.