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
1114 3526 d 1 h mathias /trunk/services/modules/0.1/ Mode retour.structure=liste dans bdtxa, isfan, apd  
/trunk/services/modules/0.1/apd/Noms.php
/trunk/services/modules/0.1/bdtxa/Noms.php
/trunk/services/modules/0.1/isfan/Noms.php
1067 3681 d 6 h mathias /trunk/services/modules/0.1/ Services Noms : ajout de la valeur "alpharet" pour le paramètre "tri.retour"pour trier la liste des noms par ordre alphabétique d'abord, et par genre, noms retenus, synonymes ensuite  
/trunk/services/modules/0.1/apd/Noms.php
/trunk/services/modules/0.1/bdtfx/Noms.php
/trunk/services/modules/0.1/bdtxa/Noms.php
/trunk/services/modules/0.1/isfan/Noms.php
1040 3715 d 1 h aurelien /trunk/services/modules/0.1/ Ajout du champ num type s'il n'est pas déjà demandé dans les requetes de synonymie  
/trunk/services/modules/0.1/apd/Noms.php
/trunk/services/modules/0.1/bdtfx/Noms.php
/trunk/services/modules/0.1/bdtxa/Noms.php
/trunk/services/modules/0.1/isfan/Noms.php
1039 3715 d 1 h aurelien /trunk/services/modules/0.1/ Ajout d'une condition dans les requetes sur les ids inférieurs et supérieurs des taxons qui les limite au nom retenu (car dans certains référentiels contenant des erreurs des synonymes d'un nom d'un rang différents, apparaissent également en tant que sous taxon)  
/trunk/services/modules/0.1/apd/Taxons.php
/trunk/services/modules/0.1/bdtfx/Taxons.php
/trunk/services/modules/0.1/bdtxa/Taxons.php
/trunk/services/modules/0.1/isfan/Taxons.php
1007 3759 d 5 h mathias /trunk/services/modules/0.1/ Les services Noms des trois référentiels (bdtfx, bdtxa, isfan) retournent maintenant en plus du libellé du rang, le code du rang dans "rang.code" lorsqu'on leur demande "champs.retour=rang"  
/trunk/services/modules/0.1/bdtfx/CommunNomsTaxons.php
/trunk/services/modules/0.1/bdtxa/CommunNomsTaxons.php
/trunk/services/modules/0.1/isfan/CommunNomsTaxons.php
993 3807 d 6 h mathias /trunk/services/modules/0.1/bdtxa/ Bdtxa / Taxons : traiterRessourceRelations => traiterRessourcesIdRelations (déjà fait dans bdtfx)  
/trunk/services/modules/0.1/bdtxa/CommunNomsTaxons.php
951 3866 d 1 h raphael /trunk/services/modules/0.1/ ontologies: mutualisation de la fonction éclatant des valeurs multiples de "complements", basé sur le séparateur ","  
/trunk/services/modules/0.1/bdtxa/cartes/LegendeCartes.php
/trunk/services/modules/0.1/bdtxa/cartes/TaxonsCartes.php
/trunk/services/modules/0.1/chorodep/cartes/LegendeCartes.php
/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
/trunk/services/modules/0.1/commun/Commun.php
/trunk/services/modules/0.1/eflore/cartes/LegendeCartes.php
916 3887 d 3 h jpm /trunk/services/modules/0.1/ Mise en forme.  
/trunk/services/modules/0.1/baseflor/CommunGraphiques.php
/trunk/services/modules/0.1/bdtfx/CommunNomsTaxons.php
/trunk/services/modules/0.1/bdtxa/cartes/TaxonsCartes.php
/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
811 3924 d 23 h raphael /trunk/services/modules/0.1/ projets/tests: fix class-name conflict sur "Cartes"  
/trunk/services/modules/0.1/Projets.php
/trunk/services/modules/0.1/bdtxa/Cartes.php
/trunk/services/modules/0.1/chorodep/Cartes.php
/trunk/services/modules/0.1/eflore/Cartes.php
/trunk/services/modules/0.1/moissonnage/Cartes.php
807 3925 d 1 h raphael /trunk/services/modules/0.1/ chorodep|bdtxa/cartes: factorisation du code de génération du fichier de carte PNG, dans Commun  
/trunk/services/modules/0.1/bdtxa/cartes/TaxonsCartes.php
/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
/trunk/services/modules/0.1/commun/Commun.php
797 3926 d 5 h raphael /trunk/services/ config: substitution des directives de configuration `cache.*` par `cache_*`

Commande effectuée:
$ sed -i -r \
-e 's/cache\.(stockageChemin|miseEnCache|dureeDeVie)/cache_\1/' \
-e "s/\$this->config\['cache'\]\['(stockageChemin|miseEnCache|dureeDeVie)'\]/\$this->config['cache_\1']/" \
$(egrep -rl 'cache.*(miseEnCache|dureeDeVie|stockageChemin)')
 
/trunk/services/configurations/config_baseflor.ini
/trunk/services/configurations/config_bdtxa.ini
/trunk/services/configurations/config_chorodep.ini
/trunk/services/configurations/config_eflore.ini
/trunk/services/configurations/config_moissonnage.ini
/trunk/services/modules/0.1/baseflor/CommunGraphiques.php
/trunk/services/modules/0.1/bdtxa/cartes/TaxonsCartes.php
/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
767 3949 d 5 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
720 3992 d 7 h aurelien /trunk/services/modules/0.1/bdtxa/ Ajout d'un try catch sur la récupération des ontologies pour qu'un terme manquant ne fasse pas planter tout le web service  
/trunk/services/modules/0.1/bdtxa/CommunNomsTaxons.php
713 3997 d 7 h aurelien /trunk/services/modules/0.1/bdtxa/ Ajout des champs de présence dans bdtxa  
/trunk/services/modules/0.1/bdtxa/Noms.php
703 4011 d 4 h aurelien /trunk/services/ Version finale du fichier svg pour la chorologie des antilles  
/trunk/services/presentations/images/cartes/antilles.svg
/trunk/services/modules/0.1/bdtxa/cartes/TaxonsCartes.php
701 4012 d 0 h aurelien /trunk/services/modules/0.1/bdtxa/ Ajout des services de carte de répartition pour le référentiel bdtxa  
/trunk/services/modules/0.1/bdtxa/Cartes.php
/trunk/services/modules/0.1/bdtxa/cartes
/trunk/services/modules/0.1/bdtxa/cartes/LegendeCartes.php
/trunk/services/modules/0.1/bdtxa/cartes/TaxonsCartes.php
700 4016 d 4 h aurelien /trunk/services/modules/0.1/ Ajout d'une option qui permet de récupérer la hierarchie d'un taxon  
/trunk/services/modules/0.1/bdtfx/Taxons.php
/trunk/services/modules/0.1/bdtxa/Taxons.php
673 4065 d 23 h delphine /trunk/services/modules/0.1/bdtxa/ bug order by vide  
/trunk/services/modules/0.1/bdtxa/Noms.php
671 4066 d 23 h jpm /trunk/services/modules/0.1/ Désactivation du trie flou sur la page courrante si on demande un retour trié par nom retenu.  
/trunk/services/modules/0.1/bdtfx/Noms.php
/trunk/services/modules/0.1/bdtxa/Noms.php
667 4066 d 23 h jpm /trunk/services/modules/0.1/bdtxa/ Prise en compte du tri par nom retenu sur l'ensemble des résutlats.  
/trunk/services/modules/0.1/bdtxa/Noms.php

Show All