Validations sur la source (17228)
Affichage de
- .gitattributes 2 ajouts, 393 suppressions.gitattributes
- .gitignore 16 ajouts, 26 suppressions.gitignore
- .gitlab/issue_templates/default.md 33 ajouts, 0 suppression.gitlab/issue_templates/default.md
- CACHE/remove.txt 0 ajout, 3 suppressionsCACHE/remove.txt
- CHANGELOG.md 16 ajouts, 0 suppressionCHANGELOG.md
- COPYING.txt 0 ajout, 340 suppressionsCOPYING.txt
- IMG/logo_spip.jpg 0 ajout, 0 suppressionIMG/logo_spip.jpg
- INSTALL.txt 0 ajout, 15 suppressionsINSTALL.txt
- LICENSE 674 ajouts, 0 suppressionLICENSE
- README.md 113 ajouts, 0 suppressionREADME.md
- SECURITY.md 9 ajouts, 0 suppressionSECURITY.md
- UPGRADE.txt 0 ajout, 26 suppressionsUPGRADE.txt
- UPGRADE_5.0.md 932 ajouts, 0 suppressionUPGRADE_5.0.md
- composer.json 85 ajouts, 0 suppressioncomposer.json
- composer.lock 5465 ajouts, 0 suppressioncomposer.lock
- config/spip/dirs.php 49 ajouts, 0 suppressionconfig/spip/dirs.php
- config/spip/routes.php 6 ajouts, 0 suppressionconfig/spip/routes.php
- dist/404.html 0 ajout, 61 suppressionsdist/404.html
- dist/agenda.html 0 ajout, 12 suppressionsdist/agenda.html
- dist/agenda_jour.html 0 ajout, 52 suppressionsdist/agenda_jour.html
.gitlab/issue_templates/default.md
0 → 100644
CACHE/remove.txt
supprimé
100644 → 0
CHANGELOG.md
0 → 100644
COPYING.txt
supprimé
100644 → 0
IMG/logo_spip.jpg
supprimé
100644 → 0
3,26 ko
INSTALL.txt
supprimé
100644 → 0
LICENSE
0 → 100644
Ce diff est replié.
README.md
0 → 100644
SECURITY.md
0 → 100644
UPGRADE.txt
supprimé
100644 → 0
UPGRADE_5.0.md
0 → 100644
Ce diff est replié.
composer.json
0 → 100644
{ | ||
"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", | ||
"spip-league/composer-installer": "^0.8", | ||
"spip-league/kernel": "^2.0", | ||
"spip/classic-distribution": "^5.0", | ||
"spip/security": "^1.6", | ||
"symfony/polyfill-php83": "^1.31", | ||
"symfony/polyfill-php84": "^1.31" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^11.4", | ||
"symfony/var-dumper": "^7.2" | ||
}, | ||
"repositories": { | ||
"spip": { | ||
"type": "composer", | ||
"url": "https://get.spip.net/composer" | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Spip\\Test\\": "ecrire/tests/integration/" | ||
} | ||
}, | ||
"archive": { | ||
"name": "spip", | ||
"exclude": [ | ||
"!/ecrire", | ||
"!/plugins-dist", | ||
"!/prive", | ||
"!/squelettes-dist", | ||
"!/vendor" | ||
] | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"spip-league/composer-installer": true | ||
}, | ||
"platform": { | ||
"php": "8.2.26" | ||
} | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "5.0.x-dev" | ||
}, | ||
"spip": { | ||
"back_office": "spip/ecrire", | ||
"extensions": [ | ||
"spip/aide", | ||
"spip/archiviste", | ||
"spip/bigup", | ||
"spip/compagnon", | ||
"spip/compresseur", | ||
"spip/dump", | ||
"spip/images", | ||
"spip/forum", | ||
"spip/mediabox", | ||
"spip/medias", | ||
"spip/mots", | ||
"spip/plan", | ||
"spip/porte-plume", | ||
"spip/revisions", | ||
"spip/safehtml", | ||
"spip/sites", | ||
"spip/stats", | ||
"spip/svp", | ||
"spip/tw", | ||
"spip/urls" | ||
], | ||
"private_template": "spip/prive", | ||
"template": "spip/dist" | ||
} | ||
} | ||
} |
composer.lock
0 → 100644
Ce diff est replié.
config/spip/dirs.php
0 → 100644
config/spip/routes.php
0 → 100644
dist/404.html
supprimé
100644 → 0
dist/agenda.html
supprimé
100644 → 0
dist/agenda_jour.html
supprimé
100644 → 0