Validations sur la source (8913)
Affichage de
- .gitattributes 2 ajouts, 1139 suppressions.gitattributes
- .gitignore 16 ajouts, 35 suppressions.gitignore
- .gitlab/issue_templates/default.md 33 ajouts, 0 suppression.gitlab/issue_templates/default.md
- CHANGELOG.md 16 ajouts, 0 suppressionCHANGELOG.md
- IMG/remove.txt 0 ajout, 3 suppressionsIMG/remove.txt
- INSTALL.txt 0 ajout, 15 suppressionsINSTALL.txt
- LICENSE 0 ajout, 0 suppressionLICENSE
- README.md 113 ajouts, 0 suppressionREADME.md
- SECURITY.md 9 ajouts, 0 suppressionSECURITY.md
- 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/ecran_securite.php 0 ajout, 202 suppressionsconfig/ecran_securite.php
- 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/acceder_document.php 0 ajout, 124 suppressionsecrire/action/acceder_document.php
- ecrire/action/activer_plugins.php 0 ajout, 62 suppressionsecrire/action/activer_plugins.php
- ecrire/action/ajouter_lien.php 0 ajout, 29 suppressionsecrire/action/ajouter_lien.php
- ecrire/action/auth.php 0 ajout, 45 suppressionsecrire/action/auth.php
Certaines modifications ne sont pas affichées.
For a faster browsing experience, only 20 of 1000+ files are shown.
.gitlab/issue_templates/default.md
0 → 100644
CHANGELOG.md
0 → 100644
IMG/remove.txt
supprimé
100644 → 0
INSTALL.txt
supprimé
100644 → 0
Fichier déplacé
README.md
0 → 100644
SECURITY.md
0 → 100644
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/ecran_securite.php
supprimé
100644 → 0
config/remove.txt
supprimé
100644 → 0
config/spip/dirs.php
0 → 100644
config/spip/routes.php
0 → 100644
ecrire/action/acceder_document.php
supprimé
100644 → 0
ecrire/action/activer_plugins.php
supprimé
100644 → 0
ecrire/action/ajouter_lien.php
supprimé
100644 → 0
ecrire/action/auth.php
supprimé
100644 → 0