Subversion Repositories Applications.referentiel

Compare Revisions

Ignore whitespace Rev 149 → Rev 150

/trunk/interfaces/configurations/config.default.ini
62,7 → 62,7
; Url du Jrest utilisé pour les services web fournissant les données à l'application
url_jrest = "{ref:url_base}services/"
; Nom du fichier contenant les infos sur la version courante du manuel technique
manuel = "referentiel_v2.1.ini"
manuel = "referentiel_v4.1.ini"
; Liste des forums de discussion de chaque projet : forum.<code_du_projet>
forum.bdnff = "isff@tela-botanica.org"
forum.bdnbe = "referentiel_bryo@tela-botanica.org"
/trunk/scripts/modules/versionnage/Versionnage.php
19,7 → 19,7
class Versionnage extends ScriptCommande {
const SCRIPT_NOM = 'versionnage';
const MANUEL_VERSION = "2.1";
const MANUEL_VERSION = "4.1";
private $projet = null;
private $traitement = null;
/trunk/scripts/modules/tests/Tests.php
32,7 → 32,7
private $referentielDao = null;
public function executer() {
$this->manuel = parse_ini_file(Config::get('chemin_appli').DS.'..'.DS.'configurations'.DS.'referentiel_v2.1.ini');
$this->manuel = parse_ini_file(Config::get('chemin_appli').DS.'..'.DS.'configurations'.DS.'referentiel_v4.1.ini');
$this->resultatDao = new ResultatDao();
$this->traitementDao = new TraitementDao();