Changeset 52802 in spip-zone
- Timestamp:
- Oct 7, 2011, 9:13:53 AM (9 years ago)
- Location:
- _plugins_/notation
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/notation/action/supprimer_notation.php
r34282 r52802 6 6 * 7 7 */ 8 9 if (!defined("_ECRIRE_INC_VERSION")) return; 8 10 9 11 function action_supprimer_notation_dist(){ -
_plugins_/notation/base/notation_upgrade.php
r47771 r52802 7 7 * Logiciel libre distribue sous licence GNU/GPL. 8 8 **/ 9 10 if (!defined("_ECRIRE_INC_VERSION")) return; 11 9 12 include_spip('inc/meta'); 10 13 include_spip('base/create'); … … 22 25 $config = charger_fonction('config','inc'); 23 26 $config(); 24 // Ruse : sur une NOUVELLE installation, on a d éjàtout fait, donc $version_cible directement !!!!27 // Ruse : sur une NOUVELLE installation, on a d�j� tout fait, donc $version_cible directement !!!! 25 28 ecrire_meta($nom_meta_base_version,$current_version=$version_cible); 26 29 } … … 96 99 } 97 100 if (version_compare($current_version,"0.6.3","<")){ 98 // Pour ceux qui ont install éune 0.6.2 directement avant la correction creant 'accepter_note'101 // Pour ceux qui ont install� une 0.6.2 directement avant la correction creant 'accepter_note' 99 102 maj_tables(array('spip_articles')); 100 103 ecrire_meta($nom_meta_base_version,$current_version="0.6.3"); -
_plugins_/notation/formulaires/configurer_notation_fonctions.php
r42226 r52802 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 2 5 include_spip('inc/notation'); // pour fonction |note_ponderee 3 6 -
_plugins_/notation/formulaires/configurer_notation_general.php
r46349 r52802 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 include_spip('inc/meta'); -
_plugins_/notation/inc/notation_autorisations.php
r46349 r52802 8 8 * @return bool true/false 9 9 */ 10 11 if (!defined("_ECRIRE_INC_VERSION")) return; 10 12 11 13 // fonction pour le pipeline, n'a rien a effectuer -
_plugins_/notation/inc/notation_balises.php
r52433 r52802 8 8 * 9 9 **/ 10 if (!defined("_ECRIRE_INC_VERSION")) return; 10 11 11 12 define('_NOTATION_AFFICHAGE_RAPIDE',1); -
_plugins_/notation/lang/notation_en.php
r41592 r52802 11 11 **/ 12 12 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 13 14 if (!defined("_ECRIRE_INC_VERSION")) return; 13 15 14 16 $GLOBALS[$GLOBALS['idx_lang']] = array( -
_plugins_/notation/lang/notation_fr.php
r50258 r52802 11 11 **/ 12 12 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 13 14 if (!defined("_ECRIRE_INC_VERSION")) return; 13 15 14 16 $GLOBALS[$GLOBALS['idx_lang']] = array( -
_plugins_/notation/notation_fonctions.php
r24038 r52802 9 9 * 10 10 **/ 11 12 if (!defined("_ECRIRE_INC_VERSION")) return; 11 13 12 14 /** Filtre pour les tableaux : -
_plugins_/notation/notation_pipelines.php
r46349 r52802 1 1 <?php 2 3 if (!defined("_ECRIRE_INC_VERSION")) return; 2 4 3 5 function notation_header_prive($flux){
Note: See TracChangeset
for help on using the changeset viewer.