[tw ↪ tests_spip44] 20 commits

spip/tw | 20 commits

Par Matthieu Marcillaud, le 2 mai 2025 à 14h22min :

test: Correction d’un test utilisant la balise code, qui retourne des simple quote maintenant

(cherry picked from commit 876007962e387649a3fbe3a09f308ba81070f7fb)

Modifié
tests/data/base/backtick_block.html
tests/data/base/backtick_md_span.html
tests/data/base/backtick_span.html
tests/data/base/code_block.html
tests/data/base/code_span.html
tests/data/base/compound_emphasis.html
tests/data/base/escaping.html
tests/data/base/fenced_code_block.html
tests/data/base/inline_link.html
tests/data/modeles_block/code_block.html
tests/data/modeles_block/code_span.html
tests/data/modeles_block/compound_emphasis.html
tests/data/modeles_block/fenced_code_block.html
tests/data/modeles_block/inline_link.html
tests/data/modeles_inline/code_block.html
tests/data/modeles_inline/code_span.html
tests/data/modeles_inline/compound_emphasis.html
tests/data/modeles_inline/fenced_code_block.html
tests/data/modeles_inline/inline_link.html
tests/data/typo/backtick_block.html
tests/data/typo/backtick_block_php.html
tests/data/typo/backtick_md_span.html
tests/data/typo/backtick_span.html
tests/data/typo/code_block.html
tests/data/typo/code_span.html
tests/data/typo/compound_emphasis.html
tests/data/typo/fenced_code_block.html
tests/data/typo/inline_link.html

Détails : test: Correction d’un test utilisant la balise code, qui retourne des simple quote maintenant (51c72026) · Validations · spip / tw · GitLab

==============================
Par b_b, le 2 mai 2025 à 14h22min :

test: réparer les tests de textwheel sur les listes

Fix: #4870
(cherry picked from commit 7cae1da46b6c07292dda18f525cbcc6120a539df)

Modifié
tests/data/base/compound_blockquote.html
tests/data/base/compound_list.html
tests/data/base/deeply_nested_list.html
tests/data/base/lazy_list.html
tests/data/base/mixed_list.html
tests/data/base/multiline_list_paragraph.html
tests/data/base/ordered_list.html
tests/data/base/paragraph_list.html
tests/data/base/sparse_dense_list.html
tests/data/base/sparse_list.html
tests/data/base/unordered_list.html
tests/data/modeles_block/compound_blockquote.html
tests/data/modeles_block/compound_list.html
tests/data/modeles_block/deeply_nested_list.html
tests/data/modeles_block/lazy_list.html
tests/data/modeles_block/mixed_list.html
tests/data/modeles_block/multiline_list_paragraph.html
tests/data/modeles_block/ordered_list.html
tests/data/modeles_block/paragraph_list.html
tests/data/modeles_block/sparse_dense_list.html
tests/data/modeles_block/sparse_list.html
tests/data/modeles_block/unordered_list.html
tests/data/modeles_inline/compound_blockquote.html
tests/data/modeles_inline/compound_list.html
tests/data/modeles_inline/deeply_nested_list.html
tests/data/modeles_inline/lazy_list.html
tests/data/modeles_inline/mixed_list.html
tests/data/modeles_inline/multiline_list_paragraph.html
tests/data/modeles_inline/ordered_list.html
tests/data/modeles_inline/paragraph_list.html
tests/data/modeles_inline/sparse_dense_list.html
tests/data/modeles_inline/sparse_list.html
tests/data/modeles_inline/unordered_list.html
tests/data/typo/compound_blockquote.html
tests/data/typo/compound_list.html
tests/data/typo/deeply_nested_list.html
tests/data/typo/lazy_list.html
tests/data/typo/mixed_list.html
tests/data/typo/multiline_list_paragraph.html
tests/data/typo/ordered_list.html
tests/data/typo/paragraph_list.html
tests/data/typo/sparse_dense_list.html
tests/data/typo/sparse_list.html
tests/data/typo/unordered_list.html

Détails : test: réparer les tests de textwheel sur les listes (3281a87f) · Validations · spip / tw · GitLab

==============================
Par Matthieu Marcillaud, le 8 avril 2025 à 11h47min :

build: Version 3.3.3

Modifié
CHANGELOG.md
paquet.xml

Détails : build: Version 3.3.3 (1780a5fe) · Validations · spip / tw · GitLab

==============================
Par Maïeul Rouquette, le 7 mars 2025 à 23h02min :

build: #4885

Modifié
CHANGELOG.md

Détails : build: #4885 (8a4268d6) · Validations · spip / tw · GitLab

==============================
Par Maïeul Rouquette, le 7 mars 2025 à 22h59min :

fix: autoriser les fusions dès la deuxième ligne d’un tableau

fix: #4885

(cherry picked from commit a7c5d3909db968eb619bb522fd18cd886df5a7d9)

Modifié
inc/texte.php

Détails : fix: autoriser les fusions dès la deuxième ligne d'un tableau (7fe29aa6) · Validations · spip / tw · GitLab

==============================
Par Maïeul Rouquette, le 27 février 2025 à 12h28min :

docs(changelog): spip/spip#6037

Modifié
CHANGELOG.md

