Validations sur la source (297)
Affichage de
- .editorconfig 0 ajout, 20 suppressions.editorconfig
- .gitattributes 2 ajouts, 17 suppressions.gitattributes
- .gitignore 6 ajouts, 31 suppressions.gitignore
- .gitlab/issue_templates/default.md 33 ajouts, 0 suppression.gitlab/issue_templates/default.md
- CHANGELOG.md 7 ajouts, 75 suppressionsCHANGELOG.md
- IMG/remove.txt 0 ajout, 3 suppressionsIMG/remove.txt
- README.md 23 ajouts, 6 suppressionsREADME.md
- UPGRADE_5.0.md 369 ajouts, 29 suppressionsUPGRADE_5.0.md
- composer.json 24 ajouts, 77 suppressionscomposer.json
- composer.lock 1929 ajouts, 1503 suppressionscomposer.lock
- config/remove.txt 0 ajout, 3 suppressionsconfig/remove.txt
- config/spip/dirs.php 49 ajouts, 0 suppressionconfig/spip/dirs.php
- config/spip/routes.php 6 ajouts, 0 suppressionconfig/spip/routes.php
- ecrire/action/activer_plugins.php 0 ajout, 94 suppressionsecrire/action/activer_plugins.php
- ecrire/action/ajouter_lien.php 0 ajout, 46 suppressionsecrire/action/ajouter_lien.php
- ecrire/action/annuler_job.php 0 ajout, 37 suppressionsecrire/action/annuler_job.php
- ecrire/action/api_transmettre.php 0 ajout, 107 suppressionsecrire/action/api_transmettre.php
- ecrire/action/auth.php 0 ajout, 48 suppressionsecrire/action/auth.php
- ecrire/action/calculer_taille_cache.php 0 ajout, 102 suppressionsecrire/action/calculer_taille_cache.php
- ecrire/action/confirmer_email.php 0 ajout, 49 suppressionsecrire/action/confirmer_email.php
Certaines modifications ne sont pas affichées.
For a faster browsing experience, only 20 of 1000+ files are shown.
.editorconfig
supprimé
100644 → 0
.gitlab/issue_templates/default.md
0 → 100644
IMG/remove.txt
supprimé
100644 → 0
{ | ||
"name": "spip/spip", | ||
"description": "Système de Publication pour l’Internet", | ||
"license": "GPL-3.0-only", | ||
"type": "project", | ||
"keywords": [ | ||
"cms", | ||
"spip" | ||
], | ||
"require": { | ||
"php": "^8.2", | ||
"ext-json": "*", | ||
"ext-sodium": "*", | ||
"ext-xml": "*", | ||
"ext-zip": "*", | ||
"algo26-matthias/idna-convert": "^4.0", | ||
"spip/aide": "^3.3.x-dev", | ||
"spip/archiviste": "^3.0.x-dev", | ||
"spip/bigup": "^3.3", | ||
"spip/cache": "^1.0.x-dev", | ||
"spip/compagnon": "^3.2.x-dev", | ||
"spip/composer-installer": "^0.6.1", | ||
"spip/compresseur": "^2.2.x-dev", | ||
"spip/dist": "^4.3.x-dev", | ||
"spip/dump": "^2.2.x-dev", | ||
"spip/filesystem": "^1.2.x-dev", | ||
"spip/forum": "^3.2.x-dev", | ||
"spip/hasher": "^1.0.x-dev", | ||
"spip/images": "^4.3.x-dev", | ||
"spip/logger": "^1.0", | ||
"spip/mediabox": "^3.2.x-dev", | ||
"spip/medias": "^4.4.x-dev", | ||
"spip/mots": "^4.2.x-dev", | ||
"spip/path": "^1.0.x-dev", | ||
"spip/plan": "^4.2.x-dev", | ||
"spip/porte-plume": "^3.2.x-dev", | ||
"spip/revisions": "^3.2.x-dev", | ||
"spip/safehtml": "^3.2.x-dev", | ||
"spip-league/composer-installer": "^0.8", | ||
"spip-league/kernel": "^2.0", | ||
"spip/classic-distribution": "^5.0", | ||
"spip/security": "^1.6", | ||
"spip/sites": "^4.2.x-dev", | ||
"spip/stats": "^3.2.x-dev", | ||
"spip/svp": "^3.2.x-dev", | ||
"spip/tw": "^3.2.x-dev", | ||
"spip/urls": "^4.2.x-dev", | ||
"symfony/deprecation-contracts": "^3.3", | ||
"symfony/polyfill-mbstring": "^1.27", | ||
"symfony/polyfill-php82": "^1.27" | ||
"symfony/polyfill-php83": "^1.31", | ||
"symfony/polyfill-php84": "^1.31" | ||
}, | ||
"require-dev": { | ||
"dealerdirect/phpcodesniffer-composer-installer": "^1.0", | ||
"lolli42/finediff": "^1.0", | ||
"phpcompatibility/php-compatibility": "10.x-dev", | ||
"phpstan/phpstan": "^1.10", | ||
"phpunit/phpunit": "^11.0", | ||
"spip/coding-standards": "^1.3", | ||
"symfony/var-dumper": "^7.0", | ||
"symplify/easy-coding-standard": "^11.5" | ||
}, | ||
"suggest": { | ||
"ext-curl": "*", | ||
"ext-gd": "For image processing", | ||
"ext-iconv": "Can be used as fallback when ext-mbstring is not available", | ||
"ext-mbstring": "Faster than the polyfill for string actions", | ||
"ext-mysqli": "*", | ||
"ext-pdo": "*", | ||
"ext-pdo_sqlite": "*" | ||
"phpunit/phpunit": "^11.4", | ||
"symfony/var-dumper": "^7.2" | ||
}, | ||
"repositories": { | ||
"spip": { | ||
... | ... | @@ -64,45 +26,28 @@ |
"url": "https://get.spip.net/composer" | ||
} | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Spip\\": "ecrire/src/" | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Spip\\Test\\": "ecrire/tests/" | ||
"Spip\\Test\\": "ecrire/tests/integration/" | ||
} | ||
}, | ||
"archive": { | ||
"name": "spip", | ||
"exclude": [ | ||
"!/vendor", | ||
"/phpunit.xml.dist", | ||
"/phpcs.xml.dist", | ||
"/phpstan.neon.dist", | ||
"/phpstan-baseline.neon", | ||
"!/ecrire", | ||
"!/plugins-dist", | ||
"!/prive", | ||
"!/squelettes-dist", | ||
"/config/", | ||
"!/config/ecran_securite.php", | ||
"!/config/remove.txt", | ||
"/IMG/", | ||
"!/IMG/remove.txt", | ||
"/local/", | ||
"!/local/remove.txt", | ||
"!/local/CACHEDIR.TAG", | ||
"/tmp/", | ||
"!/tmp/remove.txt", | ||
"!/tmp/CACHEDIR.TAG" | ||
"!/vendor" | ||
] | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"dealerdirect/phpcodesniffer-composer-installer": true, | ||
"spip/composer-installer": true | ||
"spip-league/composer-installer": true | ||
}, | ||
"platform": { | ||
"php": "8.2.17" | ||
"php": "8.2.26" | ||
} | ||
}, | ||
"extra": { | ||
... | ... | @@ -110,6 +55,7 @@ |
"dev-master": "5.0.x-dev" | ||
}, | ||
"spip": { | ||
"back_office": "spip/ecrire", | ||
"extensions": [ | ||
"spip/aide", | ||
"spip/archiviste", | ||
... | ... | @@ -132,6 +78,7 @@ |
"spip/tw", | ||
"spip/urls" | ||
], | ||
"private_template": "spip/prive", | ||
"template": "spip/dist" | ||
} | ||
} | ||
... | ... |
Ce diff est replié.
config/remove.txt
supprimé
100644 → 0
config/spip/dirs.php
0 → 100644
config/spip/routes.php
0 → 100644
ecrire/action/activer_plugins.php
supprimé
100644 → 0
ecrire/action/ajouter_lien.php
supprimé
100644 → 0
ecrire/action/annuler_job.php
supprimé
100644 → 0
ecrire/action/api_transmettre.php
supprimé
100644 → 0
ecrire/action/auth.php
supprimé
100644 → 0
ecrire/action/confirmer_email.php
supprimé
100644 → 0