You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
2.5 KiB
51 lines
2.5 KiB
<paquet |
|
prefix="accesrestreint" |
|
categorie="auteur" |
|
version="4.2.4" |
|
etat="stable" |
|
compatibilite="[3.1.0;4.0.*]" |
|
logo="prive/themes/spip/images/accesrestreint-64.png" |
|
schema="0.5.0" |
|
documentation="https://contrib.spip.net/Acces-Restreint-3-0" |
|
> |
|
<nom>Acces Restreint</nom> |
|
<!-- Gestion de zones d'acces restreint --> |
|
|
|
<auteur lien="http://www.yterium.net" mail="cedric.morin@yterium.com">Cedric Morin</auteur> |
|
<credit lien="https://www.flaticon.com/authors/pixel-perfect">Icons made by Pixel perfect from www.flaticon.com</credit> |
|
|
|
<copyright>2007-2019</copyright> |
|
|
|
<licence lien="http://www.gnu.org/licenses/gpl-3.0.html">GPL</licence> |
|
|
|
<traduire module="accesrestreint" reference="fr" gestionnaire="salvatore" /> |
|
|
|
<pipeline nom="declarer_tables_interfaces" inclure="base/accesrestreint.php" /> |
|
<pipeline nom="declarer_tables_objets_sql" inclure="base/accesrestreint.php" /> |
|
<pipeline nom="declarer_tables_auxiliaires" inclure="base/accesrestreint.php" /> |
|
<pipeline nom="pre_boucle" inclure="public/accesrestreint.php" /> |
|
<pipeline nom="rechercher_liste_des_champs" inclure="public/accesrestreint.php" /> |
|
<pipeline nom="accesrestreint_liste_zones_autorisees" action="liste_zones_autorisees" inclure="inc/accesrestreint.php" /> |
|
<pipeline nom="affiche_milieu" inclure="accesrestreint_pipelines.php" /> |
|
<pipeline nom="affiche_gauche" inclure="accesrestreint_pipelines.php" /> |
|
<pipeline nom="page_indisponible" inclure="accesrestreint_pipelines.php" /> |
|
<pipeline nom="autoriser" inclure="inc/accesrestreint_autoriser.php" /> |
|
<pipeline nom="post_edition" inclure="accesrestreint_pipelines.php" /> |
|
|
|
<!-- Permettre de modifier la liste des contenus restreints pour un visiteur donné --> |
|
<pipeline nom="accesrestreint_liste_objets_exclus" action="" /> |
|
<!-- IMG/xx/... toujours accessibles en lecture --> |
|
<pipeline nom="accesrestreint_repertoires_toujours_autorises" action="" /> |
|
<!-- Avant d'analyser si un fichier demandé doit être envoyé au navigateur --> |
|
<pipeline nom="accesrestreint_pre_vue_document" action="" /> |
|
<!-- Après avoir analysé le doc, et juste avant son affichage --> |
|
<pipeline nom="accesrestreint_afficher_document" action="" /> |
|
<!-- Code de la condition pour filtrer les objets accessibles --> |
|
<pipeline nom="accesrestreint_objets_accessibles_where" action="" /> |
|
<!-- Test pour savoir si un objet est restreint --> |
|
<pipeline nom="accesrestreint_objet_restreint" action="" /> |
|
|
|
<menu nom="zones" titre="accesrestreint:icone_menu_config" parent="menu_publication" icone="images/zone-16.png" /> |
|
|
|
<utilise nom="medias" compatibilite="[2.7.27;]" /> |
|
</paquet>
|
|
|