function __construct($config)
 {
     $this->help = array('fr' => "\n    Ferme l'application. Elle ne sera plus accessible depuis le web.\n    ", 'en' => "\n    Close the application. It will not accessible anymore from the web.\n    ");
     parent::__construct($config);
 }
 function __construct($config)
 {
     $this->help = array('fr' => "\n    Active l'application\n    ", 'en' => "\n    Activate the application\n    ");
     parent::__construct($config);
 }
Example #3
0
 function __construct($config)
 {
     $this->help = array('fr' => "\n    Initialise l'application avec interface d'administration en utilisant\n    le module master_admin ainsi que jAuth et jAcl.\n\n    Les options -noauthdb et -noacl2db indiquent de ne pas utiliser et configurer\n    respectivement le driver db pour jAuth et le driver db pour jAcl2. La configuration\n    de jAcl2 et de jAuth pour l'accés à l'administration sera donc à votre charge.\n\n    L'option -profile permet d'indiquer le profil jDb à utiliser pour les drivers\n    db de jAuth et jAcl2.\n\n    L'argument entrypoint permet d'indique le point d'entrée qui sera utilisé pour\n    l'administration. Attention, si le point d'entrée existe déjà, il sera reconfiguré.\n    ", 'en' => "\n    Initialize the application with a web interface for administration, by activating\n    the module master_admin and configuring jAuth and jAcl.\n\n    Options -noauthdb and -noacl2db indicate to not use and to not configure\n    the driver 'db' of jAuth and the driver 'db' of jAcl2. So you will have to\n    configure jAuth and/or jAcl2 by yourself.\n\n    The argument 'entrypoint' indicates the entry point to use for the administration.\n    Carefull : if the entry point already exists, its configuration will be changed.\n    ");
     parent::__construct($config);
 }
 function __construct($config)
 {
     $this->help = array('fr' => "\n    Installe ou met à jour tous les modules d'une application qui sont activés.\n", 'en' => "\n    Install or upgrade all activated modules of an application.\n");
     parent::__construct($config);
 }
 function __construct($config)
 {
     $this->help = array('fr' => "\n    Installe ou met à jour les modules indiqués, même si ils ne sont pas activés.\n    Si un point d'entrée est indiqué, le module ne sera installé que pour\n    ce point d'entrée.\n\n    Option:\n        -p : indique des paramètres d'installation, valable que si un seul\n             module est indiqué\n    ", 'en' => "\n    Install or upgrade given modules even if there are not activated.\n    if an entry point is indicated, the module is installed only for this\n    entry point.\n\n    Option:\n        -p: parameters for the installation, valid if only one module is indicated\n    ");
     parent::__construct($config);
 }
Example #6
0
 function __construct($config)
 {
     $this->help = array('fr' => "\n    migre une application jelix 1.1  vers jelix 1.2\n    ", 'en' => "\n    Migrate a jelix 1.1 application to jelix 1.2\n    ");
     parent::__construct($config);
 }
Example #7
0
 function __construct($config)
 {
     $this->help = array('fr' => "\n    Crée un nouveau point d'entrée dans le répertoire www de l'application, en\n    utilisant le nom NAME donné en paramètre, et installe l'application\n    pour ce point d'entrée. Le fichier de configuration CONFIG sera utilisé\n    pour ce point d'entrée.\n    il sera crée si il n'existe pas déjà. Lors de la création, le fichier\n    de configuration indiqué dans le paramètre -copy-config sera utilisé comme\n    modèle.\n\n    L'option -type indique le type de point d'entrée : classic, jsonrpc,\n    xmlrpc, soap, cmdline.\n\n    Le nom du point d'entrée peut être un chemin sous-repertoire/foo.php.\n    ", 'en' => "\n    Create a new entry point in the www directory of the application, by using\n    the name NAME given as a parameter. It will use the configuration file\n    CONFIG. This file will be created if it doesn't exist, and in this case,\n    the file indicated as the optional parameter --copy-config will be used as\n    a model.\n\n    The -type option indicates the type of the entry point: classic, jsonrpc,\n    xmlrpc, soap, cmdline.\n\n    The name of the entry point can contain a subdirectory.\n    ");
     parent::__construct($config);
 }
Example #8
0
 function __construct($config)
 {
     $this->help = array('fr' => "\n    migre une application jelix 1.1  vers jelix 1.2\n\n    Option -v : mode verbeux.\n    ", 'en' => "\n    Migrate a jelix 1.1 application to jelix 1.2\n\n    Option -v: verbose mode.\n    ");
     parent::__construct($config);
 }