Subversion Repositories eFlore/Projets.eflore-projets

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
795 4048 d 18 h raphael /trunk/services/ config: substitution de cache.stockageChemin par cache_stockageChemin car
framework::Config() ne sait pas traiter une variable dotée d'un point dont
la partie gauche ne représente pas une section d'un fichier .ini.

Commande effectuée:
$ sed -i \
-e 's/cache.stockageChemin/cache_stockageChemin/' \
-e "s/\$this->config['cache']['stockageChemin']/\$this->config['cache_stockageChemin']/" \
configurations/* modules/0.1/*/*/*.php modules/0.1/eflore/Cartes.php tests/0.1/baseflor/GraphiquesBaseflorTest.php
 
/trunk/services/configurations/config_baseflor.ini
/trunk/services/configurations/config_bdtxa.ini
/trunk/services/configurations/config_chorodep.ini
/trunk/services/configurations/config_coste.ini
/trunk/services/configurations/config_eflore.ini
/trunk/services/configurations/config_moissonnage.ini
/trunk/services/modules/0.1/eflore/Cartes.php
/trunk/services/modules/0.1/eflore/cartes/CbnmedFormateur.php
/trunk/services/modules/0.1/eflore/cartes/CelFormateur.php
/trunk/services/modules/0.1/eflore/cartes/CenlrFormateur.php
/trunk/services/modules/0.1/eflore/cartes/GeneralFormateur.php
/trunk/services/modules/0.1/eflore/cartes/SophyFormateur.php
794 4049 d 11 h raphael /trunk/services/modules/0.1/ projets/tests: correction d'une régression de r791: les segments d'URL supplémentaires n'étaient pas pris en compte  
/trunk/services/modules/0.1/Projets.php
/trunk/services/modules/0.1/baseflor/Ontologies.php
793 4049 d 12 h raphael /trunk/services/tests/0.1/commun/ tests: fix CommunMetaDonneesTest (projet "commun" => "eflore")  
/trunk/services/tests/0.1/commun/CommunMetaDonneesTest.php
792 4049 d 12 h raphael /trunk/services/modules/0.1/ typo: francisation  
/trunk/services/modules/0.1/Projets.php
791 4049 d 12 h raphael /trunk/services/modules/0.1/ projets/tests: workaround autour du fait qu'on cherche à utiliser parfois simultanément
plusieurs classes distinctes utilisant le même nom sans namespace (PHP-5.2)... no comment
testsuite "services": 13 échecs
 
/trunk/services/modules/0.1/Projets.php
/trunk/services/modules/0.1/baseflor/Ontologies.php
/trunk/services/modules/0.1/baseveg/Ontologies.php
/trunk/services/modules/0.1/chorodep/Ontologies.php
/trunk/services/modules/0.1/eflore/Ontologies.php
/trunk/services/modules/0.1/moissonnage/Ontologies.php
790 4050 d 11 h raphael /trunk/services/tests/0.1/ webservices/tests: consulterBrut() et creerUrl() statiques et passage de \$service et \$projet à consulterJson().
En effet, on peut observer que certains tests, tels que EfloreOntologiesTest::testRecherche(), se comportent
différemment selon que la suite est lancée en intégralité ou non.
Le service requêté peut par exemple s'avérer finalement être "baseflor" au
lieu initialement "eflore". L'usage extensif d'attribut de classe pourrait en être
la cause (dans le cas du lancement de tests en parallèles par exemple).
En tout état de cause, et pour faciliter la compréhension du code au détriment d'un léger
accroissement de la verbosité, consulterBrut(), creerUrl() et consulterJson() nécessitent
désormais l'intégralité des paramètres dont ils font usage.
[ le nombre de tests en échec ne change pas: 20 ]
 
/trunk/services/tests/0.1/ServiceEflorePhpUnit.php
/trunk/services/tests/0.1/baseflor/GraphiquesBaseflorTest.php
/trunk/services/tests/0.1/baseflor/InformationsBaseflorTest.php
/trunk/services/tests/0.1/baseflor/OntologiesBaseflorTest.php
/trunk/services/tests/0.1/baseveg/SyntaxonsTest.php
/trunk/services/tests/0.1/bdtfx/BdtfxNomsTest.php
/trunk/services/tests/0.1/bdtfx/BdtfxTaxonsTest.php
/trunk/services/tests/0.1/bibliobota/PublicationsTest.php
/trunk/services/tests/0.1/cel/CelImagesTest.php
/trunk/services/tests/0.1/chorodep/ChorodepCartesTest.php
/trunk/services/tests/0.1/chorodep/ChorodepObservationsTest.php
/trunk/services/tests/0.1/chorodep/ChorodepOntologiesTest.php
/trunk/services/tests/0.1/commun/CommunAideTest.php
/trunk/services/tests/0.1/commun/CommunMetaDonneesTest.php
/trunk/services/tests/0.1/commun/CommunOntologiesTest.php
/trunk/services/tests/0.1/eflore/EfloreCartesTest.php
/trunk/services/tests/0.1/eflore/EfloreOntologiesTest.php
/trunk/services/tests/0.1/iso-639-1/Iso6391LanguesTest.php
/trunk/services/tests/0.1/nvjfl/NvjflNomsVernaTest.php
/trunk/services/tests/0.1/wikipedia/WikipediaTexteTest.php
789 4050 d 12 h raphael /trunk/services/tests/0.1/eflore/ webservices/tests: fix EfloreOntologiesTest::testRecherche  
/trunk/services/tests/0.1/eflore/EfloreOntologiesTest.php
788 4050 d 12 h raphael /trunk/services/ webservices: fix des tests sur baseflor/informations (paramètres depart/limite)  
/trunk/services/modules/0.1/baseflor/Informations.php
/trunk/services/tests/0.1/baseflor/InformationsBaseflorTest.php
787 4050 d 13 h raphael /trunk/services/modules/0.1/eflore/ cartes: fix pour les dates d'observations nulles, le nom de colonne "nom" pour tb_cel.cel_zones_geo et l'omission de certains paramètres au webservice  
/trunk/services/modules/0.1/eflore/Cartes.php
/trunk/services/modules/0.1/eflore/cartes/GeneralFormateur.php
786 4050 d 14 h raphael /trunk/services/tests/0.1/baseflor/ webservices: fix GraphiquesBaseflorTest [typo => tests failures]  
/trunk/services/tests/0.1/baseflor/GraphiquesBaseflorTest.php
785 4050 d 14 h raphael /trunk/services/tests/0.1/ webservices: actualisation de plusieurs tests (aide, suite au changement du webservice "commun" => "eflore"  
/trunk/services/tests/0.1/chorodep/ChorodepOntologiesTest.php
/trunk/services/tests/0.1/commun/CommunAideTest.php
784 4050 d 15 h raphael /trunk/services/ webservices: actualisation de plusieurs tests (chorodep/nvjfl/bdtfx)  
/trunk/services/modules/0.1/chorodep/Observations.php
/trunk/services/modules/0.1/nvjfl/NomsVernaculaires.php
/trunk/services/tests/0.1/bdtfx/BdtfxTaxonsTest.php
/trunk/services/tests/0.1/chorodep/ChorodepObservationsTest.php
/trunk/services/tests/0.1/commun/CommunAideTest.php
/trunk/services/tests/0.1/nvjfl/NvjflNomsVernaTest.php
/trunk/services/tests/0.1/wikipedia/WikipediaTexteTest.php
783 4050 d 16 h raphael /trunk/services/ webservices: actualisation de plusieurs tests (ontologies/baseflor)  
/trunk/services/modules/0.1/baseflor/Informations.php
/trunk/services/tests/0.1/baseflor/GraphiquesBaseflorTest.php
/trunk/services/tests/0.1/baseflor/InformationsBaseflorTest.php
/trunk/services/tests/0.1/commun/CommunOntologiesTest.php
/trunk/services/tests/0.1/eflore/EfloreOntologiesTest.php
/trunk/services/tests/0.1/nvjfl/NvjflNomsVernaTest.php
782 4055 d 19 h raphael /trunk/scripts/modules/cel/ cel: scripts: modification de la VIEW cel_utilisateurs dont la jointure était erronée  
/trunk/scripts/modules/cel/maj-struct-201307.sql
781 4056 d 13 h raphael /trunk/scripts/modules/cel/ cel: scripts: les ordres de l'utilisateur vide sont aussi dédoublonnés afin de pouvoir créer l'INDEX  
/trunk/scripts/modules/cel/dedup-ordre-201307.sql
780 4056 d 15 h raphael /trunk/scripts/modules/cel/ cel: scripts: uniformisation à NULL des 'nom_referentiel' vides (maj-cleanup-201307.sql) et simplification des scripts en conséquences  
/trunk/scripts/modules/cel/maj-cleanup-201307.sql
/trunk/scripts/modules/cel/maj-referentiel-201307.sql
/trunk/scripts/modules/cel/maj-referentiel-und-201307.sql
/trunk/scripts/modules/cel/redempteur.sql
779 4056 d 18 h raphael /trunk/scripts/modules/cel/ cel: scripts, DROP des fonctions/procedures utilisées par dedup-ordre-201307.sql en fin de script  
/trunk/scripts/modules/cel/dedup-ordre-201307.sql
778 4056 d 18 h raphael /trunk/scripts/modules/cel/ cel/scripts: altitude = int(5), cf cel r1809  
/trunk/scripts/modules/cel/maj-struct-201307.sql
777 4057 d 10 h raphael /trunk/scripts/modules/cel/ cel: scripts, fix les emails abusivement trimmé par le VARCHAR(32) sur ce_utilisateur et dédoublonne les n° d'ordre avant de créer un INDEX(ce_utilisateur,ordre)  
/trunk/scripts/modules/cel/dedup-ordre-201307.sql
/trunk/scripts/modules/cel/fix-utilisateur-32.sql
/trunk/scripts/modules/cel/A_LIRE.txt
/trunk/scripts/modules/cel/maj-cleanup-201307.sql
/trunk/scripts/modules/cel/maj-struct-201307.sql
776 4063 d 13 h delphine /trunk/scripts/modules/nva/ utilisation de eflore_ant  
/trunk/scripts/modules/nva/nva.ini
775 4063 d 13 h delphine /trunk/scripts/modules/nva/ utilisation de eflore_ant  
/trunk/scripts/modules/nva/Nva.php
774 4063 d 13 h delphine /trunk/scripts/modules/chorodep/ mise à jour chorodep  
/trunk/scripts/modules/chorodep/chorodep.ini
773 4063 d 13 h delphine /trunk/scripts/modules/chorodep/ mise à jour chorodep  
/trunk/scripts/modules/chorodep/Chorodep.php
772 4065 d 13 h delphine /trunk/scripts/modules/chorodep/ mise à jour chorodep  
/trunk/scripts/modules/chorodep/chorodep.ini
771 4065 d 14 h delphine /trunk/scripts/modules/chorodep/ mise à jour chorodep  
/trunk/scripts/modules/chorodep/Chorodep.php
/trunk/scripts/modules/chorodep/chorodep.ini
770 4071 d 11 h raphael /trunk/services/modules/0.1/bdtfx/ bdtfx/taxons: tentative manquée d'amélioration de l'API: retourner le nom_retenu_complet, sans faire appel aux ontologies (ie: retour.format=min), utile pour la détermination du Cel  
/trunk/services/modules/0.1/bdtfx/CommunNomsTaxons.php
769 4071 d 13 h raphael /trunk/scripts/modules/cel/ cel/scripts: quelques cleanups supplémentaires (backslashes et nom_sel NULL)  
/trunk/scripts/modules/cel/maj-cleanup-201307.sql
768 4071 d 15 h raphael /trunk/services/modules/0.1/ ontologies/sptb: correction de notices + traçage des requête mysql + compat PHP-5.2  
/trunk/services/modules/0.1/commun/Ontologies.php
/trunk/services/modules/0.1/sptb/Statuts.php
767 4071 d 17 h raphael /trunk/services/modules/0.1/ services: ajout de debug aux requêtes SQL + correction d'un masque pour le service de noms bdtxa  
/trunk/services/modules/0.1/bdtxa/Noms.php
/trunk/services/modules/0.1/cel/Images.php
/trunk/services/modules/0.1/commun/Commun.php
766 4077 d 18 h raphael /trunk/services/modules/0.1/baseveg/syntaxons/ syntaxon: fix d'une notice, Commun->traiterResultat() attend 2 arguments  
/trunk/services/modules/0.1/baseveg/syntaxons/SyntaxonsCode.php
765 4077 d 18 h raphael /trunk/services/modules/0.1/ ontologies: follow-up r759 et r762: utilisation de Bdd::MODE_OBJET pour le fetch PDO [dépend de la r429 du Framework]  
/trunk/services/modules/0.1/baseflor/InformationsTaxonsSup.php
/trunk/services/modules/0.1/bdtfx/CommunNomsTaxons.php
764 4077 d 18 h raphael /trunk/services/modules/0.1/baseflor/ ontologies: suppression de l'appel au webservice des ontologies baseflor (InformationsBaseflor) par une requête SQL directe hyper-simplifiée [dépend de la r429 du Framework]  
/trunk/services/modules/0.1/baseflor/InformationsBaseflor.php
763 4077 d 19 h raphael /trunk/services/modules/0.1/baseflor/ ontologies: suppression de l'appel au webservice des ontologies baseflor (CommunGraphiques) par une requête SQL directe hyper-simplifiée [dépend de la r429 du Framework]  
/trunk/services/modules/0.1/baseflor/CommunGraphiques.php
762 4077 d 20 h raphael /trunk/services/modules/0.1/baseflor/ ontologies: suppression de l'appel au webservice des ontologies baseflor (InformationsTaxonsSup) par une requête SQL directe hyper-simplifiée  
/trunk/services/modules/0.1/baseflor/InformationsTaxonsSup.php
761 4077 d 20 h raphael /trunk/services/modules/0.1/baseflor/ baseflor: gestion d'erreur: reformulations/typo mineures  
/trunk/services/modules/0.1/baseflor/Informations.php
/trunk/services/modules/0.1/baseflor/InformationsBaseflor.php
/trunk/services/modules/0.1/baseflor/InformationsTaxonsSup.php
760 4078 d 11 h raphael /trunk/scripts/modules/cel/ cel/scripts: fixes + intégration complète de "cel_references" (isfan + num_tax = 0) + utilisation de bdtfx v1.01  
/trunk/scripts/modules/cel/A_LIRE.txt
/trunk/scripts/modules/cel/cel_references.sh
/trunk/scripts/modules/cel/maj-cleanup-201307.sql
/trunk/scripts/modules/cel/maj-nom-ret.sql
/trunk/scripts/modules/cel/maj-referentiel-201307.sql
/trunk/scripts/modules/cel/maj-referentiel-und-201307.sql
/trunk/scripts/modules/cel/maj-struct-201307.sql
/trunk/scripts/modules/cel/redempteur.sql
/trunk/scripts/modules/cel/referonosaure.sql
759 4078 d 12 h raphael /trunk/services/modules/0.1/bdtfx/ ontologies: suppression de l'appel au webservice des ontologies "communes" par une requête SQL directe hyper-simplifiée  
/trunk/services/modules/0.1/bdtfx/CommunNomsTaxons.php
758 4079 d 11 h raphael /trunk/services/modules/0.1/commun/ ontologies communes: correction de 2 notices PHP dans le cas de l'absence de passage de
masque et de retour_champs.
Ex: /service:eflore:0.1/bdnt/ontologies/rangTaxo:220/nom
 
/trunk/services/modules/0.1/commun/Ontologies.php
757 4079 d 13 h raphael /trunk/scripts/modules/bdtfx/ bdtfx/scripts: intégration des données: utilisation de 2 passes pour la détermination des
familles.
Le niveau de récursivité num_tax_sup => num_nom ne permet pas d'obtenir systématiquement la famille d'un
taxon de niveau supérieur en 1 seule requête.
Exemple: Viola riviniana 'Purpurea' (72474) dont le parent (72473) a un num_tax_sup = 87392.
Ce parent apparaît *après* dans le SELECT, la famille de 72474 n'était donc jamais générée.

Pour résoudre ceci, trois passes sont effectuées, mais la solution idéale devrait dépendre de procédure stockées
récursive par soucis de robustesse et d'efficacité.

Familles introuvables: avant 120, après: 68.
 
/trunk/scripts/modules/bdtfx/Bdtfx.php
756 4082 d 11 h raphael /trunk/scripts/modules/cel/ cel: scripts, procédure de mise à jour du référentiel pour les observations disposant d'un nom_sel_nn valide et non-conflictuel bdtfx/bdtxa  
/trunk/scripts/modules/cel/A_LIRE.txt
/trunk/scripts/modules/cel/cel_references.sh
/trunk/scripts/modules/cel/maj-cleanup-201307.sql
/trunk/scripts/modules/cel/maj-referentiel-201307.sql