Skip to content
Extraits de code Groupes Projets
Valider bbdd5be6 rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

refs #5987 fix test which proofs issue is fixed now and added change to changlog

parent 94a5d3e1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -9,6 +9,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API' ...@@ -9,6 +9,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
`$setting->transform = function ($value) { return Common::sanitizeInputValue($value); }` `$setting->transform = function ($value) { return Common::sanitizeInputValue($value); }`
* Config setting `disable_merged_assets` moved from `Debug` section to `Development`. The updater will automatically change the section for you. * Config setting `disable_merged_assets` moved from `Debug` section to `Development`. The updater will automatically change the section for you.
* `API.getRowEvolution` will throw an exception if a report is requested that does not have a dimension, for instance `VisitsSummary.get`. This is a fix as an invalid format was returned before see [#5951](https://github.com/piwik/piwik/issues/5951) * `API.getRowEvolution` will throw an exception if a report is requested that does not have a dimension, for instance `VisitsSummary.get`. This is a fix as an invalid format was returned before see [#5951](https://github.com/piwik/piwik/issues/5951)
* `MultiSites.getAll` returns from now on always an array of websites. In the past it returned a single object and it didn't contain all properties in case only one website was found which was a bug see [#5987](https://github.com/piwik/piwik/issues/5987)
### Deprecations ### Deprecations
The following events are considered as deprecated and the new structure should be used in the future. We have not scheduled when those events will be removed but probably in Piwik 3.0 which is not scheduled yet and won't be soon. New features will be added only to the new classes. The following events are considered as deprecated and the new structure should be used in the future. We have not scheduled when those events will be removed but probably in Piwik 3.0 which is not scheduled yet and won't be soon. New features will be added only to the new classes.
......
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<result> <result>
<nb_visits>2</nb_visits> <row>
<nb_actions>3</nb_actions> <nb_visits>2</nb_visits>
<label>Site AAAAAA</label> <nb_actions>3</nb_actions>
<visits_evolution>0%</visits_evolution> <label>Site AAAAAA</label>
<actions_evolution>0%</actions_evolution> <visits_evolution>0%</visits_evolution>
<pageviews_evolution>0%</pageviews_evolution> <actions_evolution>0%</actions_evolution>
<revenue_evolution>0%</revenue_evolution> <pageviews_evolution>0%</pageviews_evolution>
<nb_pageviews>3</nb_pageviews> <revenue_evolution>0%</revenue_evolution>
<revenue>0</revenue> <nb_pageviews>3</nb_pageviews>
<revenue>0</revenue>
<group />
<main_url>http://piwik.net</main_url>
<idsite>1</idsite>
</row>
</result> </result>
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter