Subversion Repositories eFlore/Applications.coel

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1701 3868 d 12 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 3868 d 12 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 3868 d 13 h raphael /trunk/jrest/services/ recherche: support de limit=-1 pour éviter toute limite à la recherche  
/trunk/jrest/services/CoelRecherche.php
1698 3868 d 13 h raphael /trunk/jrest/services/ recherche: clarification du SQL builder  
/trunk/jrest/services/CoelRecherche.php
1697 3868 d 13 h raphael /trunk/ sec: nettoyage des paramètres limit/start  
/trunk/jrest/services/Coel.php
/trunk/widget/modules/cartodepartement/CartoDepartement.php
1696 3868 d 13 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 3868 d 14 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 3868 d 14 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 3868 d 15 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
1692 3869 d 12 h raphael /trunk/scripts/modules/ r1690 follow-up: par défaut, NULLifiage de tous les cs_nbre_personne lorsque ceux-ci valent 0  
/trunk/scripts/modules/201310-bulk-coord-update.php
1691 3869 d 12 h raphael /trunk/ structure: l'autocompletion se base désormais uniquement sur le nom de la structure,
mais sans l'ancrer en début de ligne.

D'autre part l'ajout de "%" est relégué plus en amont, dans le ProxyStructure, plutôt que
systématiquement dans StructureAsyncDao.

Le fait de dissocier l'appel en mode "completion" de l'appel en mode "filtre recherche" implique
un nouveau paramètres aux différents wrapper java ainsi que le support d'une nouvelle variable dans
le backend PHP général (Coel.php) et son traitement par CoelStructure.php.
 
/trunk/jrest/services/Coel.php
/trunk/jrest/services/CoelStructure.php
/trunk/src/org/tela_botanica/client/Mediateur.java
/trunk/src/org/tela_botanica/client/Modele.java
/trunk/src/org/tela_botanica/client/composants/pagination/ProxyStructures.java
/trunk/src/org/tela_botanica/client/modeles/structure/StructureAsyncDao.java
/trunk/src/org/tela_botanica/client/modeles/structure/StructureListe.java
1690 3869 d 13 h raphael /trunk/src/org/tela_botanica/client/ structure: r1685 follow-up: cs_nbre_personne peut désormais être réellement NULLifié  
/trunk/src/org/tela_botanica/client/modeles/structure/Structure.java
/trunk/src/org/tela_botanica/client/vues/structure/StructureDetailVue.java
/trunk/src/org/tela_botanica/client/vues/structure/StructureFormIdentification.java
1689 3869 d 13 h raphael /trunk/jrest/services/ r1688 follow-up: le JSON utilisé par l'UI GWT ne doit *pas* contenir d'élement NULL et "nbElements" doit être un entier  
/trunk/jrest/services/CoelStructure.php
1688 3869 d 14 h raphael /trunk/jrest/services/ backend/structures: clarification du SQL builder  
/trunk/jrest/services/CoelStructure.php
1687 3869 d 14 h raphael /trunk/src/org/tela_botanica/client/ ui/pager: support du filtre de recherche lors d'un changement de page.
Précédement, le filtre était ignoré lors des requêtes issues du pager (page suivante,
page précédente, ...).

Désormais le filtre de recherche est passé à BarrePaginationVue() et le changement
de page tente d'utiliser une nouvelle méthode créée pour l'occasion (filtrerParNomEtPage)
de l'interface ListePaginable.

Son implémentation dépend du type de liste, mais en général revient à effectuer peu ou prou
changerNumeroPage() suivi d'un filtrerParNom().
 
/trunk/src/org/tela_botanica/client/composants/ChampFiltreRecherche.java
/trunk/src/org/tela_botanica/client/interfaces/ListePaginable.java
/trunk/src/org/tela_botanica/client/modeles/collection/CollectionListe.java
/trunk/src/org/tela_botanica/client/modeles/commentaire/CommentaireListe.java
/trunk/src/org/tela_botanica/client/modeles/personne/PersonneListe.java
/trunk/src/org/tela_botanica/client/modeles/projet/ProjetListe.java
/trunk/src/org/tela_botanica/client/modeles/publication/PublicationListe.java
/trunk/src/org/tela_botanica/client/modeles/structure/StructureListe.java
/trunk/src/org/tela_botanica/client/vues/BarrePaginationVue.java
/trunk/src/org/tela_botanica/client/vues/collection/CollectionListeVue.java
/trunk/src/org/tela_botanica/client/vues/commentaire/CommentaireListeVue.java
/trunk/src/org/tela_botanica/client/vues/personne/PersonneListeVue.java
/trunk/src/org/tela_botanica/client/vues/projet/ProjetListeVue.java
/trunk/src/org/tela_botanica/client/vues/publication/PublicationListeVue.java
/trunk/src/org/tela_botanica/client/vues/structure/StructureListeVue.java
1686 3869 d 17 h raphael /trunk/jrest/services/ geo: nominatim timeout à 4 secondes  
/trunk/jrest/services/Coel.php
1685 3869 d 17 h raphael /trunk/ structure: possibilité de ne pas remplir le champ cs_nbre_personne (NULL != 0)  
/trunk/jrest/services/CoelStructure.php
/trunk/src/org/tela_botanica/client/modeles/structure/Structure.java
/trunk/src/org/tela_botanica/client/modeles/structure/StructureAsyncDao.java
/trunk/src/org/tela_botanica/client/vues/structure/StructureFormIdentification.java
1684 3869 d 17 h raphael /trunk/jrest/services/ backend/post: les NULL ne sont plus traités comme empty ("").
En effet, "" induit 0 pour les INTEGER(), y compris lorsque NULL aurait une signification différente de 0.
 
/trunk/jrest/services/Coel.php
1683 3869 d 18 h raphael /trunk/src/org/tela_botanica/client/vues/ ui: le page accepte désormais les n° de page à l'aide de la touche Shift (+ simplification: NumberField)  
/trunk/src/org/tela_botanica/client/vues/BarrePaginationVue.java
1682 3874 d 15 h raphael /trunk/ misc/build: mise à jour du build.xml pour la config  
/trunk/build.xml

Show All