Subversion Repositories eFlore/Applications.cel

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1728 4025 d 22 h raphael /branches/topic-dbsingleton/jrest/services/ DB/singleton: partie 7, modification manuelle de ImportXLS.php: simplification des prototypes de fonctions  
1727 4025 d 22 h raphael /branches/topic-dbsingleton/jrest/services/ DB/singleton: partie 6, substitutions automatiques des appels à $this->bdd->quote(): 25 substitutions effectuées  
1725 4025 d 22 h raphael /branches/topic-dbsingleton/jrest/services/ DB/singleton: partie 4, modification manuelle des appels de jrest/services/CelSyndicationImage.php  
1724 4025 d 22 h raphael /branches/topic-dbsingleton/jrest/ DB/singleton: partie 3, substitutions automatiques des appels dans jrest/ effectuée par script:
* 489 appels modifiés
* 1 fichier reste à modifier manuellement car il surcharge certaines méthodes: jrest/services/CelSyndicationImage.php

La commande, générée, appliquée est:
sed -i -E 's;\$this->(requeter|executer|protegerRequete|proteger|executerRequeteSimple|executerRequete|getTxt)\(;Cel::db()->\1(;g' \
jrest/lib/RechercheObservation.php \
jrest/lib/GestionObservation.php \
jrest/lib/RechercheInfosTaxonBeta.php \
jrest/lib/GestionImage.php \
jrest/lib/RechercheInfosTaxon.php \
jrest/lib/LiaisonMotsCles.php \
jrest/lib/RechercheImage.php \
jrest/lib/GestionChampsEtendus.php \
jrest/services/CelObs.php \
jrest/services/CelWidgetMap.php \
jrest/services/CelWidgetMapPoint.php \
jrest/services/InventoryImageCount.php \
jrest/services/InventoryObservationList.php \
jrest/services/Name.php \
jrest/services/InventoryImageList.php \
jrest/services/InventoryImageLink.php \
jrest/services/CelSyndicationObservation.php \
jrest/services/InventoryLocationList.php \
jrest/services/InventoryCheck.php \
jrest/services/ImageDateList.php \
jrest/services/ImageContribution.php \
jrest/services/ImportXLS.php \
jrest/services/CelWidgetSaisie.php \
jrest/services/User.php \
jrest/services/InventoryKeyWordObsLink.php \
jrest/services/CelImage.php \
jrest/services/CelValidationObservation.php \
jrest/services/InventoryByDept.php \
jrest/services/CelWidgetExport.php \
jrest/services/Inventory.php \
jrest/services/InventoryKeyWordList.php \
jrest/services/InventoryPDF.php \
jrest/services/NameMap.php \
jrest/services/CelStatistique.php \
jrest/services/CelStatistiqueTxt.php \
jrest/services/InventoryImageListPublic.php \
jrest/services/InventoryImportExcel.php \
jrest/services/InventoryKeyWordImageLink.php \
jrest/services/ExportXLS.php \
jrest/services/Resume.php \
jrest/services/InventoryImportMail.php \
jrest/services/LicenceUtilisateur.php \
jrest/services/SelfRefList.php \
jrest/services/InventoryContributionList.php \
jrest/services/CoordSearch.php \
jrest/services/ImageProvider.php \
jrest/services/InventoryImage.php \
jrest/services/InventoryExport.php \
jrest/services/InventoryObservationCount.php \
jrest/services/CelMessage.php \
jrest/services/InventoryUserList.php \
jrest/services/InventoryImport.php \
jrest/services/CelMotCle.php \
jrest/services/InventoryDateList.php \
jrest/services/NameSearch.php \
jrest/services/LocationSearch.php \
jrest/services/InventoryTransmit.php \
jrest/services/ImageRDF.php \
jrest/services/NameImage.php \
jrest/services/CelImageDoublon.php
 
1720 4026 d 2 h raphael /branches/topic-dbsingleton/ création d'une branche dbsingleton dédiée à rendre l'accès aux fonctions de base de données plus aisé  
1719 4026 d 2 h aurelien /trunk/jrest/services/ Ajout d'un exit à la fin de la fonction createElement pour éviter que le retour ne soit pourri par d'autres envois suivants  
1716 4026 d 3 h raphael /trunk/jrest/ export: déplacement de l'autre partie de la gestion des champs étendus dans
FormateurGroupeColonne (la fonction d'alteration de ligne): partie 2/2
(reste la gestion unifiée des entêtes de colonnes)
 
1715 4026 d 4 h raphael /trunk/jrest/ export: déplacement d'une partie de la gestion des champs étendus dans
FormateurGroupeColonne (notamment la fonction de préchargement rapide): partie 1/2
 
1714 4026 d 4 h raphael /trunk/ export: bugfix pour la sérialisation des valeurs de checkboxes[] multiples par jQuery
+ amélioration dans la détection et validation des noms de groupe de champs
+ insertion initiale des champs étendus dans l'API de colonnes
 
1711 4026 d 20 h raphael /trunk/jrest/ export: meilleure vérification de certains paramètres, notamment les noms de groupes
de champs (= les colonnes exportées) qui peuvent désormais être passées indistinctement
sous forme de comma-separated string ou de tableau[] en provenance de checkboxes.
 
1709 4026 d 21 h raphael /trunk/jrest/services/ export: ne pas générer inutilement une liste complète d'observations en l'absence de paramètres passés à CelWidgetExport  
1703 4026 d 23 h raphael /trunk/jrest/services/ export/baseflor: partie 2/2, intégration du support baseflor dans CelWidgetExport (xls et csv)
(en réalité seule la gestion des intitulés de colonne doit encore être
faite hors de l'API proposée par FormateurColonnes)
 
1700 4027 d 21 h raphael /trunk/jrest/services/ export: désactivation des STRICT warnings (causés par la librairie de génération des PDF)  
1699 4027 d 21 h raphael /trunk/jrest/ import/export: Ajout de l'altitude à l'export et support de l'import  
1698 4027 d 21 h raphael /trunk/jrest/ import/export: suppression de code de débuggage et correction de l'import des date/time.  
1697 4028 d 1 h raphael /trunk/jrest/services/ import: compat PHP 5.2, suppression des gotos  
1696 4028 d 2 h raphael /trunk/jrest/services/ export: suppression d'une notice  
1695 4028 d 2 h raphael /trunk/jrest/ export/colonnes: fix d'une notice et bugfix dans l'utilisation du cache pour les noms communs  
1694 4028 d 2 h raphael /trunk/jrest/ export/colonnes: ajout d'une possibilité de préchargement efficace des données
par les fonctions de colonnes en amont des appels récurrent par ligne.
Utilisation de ce système pour le préchargement des nom communs lors de l'export.
 
1692 4028 d 4 h raphael /trunk/jrest/services/ export widget: quelques nettoyage et staticification de fonctions  

Show All