<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>eFlore/Applications.coel &#x2013; //trunk/jrest/services/CoelStructure.php</title><description>WebSVN RSS feed &#x2013; eFlore/Applications.coel</description><lastBuildDate>Mon, 27 Apr 2026 13:44:51 +0200</lastBuildDate><generator>WebSVN 2.7.0</generator><language>en</language><link>http://svn.tela-botanica.net/websvn/log.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;max=40&amp;peg=1685</link><atom:link href="http://svn.tela-botanica.net/websvn/rss.php?path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;peg=1685&amp;repname=eFlore%2FApplications.coel" rel="self" type="application/rss+xml" />
<item><pubDate>Tue, 29 Oct 2013 12:20:25 +0100</pubDate><dc:creator>raphael</dc:creator><title>Rev 1685 – structure: possibilité de ne pas remplir le champ cs_nbre_personne (NULL ...</title><description>&lt;div&gt;&lt;strong&gt;raphael – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;structure: possibilité de ne pas remplir le champ cs_nbre_personne (NULL != 0)&lt;/div&gt;~ /trunk/jrest/services/CoelStructure.php&lt;br /&gt;~ /trunk/src/org/tela_botanica/client/modeles/structure/Structure.java&lt;br /&gt;~ /trunk/src/org/tela_botanica/client/modeles/structure/StructureAsyncDao.java&lt;br /&gt;~ /trunk/src/org/tela_botanica/client/vues/structure/StructureFormIdentification.java&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1685&amp;peg=1685</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1685&amp;peg=1685</guid></item>
<item><pubDate>Wed, 23 Oct 2013 17:29:03 +0200</pubDate><dc:creator>raphael</dc:creator><title>Rev 1673 – ui: rafraîchissement du panel de vue d&apos;une structure avec les ...</title><description>&lt;div&gt;&lt;strong&gt;raphael – 3 file(s) modified&lt;/strong&gt;&lt;br/&gt;ui: rafraîchissement du panel de vue d&apos;une structure avec les nouvelles coordonnées&lt;br /&gt;
    lorsque celles-ci ont été générées par le serveur lors de la mise à jour&lt;br /&gt;
&lt;br /&gt;
Côté serveur nous ne pouvons souffrir le pseudo-traitement des paramètres par getElementParDefaut().&lt;br /&gt;
C&apos;est donc getElement() qui s&apos;en charge de son côté en laissant libre updateElement() des paramètres passés.&lt;/div&gt;~ /trunk/jrest/services/CoelStructure.php&lt;br /&gt;~ /trunk/src/org/tela_botanica/client/modeles/structure/StructureAsyncDao.java&lt;br /&gt;~ /trunk/src/org/tela_botanica/client/vues/structure/StructureForm.java&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1673&amp;peg=1685</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1673&amp;peg=1685</guid></item>
<item><pubDate>Wed, 23 Oct 2013 17:18:37 +0200</pubDate><dc:creator>raphael</dc:creator><title>Rev 1670 – api/sql: autoriser les mises à jour sans contrainte de WHERE ...</title><description>&lt;div&gt;&lt;strong&gt;raphael – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;api/sql: autoriser les mises à jour sans contrainte de WHERE sur certaines sous-boucles de maj de structure, r1669 follow-up&lt;/div&gt;~ /trunk/jrest/services/CoelStructure.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1670&amp;peg=1685</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1670&amp;peg=1685</guid></item>
<item><pubDate>Wed, 23 Oct 2013 14:42:52 +0200</pubDate><dc:creator>raphael</dc:creator><title>Rev 1669 – api/sql: ne pas autoriser les mises à jour sans contrainte ...</title><description>&lt;div&gt;&lt;strong&gt;raphael – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;api/sql: ne pas autoriser les mises à jour sans contrainte de WHERE.&lt;br /&gt;
Précédemment, une requête telle que:&lt;br /&gt;
 /jrest/CoelStructure/1&quot;&amp;lt;&amp;lt;&amp;lt;&quot;a=a&amp;&quot;&lt;br /&gt;
passait dans Structure::updateElement() qui ne faisait aucun test sur le&lt;br /&gt;
paramètre &quot;&amp;cs_id_structure=&quot; ce qui pouvait alors induire un écrasement de&lt;br /&gt;
toutes les structure dans la BDD.&lt;br /&gt;
&lt;br /&gt;
Désormais ce check est rajouté, et un autre, en aval au moment de Coel::modifier()&lt;br /&gt;
rajouter aussi (ce qui évite par ailleurs une notice pourtant bien utile à propos&lt;br /&gt;
de la non-définition de &apos;champs_valeurs_id&apos;)&lt;/div&gt;~ /trunk/jrest/services/Coel.php&lt;br /&gt;~ /trunk/jrest/services/CoelStructure.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1669&amp;peg=1685</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1669&amp;peg=1685</guid></item>
<item><pubDate>Thu, 10 Oct 2013 21:15:36 +0200</pubDate><dc:creator>raphael</dc:creator><title>Rev 1651 – geoloc: implémentation initiale et préprocessing basique des adresses</title><description>&lt;div&gt;&lt;strong&gt;raphael – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;geoloc: implémentation initiale et préprocessing basique des adresses&lt;/div&gt;~ /trunk/jrest/services/Coel.php&lt;br /&gt;~ /trunk/jrest/services/CoelStructure.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1651&amp;peg=1685</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1651&amp;peg=1685</guid></item>
<item><pubDate>Wed, 09 Oct 2013 20:17:00 +0200</pubDate><dc:creator>raphael</dc:creator><title>Rev 1649 – geoloc: ajout de stub-functions pour la future implémentation de geocoding ...</title><description>&lt;div&gt;&lt;strong&gt;raphael – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;geoloc: ajout de stub-functions pour la future implémentation de geocoding Nominatim&lt;/div&gt;~ /trunk/jrest/services/Coel.php&lt;br /&gt;~ /trunk/jrest/services/CoelStructure.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1649&amp;peg=1685</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1649&amp;peg=1685</guid></item>
<item><pubDate>Wed, 09 Oct 2013 19:45:17 +0200</pubDate><dc:creator>raphael</dc:creator><title>Rev 1648 – misc: notices cleanup + cosmetics</title><description>&lt;div&gt;&lt;strong&gt;raphael – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;misc: notices cleanup + cosmetics&lt;/div&gt;~ /trunk/jrest/services/Coel.php&lt;br /&gt;~ /trunk/jrest/services/CoelStructure.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1648&amp;peg=1685</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1648&amp;peg=1685</guid></item>
<item><pubDate>Thu, 30 May 2013 15:50:00 +0200</pubDate><dc:creator>aurelien</dc:creator><title>Rev 1636 – Extension des possibilités de la recherche</title><description>&lt;div&gt;&lt;strong&gt;aurelien – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Extension des possibilités de la recherche&lt;/div&gt;~ /trunk/jrest/services/CoelCollection.php&lt;br /&gt;~ /trunk/jrest/services/CoelCommentaire.php&lt;br /&gt;~ /trunk/jrest/services/CoelPersonne.php&lt;br /&gt;~ /trunk/jrest/services/CoelProjet.php&lt;br /&gt;~ /trunk/jrest/services/CoelPublication.php&lt;br /&gt;~ /trunk/jrest/services/CoelStructure.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1636&amp;peg=1685</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1636&amp;peg=1685</guid></item>
<item><pubDate>Wed, 23 Jan 2013 17:03:15 +0100</pubDate><dc:creator>aurelien</dc:creator><title>Rev 1595 – Correction d&apos;un bug qui envoyait trop de données sur certaines ...</title><description>&lt;div&gt;&lt;strong&gt;aurelien – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Correction d&apos;un bug qui envoyait trop de données sur certaines requetes&lt;/div&gt;~ /trunk/jrest/services/CoelCommentaire.php&lt;br /&gt;~ /trunk/jrest/services/CoelCorrection.php&lt;br /&gt;~ /trunk/jrest/services/CoelPersonne.php&lt;br /&gt;~ /trunk/jrest/services/CoelProjet.php&lt;br /&gt;~ /trunk/jrest/services/CoelPublication.php&lt;br /&gt;~ /trunk/jrest/services/CoelPublicationAPersonne.php&lt;br /&gt;~ /trunk/jrest/services/CoelStructure.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1595&amp;peg=1685</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1595&amp;peg=1685</guid></item>
<item><pubDate>Fri, 11 Mar 2011 17:39:55 +0100</pubDate><dc:creator>jpm</dc:creator><title>Rev 1581 – Ajout d&apos;une limitation des résultat sen fonction des projets</title><description>&lt;div&gt;&lt;strong&gt;jpm – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Ajout d&apos;une limitation des résultat sen fonction des projets&lt;/div&gt;~ /trunk/jrest/services/CoelRecherche.php&lt;br /&gt;~ /trunk/jrest/services/CoelStructure.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1581&amp;peg=1685</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1581&amp;peg=1685</guid></item>
<item><pubDate>Mon, 26 Jul 2010 16:25:55 +0200</pubDate><dc:creator>jpm</dc:creator><title>Rev 1526 – Correction bogue FS#701 - [Publication] - Champ &quot;editeur&quot; ne conserve ...</title><description>&lt;div&gt;&lt;strong&gt;jpm – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;Correction bogue FS#701 - [Publication] - Champ &quot;editeur&quot; ne conserve pas les données.&lt;/div&gt;~ /trunk/jrest/services/CoelProjet.php&lt;br /&gt;~ /trunk/jrest/services/CoelStructure.php&lt;br /&gt;~ /trunk/src/org/tela_botanica/client/composants/ChampComboBoxRechercheTempsReelPaginable.java&lt;br /&gt;~ /trunk/src/org/tela_botanica/client/composants/pagination/ChargeurListe.java&lt;br /&gt;~ /trunk/src/org/tela_botanica/client/composants/pagination/Proxy.java&lt;br /&gt;~ /trunk/src/org/tela_botanica/client/composants/pagination/ProxyProjets.java&lt;br /&gt;~ /trunk/src/org/tela_botanica/client/composants/pagination/ProxyStructures.java&lt;br /&gt;~ /trunk/src/org/tela_botanica/client/Mediateur.java&lt;br /&gt;~ /trunk/src/org/tela_botanica/client/Modele.java&lt;br /&gt;~ /trunk/src/org/tela_botanica/client/modeles/structure/StructureAsyncDao.java&lt;br /&gt;~ /trunk/src/org/tela_botanica/client/vues/collection/CollectionFormGeneral.java&lt;br /&gt;~ /trunk/src/org/tela_botanica/client/vues/publication/PublicationForm.java&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1526&amp;peg=1685</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1526&amp;peg=1685</guid></item>
<item><pubDate>Fri, 28 May 2010 15:27:00 +0200</pubDate><dc:creator>jpm</dc:creator><title>Rev 1497 – Simplification Jrest/Coel, utilisation dans Coel de la version 1.0 de ...</title><description>&lt;div&gt;&lt;strong&gt;jpm – 25 file(s) modified&lt;/strong&gt;&lt;br/&gt;Simplification Jrest/Coel, utilisation dans Coel de la version 1.0 de Jrest.&lt;/div&gt;+ /trunk/jrest&lt;br /&gt;+ /trunk/jrest/.htaccess&lt;br /&gt;+ /trunk/jrest/index.php&lt;br /&gt;+ /trunk/jrest/jrest.ini.php.defaut&lt;br /&gt;+ /trunk/jrest/JRest.php&lt;br /&gt;+ /trunk/jrest/services&lt;br /&gt;+ /trunk/jrest/services/Coel.php&lt;br /&gt;+ /trunk/jrest/services/CoelAide.php&lt;br /&gt;+ /trunk/jrest/services/CoelCollection.php&lt;br /&gt;+ /trunk/jrest/services/CoelCollectionACommentaire.php&lt;br /&gt;+ /trunk/jrest/services/CoelCollectionAPersonne.php&lt;br /&gt;+ /trunk/jrest/services/CoelCollectionAPublication.php&lt;br /&gt;+ /trunk/jrest/services/CoelCommentaire.php&lt;br /&gt;+ /trunk/jrest/services/CoelCorrection.php&lt;br /&gt;+ /trunk/jrest/services/CoelPersonne.php&lt;br /&gt;+ /trunk/jrest/services/CoelProjet.php&lt;br /&gt;+ /trunk/jrest/services/CoelPublication.php&lt;br /&gt;+ /trunk/jrest/services/CoelPublicationAPersonne.php&lt;br /&gt;+ /trunk/jrest/services/CoelRecherche.php&lt;br /&gt;+ /trunk/jrest/services/CoelStatistique.php&lt;br /&gt;+ /trunk/jrest/services/CoelStructure.php&lt;br /&gt;+ /trunk/jrest/services/CoelStructureAPersonne.php&lt;br /&gt;+ /trunk/jrest/services/CoelSyndication.php&lt;br /&gt;+ /trunk/jrest/services/CoelUtilisateur.php&lt;br /&gt;+ /trunk/jrest/services/CoelValeurListe.php&lt;br /&gt;</description><link>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1497&amp;peg=1685</link><guid>http://svn.tela-botanica.net/websvn/revision.php?repname=eFlore%2FApplications.coel&amp;path=%2F%2Ftrunk%2Fjrest%2Fservices%2FCoelStructure.php&amp;rev=1497&amp;peg=1685</guid></item>
</channel></rss>