Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 978 → Rev 979

/trunk/papyrus/installation/papyrus_v0.2.sql
26,12 → 26,9
INSERT INTO `gen_site_categorie_valeur` ( `gscv_id_valeur` , `gscv_id_categorie` , `gscv_intitule_valeur` ) VALUES ('201', '3', 'Wikini');
 
-- Ajout des nouvelles applications
INSERT INTO `gen_application` VALUES (10, 'Inscription', 'Application gérant l\'inscription dans l\'annuaire.', 'client/inscription/inscription.php', 0);
INSERT INTO `gen_application` VALUES (11, 'Annuaire (front office)', 'Application affichant l\'annuaire.', 'client/bottin/annuaire.php', 0);
INSERT INTO `gen_application` VALUES (12, 'Cartographie', 'Application affichant la cartographie des inscrits.', 'client/cartographie/cartographie.php', 0);
INSERT INTO `gen_application` VALUES (13, 'Administreur des identifications', 'Permet de spécifier le DSN et la table d\'annuaire pour l\'identification de papyrus et d\'ajouter les identifications communes pour SPIP et wikini.', 'papyrus/applications/admin_auth/admin_auth.php', 0);
INSERT INTO `gen_application` VALUES (14, 'Moteur de recherche', 'Permet d\'afficher un formulaire de recherche. La balise à  utiliser est <!-- PAPYRUS_MOTEUR_RECHERCHE -->.\r\nCe moteur recherche dans les diff&eacute;rents sites gérés par Papyrus.', 'papyrus/applettes/moteur_recherche/moteur_recherche.php', 1);
INSERT INTO `gen_application` VALUES (15, 'Administreur des applications', 'Permet d\'administrer les applications de Papyrus.', 'papyrus/applications/admin_application/admin_application.php', 0);
INSERT INTO `gen_application` VALUES (LAST_INSERT_ID(), 'Administreur des identifications', 'Permet de spécifier le DSN et la table d\'annuaire pour l\'identification de papyrus et d\'ajouter les identifications communes pour SPIP et wikini.', 'papyrus/applications/admin_auth/admin_auth.php', 0);
INSERT INTO `gen_application` VALUES (LAST_INSERT_ID(), 'Moteur de recherche', 'Permet d\'afficher un formulaire de recherche. La balise à  utiliser est <!-- PAPYRUS_MOTEUR_RECHERCHE -->.\r\nCe moteur recherche dans les diff&eacute;rents sites gérés par Papyrus.', 'papyrus/applettes/moteur_recherche/moteur_recherche.php', 1);
INSERT INTO `gen_application` VALUES (LAST_INSERT_ID(), 'Administreur des applications', 'Permet d\'administrer les applications de Papyrus.', 'papyrus/applications/admin_application/admin_application.php', 0);
 
-- Ajout des nouveaux menus
INSERT INTO `gen_menu` VALUES (7, 'fr', 1, 13, '', '', 7, 'admin_auth', 'Identifications', '', 'index,follow', 'Administration des identifications', '', '', '', 'Administration des identifications', '', '', '', '', '', '2004-12-15 14:59:30', '2004-12-15 14:59:30', '2004-12-15 14:59:30', '2004-12-15 14:59:30', '2004-12-15 14:59:30', '0000-00-00 00:00:00', '2004-00-00 00:00:00', '', 'menu', '', '', 0, '', 0, '', 1);