Project

General

Profile

Ruptures de compatibilité » History » Version 4

Simon, 06/05/2024 01:50 PM

1 1 Simon
h1. Ruptures de compatibilité
2
3
L'évolution de Linea21 n’entraînent généralement pas de rupture de compatibilité. Il peut toutefois arriver que des modifications soient effectuées et affectent le système de _templates_ .
4
5 2 Simon
Vous ne serez probablement pas concernés.
6
7 1 Simon
8 4 Simon
h2. Version 2.7
9
10
|_. Fichier|_.Ligne (appro.)|_.Action|_.Changements|_.Référence|
11
| project/display.php | 1030 | remplacer `footerAddJS('../lib/js/jquery.sparkline.min.js');` 
12
et ligne suivante par 
13
`footerAddJS('../lib/js/peity-3.3.0/jquery.peity.min.js');
14
footerAddInlineJS("$('.dashboard-indicator-sparkline .inlinebar').peity( 'bar', { fill: ['#5EA7AC']});");` | changement de librairie javascript pour la génération de sparkline |  #1645/ 4394 |
15
16
17
18
19 1 Simon
h2. Version 2.5 
20
21
|_. Fichier|_.Ligne (appro.)|_.Action|_.Changements|_.Référence|
22
| workshop/display.php | 75 | remplacer `SQL_getWorkcomList($debut, SELECT_LIMIT, $workshop_id);`
23
par `SQL_getWorkcomList($workshop_id, $debut, SELECT_LIMIT);` | renversement de l'ordre des arguments |  #1238 |
24
| workshop/display.php | 129 | remplacer `SQL_getOnetopicWorkcom2($id, $com_id, $root= -1, $debut, $limite = SELECT_LIMIT)`
25
par `SQL_getOnetopicWorkcom2($id, $com_id, $debut, $limite = SELECT_LIMIT, $root= -1)` | renversement de l'ordre des arguments | #1238 |
26 3 Simon
| workshop/display.php | 19 & 143 | Mettre à jour, voir "diff:r4007":https://dev.linea21.com/projects/linea21/repository/linea21/revisions/4007/diff/branches/dev/news/display.php | changement de bibliothèques de manipulation d'images | #1318 / r4007 |
27
| news/display.php | 22, 230, 290 | Mettre à jour, voir "diff:r4007":https://dev.linea21.com/projects/linea21/repository/linea21/revisions/4007/diff/branches/dev/public/dist/display.php  | changement de bibliothèques de manipulation d'images | #1318 / r4007 |