Changeset 1877


Ignore:
Timestamp:
08/23/07 08:46:50 (6 years ago)
Author:
benjamin
Message:

Correction du probleme du lien voir. Fixes #690

Location:
alternc/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/admin/bro_main.php

    r1876 r1877  
    2626 Original Author of file: Benjamin Sonntag, Remi 
    2727 Purpose of file: Online file Browser of AlternC 
    28  TODO : Voir ??? + Déplacer / Copier 
    2928 ---------------------------------------------------------------------- 
    3029*/ 
  • alternc/trunk/bureau/class/m_bro.php

    r1742 r1877  
    482482    if (substr($dir,0,1)=="/") $dir=substr($dir,1); 
    483483    if (substr($dir,-1)=="/") $dir=substr($dir,0,-1); 
     484    $dir=str_replace("%2F", "/", urlencode($dir)); 
     485    $name=urlencode($name); 
    484486    if (!$this->cacheurl["d".$dir]) { 
    485487      // On parcours $dir en remontant les / 
  • alternc/trunk/debian/changelog

    r1874 r1877  
    11alternc (0.9.6.4) stable; urgency=low 
    22 
     3  * Fixed the 'view' link issues (no urlencode) (#690) 
    34  * Change "move" to "move to" (ergonomic) (#787) 
    45  * Confirm file deletion in the browser (#659) 
Note: See TracChangeset for help on using the changeset viewer.