spip-contrib-extensions/fulltext | 3 commits
Par RealET, le 14 janvier 2025 à 21h57min :
doc: changelog
Modifié
CHANGELOG.md
Détails : doc: changelog (4f349178) · Validations · spip-contrib-extensions / fulltext · GitLab
==============================
Par RealET, le 14 janvier 2025 à 21h57min :
fix: Deprecated: Using ${var} in strings is deprecated, use {$var} instead
fixes: #9
Modifié
inc/recherche_to_array.php
==============================
Par RealET, le 4 janvier 2025 à 13h34min :
fix : un depreciated en PHP 7.4 avec le plugin Pages uniques et spip-cli
Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /plugins/auto/fulltext/v2.0.4/inc/fulltext.php on line 62
Suite à un appel de fulltext_liste_creer_index('all');
Résolution : fulltext_trouver_engine_table() retourne toujours une chaine comme annoncée, et pas un void/null quand elle trouve pas le engine
Modifié
inc/fulltext.php