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
2461 3538 d 12 h jpm /trunk/jrest/ Mise en forme, ajout d'entête.
Correction gestion de la répercution de la transmission sur la table cel_images.
 
/trunk/jrest/bibliotheque/Bdd.php
/trunk/jrest/bibliotheque/Bdd2.php
/trunk/jrest/bibliotheque/Cel.php
/trunk/jrest/bibliotheque/FormateurGroupeColonne.php
/trunk/jrest/bibliotheque/GestionImage.php
/trunk/jrest/services/CatalogueChampsEtendus.php
/trunk/jrest/services/CelImage.php
/trunk/jrest/services/CelImageDoublon.php
/trunk/jrest/services/CelImageFormat.php
/trunk/jrest/services/CelMessage.php
/trunk/jrest/services/CelObs.php
/trunk/jrest/services/CelRadiusPoints.php
/trunk/jrest/services/CelWidgetSaisie.php
/trunk/jrest/services/ImportXLS.php
/trunk/jrest/services/InventoryImage.php
/trunk/jrest/services/InventoryImageCount.php
/trunk/jrest/services/InventoryImageLink.php
/trunk/jrest/services/InventoryImport.php
/trunk/jrest/services/InventoryTransmit.php
2460 3538 d 14 h jpm /trunk/jrest/bibliotheque/ Suppression classe Bdd (remplacé par Bdd2).
Début mise en forme classe métier du CEL.
 
/trunk/jrest/bibliotheque/Bdd.php
/trunk/jrest/bibliotheque/Bdd2.php
/trunk/jrest/bibliotheque/CartoGroupage.php
/trunk/jrest/bibliotheque/Cel.php
/trunk/jrest/bibliotheque/ExtracteurMetadonnees.php
/trunk/jrest/bibliotheque/GestionImage.php
/trunk/jrest/bibliotheque/GestionObservation.php
2459 3539 d 12 h jpm /trunk/jrest/ Création d'un dossier "bibliotheque" contenant le code métier du CEL.
Déplacement des bibliothèques métiers du CEL dans le dossier "bibliotheque".
Ajout à l'autoload du dossier "bibliotheque".
 
