Changeset 3978
- Timestamp:
- 09/20/10 01:38:50 (10 years ago)
- Location:
- plugins_spip/diogene
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins_spip/diogene/diogene_autoriser.php
r3708 r3978 160 160 } 161 161 162 // Autoriser a creer un site dans la rubrique $id 163 // http://doc.spip.org/@autoriser_rubrique_creersitedans_dist 162 /** 163 * Autoriser a creer un site dans la rubrique $id 164 * Surcharge de http://doc.spip.org/@autoriser_rubrique_creersitedans_dist 165 * 166 * @param unknown_type $faire 167 * @param unknown_type $type 168 * @param unknown_type $id 169 * @param unknown_type $qui 170 * @param unknown_type $opt 171 */ 164 172 function autoriser_rubrique_creersitedans($faire, $type, $id, $qui, $opt) { 165 173 $id_secteur = sql_getfetsel('id_secteur','spip_rubriques','id_rubrique='.intval($id)); … … 176 184 ); 177 185 } 186 187 /** 188 * Autorisation a modifier le logo d'un diogÚne 189 * 190 * @param unknown_type $faire 191 * @param unknown_type $quoi 192 * @param unknown_type $id 193 * @param unknown_type $qui 194 * @param unknown_type $opts 195 */ 196 function autoriser_diogene_iconifier_dist($faire,$quoi,$id,$qui,$opts){ 197 return (($qui['statut'] == '0minirezo') AND !$qui['restreint']); 198 } 178 199 ?> -
plugins_spip/diogene/diogene_options.php
r3341 r3978 19 19 20 20 $GLOBALS['spip_pipeline']['diogene_champs_sup']=""; 21 22 $GLOBALS['logo_libelles']['id_diogene'] = _T('diogene:libelle_logo_diogene'); 21 23 22 24 function revision_diogene($id_diogene,$champs=false){ -
plugins_spip/diogene/lang/diogene_en.php
r3847 r3978 67 67 'label_statuts_article_defaut' => 'Which is the default status of the articles when they are created ?', 68 68 'legende_selecteur_statut' => 'Status', 69 'libelle_logo_diogene' => 'TEMPLATE\'S LOGO', 69 70 'lien_publier_nouvelle_rubrique' => 'Publish a new section (@type@)', 70 71 -
plugins_spip/diogene/lang/diogene_fr.php
r3847 r3978 67 67 'label_statuts_article_defaut' => 'Quel est le statut par défaut à la création de l\'article', 68 68 'legende_selecteur_statut' => 'Statut', 69 'libelle_logo_diogene' => 'LOGO DU TEMPLATE', 69 70 'lien_publier_nouvelle_rubrique' => 'Publier une nouvelle rubrique (@type@)', 70 71 -
plugins_spip/diogene/plugin.xml
r3913 r3978 3 3 <auteur>kent1</auteur> 4 4 <licence>GPL v3</licence> 5 <version>0.3. 5</version>5 <version>0.3.6</version> 6 6 <version_base>0.3.2</version_base> 7 7 <etat>dev</etat> -
plugins_spip/diogene/prive/exec/diogenes_edit.html
r3113 r3978 27 27 </div> 28 28 </div> 29 30 [(#ENV**{id_diogene}|diogene_form_logo)] 29 31 ] 30 32 <!--/#navigation-->
Note: See TracChangeset
for help on using the changeset viewer.