Détails : docs(changelog): spip/spip#6037 (3d134bff) · Validations · spip / tw · GitLab

==============================
Par jluc, le 27 février 2025 à 12h22min :

fix: traiter_lien_explicite() : protocole par défaut + liste des protocoles à jour via la constante _PROTOCOLES_STD, plus à jour et plus complète

ref: #6037
(cherry picked from commit 1a66411507c98fa48a2e0cbb9ea88dee300cbb39)

Modifié
inc/lien.php

Détails : fix: `traiter_lien_explicite()` : protocole par défaut + liste des protocoles... (7e3754cd) · Validations · spip / tw · GitLab

==============================
Par jluc, le 27 février 2025 à 12h22min :

fix: traiter_lien_explicite() doit renvoyer un tableau associatif pour inc_lien_dist() en mode 'tout'

fix: #6037
(cherry picked from commit 539853e2ca1d68efa236990a847d10263748772c)

Modifié
inc/lien.php

Détails : fix: `traiter_lien_explicite()` doit renvoyer un tableau associatif pour... (5085e3ab) · Validations · spip / tw · GitLab

==============================
Par Matthieu Marcillaud, le 14 février 2025 à 11h42min :

build: Version 3.3.2

Modifié
CHANGELOG.md
paquet.xml

Détails : build: Version 3.3.2 (4f0bed38) · Validations · spip / tw · GitLab

==============================
Par b_b, le 17 janvier 2025 à 15h51min :

docs(changelog): retrait des entrées des versions précédentes

Modifié
CHANGELOG.md

Détails : docs(changelog): retrait des entrées des versions précédentes (c9c36d8b) · Validations · spip / tw · GitLab

==============================
Par Matthieu Marcillaud, le 17 janvier 2025 à 11h47min :

build: Version 3.3.1

Modifié
CHANGELOG.md
paquet.xml

Détails : build: Version 3.3.1 (2052ff41) · Validations · spip / tw · GitLab

==============================
Par Cerdic, le 16 janvier 2025 à 15h07min :

fix: Tableaux (colspan & rowspan): ignorer un ^ sur le première ligne, ce qui n’a pas de sens, et éviter une variable indéfinie

Refs: !4886
(cherry picked from commit 26a8370315d012bb7eef06a560391608c387e73c)

Modifié
inc/texte.php

Détails : fix: Tableaux (colspan & rowspan): ignorer un `^` sur le première ligne, ce... (8a4bd04b) · Validations · spip / tw · GitLab

==============================
Par Cerdic, le 16 janvier 2025 à 15h07min :

fix: prendre le nombre maxi de colonnes, et pas celui de la première ligne, pour eviter des indéfinies plus bas quand on regroupe les ^ depuis une ligne plus longue que la première ligne

(cherry picked from commit 0361a5dcccb23f421075b3c56b73c060e4f3715a)

Modifié
inc/texte.php

Détails : fix: prendre le nombre maxi de colonnes, et pas celui de la première ligne,... (1e715781) · Validations · spip / tw · GitLab

==============================
Par Cerdic, le 16 janvier 2025 à 15h07min :

refactor: nommage des variables pour plus de clareté

(cherry picked from commit f2cf0df08eebdf7db8e1532e8f5dc5c7b10a6931)

Modifié
inc/texte.php

Détails : refactor: nommage des variables pour plus de clareté (d87bbd16) · Validations · spip / tw · GitLab

==============================
Par JamesRezo, le 27 novembre 2024 à 16h24min :

build: version 3.3.0 stable

Modifié
CHANGELOG.md
composer.json
paquet.xml
phpstan-baseline.neon

Détails : build: version 3.3.0 stable (c09c7cf8) · Validations · spip / tw · GitLab

==============================
Par JamesRezo, le 1er octobre 2024 à 22h12min :

build: branche 3.3

Modifié
composer.json
paquet.xml

Détails : build: branche 3.3 (8ff9ebdc) · Validations · spip / tw · GitLab

==============================
Par Maïeul Rouquette, le 11 septembre 2024 à 21h09min :

docs(changelog): Déprécier tout ce qui est math en 4.4 (#5993) · Issues · spip / spip · GitLab

Modifié
CHANGELOG.md

Détails : docs(changelog): https://git.spip.net/spip/spip/-/issues/5993 (948b13ab) · Validations · spip / tw · GitLab

==============================
Par Maïeul Rouquette, le 11 septembre 2024 à 21h09min :

deprecate: replace_math()

Ref: Déprécier tout ce qui est math en 4.4 (#5993) · Issues · spip / spip · GitLab

Modifié
wheels/spip/spip.php

Détails : deprecate: `replace_math()` (cc7b9455) · Validations · spip / tw · GitLab

==============================
Par Matthieu Marcillaud, le 1er août 2024 à 16h02min :

build: Version 3.2.0

Modifié
CHANGELOG.md
paquet.xml

Détails : build: Version 3.2.0 (c5dc73a1) · Validations · spip / tw · GitLab

==============================
Par Matthieu Marcillaud, le 1er août 2024 à 15h36min :

revert de 1f26580 (ce n’est pas dans SPIP 4.3)

Modifié
inc/texte.php

Détails : revert de 1f26580 (ce n’est pas dans SPIP 4.3) (725340b7) · Validations · spip / tw · GitLab