/trunk/jrest/bibliotheque
/trunk/jrest/bibliotheque/Bdd.php
/trunk/jrest/bibliotheque/Bdd2.php
/trunk/jrest/bibliotheque/CartoGroupage.php
/trunk/jrest/bibliotheque/Cel.php
/trunk/jrest/bibliotheque/ChampEtendu.php
/trunk/jrest/bibliotheque/Decoupage.class.php
/trunk/jrest/bibliotheque/DecoupageNomLatin.class.php
/trunk/jrest/bibliotheque/ExtracteurMetadonnees.php
/trunk/jrest/bibliotheque/FormateurGroupeColonne.php
/trunk/jrest/bibliotheque/GenerateurPDF.php
/trunk/jrest/bibliotheque/GestionChampsEtendus.php
/trunk/jrest/bibliotheque/GestionImage.php
/trunk/jrest/bibliotheque/GestionMotsClesChemin.php
/trunk/jrest/bibliotheque/GestionObservation.php
/trunk/jrest/bibliotheque/ImageRecreation.php
/trunk/jrest/bibliotheque/NameParser.php
/trunk/jrest/bibliotheque/RechercheImage.php
/trunk/jrest/bibliotheque/RechercheInfosTaxon.php
/trunk/jrest/bibliotheque/RechercheInfosTaxonBeta.php
/trunk/jrest/bibliotheque/RechercheObservation.php
/trunk/jrest/lib/Bdd.php
/trunk/jrest/lib/Bdd2.php
/trunk/jrest/lib/CartoGroupage.php
/trunk/jrest/lib/Cel.php
/trunk/jrest/lib/ChampEtendu.php
/trunk/jrest/lib/Decoupage.class.php
/trunk/jrest/lib/DecoupageNomLatin.class.php
/trunk/jrest/lib/ExtracteurMetadonnees.php
/trunk/jrest/lib/FormateurGroupeColonne.php
/trunk/jrest/lib/GenerateurPDF.php
/trunk/jrest/lib/GestionChampsEtendus.php
/trunk/jrest/lib/GestionImage.php
/trunk/jrest/lib/GestionMotsClesChemin.php
/trunk/jrest/lib/GestionObservation.php
/trunk/jrest/lib/ImageRecreation.php
/trunk/jrest/lib/NameParser.php
/trunk/jrest/lib/RechercheImage.php
/trunk/jrest/lib/RechercheInfosTaxon.php
/trunk/jrest/lib/RechercheInfosTaxonBeta.php
/trunk/jrest/lib/RechercheObservation.php
/trunk/jrest/index.php
/trunk/jrest/services/CelWidgetExport.php
/trunk/jrest/services/ImportXLS.php
2446 3541 d 12 h jpm /trunk/jrest/ Début prise en compte de la modification de la bdd en vue de son optimisation (suppression table cel_obs_images).  
/trunk/jrest/jrest.ini.php.defaut
/trunk/jrest/lib/Cel.php
/trunk/jrest/lib/FormateurGroupeColonne.php
/trunk/jrest/lib/GestionImage.php
/trunk/jrest/lib/GestionObservation.php
/trunk/jrest/lib/RechercheImage.php
/trunk/jrest/services/CelImage.php
/trunk/jrest/services/CelImageDoublon.php
/trunk/jrest/services/CelStatistique.php
/trunk/jrest/services/CelStatistiqueTxt.php
/trunk/jrest/services/CelSyndicationImage.php
/trunk/jrest/services/CelSyndicationObservation.php
/trunk/jrest/services/CelWidgetMap.php
/trunk/jrest/services/CelWidgetMapPoint.php
/trunk/jrest/services/CelWidgetSaisie.php
/trunk/jrest/services/ImageContribution.php
/trunk/jrest/services/ImageRDF.php
/trunk/jrest/services/Resume.php
2370 3597 d 14 h mathias /trunk/jrest/ La saisie des obs est maintenant encadrée par une transaction; si une des étapes rate, on peut réessayer et la BDD et le DD ne sont pas pollués  
/trunk/jrest/lib/Cel.php
/trunk/jrest/lib/ImageRecreation.php
/trunk/jrest/services/CelWidgetSaisie.php
2356 3607 d 19 h mathias /trunk/jrest/lib/ Suppression code inutile "decoderMotsClefs"  
/trunk/jrest/lib/Cel.php
2342 3628 d 19 h mathias /trunk/jrest/ Cel::$bdd est maintenant un singleton
Encadrement des opérations d'insertion du widget de saisie par une transaction - ATTENTION nécessite innodb - pour permettre une insertion en parallèle (sinon foirage de l'ordre)
 
/trunk/jrest/lib/Bdd2.php
/trunk/jrest/lib/Cel.php
/trunk/jrest/services/CelWidgetSaisie.php
2272 3660 d 19 h aurelien /trunk/jrest/ Protection de certains champs dans le flux rss pouvant contenir des caractères inderdits en xml  
/trunk/jrest/lib/Cel.php
/trunk/jrest/services/CelSyndicationImage.php
/trunk/jrest/services/CelSyndicationObservation.php
2226 3701 d 19 h aurelien /trunk/jrest/lib/ Re correction d'un mauvais champ utilisé  
/trunk/jrest/lib/Cel.php
2201 3715 d 13 h aurelien /trunk/jrest/lib/ La liste des admins est désormais tirée d'un champ de la bdd et pas d'un fichier de config cradingue  
/trunk/jrest/lib/Cel.php
2162 3736 d 19 h jpm /trunk/jrest/lib/ Correction du test des adresses IP autorisées.  
/trunk/jrest/lib/Cel.php
2155 3737 d 14 h mathias /trunk/ Renommage "bdtao" => "apd  
/trunk/TODO
/trunk/jrest/jrest.ini.php.defaut
/trunk/jrest/lib/Cel.php
/trunk/jrest/services/CelObs.php
/trunk/jrest/services/CelValidationObservation.php
/trunk/jrest/services/ImportXLS.php
/trunk/war/config.defaut.js
/trunk/widget/modules/saisie/configurations/defaut.ini
/trunk/widget/modules/saisie/squelettes/defaut/defaut.tpl.html
/trunk/widget/modules/saisie/squelettes/defaut/js/defaut.js
2152 3740 d 11 h jpm /trunk/jrest/ Mise à jour du web service CelObs et CelImage.  
/trunk/jrest/jrest.ini.php.defaut
/trunk/jrest/lib/Cel.php
/trunk/jrest/lib/GestionObservation.php
/trunk/jrest/lib/RechercheInfosTaxonBeta.php
/trunk/jrest/services/CelImage.php
/trunk/jrest/services/CelObs.php
2149 3740 d 18 h aurelien /trunk/jrest/lib/ Fermeture de tags php, mise en lowercase du chemin des mots clés, correction d'un test mal effecuté sur une valeur vide  
/trunk/jrest/lib/Cel.php
/trunk/jrest/lib/GestionImage.php
/trunk/jrest/lib/GestionMotsClesChemin.php
2143 3742 d 13 h jpm /trunk/jrest/ Simplification des méthodes de requétage de la classe BDD.
Mise à jour de l'ensemble des services et bibliothèques
 
