Subversion Repositories Applications.papyrus

Rev

Rev 466 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 466 Rev 786
1
-- Réglages parametres langues
1
-- Réglages parametres langues
2
UPDATE `gen_i18n` SET `gi_ce_pays` = 'FR', `gi_jeu_de_caracteres` = 'iso-8859-1' WHERE `gi_id_i18n` = 'fr';
2
UPDATE `gen_i18n` SET `gi_ce_pays` = 'FR', `gi_jeu_de_caracteres` = 'iso-8859-1' WHERE `gi_id_i18n` = 'fr';
3
UPDATE `gen_i18n` SET `gi_ce_pays` = 'UK', `gi_jeu_de_caracteres` = 'iso-8859-1' WHERE `gi_id_i18n` = 'en';
3
UPDATE `gen_i18n` SET `gi_ce_pays` = 'UK', `gi_jeu_de_caracteres` = 'iso-8859-1' WHERE `gi_id_i18n` = 'en';
4
 
4
 
5
-- Eventuellement (pour afficher nom prenom sur annuaire interne)
5
-- Eventuellement (pour afficher nom prenom sur annuaire interne)
6
UPDATE `gen_site_auth_bdd` SET `gsab_parametres` = 'chp_personne_prenom=ga_prenom chp_personne_nom=ga_nom' WHERE `gsab_id_auth_bdd` =1
6
UPDATE `gen_site_auth_bdd` SET `gsab_parametres` = 'chp_personne_prenom=ga_prenom chp_personne_nom=ga_nom' WHERE `gsab_id_auth_bdd` =1
7
 
7
 
8
-- Application projet
8
-- Application projet
9
INSERT INTO `gen_application`
9
INSERT INTO `gen_application`
10
VALUES ( 16, 'Projets-forums', 'Application de gestion de projets et de listes de discussion associée.\r\n\r\nLes arguments :\r\nvue=liste/arbre', 'client/projet/projet.php', 0 ) 
-
 
11
10
VALUES ( 16, 'Projets-forums', 'Application de gestion de projets et de listes de discussion associée.\r\n\r\nLes arguments :\r\nvue=liste/arbre', 'client/projet/projet.php', 0 ) 
-
 
11
INSERT INTO `gen_application` VALUES (17, 'Annuaire (Back-office)', 'Application affichant le back-office de l''annuaire.', 'client/bottin/annuaire_backoffice.php', 0);
-
 
12