Changeset 1157

Show
Ignore:
Timestamp:
11/08/08 17:47:08 (2 months ago)
Author:
laurentj
Message:

ticket #733: jFile::removeDir failed on Windows OS

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.x/lib/jelix/CREDITS

    r1137 r1157  
    4141 - little improvement in jLog.(#344) 
    4242 - little improvement in formcontrols plugin (#353) 
     43 
     44Foxmask 
     45  - bug fix in jFile::removeDir (#733) 
    4346 
    4447Mickaël Fradin (aka mike) 
  • branches/1.0.x/lib/jelix/utils/jFile.class.php

    r832 r1157  
    88* @contributor Bastien Jaillot 
    99* @contributor Cedric (fix bug ticket 56) 
    10 * @copyright   2005-2006 Laurent Jouanneau, 2006 Thiriot Christophe, 2006 Loic Mathaud, 2008 Bastien Jaillot 
     10* @contributor Foxmask (#733) 
     11* @copyright   2005-2006 Laurent Jouanneau, 2006 Thiriot Christophe, 2006 Loic Mathaud, 2008 Bastien Jaillot, 2008 Foxmask 
    1112* @link        http://www.jelix.org 
    1213* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
     
    113114                } 
    114115        } 
     116 
     117        unset($dir); // see bug #733 
     118        unset($dirContent); 
     119 
    115120        // removes the parent directory 
    116121        if ($deleteParent) { 
  • trunk/lib/jelix/CREDITS

    r1138 r1157  
    9191 - added config option to define default form builder (#696) 
    9292 
    93  
    9493Laurent Raufaste (aka analogue) 
    9594 - patches on postgresql driver (#123, #671, #672, #674) 
     
    129128 - little improvement in jLog.(#344) 
    130129 - little improvement in formcontrols plugin (#353) 
     130 
     131Foxmask 
     132  - bug fix in jFile::removeDir (#733) 
    131133 
    132134Mickaël Fradin (aka mike) 
  • trunk/lib/jelix/utils/jFile.class.php

    r1026 r1157  
    77* @contributor Bastien Jaillot 
    88* @contributor Loic Mathaud 
     9* @contributor Foxmask (#733) 
    910* @contributor Cedric (fix bug ticket 56) 
    10 * @copyright   2005-2006 Laurent Jouanneau, 2006 Thiriot Christophe, 2006 Loic Mathaud, 2008 Bastien Jaillot 
     11* @copyright   2005-2006 Laurent Jouanneau, 2006 Thiriot Christophe, 2006 Loic Mathaud, 2008 Bastien Jaillot, 2008 Foxmask 
    1112* @link        http://www.jelix.org 
    1213* @licence  http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file 
     
    113114                } 
    114115        } 
     116        unset($dir); // see bug #733 
     117        unset($dirContent); 
     118 
    115119        // removes the parent directory 
    116120        if ($deleteParent) { 
Download in other formats: Unified Diff Zip Archive