BlockLog/paquet.xml
tofulm b6710055e7 On ajoute une nouvelle methode pour calculer la chaine, pour cela, une
serialize une array 3 dimensions : sql_fetch_all
on ajoute une constante define("_BLOCKLOG_CHAINE_SIMPLE", true); pour
garder l'ancien fonctionnement et on peut utliser aussi la branche V1
2021-11-23 22:11:55 +01:00

25 lines
658 B
XML
Executable file

<paquet
prefix="blocklog"
categorie="outil"
version="2.0.0"
etat="dev"
compatibilite="[3.2.0;4.0.*]"
logo="prive/themes/spip/images/blocklog-64.png"
documentation=""
schema="1.0.7"
>
<nom>Block Log</nom>
<auteur lien='https://gamuza.fr'>tofulm</auteur>
<credit lien="https://gamuza.fr">Logo : tofulm</credit>
<licence>GNU/GPL</licence>
<pipeline nom="autoriser" inclure="blocklog_autorisations.php" />
<pipeline nom="declarer_tables_objets_sql" inclure="base/blocklog.php" />
<pipeline nom="declarer_tables_interfaces" inclure="base/blocklog.php" />
<pipeline nom="optimiser_base_disparus" inclure="blocklog_pipelines.php" />
</paquet>