Overview
Comment:Déplacement
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 72a3a0a5fe840dd92eda8d597060ed3c58aaf386
User & Date: bohwaz on 2014-04-01 15:37:50
Other Links: manifest | tags
Context
2014-04-01
15:51
possibilité d'avoir les erreurs par email, et toujours loguer les erreurs check-in: 780a9c9c43 user: bohwaz tags: trunk
15:37
Déplacement check-in: 72a3a0a5fe user: bohwaz tags: trunk
04:13
Gestion manuelle des rappels + Suivi des rappels check-in: 92b8bfe0a6 user: bohwaz tags: trunk
Changes

Modified src/www/admin/install.php from [e95ccebc4b] to [b7ef29e145].

137
138
139
140
141
142
143


144
145
146
147
148
149
150
151
152
153
154
155
156
157
                $config->set('adresse_asso', utils::post('adresse_asso'));
                $config->set('email_asso', utils::post('email_asso'));
                $config->set('site_asso', WWW_URL);
                $config->set('monnaie', '€');
                $config->set('pays', 'FR');
                $config->set('email_envoi_automatique', utils::post('email_asso'));
                $config->setVersion(garradin_version());



                $champs = Champs_Membres::importInstall();
                $champs->save(false); // Pas de copie car pas de table membres existante

                $config->set('champ_identifiant', 'email');
                $config->set('champ_identite', 'nom');

                // Création catégories
                $cats = new Membres_Categories;
                $id = $cats->add([
                    'nom' => 'Membres actifs',
                ]);
                $config->set('categorie_membres', $id);








>
>




<
<
<







137
138
139
140
141
142
143
144
145
146
147
148
149



150
151
152
153
154
155
156
                $config->set('adresse_asso', utils::post('adresse_asso'));
                $config->set('email_asso', utils::post('email_asso'));
                $config->set('site_asso', WWW_URL);
                $config->set('monnaie', '€');
                $config->set('pays', 'FR');
                $config->set('email_envoi_automatique', utils::post('email_asso'));
                $config->setVersion(garradin_version());
                $config->set('champ_identifiant', 'email');
                $config->set('champ_identite', 'nom');

                $champs = Champs_Membres::importInstall();
                $champs->save(false); // Pas de copie car pas de table membres existante




                // Création catégories
                $cats = new Membres_Categories;
                $id = $cats->add([
                    'nom' => 'Membres actifs',
                ]);
                $config->set('categorie_membres', $id);