Changeset 1877
- Timestamp:
- 08/23/07 08:46:50 (1 year ago)
- Files:
-
- alternc/trunk/bureau/admin/bro_main.php (modified) (1 diff)
- alternc/trunk/bureau/class/m_bro.php (modified) (1 diff)
- alternc/trunk/debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/bureau/admin/bro_main.php
r1876 r1877 26 26 Original Author of file: Benjamin Sonntag, Remi 27 27 Purpose of file: Online file Browser of AlternC 28 TODO : Voir ??? + Déplacer / Copier29 28 ---------------------------------------------------------------------- 30 29 */ alternc/trunk/bureau/class/m_bro.php
r1742 r1877 482 482 if (substr($dir,0,1)=="/") $dir=substr($dir,1); 483 483 if (substr($dir,-1)=="/") $dir=substr($dir,0,-1); 484 $dir=str_replace("%2F", "/", urlencode($dir)); 485 $name=urlencode($name); 484 486 if (!$this->cacheurl["d".$dir]) { 485 487 // On parcours $dir en remontant les / alternc/trunk/debian/changelog
r1874 r1877 1 1 alternc (0.9.6.4) stable; urgency=low 2 2 3 * Fixed the 'view' link issues (no urlencode) (#690) 3 4 * Change "move" to "move to" (ergonomic) (#787) 4 5 * Confirm file deletion in the browser (#659)
