Changeset 736
- Timestamp:
- 01/15/08 14:50:54 (11 months ago)
- Files:
-
- branches/1.0.x/lib/jelix-modules/junittests/controllers/default.classic.php (modified) (5 diffs)
- branches/1.0.x/lib/jelix-modules/junittests/controllers/default.classic.php (modified) (5 diffs)
- branches/1.0.x/lib/jelix-modules/junittests/controllers/default.classic.php (modified) (5 diffs)
- branches/1.0.x/lib/jelix/CHANGELOG (modified) (1 diff)
- branches/1.0.x/lib/jelix/CHANGELOG (modified) (1 diff)
- branches/1.0.x/lib/jelix/CHANGELOG (modified) (1 diff)
- branches/1.0.x/lib/jelix/INSTALL (modified) (3 diffs)
- branches/1.0.x/lib/jelix/INSTALL (modified) (3 diffs)
- branches/1.0.x/lib/jelix/INSTALL (modified) (3 diffs)
- trunk/lib/jelix-modules/junittests/controllers/default.classic.php (modified) (5 diffs)
- trunk/lib/jelix-modules/junittests/controllers/default.classic.php (modified) (5 diffs)
- trunk/lib/jelix-modules/junittests/controllers/default.classic.php (modified) (5 diffs)
- trunk/lib/jelix/CHANGELOG (modified) (1 diff)
- trunk/lib/jelix/CHANGELOG (modified) (1 diff)
- trunk/lib/jelix/CHANGELOG (modified) (1 diff)
- trunk/lib/jelix/INSTALL (modified) (3 diffs)
- trunk/lib/jelix/INSTALL (modified) (3 diffs)
- trunk/lib/jelix/INSTALL (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0.x/lib/jelix-modules/junittests/controllers/default.classic.php
r591 r736 33 33 34 34 $rep = $this->_prepareResponse(); 35 35 36 36 return $this->_finishResponse($rep); 37 37 } … … 49 49 $rep = $this->_prepareResponse(); 50 50 51 $reporter = jClasses::create("j htmlrespreporter");52 jClasses::inc('junittest case');53 jClasses::inc('junittest casedb');51 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 52 jClasses::inc('junittests~junittestcase'); 53 jClasses::inc('junittests~junittestcasedb'); 54 54 $reporter->setResponse($rep); 55 55 … … 80 80 $module = $this->param('mod'); 81 81 if(isset($this->testsList[$module])){ 82 $reporter = jClasses::create("j htmlrespreporter");83 jClasses::inc('junittest case');84 jClasses::inc('junittest casedb');82 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 83 jClasses::inc('junittests~junittestcase'); 84 jClasses::inc('junittests~junittestcasedb'); 85 85 $reporter->setResponse($rep); 86 86 … … 112 112 113 113 if(isset($this->testsList[$module])){ 114 $reporter = jClasses::create("j htmlrespreporter");115 jClasses::inc('junittest case');116 jClasses::inc('junittest casedb');114 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 115 jClasses::inc('junittests~junittestcase'); 116 jClasses::inc('junittests~junittestcasedb'); 117 117 $reporter->setResponse($rep); 118 118 … … 132 132 } 133 133 134 135 136 134 protected $testsList = array(); 137 138 135 139 136 protected function _prepareResponse(){ 140 137 $rep = $this->getResponse('html', true); 141 $rep->bodyTpl = ' main';138 $rep->bodyTpl = 'junittests~main'; 142 139 143 140 $rep->body->assign('page_title', 'Unit Tests'); branches/1.0.x/lib/jelix-modules/junittests/controllers/default.classic.php
r591 r736 33 33 34 34 $rep = $this->_prepareResponse(); 35 35 36 36 return $this->_finishResponse($rep); 37 37 } … … 49 49 $rep = $this->_prepareResponse(); 50 50 51 $reporter = jClasses::create("j htmlrespreporter");52 jClasses::inc('junittest case');53 jClasses::inc('junittest casedb');51 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 52 jClasses::inc('junittests~junittestcase'); 53 jClasses::inc('junittests~junittestcasedb'); 54 54 $reporter->setResponse($rep); 55 55 … … 80 80 $module = $this->param('mod'); 81 81 if(isset($this->testsList[$module])){ 82 $reporter = jClasses::create("j htmlrespreporter");83 jClasses::inc('junittest case');84 jClasses::inc('junittest casedb');82 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 83 jClasses::inc('junittests~junittestcase'); 84 jClasses::inc('junittests~junittestcasedb'); 85 85 $reporter->setResponse($rep); 86 86 … … 112 112 113 113 if(isset($this->testsList[$module])){ 114 $reporter = jClasses::create("j htmlrespreporter");115 jClasses::inc('junittest case');116 jClasses::inc('junittest casedb');114 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 115 jClasses::inc('junittests~junittestcase'); 116 jClasses::inc('junittests~junittestcasedb'); 117 117 $reporter->setResponse($rep); 118 118 … … 132 132 } 133 133 134 135 136 134 protected $testsList = array(); 137 138 135 139 136 protected function _prepareResponse(){ 140 137 $rep = $this->getResponse('html', true); 141 $rep->bodyTpl = ' main';138 $rep->bodyTpl = 'junittests~main'; 142 139 143 140 $rep->body->assign('page_title', 'Unit Tests'); branches/1.0.x/lib/jelix-modules/junittests/controllers/default.classic.php
r591 r736 33 33 34 34 $rep = $this->_prepareResponse(); 35 35 36 36 return $this->_finishResponse($rep); 37 37 } … … 49 49 $rep = $this->_prepareResponse(); 50 50 51 $reporter = jClasses::create("j htmlrespreporter");52 jClasses::inc('junittest case');53 jClasses::inc('junittest casedb');51 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 52 jClasses::inc('junittests~junittestcase'); 53 jClasses::inc('junittests~junittestcasedb'); 54 54 $reporter->setResponse($rep); 55 55 … … 80 80 $module = $this->param('mod'); 81 81 if(isset($this->testsList[$module])){ 82 $reporter = jClasses::create("j htmlrespreporter");83 jClasses::inc('junittest case');84 jClasses::inc('junittest casedb');82 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 83 jClasses::inc('junittests~junittestcase'); 84 jClasses::inc('junittests~junittestcasedb'); 85 85 $reporter->setResponse($rep); 86 86 … … 112 112 113 113 if(isset($this->testsList[$module])){ 114 $reporter = jClasses::create("j htmlrespreporter");115 jClasses::inc('junittest case');116 jClasses::inc('junittest casedb');114 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 115 jClasses::inc('junittests~junittestcase'); 116 jClasses::inc('junittests~junittestcasedb'); 117 117 $reporter->setResponse($rep); 118 118 … … 132 132 } 133 133 134 135 136 134 protected $testsList = array(); 137 138 135 139 136 protected function _prepareResponse(){ 140 137 $rep = $this->getResponse('html', true); 141 $rep->bodyTpl = ' main';138 $rep->bodyTpl = 'junittests~main'; 142 139 143 140 $rep->body->assign('page_title', 'Unit Tests'); branches/1.0.x/lib/jelix/CHANGELOG
r157 r736 1 1 CHANGELOG 2 2 3 Voir http://jelix.org/articles/changelog 3 see http://jelix.org/articles/en/changelog/1.0 branches/1.0.x/lib/jelix/CHANGELOG
r157 r736 1 1 CHANGELOG 2 2 3 Voir http://jelix.org/articles/changelog 3 see http://jelix.org/articles/en/changelog/1.0 branches/1.0.x/lib/jelix/CHANGELOG
r157 r736 1 1 CHANGELOG 2 2 3 Voir http://jelix.org/articles/changelog 3 see http://jelix.org/articles/en/changelog/1.0 branches/1.0.x/lib/jelix/INSTALL
r584 r736 5 5 --------------------- 6 6 7 Jelix works only on PHP 5. 1and upper.7 Jelix works only on PHP 5.2 and upper. 8 8 9 9 This php extensions should be installed : dom, simplexml, pcre, session, spl, tokenizer. … … 14 14 It is recommanded to set register_globals, asp_tags and short_open_tag to off. 15 15 16 Jelix has not been testedwith safe_mode.16 Jelix could not work properly with safe_mode. 17 17 18 18 installation … … 23 23 - install or create an application with lib/jelix-scripts/jelix 24 24 25 26 27 25 Details 28 26 ------- branches/1.0.x/lib/jelix/INSTALL
r584 r736 5 5 --------------------- 6 6 7 Jelix works only on PHP 5. 1and upper.7 Jelix works only on PHP 5.2 and upper. 8 8 9 9 This php extensions should be installed : dom, simplexml, pcre, session, spl, tokenizer. … … 14 14 It is recommanded to set register_globals, asp_tags and short_open_tag to off. 15 15 16 Jelix has not been testedwith safe_mode.16 Jelix could not work properly with safe_mode. 17 17 18 18 installation … … 23 23 - install or create an application with lib/jelix-scripts/jelix 24 24 25 26 27 25 Details 28 26 ------- branches/1.0.x/lib/jelix/INSTALL
r584 r736 5 5 --------------------- 6 6 7 Jelix works only on PHP 5. 1and upper.7 Jelix works only on PHP 5.2 and upper. 8 8 9 9 This php extensions should be installed : dom, simplexml, pcre, session, spl, tokenizer. … … 14 14 It is recommanded to set register_globals, asp_tags and short_open_tag to off. 15 15 16 Jelix has not been testedwith safe_mode.16 Jelix could not work properly with safe_mode. 17 17 18 18 installation … … 23 23 - install or create an application with lib/jelix-scripts/jelix 24 24 25 26 27 25 Details 28 26 ------- trunk/lib/jelix-modules/junittests/controllers/default.classic.php
r591 r736 33 33 34 34 $rep = $this->_prepareResponse(); 35 35 36 36 return $this->_finishResponse($rep); 37 37 } … … 49 49 $rep = $this->_prepareResponse(); 50 50 51 $reporter = jClasses::create("j htmlrespreporter");52 jClasses::inc('junittest case');53 jClasses::inc('junittest casedb');51 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 52 jClasses::inc('junittests~junittestcase'); 53 jClasses::inc('junittests~junittestcasedb'); 54 54 $reporter->setResponse($rep); 55 55 … … 80 80 $module = $this->param('mod'); 81 81 if(isset($this->testsList[$module])){ 82 $reporter = jClasses::create("j htmlrespreporter");83 jClasses::inc('junittest case');84 jClasses::inc('junittest casedb');82 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 83 jClasses::inc('junittests~junittestcase'); 84 jClasses::inc('junittests~junittestcasedb'); 85 85 $reporter->setResponse($rep); 86 86 … … 112 112 113 113 if(isset($this->testsList[$module])){ 114 $reporter = jClasses::create("j htmlrespreporter");115 jClasses::inc('junittest case');116 jClasses::inc('junittest casedb');114 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 115 jClasses::inc('junittests~junittestcase'); 116 jClasses::inc('junittests~junittestcasedb'); 117 117 $reporter->setResponse($rep); 118 118 … … 132 132 } 133 133 134 135 136 134 protected $testsList = array(); 137 138 135 139 136 protected function _prepareResponse(){ 140 137 $rep = $this->getResponse('html', true); 141 $rep->bodyTpl = ' main';138 $rep->bodyTpl = 'junittests~main'; 142 139 143 140 $rep->body->assign('page_title', 'Unit Tests'); trunk/lib/jelix-modules/junittests/controllers/default.classic.php
r591 r736 33 33 34 34 $rep = $this->_prepareResponse(); 35 35 36 36 return $this->_finishResponse($rep); 37 37 } … … 49 49 $rep = $this->_prepareResponse(); 50 50 51 $reporter = jClasses::create("j htmlrespreporter");52 jClasses::inc('junittest case');53 jClasses::inc('junittest casedb');51 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 52 jClasses::inc('junittests~junittestcase'); 53 jClasses::inc('junittests~junittestcasedb'); 54 54 $reporter->setResponse($rep); 55 55 … … 80 80 $module = $this->param('mod'); 81 81 if(isset($this->testsList[$module])){ 82 $reporter = jClasses::create("j htmlrespreporter");83 jClasses::inc('junittest case');84 jClasses::inc('junittest casedb');82 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 83 jClasses::inc('junittests~junittestcase'); 84 jClasses::inc('junittests~junittestcasedb'); 85 85 $reporter->setResponse($rep); 86 86 … … 112 112 113 113 if(isset($this->testsList[$module])){ 114 $reporter = jClasses::create("j htmlrespreporter");115 jClasses::inc('junittest case');116 jClasses::inc('junittest casedb');114 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 115 jClasses::inc('junittests~junittestcase'); 116 jClasses::inc('junittests~junittestcasedb'); 117 117 $reporter->setResponse($rep); 118 118 … … 132 132 } 133 133 134 135 136 134 protected $testsList = array(); 137 138 135 139 136 protected function _prepareResponse(){ 140 137 $rep = $this->getResponse('html', true); 141 $rep->bodyTpl = ' main';138 $rep->bodyTpl = 'junittests~main'; 142 139 143 140 $rep->body->assign('page_title', 'Unit Tests'); trunk/lib/jelix-modules/junittests/controllers/default.classic.php
r591 r736 33 33 34 34 $rep = $this->_prepareResponse(); 35 35 36 36 return $this->_finishResponse($rep); 37 37 } … … 49 49 $rep = $this->_prepareResponse(); 50 50 51 $reporter = jClasses::create("j htmlrespreporter");52 jClasses::inc('junittest case');53 jClasses::inc('junittest casedb');51 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 52 jClasses::inc('junittests~junittestcase'); 53 jClasses::inc('junittests~junittestcasedb'); 54 54 $reporter->setResponse($rep); 55 55 … … 80 80 $module = $this->param('mod'); 81 81 if(isset($this->testsList[$module])){ 82 $reporter = jClasses::create("j htmlrespreporter");83 jClasses::inc('junittest case');84 jClasses::inc('junittest casedb');82 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 83 jClasses::inc('junittests~junittestcase'); 84 jClasses::inc('junittests~junittestcasedb'); 85 85 $reporter->setResponse($rep); 86 86 … … 112 112 113 113 if(isset($this->testsList[$module])){ 114 $reporter = jClasses::create("j htmlrespreporter");115 jClasses::inc('junittest case');116 jClasses::inc('junittest casedb');114 $reporter = jClasses::create("junittests~jhtmlrespreporter"); 115 jClasses::inc('junittests~junittestcase'); 116 jClasses::inc('junittests~junittestcasedb'); 117 117 $reporter->setResponse($rep); 118 118 … … 132 132 } 133 133 134 135 136 134 protected $testsList = array(); 137 138 135 139 136 protected function _prepareResponse(){ 140 137 $rep = $this->getResponse('html', true); 141 $rep->bodyTpl = ' main';138 $rep->bodyTpl = 'junittests~main'; 142 139 143 140 $rep->body->assign('page_title', 'Unit Tests'); trunk/lib/jelix/CHANGELOG
r157 r736 1 1 CHANGELOG 2 2 3 Voir http://jelix.org/articles/changelog 3 see http://jelix.org/articles/en/changelog/1.0 trunk/lib/jelix/CHANGELOG
r157 r736 1 1 CHANGELOG 2 2 3 Voir http://jelix.org/articles/changelog 3 see http://jelix.org/articles/en/changelog/1.0 trunk/lib/jelix/CHANGELOG
r157 r736 1 1 CHANGELOG 2 2 3 Voir http://jelix.org/articles/changelog 3 see http://jelix.org/articles/en/changelog/1.0 trunk/lib/jelix/INSTALL
r584 r736 5 5 --------------------- 6 6 7 Jelix works only on PHP 5. 1and upper.7 Jelix works only on PHP 5.2 and upper. 8 8 9 9 This php extensions should be installed : dom, simplexml, pcre, session, spl, tokenizer. … … 14 14 It is recommanded to set register_globals, asp_tags and short_open_tag to off. 15 15 16 Jelix has not been testedwith safe_mode.16 Jelix could not work properly with safe_mode. 17 17 18 18 installation … … 23 23 - install or create an application with lib/jelix-scripts/jelix 24 24 25 26 27 25 Details 28 26 ------- trunk/lib/jelix/INSTALL
r584 r736 5 5 --------------------- 6 6 7 Jelix works only on PHP 5. 1and upper.7 Jelix works only on PHP 5.2 and upper. 8 8 9 9 This php extensions should be installed : dom, simplexml, pcre, session, spl, tokenizer. … … 14 14 It is recommanded to set register_globals, asp_tags and short_open_tag to off. 15 15 16 Jelix has not been testedwith safe_mode.16 Jelix could not work properly with safe_mode. 17 17 18 18 installation … … 23 23 - install or create an application with lib/jelix-scripts/jelix 24 24 25 26 27 25 Details 28 26 ------- trunk/lib/jelix/INSTALL
r584 r736 5 5 --------------------- 6 6 7 Jelix works only on PHP 5. 1and upper.7 Jelix works only on PHP 5.2 and upper. 8 8 9 9 This php extensions should be installed : dom, simplexml, pcre, session, spl, tokenizer. … … 14 14 It is recommanded to set register_globals, asp_tags and short_open_tag to off. 15 15 16 Jelix has not been testedwith safe_mode.16 Jelix could not work properly with safe_mode. 17 17 18 18 installation … … 23 23 - install or create an application with lib/jelix-scripts/jelix 24 24 25 26 27 25 Details 28 26 -------
