Artifacts Associated With Ticket 252275bef69bb49ce0d0abf1bb4c531bdb04d309

  1. Ticket change [d29ea14b2d] (rid 3938) by hguenot on 2015-06-25 06:04:05:

    1. foundin initialized to: "0.7.1"
    2. icomment:
      <p>Dans le fichier <tt>template/admin/_head.tpl</tt>, le nom de la variable sur laquelle on itère pour les <tt>plugin_js</tt> est invalide. </p>
      
      <p>Dans le <tt>foreach</tt>, <tt>item="hs"</tt> et dans la balise &lt;script .../&gt>, elle est appelée <tt>$js</tt></p>
      
      <pre>
          {if isset($plugin_js)}
              {foreach from=$plugin_js item="hs"}
                  &lt;script type="text/javascript" src="{plugin_url file=$js}"&gt;&lt;/script&gt;
              {/foreach}
          {/if}
      
      </pre>
      
      <p>Il faudrait rendre ça cohérent</p>
      
    3. login: "hguenot"
    4. mimetype: "text/html"
    5. private_contact initialized to: "dcdc2b5db01e79576016ca0f0f24dfbe8ef6c2c6"
    6. severity initialized to: "Critical"
    7. status initialized to: "Open"
    8. title initialized to:
      L'utilsation de JS spécifique dans un plugin crash l'application
      
    9. type initialized to: "Code_Defect"
  2. Ticket change [6aa604bc52] (rid 3947) by bohwaz on 2015-09-09 04:46:11:

    1. icomment:
      Corrigé dans a8badd39a83b0f32f5bf900d21cd86dbefb698d6 merci
      
    2. login: "bohwaz"
    3. mimetype: "text/x-fossil-plain"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Fixed"
    6. status changed to: "Fixed"