Subversion Repositories eFlore/Applications.coel

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
1712 3880 d 17 h raphael /trunk/ build: la génération de apropos n'a plus besoin d'un script spécifique
et se base sur un template de macros m4 dans apropos.js.m4 permettant de générer un
fichier apropos.js approprié selon le dépôt d'origine.

Par exemple, `ant config` peut exécuter ce type de commande:
m4 -D _JREST_SERVICES_PATH_=jrest/services -D _SUFFIX_=" - beta version" < war/config/apropos.js.m4 > war/config/apropos.js

cf: build.xml
cf: m4(1)
 
/trunk/war/config/apropos.js.m4
/trunk/Coel-config
/trunk/war/config/apropos.defaut.js
/trunk/build.xml
1711 3881 d 14 h raphael /trunk/jrest/services/ r1691 follow-up (autocompletion sur nom de structure)  
/trunk/jrest/services/CoelStructure.php
1710 3885 d 16 h raphael /trunk/src/org/tela_botanica/client/modeles/projet/ structure: le champ Projet n'est plus effacé lorsque la valeur saisie fait partie de la seconde page  
/trunk/src/org/tela_botanica/client/modeles/projet/ProjetAsyncDao.java
1709 3885 d 16 h raphael /trunk/jrest/services/ geocoding: deuxième tentative auprès de Nominatim en cas d'échec et de présence de code postal + fix de l'obtention des pays à partir des codes de meta  
/trunk/jrest/services/Coel.php
/trunk/jrest/services/CoelStructure.php
1708 3885 d 17 h raphael /trunk/ ui: r1673 follow-up, rafraîchissement du panel de vue d'une structure avec les nouvelles coordonnées
lorsque celles-ci ont été générées par le serveur lors de l'ajout d'une nouvelle structure.
 
/trunk/jrest/services/CoelStructure.php
/trunk/src/org/tela_botanica/client/modeles/structure/StructureAsyncDao.java
/trunk/src/org/tela_botanica/client/vues/structure/StructureForm.java
1707 3885 d 17 h raphael /trunk/jrest/services/ regions: suppression d'une notice lors de la recherche des régions pour une pays non-existant  
/trunk/jrest/services/CoelValeurListe.php
1706 3885 d 18 h raphael /trunk/jrest/services/ coel-structure: factorisation, notamment de l'appel à Nominatim + NULLification des lon/lat à 0  
/trunk/jrest/services/CoelStructure.php
1705 3886 d 13 h raphael /trunk/war/ ui/html: suppression d'un warning GWT sur le doctype  
/trunk/war/Coel.html
1704 3886 d 14 h raphael /trunk/ recherche/widget/carto: ajout du support de recherche par code région
(tels que définis par http://download.geonames.org/export/dump/admin1CodesASCII.txt)
 
/trunk/jrest/services/CoelRecherche.php
/trunk/widget/modules/cartodepartement/CartoDepartement.php
/trunk/widget/modules/cartodepartement/squelettes/carto_departement.tpl.html
/trunk/widget/modules/cartodepartement/squelettes/scripts/carto.js
1703 3886 d 14 h raphael /trunk/widget/modules/cartodepartement/ widget/carto: support de la spécification des institutions par code(s) de pays  
/trunk/widget/modules/cartodepartement/CartoDepartement.php
/trunk/widget/modules/cartodepartement/squelettes/carto_departement.tpl.html
/trunk/widget/modules/cartodepartement/squelettes/scripts/carto.js
1702 3886 d 14 h raphael /trunk/jrest/services/ recherche: support de la recherche par pays à l'aide du paramètre d'URL "pays", acceptant une liste de code iso 3166-1 séparés par des virgules  
/trunk/jrest/services/CoelRecherche.php
1701 3886 d 15 h raphael /trunk/widget/modules/cartodepartement/squelettes/scripts/ carto: simplification du chargement du comptage des collections (no-async + text/plain)  
/trunk/widget/modules/cartodepartement/squelettes/scripts/carto.js
1700 3886 d 15 h raphael /trunk/jrest/services/ recherche: support de passage de plusieurs départements français + retour en format text/plain  
/trunk/jrest/services/CoelRecherche.php
1699 3886 d 16 h raphael /trunk/jrest/services/ recherche: support de limit=-1 pour éviter toute limite à la recherche  
/trunk/jrest/services/CoelRecherche.php
1698 3886 d 16 h raphael /trunk/jrest/services/ recherche: clarification du SQL builder  
/trunk/jrest/services/CoelRecherche.php
1697 3886 d 16 h raphael /trunk/ sec: nettoyage des paramètres limit/start  
/trunk/jrest/services/Coel.php
/trunk/widget/modules/cartodepartement/CartoDepartement.php
1696 3886 d 16 h raphael /trunk/scripts/ scripts/config: niveau erronés des directives de configurations + quelques fixes  
/trunk/scripts/configurations/config.ini
/trunk/scripts/modules/201310-bulk-coord-update.php
/trunk/scripts/modules/communes/Communes.php
1695 3886 d 17 h raphael /trunk/ structure/conservation: possibilité de ne pas remplir certains champs représentés par bouton radio (NULL != 0):
csc_mark_acces_controle, csc_mark_restauration, csc_mark_traitement, csc_mark_acquisition_collection, csc_mark_acquisition_echantillon

`csc_mark_collection_commune` est NOT NULL dans "coel_structure_conservation" : l'optionalité est désactivée
pour ce champ pour l'instant en attendant de statuer dessus.
 
/trunk/jrest/services/CoelStructure.php
/trunk/src/org/tela_botanica/client/modeles/structure/StructureAsyncDao.java
/trunk/src/org/tela_botanica/client/modeles/structure/StructureConservation.java
/trunk/src/org/tela_botanica/client/vues/structure/StructureDetailVue.java
/trunk/src/org/tela_botanica/client/vues/structure/StructureFormConservation.java
1694 3886 d 17 h raphael /trunk/src/org/tela_botanica/client/vues/structure/ r1693 follow-up: les groupes de boutons radios.get(X) ont X à l'inverse de getValue() dans le modèle.
C'est à dire que si conservation.getFormationInteret() == 0 (qui signifie "non"), il faut activer
le bouton radio 1 (celui qui signifie "non") et vice-versa.
 
/trunk/src/org/tela_botanica/client/vues/structure/StructureFormConservation.java
1693 3886 d 18 h raphael /trunk/ structure/conservation: possibilité de ne pas remplir les champs csc_mark_formation et csc_mark_formation_interet (NULL != 0)  
/trunk/jrest/services/CoelStructure.php
/trunk/src/org/tela_botanica/client/modeles/structure/StructureAsyncDao.java
/trunk/src/org/tela_botanica/client/modeles/structure/StructureConservation.java
/trunk/src/org/tela_botanica/client/vues/DetailVue.java
/trunk/src/org/tela_botanica/client/vues/structure/StructureFormConservation.java

Show All