Changeset 735
- Timestamp:
- 01/11/08 23:24:16 (1 year ago)
- Files:
-
- branches/1.0.x/lib/jelix/core/jConfigCompiler.class.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/core/jConfigCompiler.class.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/core/jConfigCompiler.class.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/core/jCoordinator.class.php (modified) (2 diffs)
- branches/1.0.x/lib/jelix/core/jCoordinator.class.php (modified) (2 diffs)
- branches/1.0.x/lib/jelix/core/jCoordinator.class.php (modified) (2 diffs)
- branches/1.0.x/lib/jelix/core/jRequest.class.php (modified) (2 diffs)
- branches/1.0.x/lib/jelix/core/jRequest.class.php (modified) (2 diffs)
- branches/1.0.x/lib/jelix/core/jRequest.class.php (modified) (2 diffs)
- branches/1.0.x/lib/jelix/utils/jIniFile.class.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/utils/jIniFile.class.php (modified) (1 diff)
- branches/1.0.x/lib/jelix/utils/jIniFile.class.php (modified) (1 diff)
- trunk/lib/jelix/core/jConfigCompiler.class.php (modified) (1 diff)
- trunk/lib/jelix/core/jConfigCompiler.class.php (modified) (1 diff)
- trunk/lib/jelix/core/jConfigCompiler.class.php (modified) (1 diff)
- trunk/lib/jelix/core/jCoordinator.class.php (modified) (2 diffs)
- trunk/lib/jelix/core/jCoordinator.class.php (modified) (2 diffs)
- trunk/lib/jelix/core/jCoordinator.class.php (modified) (2 diffs)
- trunk/lib/jelix/core/jRequest.class.php (modified) (2 diffs)
- trunk/lib/jelix/core/jRequest.class.php (modified) (2 diffs)
- trunk/lib/jelix/core/jRequest.class.php (modified) (2 diffs)
- trunk/lib/jelix/utils/jIniFile.class.php (modified) (1 diff)
- trunk/lib/jelix/utils/jIniFile.class.php (modified) (1 diff)
- trunk/lib/jelix/utils/jIniFile.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/lib/jelix/core/jConfigCompiler.class.php
r733 r735 5 5 * @author Jouanneau Laurent 6 6 * @contributor Thibault PIRONT < nuKs > 7 * @copyright 2006-200 7Jouanneau laurent7 * @copyright 2006-2008 Jouanneau laurent 8 8 * @copyright 2007 Thibault PIRONT 9 9 * @link http://www.jelix.org branches/1.0.x/lib/jelix/core/jConfigCompiler.class.php
r733 r735 5 5 * @author Jouanneau Laurent 6 6 * @contributor Thibault PIRONT < nuKs > 7 * @copyright 2006-200 7Jouanneau laurent7 * @copyright 2006-2008 Jouanneau laurent 8 8 * @copyright 2007 Thibault PIRONT 9 9 * @link http://www.jelix.org branches/1.0.x/lib/jelix/core/jConfigCompiler.class.php
r733 r735 5 5 * @author Jouanneau Laurent 6 6 * @contributor Thibault PIRONT < nuKs > 7 * @copyright 2006-200 7Jouanneau laurent7 * @copyright 2006-2008 Jouanneau laurent 8 8 * @copyright 2007 Thibault PIRONT 9 9 * @link http://www.jelix.org branches/1.0.x/lib/jelix/core/jCoordinator.class.php
r701 r735 5 5 * @author Laurent Jouanneau 6 6 * @contributor Thibault PIRONT < nuKs > 7 * @copyright 2005-200 6laurent Jouanneau7 * @copyright 2005-2008 laurent Jouanneau 8 8 * @copyright 2007 Thibault PIRONT 9 9 * @link http://www.jelix.org … … 264 264 throw new jException('jelix~errors.ad.controller.file.unknow',array($this->actionName,$ctrlpath)); 265 265 } 266 require ($ctrlpath);266 require_once($ctrlpath); 267 267 $class = $selector->getClass(); 268 268 if(!class_exists($class,false)){ branches/1.0.x/lib/jelix/core/jCoordinator.class.php
r701 r735 5 5 * @author Laurent Jouanneau 6 6 * @contributor Thibault PIRONT < nuKs > 7 * @copyright 2005-200 6laurent Jouanneau7 * @copyright 2005-2008 laurent Jouanneau 8 8 * @copyright 2007 Thibault PIRONT 9 9 * @link http://www.jelix.org … … 264 264 throw new jException('jelix~errors.ad.controller.file.unknow',array($this->actionName,$ctrlpath)); 265 265 } 266 require ($ctrlpath);266 require_once($ctrlpath); 267 267 $class = $selector->getClass(); 268 268 if(!class_exists($class,false)){ branches/1.0.x/lib/jelix/core/jCoordinator.class.php
r701 r735 5 5 * @author Laurent Jouanneau 6 6 * @contributor Thibault PIRONT < nuKs > 7 * @copyright 2005-200 6laurent Jouanneau7 * @copyright 2005-2008 laurent Jouanneau 8 8 * @copyright 2007 Thibault PIRONT 9 9 * @link http://www.jelix.org … … 264 264 throw new jException('jelix~errors.ad.controller.file.unknow',array($this->actionName,$ctrlpath)); 265 265 } 266 require ($ctrlpath);266 require_once($ctrlpath); 267 267 $class = $selector->getClass(); 268 268 if(!class_exists($class,false)){ branches/1.0.x/lib/jelix/core/jRequest.class.php
r716 r735 5 5 * @author Laurent Jouanneau 6 6 * @contributor 7 * @copyright 2005-200 7Laurent Jouanneau7 * @copyright 2005-2008 Laurent Jouanneau 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 122 122 $gJConfig->urlengine['jelixWWWPath'] = $this->urlScriptPath.$gJConfig->urlengine['jelixWWWPath']; 123 123 }else if(strpos($this->urlScriptPath,$gJConfig->urlengine['basePath']) !== 0){ 124 throw new Exception('Jelix Error: basePath in config file doesn\'t correspond to current base path. You should setup it to '.$this->urlScriptPath);124 throw new Exception('Jelix Error: basePath ('.$gJConfig->urlengine['basePath'].') in config file doesn\'t correspond to current base path. You should setup it to '.$this->urlScriptPath); 125 125 } 126 126 branches/1.0.x/lib/jelix/core/jRequest.class.php
r716 r735 5 5 * @author Laurent Jouanneau 6 6 * @contributor 7 * @copyright 2005-200 7Laurent Jouanneau7 * @copyright 2005-2008 Laurent Jouanneau 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 122 122 $gJConfig->urlengine['jelixWWWPath'] = $this->urlScriptPath.$gJConfig->urlengine['jelixWWWPath']; 123 123 }else if(strpos($this->urlScriptPath,$gJConfig->urlengine['basePath']) !== 0){ 124 throw new Exception('Jelix Error: basePath in config file doesn\'t correspond to current base path. You should setup it to '.$this->urlScriptPath);124 throw new Exception('Jelix Error: basePath ('.$gJConfig->urlengine['basePath'].') in config file doesn\'t correspond to current base path. You should setup it to '.$this->urlScriptPath); 125 125 } 126 126 branches/1.0.x/lib/jelix/core/jRequest.class.php
r716 r735 5 5 * @author Laurent Jouanneau 6 6 * @contributor 7 * @copyright 2005-200 7Laurent Jouanneau7 * @copyright 2005-2008 Laurent Jouanneau 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 122 122 $gJConfig->urlengine['jelixWWWPath'] = $this->urlScriptPath.$gJConfig->urlengine['jelixWWWPath']; 123 123 }else if(strpos($this->urlScriptPath,$gJConfig->urlengine['basePath']) !== 0){ 124 throw new Exception('Jelix Error: basePath in config file doesn\'t correspond to current base path. You should setup it to '.$this->urlScriptPath);124 throw new Exception('Jelix Error: basePath ('.$gJConfig->urlengine['basePath'].') in config file doesn\'t correspond to current base path. You should setup it to '.$this->urlScriptPath); 125 125 } 126 126 branches/1.0.x/lib/jelix/utils/jIniFile.class.php
r733 r735 4 4 * @subpackage utils 5 5 * @author Loic Mathaud 6 * @contributor 7 * @copyright 2006 Loic Mathaud 6 * @contributor Laurent Jouanneau 7 * @copyright 2006 Loic Mathaud, 2008 Laurent Jouanneau 8 8 * @link http://www.jelix.org 9 9 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file branches/1.0.x/lib/jelix/utils/jIniFile.class.php
r733 r735 4 4 * @subpackage utils 5 5 * @author Loic Mathaud 6 * @contributor 7 * @copyright 2006 Loic Mathaud 6 * @contributor Laurent Jouanneau 7 * @copyright 2006 Loic Mathaud, 2008 Laurent Jouanneau 8 8 * @link http://www.jelix.org 9 9 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file branches/1.0.x/lib/jelix/utils/jIniFile.class.php
r733 r735 4 4 * @subpackage utils 5 5 * @author Loic Mathaud 6 * @contributor 7 * @copyright 2006 Loic Mathaud 6 * @contributor Laurent Jouanneau 7 * @copyright 2006 Loic Mathaud, 2008 Laurent Jouanneau 8 8 * @link http://www.jelix.org 9 9 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file trunk/lib/jelix/core/jConfigCompiler.class.php
r733 r735 5 5 * @author Jouanneau Laurent 6 6 * @contributor Thibault PIRONT < nuKs > 7 * @copyright 2006-200 7Jouanneau laurent7 * @copyright 2006-2008 Jouanneau laurent 8 8 * @copyright 2007 Thibault PIRONT 9 9 * @link http://www.jelix.org trunk/lib/jelix/core/jConfigCompiler.class.php
r733 r735 5 5 * @author Jouanneau Laurent 6 6 * @contributor Thibault PIRONT < nuKs > 7 * @copyright 2006-200 7Jouanneau laurent7 * @copyright 2006-2008 Jouanneau laurent 8 8 * @copyright 2007 Thibault PIRONT 9 9 * @link http://www.jelix.org trunk/lib/jelix/core/jConfigCompiler.class.php
r733 r735 5 5 * @author Jouanneau Laurent 6 6 * @contributor Thibault PIRONT < nuKs > 7 * @copyright 2006-200 7Jouanneau laurent7 * @copyright 2006-2008 Jouanneau laurent 8 8 * @copyright 2007 Thibault PIRONT 9 9 * @link http://www.jelix.org trunk/lib/jelix/core/jCoordinator.class.php
r701 r735 5 5 * @author Laurent Jouanneau 6 6 * @contributor Thibault PIRONT < nuKs > 7 * @copyright 2005-200 6laurent Jouanneau7 * @copyright 2005-2008 laurent Jouanneau 8 8 * @copyright 2007 Thibault PIRONT 9 9 * @link http://www.jelix.org … … 264 264 throw new jException('jelix~errors.ad.controller.file.unknow',array($this->actionName,$ctrlpath)); 265 265 } 266 require ($ctrlpath);266 require_once($ctrlpath); 267 267 $class = $selector->getClass(); 268 268 if(!class_exists($class,false)){ trunk/lib/jelix/core/jCoordinator.class.php
r701 r735 5 5 * @author Laurent Jouanneau 6 6 * @contributor Thibault PIRONT < nuKs > 7 * @copyright 2005-200 6laurent Jouanneau7 * @copyright 2005-2008 laurent Jouanneau 8 8 * @copyright 2007 Thibault PIRONT 9 9 * @link http://www.jelix.org … … 264 264 throw new jException('jelix~errors.ad.controller.file.unknow',array($this->actionName,$ctrlpath)); 265 265 } 266 require ($ctrlpath);266 require_once($ctrlpath); 267 267 $class = $selector->getClass(); 268 268 if(!class_exists($class,false)){ trunk/lib/jelix/core/jCoordinator.class.php
r701 r735 5 5 * @author Laurent Jouanneau 6 6 * @contributor Thibault PIRONT < nuKs > 7 * @copyright 2005-200 6laurent Jouanneau7 * @copyright 2005-2008 laurent Jouanneau 8 8 * @copyright 2007 Thibault PIRONT 9 9 * @link http://www.jelix.org … … 264 264 throw new jException('jelix~errors.ad.controller.file.unknow',array($this->actionName,$ctrlpath)); 265 265 } 266 require ($ctrlpath);266 require_once($ctrlpath); 267 267 $class = $selector->getClass(); 268 268 if(!class_exists($class,false)){ trunk/lib/jelix/core/jRequest.class.php
r716 r735 5 5 * @author Laurent Jouanneau 6 6 * @contributor 7 * @copyright 2005-200 7Laurent Jouanneau7 * @copyright 2005-2008 Laurent Jouanneau 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 122 122 $gJConfig->urlengine['jelixWWWPath'] = $this->urlScriptPath.$gJConfig->urlengine['jelixWWWPath']; 123 123 }else if(strpos($this->urlScriptPath,$gJConfig->urlengine['basePath']) !== 0){ 124 throw new Exception('Jelix Error: basePath in config file doesn\'t correspond to current base path. You should setup it to '.$this->urlScriptPath);124 throw new Exception('Jelix Error: basePath ('.$gJConfig->urlengine['basePath'].') in config file doesn\'t correspond to current base path. You should setup it to '.$this->urlScriptPath); 125 125 } 126 126 trunk/lib/jelix/core/jRequest.class.php
r716 r735 5 5 * @author Laurent Jouanneau 6 6 * @contributor 7 * @copyright 2005-200 7Laurent Jouanneau7 * @copyright 2005-2008 Laurent Jouanneau 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 122 122 $gJConfig->urlengine['jelixWWWPath'] = $this->urlScriptPath.$gJConfig->urlengine['jelixWWWPath']; 123 123 }else if(strpos($this->urlScriptPath,$gJConfig->urlengine['basePath']) !== 0){ 124 throw new Exception('Jelix Error: basePath in config file doesn\'t correspond to current base path. You should setup it to '.$this->urlScriptPath);124 throw new Exception('Jelix Error: basePath ('.$gJConfig->urlengine['basePath'].') in config file doesn\'t correspond to current base path. You should setup it to '.$this->urlScriptPath); 125 125 } 126 126 trunk/lib/jelix/core/jRequest.class.php
r716 r735 5 5 * @author Laurent Jouanneau 6 6 * @contributor 7 * @copyright 2005-200 7Laurent Jouanneau7 * @copyright 2005-2008 Laurent Jouanneau 8 8 * @link http://www.jelix.org 9 9 * @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html … … 122 122 $gJConfig->urlengine['jelixWWWPath'] = $this->urlScriptPath.$gJConfig->urlengine['jelixWWWPath']; 123 123 }else if(strpos($this->urlScriptPath,$gJConfig->urlengine['basePath']) !== 0){ 124 throw new Exception('Jelix Error: basePath in config file doesn\'t correspond to current base path. You should setup it to '.$this->urlScriptPath);124 throw new Exception('Jelix Error: basePath ('.$gJConfig->urlengine['basePath'].') in config file doesn\'t correspond to current base path. You should setup it to '.$this->urlScriptPath); 125 125 } 126 126 trunk/lib/jelix/utils/jIniFile.class.php
r733 r735 4 4 * @subpackage utils 5 5 * @author Loic Mathaud 6 * @contributor 7 * @copyright 2006 Loic Mathaud 6 * @contributor Laurent Jouanneau 7 * @copyright 2006 Loic Mathaud, 2008 Laurent Jouanneau 8 8 * @link http://www.jelix.org 9 9 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file trunk/lib/jelix/utils/jIniFile.class.php
r733 r735 4 4 * @subpackage utils 5 5 * @author Loic Mathaud 6 * @contributor 7 * @copyright 2006 Loic Mathaud 6 * @contributor Laurent Jouanneau 7 * @copyright 2006 Loic Mathaud, 2008 Laurent Jouanneau 8 8 * @link http://www.jelix.org 9 9 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file trunk/lib/jelix/utils/jIniFile.class.php
r733 r735 4 4 * @subpackage utils 5 5 * @author Loic Mathaud 6 * @contributor 7 * @copyright 2006 Loic Mathaud 6 * @contributor Laurent Jouanneau 7 * @copyright 2006 Loic Mathaud, 2008 Laurent Jouanneau 8 8 * @link http://www.jelix.org 9 9 * @licence http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
