Changeset 591
- Timestamp:
- 09/28/07 11:27:20 (1 year ago)
- Files:
-
- branches/1.0beta3.x/lib/jelix-modules/CREDITS (modified) (1 diff)
- branches/1.0beta3.x/lib/jelix-modules/CREDITS (modified) (1 diff)
- branches/1.0beta3.x/lib/jelix-modules/junittests/controllers/default.classic.php (modified) (3 diffs)
- branches/1.0beta3.x/lib/jelix-modules/junittests/controllers/default.classic.php (modified) (3 diffs)
- branches/1.0beta3.x/lib/jelix-scripts/CREDITS (modified) (1 diff)
- branches/1.0beta3.x/lib/jelix-scripts/CREDITS (modified) (1 diff)
- trunk/lib/jelix-modules/CREDITS (modified) (1 diff)
- trunk/lib/jelix-modules/CREDITS (modified) (1 diff)
- trunk/lib/jelix-modules/junittests/controllers/default.classic.php (modified) (3 diffs)
- trunk/lib/jelix-modules/junittests/controllers/default.classic.php (modified) (3 diffs)
- trunk/lib/jelix-scripts/CREDITS (modified) (1 diff)
- trunk/lib/jelix-scripts/CREDITS (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0beta3.x/lib/jelix-modules/CREDITS
r505 r591 1 Cr édits1 Credits 2 2 ======= 3 3 4 Concepteur et développeur : Laurent Jouanneau 4 Core team developers 5 -------------------- 5 6 6 Contributeurs 7 * Eric Heunthep (neolao) : listener des évènements auth dans acl 8 * Loic Mathaud (bbalizlife) : bug 9 * Chris : coquille dans jauth.listener.php ( ticket #221) 7 Laurent Jouanneau (laurentj): 8 - Conceptor and main developer of Jelix modules 9 10 Contributors 11 ------------ 12 By alphabetic order on the name 13 14 * Rahal Aboulfeth 15 bug fix in the controller of junittest (#284) 16 17 * Chris 18 bug fix in jauth.listener.php ( ticket #221) 19 20 * Eric Heunthep (neolao) 21 listener on auth events in acl module 22 23 * Loic Mathaud (bbalizlife) 24 bug fix 25 branches/1.0beta3.x/lib/jelix-modules/CREDITS
r505 r591 1 Cr édits1 Credits 2 2 ======= 3 3 4 Concepteur et développeur : Laurent Jouanneau 4 Core team developers 5 -------------------- 5 6 6 Contributeurs 7 * Eric Heunthep (neolao) : listener des évènements auth dans acl 8 * Loic Mathaud (bbalizlife) : bug 9 * Chris : coquille dans jauth.listener.php ( ticket #221) 7 Laurent Jouanneau (laurentj): 8 - Conceptor and main developer of Jelix modules 9 10 Contributors 11 ------------ 12 By alphabetic order on the name 13 14 * Rahal Aboulfeth 15 bug fix in the controller of junittest (#284) 16 17 * Chris 18 bug fix in jauth.listener.php ( ticket #221) 19 20 * Eric Heunthep (neolao) 21 listener on auth events in acl module 22 23 * Loic Mathaud (bbalizlife) 24 bug fix 25 branches/1.0beta3.x/lib/jelix-modules/junittests/controllers/default.classic.php
r467 r591 4 4 * @subpackage junittests 5 5 * @author Jouanneau Laurent 6 * @contributor 7 * @copyright 2007 Jouanneau laurent 6 * @contributor Rahal Aboulfeth 7 * @copyright 2007 Jouanneau laurent, 2007 Rahal Aboulfeth 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 … … 47 47 } 48 48 49 50 49 $rep = $this->_prepareResponse(); 51 52 50 53 51 $reporter = jClasses::create("jhtmlrespreporter"); … … 56 54 $reporter->setResponse($rep); 57 55 58 $group = new GroupTest('Tests on all modules');59 60 56 foreach($this->testsList as $module=>$tests){ 61 57 jContext::push($module); 58 $group = new GroupTest('Tests on module '.$module); 62 59 foreach($this->testsList[$module] as $test){ 63 60 $group->addTestFile($GLOBALS['gJConfig']->_modulesPathList[$module].'tests/'.$test[0]); 64 61 } 62 $group->run($reporter); 63 jContext::pop(); 65 64 } 66 jContext::push($module);67 $group->run($reporter);68 jContext::pop();69 70 71 65 return $this->_finishResponse($rep); 72 66 } branches/1.0beta3.x/lib/jelix-modules/junittests/controllers/default.classic.php
r467 r591 4 4 * @subpackage junittests 5 5 * @author Jouanneau Laurent 6 * @contributor 7 * @copyright 2007 Jouanneau laurent 6 * @contributor Rahal Aboulfeth 7 * @copyright 2007 Jouanneau laurent, 2007 Rahal Aboulfeth 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 … … 47 47 } 48 48 49 50 49 $rep = $this->_prepareResponse(); 51 52 50 53 51 $reporter = jClasses::create("jhtmlrespreporter"); … … 56 54 $reporter->setResponse($rep); 57 55 58 $group = new GroupTest('Tests on all modules');59 60 56 foreach($this->testsList as $module=>$tests){ 61 57 jContext::push($module); 58 $group = new GroupTest('Tests on module '.$module); 62 59 foreach($this->testsList[$module] as $test){ 63 60 $group->addTestFile($GLOBALS['gJConfig']->_modulesPathList[$module].'tests/'.$test[0]); 64 61 } 62 $group->run($reporter); 63 jContext::pop(); 65 64 } 66 jContext::push($module);67 $group->run($reporter);68 jContext::pop();69 70 71 65 return $this->_finishResponse($rep); 72 66 } branches/1.0beta3.x/lib/jelix-scripts/CREDITS
r590 r591 13 13 14 14 Bastien Jaillot 15 - bug fix on createdaocrud 15 - bug fix on createdaocrud (#283) 16 16 17 17 Thiriot Christophe branches/1.0beta3.x/lib/jelix-scripts/CREDITS
r590 r591 13 13 14 14 Bastien Jaillot 15 - bug fix on createdaocrud 15 - bug fix on createdaocrud (#283) 16 16 17 17 Thiriot Christophe trunk/lib/jelix-modules/CREDITS
r505 r591 1 Cr édits1 Credits 2 2 ======= 3 3 4 Concepteur et développeur : Laurent Jouanneau 4 Core team developers 5 -------------------- 5 6 6 Contributeurs 7 * Eric Heunthep (neolao) : listener des évènements auth dans acl 8 * Loic Mathaud (bbalizlife) : bug 9 * Chris : coquille dans jauth.listener.php ( ticket #221) 7 Laurent Jouanneau (laurentj): 8 - Conceptor and main developer of Jelix modules 9 10 Contributors 11 ------------ 12 By alphabetic order on the name 13 14 * Rahal Aboulfeth 15 bug fix in the controller of junittest (#284) 16 17 * Chris 18 bug fix in jauth.listener.php ( ticket #221) 19 20 * Eric Heunthep (neolao) 21 listener on auth events in acl module 22 23 * Loic Mathaud (bbalizlife) 24 bug fix 25 trunk/lib/jelix-modules/CREDITS
r505 r591 1 Cr édits1 Credits 2 2 ======= 3 3 4 Concepteur et développeur : Laurent Jouanneau 4 Core team developers 5 -------------------- 5 6 6 Contributeurs 7 * Eric Heunthep (neolao) : listener des évènements auth dans acl 8 * Loic Mathaud (bbalizlife) : bug 9 * Chris : coquille dans jauth.listener.php ( ticket #221) 7 Laurent Jouanneau (laurentj): 8 - Conceptor and main developer of Jelix modules 9 10 Contributors 11 ------------ 12 By alphabetic order on the name 13 14 * Rahal Aboulfeth 15 bug fix in the controller of junittest (#284) 16 17 * Chris 18 bug fix in jauth.listener.php ( ticket #221) 19 20 * Eric Heunthep (neolao) 21 listener on auth events in acl module 22 23 * Loic Mathaud (bbalizlife) 24 bug fix 25 trunk/lib/jelix-modules/junittests/controllers/default.classic.php
r467 r591 4 4 * @subpackage junittests 5 5 * @author Jouanneau Laurent 6 * @contributor 7 * @copyright 2007 Jouanneau laurent 6 * @contributor Rahal Aboulfeth 7 * @copyright 2007 Jouanneau laurent, 2007 Rahal Aboulfeth 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 … … 47 47 } 48 48 49 50 49 $rep = $this->_prepareResponse(); 51 52 50 53 51 $reporter = jClasses::create("jhtmlrespreporter"); … … 56 54 $reporter->setResponse($rep); 57 55 58 $group = new GroupTest('Tests on all modules');59 60 56 foreach($this->testsList as $module=>$tests){ 61 57 jContext::push($module); 58 $group = new GroupTest('Tests on module '.$module); 62 59 foreach($this->testsList[$module] as $test){ 63 60 $group->addTestFile($GLOBALS['gJConfig']->_modulesPathList[$module].'tests/'.$test[0]); 64 61 } 62 $group->run($reporter); 63 jContext::pop(); 65 64 } 66 jContext::push($module);67 $group->run($reporter);68 jContext::pop();69 70 71 65 return $this->_finishResponse($rep); 72 66 } trunk/lib/jelix-modules/junittests/controllers/default.classic.php
r467 r591 4 4 * @subpackage junittests 5 5 * @author Jouanneau Laurent 6 * @contributor 7 * @copyright 2007 Jouanneau laurent 6 * @contributor Rahal Aboulfeth 7 * @copyright 2007 Jouanneau laurent, 2007 Rahal Aboulfeth 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 … … 47 47 } 48 48 49 50 49 $rep = $this->_prepareResponse(); 51 52 50 53 51 $reporter = jClasses::create("jhtmlrespreporter"); … … 56 54 $reporter->setResponse($rep); 57 55 58 $group = new GroupTest('Tests on all modules');59 60 56 foreach($this->testsList as $module=>$tests){ 61 57 jContext::push($module); 58 $group = new GroupTest('Tests on module '.$module); 62 59 foreach($this->testsList[$module] as $test){ 63 60 $group->addTestFile($GLOBALS['gJConfig']->_modulesPathList[$module].'tests/'.$test[0]); 64 61 } 62 $group->run($reporter); 63 jContext::pop(); 65 64 } 66 jContext::push($module);67 $group->run($reporter);68 jContext::pop();69 70 71 65 return $this->_finishResponse($rep); 72 66 } trunk/lib/jelix-scripts/CREDITS
r590 r591 13 13 14 14 Bastien Jaillot 15 - bug fix on createdaocrud 15 - bug fix on createdaocrud (#283) 16 16 17 17 Thiriot Christophe trunk/lib/jelix-scripts/CREDITS
r590 r591 13 13 14 14 Bastien Jaillot 15 - bug fix on createdaocrud 15 - bug fix on createdaocrud (#283) 16 16 17 17 Thiriot Christophe