/trunk/jrest
/trunk/jrest/jrest.ini.php.defaut
/trunk/jrest/lib/Bdd2.php
/trunk/jrest/lib/Cel.php
/trunk/jrest/lib/FormateurGroupeColonne.php
/trunk/jrest/lib/GestionChampsEtendus.php
/trunk/jrest/lib/GestionImage.php
/trunk/jrest/lib/GestionMotsClesChemin.php
/trunk/jrest/lib/GestionObservation.php
/trunk/jrest/lib/RechercheImage.php
/trunk/jrest/lib/RechercheInfosTaxon.php
/trunk/jrest/lib/RechercheObservation.php
/trunk/jrest/services/CelImage.php
/trunk/jrest/services/CelImageDoublon.php
/trunk/jrest/services/CelObs.php
/trunk/jrest/services/CelStatistique.php
/trunk/jrest/services/CelStatistiqueTxt.php
/trunk/jrest/services/CelSuppressionObservation.php
/trunk/jrest/services/CelSyndicationImage.php
/trunk/jrest/services/CelSyndicationObservation.php
/trunk/jrest/services/CelWidgetMap.php
/trunk/jrest/services/CelWidgetMapPoint.php
/trunk/jrest/services/CelWidgetSaisie.php
/trunk/jrest/services/CoordSearch.php
/trunk/jrest/services/ImageDateList.php
/trunk/jrest/services/InventoryByDept.php
/trunk/jrest/services/InventoryDateList.php
/trunk/jrest/services/InventoryUserList.php
/trunk/jrest/services/NomsChampsEtendus.php
/trunk/jrest/services/SelfRefList.php
2122 3747 d 17 h mathias /trunk/jrest/ Ajout de bdtao aux services  
/trunk/jrest/lib/Cel.php
/trunk/jrest/services/CelValidationObservation.php
/trunk/jrest/services/ImportXLS.php
2071 3769 d 10 h jpm /trunk/jrest/ Déplacement de la constante d'arrêt des services dans la classe CEL.  
/trunk/jrest/lib/Cel.php
/trunk/jrest/services/InventoryImage.php
2036 3790 d 14 h aurelien /trunk/jrest/lib/ Changement des paramètres par défaut du tableau utilisateur  
/trunk/jrest/lib/Cel.php
1908 3861 d 14 h raphael /trunk/jrest/ mise à jour multiples: pas de mises à jour des "nom_sel" et "référentiels" (et champs autogénérés associés)
lorsque la mise à jour concerne plusieurs observations.
(cela évite des réinitialisation de nom_sel intempestives).

D'autre part un test supplémentaire du côté du backend est effectué pour éviter l'UPDATE
de champs avec "(Valeurs multiples)".
 
/trunk/jrest/lib/Cel.php
/trunk/jrest/lib/GestionObservation.php
/trunk/jrest/services/InventoryObservationList.php
1869 3890 d 17 h raphael /trunk/jrest/ misc: fixes cosmétiques: constructions simples + statification  
/trunk/jrest/lib/Cel.php
/trunk/jrest/services/CelImageDoublon.php
/trunk/jrest/services/ImportXLS.php
/trunk/jrest/services/InventoryKeyWordList.php

Show All