Changeset 1157
- Timestamp:
- 11/08/08 17:47:08 (2 months ago)
- Files:
-
- branches/1.0.x/lib/jelix/CREDITS (modified) (1 diff)
- branches/1.0.x/lib/jelix/utils/jFile.class.php (modified) (2 diffs)
- trunk/lib/jelix/CREDITS (modified) (2 diffs)
- trunk/lib/jelix/utils/jFile.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/lib/jelix/CREDITS
r1137 r1157 41 41 - little improvement in jLog.(#344) 42 42 - little improvement in formcontrols plugin (#353) 43 44 Foxmask 45 - bug fix in jFile::removeDir (#733) 43 46 44 47 Mickaël Fradin (aka mike) branches/1.0.x/lib/jelix/utils/jFile.class.php
r832 r1157 8 8 * @contributor Bastien Jaillot 9 9 * @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 11 12 * @link http://www.jelix.org 12 13 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file … … 113 114 } 114 115 } 116 117 unset($dir); // see bug #733 118 unset($dirContent); 119 115 120 // removes the parent directory 116 121 if ($deleteParent) { trunk/lib/jelix/CREDITS
r1138 r1157 91 91 - added config option to define default form builder (#696) 92 92 93 94 93 Laurent Raufaste (aka analogue) 95 94 - patches on postgresql driver (#123, #671, #672, #674) … … 129 128 - little improvement in jLog.(#344) 130 129 - little improvement in formcontrols plugin (#353) 130 131 Foxmask 132 - bug fix in jFile::removeDir (#733) 131 133 132 134 Mickaël Fradin (aka mike) trunk/lib/jelix/utils/jFile.class.php
r1026 r1157 7 7 * @contributor Bastien Jaillot 8 8 * @contributor Loic Mathaud 9 * @contributor Foxmask (#733) 9 10 * @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 11 12 * @link http://www.jelix.org 12 13 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file … … 113 114 } 114 115 } 116 unset($dir); // see bug #733 117 unset($dirContent); 118 115 119 // removes the parent directory 116 120 if ($deleteParent) {
