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
1111 3560 d 23 h mathias /trunk/services/ Chorodep : ajout du service "infos-espece" qui retourne les mêmes infos que celui de gentiana-services (nom_sci, num_nom, num_tax, noms vernaculaires français, statuts de protection, nombre de départements où l'espèce est présente)
Bricolage de sptb
La classe parente des services (Commun) avait un constructeur foutu à l'envers - ajout de la méthode init() bien pratique
 
/trunk/services/modules/0.1/chorodep/InfosEspece.php
/trunk/services/configurations/config_chorodep.ini
/trunk/services/modules/0.1/chorodep/Noms.php
/trunk/services/modules/0.1/commun/Commun.php
/trunk/services/modules/0.1/sptb/Statuts.php
1110 3567 d 1 h aurelien /trunk/services/ Ajout d'une carte globale donnant le nombre de taxons par département  
/trunk/services/modules/0.1/chorodep/cartes/FranceCartes.php
/trunk/services/presentations/images/cartes/france_02.tpl.svg
/trunk/services/modules/0.1/chorodep/Cartes.php
1106 3575 d 0 h mathias /trunk/services/modules/0.1/chorodep/ Chorodep/noms : ne retourne que les noms ayant un nn valide (entier > 0)  
/trunk/services/modules/0.1/chorodep/Noms.php
1105 3575 d 2 h mathias /trunk/services/modules/0.1/chorodep/ Chorodep/noms : si on filtre par zone-geo sur '2A' ou '2B', ça filtre sur '20'  
/trunk/services/modules/0.1/chorodep/Noms.php
1103 3575 d 5 h mathias /trunk/services/ Ajout d'un service Noms à chorodep  
/trunk/services/modules/0.1/chorodep/Noms.php
/trunk/services/configurations/config_chorodep.ini
/trunk/services/modules/0.1/commun/Commun.php
1100 3584 d 6 h mathias /trunk/services/modules/0.1/chorodep/ Bricolage servicechorodep/observations pour ingorer les paramètres vides, arrêter de faire du caca avec la navigation etc.  
/trunk/services/modules/0.1/chorodep/Observations.php
1073 3681 d 2 h jpm /trunk/services/modules/0.1/chorodep/cartes/ Ajout d'une exception si le fichier svg de base de la carte est introuvable.  
/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
951 3879 d 0 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 3900 d 2 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 3937 d 22 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 3938 d 0 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
805 3938 d 5 h raphael /trunk/services/modules/0.1/chorodep/cartes/ chorodep/cartes: test du retour de exec(rsvg-convert)  
/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
804 3938 d 6 h raphael /trunk/services/modules/0.1/chorodep/cartes/ chorodep/cartes: test présence répertoire de cache lors de la génération des vignettes png  
/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
797 3939 d 4 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
791 3939 d 23 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
784 3941 d 1 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
719 4009 d 6 h aurelien /trunk/services/modules/0.1/chorodep/cartes/ Correction du fonc blanc pour la carte  
/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
677 4073 d 23 h isa /trunk/services/modules/0.1/chorodep/cartes/ Rajout commentaires extension rsvg  
/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
628 4277 d 0 h aurelien /trunk/services/modules/0.1/chorodep/ Ajout de params par département et nt  
/trunk/services/modules/0.1/chorodep/Observations.php
500 4395 d 0 h jpm /trunk/services/modules/0.1/chorodep/ Mise en forme.  
/trunk/services/modules/0.1/chorodep/Cartes.php
355 4463 d 21 h delphine /trunk/services/ affichage de carte sans correspondance plus ajout lien  
/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
/trunk/services/presentations/images/cartes/france_02.svg
273 4514 d 23 h jpm /trunk/services/modules/0.1/chorodep/cartes/ Gestion de la taille des png.  
/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
270 4519 d 5 h jpm /trunk/services/ Utilisation d'un fond blanc sur le svg pour éviter la transparence qui fait afficher un fond noir.  
/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
/trunk/services/presentations/images/cartes/france_02.svg
268 4519 d 21 h jpm /trunk/services/modules/0.1/chorodep/cartes/ Utilisation de rsvg pour convertir les svg en png.  
/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
264 4520 d 22 h delphine /trunk/services/modules/0.1/chorodep/ bug url suivant
bug masque de recherche
 
/trunk/services/modules/0.1/chorodep/Observations.php
263 4521 d 4 h delphine /trunk/services/modules/0.1/chorodep/ debug version  
/trunk/services/modules/0.1/chorodep/Observations.php
262 4521 d 4 h delphine /trunk/services/modules/0.1/chorodep/ debug recherche generale  
/trunk/services/modules/0.1/chorodep/Observations.php
260 4522 d 21 h jpm /trunk/services/modules/0.1/chorodep/cartes/ Amélioration de la prise en compte des différentes syntaxe d'identifiants.
Ajout de vérification en cas d'erreur de référentiel taxo.
 
/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
259 4522 d 21 h jpm /trunk/services/modules/0.1/chorodep/ Corrections d'erreurs.  
/trunk/services/modules/0.1/chorodep/Cartes.php
255 4522 d 23 h jpm /trunk/services/modules/0.1/chorodep/ Utilisation de classes spécialisées pour les sous-services d'une ressource.  
/trunk/services/modules/0.1/chorodep/cartes
/trunk/services/modules/0.1/chorodep/cartes/LegendeCartes.php
/trunk/services/modules/0.1/chorodep/cartes/TaxonsCartes.php
/trunk/services/modules/0.1/chorodep/Cartes.php
253 4523 d 4 h jpm /trunk/services/modules/0.1/chorodep/ Déplacement du dossier des cartes dans une dossier accessibles depuis les différents modules.  
/trunk/services/modules/0.1/chorodep/cartes
/trunk/services/modules/0.1/chorodep/Cartes.php
252 4525 d 21 h jpm /trunk/services/modules/0.1/chorodep/ Gestion multi-taxon, multi-nom dans un même référentiel nomenclatural.  
/trunk/services/modules/0.1/chorodep/Cartes.php
251 4527 d 21 h delphine /trunk/services/ ammélioration test & code chorodep  
/trunk/services/tests/0.1/chorodep/ChorodepOntologiesTest.php
/trunk/services/modules/0.1/chorodep/Observations.php
/trunk/services/tests/0.1/chorodep/ChorodepObservationsTest.php
248 4528 d 20 h jpm /trunk/services/modules/0.1/chorodep/ Début chargement des données chorodep pour réaliser la carte.  
/trunk/services/modules/0.1/chorodep/Cartes.php
247 4528 d 20 h jpm /trunk/services/modules/0.1/chorodep/cartes/ Amélioration css et svg de la carte de France par défaut.  
/trunk/services/modules/0.1/chorodep/cartes/france_02.css
/trunk/services/modules/0.1/chorodep/cartes/france_02.svg
246 4528 d 22 h delphine /trunk/services/modules/0.1/chorodep/ modification ontologies sans version  
/trunk/services/modules/0.1/chorodep/Ontologies.php
/trunk/services/modules/0.1/chorodep/Observations.php
237 4532 d 21 h jpm /trunk/services/modules/0.1/chorodep/ Début travail sur la génération des cartes pour chorodep.  
/trunk/services/modules/0.1/chorodep/Cartes.php
/trunk/services/modules/0.1/chorodep/cartes
/trunk/services/modules/0.1/chorodep/cartes/europe_01.svg
/trunk/services/modules/0.1/chorodep/cartes/europe_02.svg
/trunk/services/modules/0.1/chorodep/cartes/france_01.svg
/trunk/services/modules/0.1/chorodep/cartes/france_02.css
/trunk/services/modules/0.1/chorodep/cartes/france_02.svg
/trunk/services/modules/0.1/chorodep/cartes/france_03.svg
/trunk/services/modules/0.1/chorodep/cartes/france_04.svg
/trunk/services/modules/0.1/chorodep/cartes/france_05.svg
/trunk/services/modules/0.1/chorodep/cartes/monde_01.svg
/trunk/services/modules/0.1/chorodep/cartes/monde_02.svg
236 4532 d 23 h delphine /trunk/services/ debuggage pour que les services fonctionnent avec la classe Projets  
/trunk/services/configurations/config_commun.ini
/trunk/services/modules/0.1/chorodep/Observations.php
/trunk/services/modules/0.1/commun/Aide.php
/trunk/services/modules/0.1/commun/Commun.php
/trunk/services/modules/0.1/commun/MetaDonnees.php
6 4603 d 22 h jpm /trunk/services/modules/0.1/ Ajout des autres projets d'eFlore.  
/trunk/services/modules/0.1/chorodep
/trunk/services/modules/0.1/chorodep/Observations.php
/trunk/services/modules/0.1/coste
/trunk/services/modules/0.1/coste/A_LIRE.txt
/trunk/services/modules/0.1/coste/CommunNomsTaxons.php
/trunk/services/modules/0.1/coste/Images.php
/trunk/services/modules/0.1/coste/Noms.php
/trunk/services/modules/0.1/coste/Taxons.php
/trunk/services/modules/0.1/coste/Textes.php
/trunk/services/modules/0.1/insee-d
/trunk/services/modules/0.1/insee-d/ZoneGeo.php
/trunk/services/modules/0.1/iso-3166-1
/trunk/services/modules/0.1/iso-3166-1/ZoneGeo.php
/trunk/services/modules/0.1/iso-639-1
/trunk/services/modules/0.1/iso-639-1/Langues.php
/trunk/services/modules/0.1/nvjfl
/trunk/services/modules/0.1/nvjfl/NomsVernaculaires.php