Actions
Demande #125
ferméPort gdtc et gdtcauth en Drupal 6 (+nettoyage)
Début:
10/06/2010
Echéance:
% réalisé:
90%
Temps estimé:
75:00 h
Description
Pour les deux modules
- Des requêtes '''en lecture uniquement'' à la DB de gDTC sont faite
- Les fichier suivant sont inclus
require "/var/www/adherents.april.org/htdocs/include/config.php";
require "/var/www/adherents.april.org/htdocs/include/utils.php";
include '/var/www/adherents.april.org/htdocs/trombinoscope.php';
include '/var/www/adherents.april.org/htdocs/include/config.php';
include '/var/www/adherents.april.org/htdocs/include/auth.php';
include '/var/www/adherents.april.org/htdocs/include/utils.php';
- Le fichiers suivant sont lus
- nb_adherents
- nb_entites
- nb_company
- nb_association
- nb_civil_service
- nb_personnes
- nb_education
- nb_other'
- et écrit par bin/update-members.php
- L'intégration est complétée par le node /my qui contient le code suivan
<?php $drupal_path = getcwd(); chdir('/var/www/adherents.april.org/htdocs/my'); include ( '/var/www/adherents.april.org/htdocs/my/index.php' ); chdir ( $drupal_path );
- Mettre à jour le code pour être ''compatible'' Drupal6 cf. Converting 5.x modules to 6.x
- Replacer les nodes contenant du code PHP par des functions ''page callbacks'' (cf. http://api.drupal.org/api/function/hook_menu/6)
- Replacer update-members.php par gdtc_cron (cf. http://api.drupal.org/api/function/hook_cron/6)
Actions