Subversion Repositories eFlore/Applications.cel

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
1940 3902 d 12 h aurelien /trunk/src/org/tela_botanica/client/ Ajout de la possibilité d'ajouter des champs étendus au formulaire + autcomplétion sur les noms et valeurs des champs déjà saisis  
/trunk/src/org/tela_botanica/client/util/ChampSaisieEtendu.java
/trunk/src/org/tela_botanica/client/util/FormulaireSaisieChampEtendu.java
/trunk/src/org/tela_botanica/client/modeles/objets/Configuration.java
/trunk/src/org/tela_botanica/client/modeles/objets/InfosReferentielNom.java
/trunk/src/org/tela_botanica/client/util/AutoCompletionRefComboBox.java
/trunk/src/org/tela_botanica/client/vues/observation/FormulaireSaisieObservationVue.java
1939 3902 d 12 h aurelien /trunk/jrest/services/ Ajout d'un service permettant d'autcompléter sur les clés et valeurs des champs étendus  
/trunk/jrest/services/NomsChampsEtendus.php
/trunk/jrest/services/Inventory.php
1937 3902 d 12 h raphael /trunk/jrest/ misc: php.ini cause problème sur le serveur (Class 'PDO' not found)  
/trunk/jrest/php.default.ini
/trunk/jrest/php.ini
1935 3902 d 16 h raphael /trunk/jrest/tests/ tests: api/cli: généricisation de l'URL de webservice (api-test @agathis)  
/trunk/jrest/tests/api.php
/trunk/jrest/tests/cmd-test.php
1934 3903 d 11 h raphael /trunk/jrest/ import: ajout d'un php.ini fixant max_execution_time.
En effet, en safe-mode set_time_limit() est interdit.
Un import CSV/fgetcsv() de 55000 observation prend à peu près 4 minutes.
Une limite de 5 minutes / 60000 obs semble raisonnable.
 
/trunk/jrest/php.ini
1933 3903 d 11 h raphael /trunk/jrest/services/ import csv: réintroduction d'un import basé sur fgetcsv(), près de 100 fois plus rapide: passe 100% des tests  
/trunk/jrest/services/ImportXLS.php
1932 3903 d 12 h raphael /trunk/jrest/tests/ tests: support de la suppression en masse indépendemment des memory-limit et URI-too-long (par chunks)  
/trunk/jrest/tests/api.php
1931 3903 d 12 h raphael /trunk/jrest/lib/ cel_obs: correction de la requête SQL de suppression des liens dans cel_obs_images  
/trunk/jrest/lib/GestionObservation.php
1930 3903 d 14 h raphael /trunk/jrest/lib/ infos taxons: fix d'une notice sur end() (passage par référence)  
/trunk/jrest/lib/RechercheInfosTaxonBeta.php
1929 3904 d 10 h raphael /trunk/jrest/services/ import: ajout d'un cache pour les requêtes SQL induites par traiterLocalisation()  
/trunk/jrest/services/ImportXLS.php
1928 3904 d 10 h raphael /trunk/jrest/lib/ infos taxons: ajout d'un cache sur /bdtfx/noms afin d'améliorer les performances lors de l'import de nombreux taxons identiques  
/trunk/jrest/lib/RechercheInfosTaxonBeta.php
1927 3904 d 10 h raphael /trunk/jrest/ import: réutilisation d'un même webservice de requetage de nom plutôt que de multiples réinstanciantions  
/trunk/jrest/lib/RechercheInfosTaxonBeta.php
/trunk/jrest/services/ImportXLS.php
1926 3904 d 11 h raphael /trunk/jrest/lib/ debug: ajout d'error_log() optionnel utile pour les problème de performance de détection de nom utilisé à l'import  
/trunk/jrest/lib/RechercheInfosTaxonBeta.php
1925 3904 d 12 h mathias /trunk/widget/modules/saisie/squelettes/biodiversite34/js/ Flyspray #2039 - validation de date dans widget de saisie/biodiversite34 avec une regexp : pas parfait mais au moins ça permet de saisir avec Chrome  
/trunk/widget/modules/saisie/squelettes/biodiversite34/js/biodiversite34.js
1924 3904 d 13 h mathias /trunk/ Fusion révision 1923 - hotfix sur l'upload d'images temporaires  
/trunk
/trunk/jrest/services/CelWidgetUploadImageTemp.php
1922 3908 d 9 h jpm /trunk/widget/modules/saisie/squelettes/ Suite portage florileges vers sauvages.
Ne pas fusionner avec la branche !
 
/trunk/widget/modules/saisie/squelettes/florileges/css/florileges.css
/trunk/widget/modules/saisie/squelettes/florileges/florileges.tpl.html
/trunk/widget/modules/saisie/squelettes/florileges/js/florileges.js
/trunk/widget/modules/saisie/squelettes/sauvages/css/sauvages.css
/trunk/widget/modules/saisie/squelettes/sauvages/js/sauvages.js
/trunk/widget/modules/saisie/squelettes/sauvages/sauvages.tpl.html
1921 3908 d 11 h mathias /trunk/widget/ Enlevé du code obsolète et une directive de config, relativement à l'upload d'images temporaires  
/trunk/widget/modules/saisie/Saisie.php
/trunk/widget/widget.ini.defaut.php
1920 3908 d 16 h aurelien /trunk/jrest/ jrest: Correction d'un merge effectué dans le mauvais sens  
/trunk/jrest/JRest.php
1919 3909 d 9 h mathias /trunk/ Fusion commit 1917 depuis la branche 1.7_croissant  
/trunk
/trunk/jrest/services/CelWidgetUploadImageTemp.php
1918 3909 d 9 h aurelien /trunk/src/org/tela_botanica/client/ dao : utilisation de la directive allow credentials pour les requetes ajax, qui permet de transferer les cookies et garder l'identification sur un serveur d'un autre domaine, pour peu que celui ci ait été configuré correctement  
/trunk/src/org/tela_botanica/client/util/RequestBuilderWithCredentials.java
/trunk/src/org/tela_botanica/client/modeles/dao/ImageAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/ImageGeneriqueVueAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/ImageInformationRepartitionAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/ImportObservationAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/InformationCommuneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/LiaisonMotsClesImageAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/LiaisonMotsClesObsAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/LienImageAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/ListeDateImageAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/ListeDateObservationAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/ListeEntiteGeographiqueObservationAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/ListeImageAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/ListeObservationAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/ListeReferentielCommuneAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/ListeReferentielNomAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/ListeReferentielPersoAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/ListeUtilisateurAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/MotsClesAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/NomRetenuAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/NombreImageAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/NombreObservationAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/ObservationAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/TransmissionObservationAsynchroneDAO.java
/trunk/src/org/tela_botanica/client/modeles/dao/UtilisateurAsynchroneDAO.java

Show All