diff --git a/dev/test-size/readme b/dev/test-size/readme index 2652c63a1..42ebbe479 100644 --- a/dev/test-size/readme +++ b/dev/test-size/readme @@ -1,6 +1,6 @@ to use it --------------- -a. in phpcompta create a new "dossier" +a. in NOALYSS create a new "dossier" b. in the "accueil page" you can see it id c. ./simul.py (-l|-x|-s) |psql database_name (the database name is the DOMAIN_dossierID, replace the uppercase by the good values) @@ -11,5 +11,5 @@ for reusing the same database ------------------------------ * drop the database = dropdb database_name * recreate it - createdb -T mod1 -E UTF8 -O phpcompta database_name + createdb -T mod1 -E UTF8 -O noalyss database_name diff --git a/doc/developper/Doxyfile b/doc/developper/Doxyfile index bcec9d4aa..f5af137b2 100644 --- a/doc/developper/Doxyfile +++ b/doc/developper/Doxyfile @@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = phpcompta +PROJECT_NAME = noalyss # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = Version-6 +PROJECT_NUMBER = Version-6.7.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/html/admin/setup.js b/html/admin/setup.js index 123e29e11..6595f6f0a 100644 --- a/html/admin/setup.js +++ b/html/admin/setup.js @@ -12,7 +12,7 @@ content[203]="Utilisateur de la base de donnée postgresql"; content[204]="Mot de passe de l'utilisateur "; content[205]="Port de postgresql"; content[206]="En version mono dossier, le nom de la base de données doit être mentionné"; -content[207]="Vous devez choisir si phpcompta est installé sur l'un de vos servers ou sur un server mutualisé qui ne donne qu'une seule base de données"; +content[207]="Vous devez choisir si NOALYSS est installé sur l'un de vos servers ou sur un server mutualisé qui ne donne qu'une seule base de données"; function show_dbname(obj) { diff --git a/html/admin/setup.php b/html/admin/setup.php index cc271b104..f9764b762 100644 --- a/html/admin/setup.php +++ b/html/admin/setup.php @@ -35,7 +35,7 @@ /* $Revision*/ // Copyright Author Dany De Bontridder danydb@aevalys.eu /*!\file - * \brief This file permit to upgrade a version of phpcompta, it should be + * \brief This file permit to upgrade a version of NOALYSS , it should be * used and immediately delete after an upgrade. * This file is included in each release for a new upgrade * @@ -121,13 +121,13 @@ echo ' exit(); } if ( is_writable ('..'.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'constant.php') == false ) { - echo '
On ne peut pas écrire dans le répertoire de phpcompta, changez-en les droits
'; + echo 'On ne peut pas écrire dans le répertoire de NOALYSS, changez-en les droits
'; exit(); } if ( ! file_exists('..'.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'config.inc.php')) { - echo '