In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
230 [In-Portal CMS] Optimization task always 2009-08-14 14:33 2009-10-06 14:31
Dmitry  
Dmitry  
normal  
closed 5.0.0  
fixed  
 
none 5.0.1  
0
0000230: Rearrange Helpers and Remove Deprecated Parsers
1. Rearrange location of the "core/units/general/helpers" and old style helpers (ie. core/units/general/country_state.php) so they located with main Helpers folder which will be moved to "core/units/helpers"

2. Remove Deprecated Parsers (old In-Portal and old Parser) from distribution.
This includes, but not limited to:

1. core/kernel/parser folder

2. Connected files

core/units/general/inp1_parser.php (17) class Inp1Parser extends kHelper {


core/kernel/parser/template_parser.php (500) $inp1_parser =& $this->Application->recallObject('Inp1Parser');


core/kernel/parser/template_parser.php (590) $inp1_parser =& $this->Application->recallObject('Inp1Parser');


core/kernel/parser/template_parser.php (630) $inp1_parser =& $this->Application->recallObject('Inp1Parser');


core/kernel/application.php (646) $this->registerClass('Inp1Parser',KERNEL_PATH.'/../units/general/inp1_parser.php','Inp1Parser');
Issue History
2009-10-06 14:31 alex Type bug report => task
2009-10-03 07:57 administrator Note Added: 0000774
2009-10-03 07:57 administrator Status resolved => closed
2009-08-18 05:32 alex Changeset attached 5.0.x r12343
2009-08-17 15:39 alex Changeset attached 5.0.x r12323
2009-08-17 15:37 alex Fixed in Version => 5.0.1
2009-08-17 05:49 alex Additional Information Updated bug_revision_view_page.php?rev_id=183#r183
2009-08-17 05:35 alex Changeset attached 5.0.x r12321
2009-08-16 22:55 Dmitry Note Added: 0000329
2009-08-16 22:55 Dmitry Status reviewed and tested => resolved
2009-08-16 22:55 Dmitry Resolution open => fixed
2009-08-16 22:55 Dmitry Changeset attached 5.0.x r12312
2009-08-16 22:55 Dmitry Changeset attached 5.0.x r12311
2009-08-16 22:38 Dmitry Changeset attached 5.0.x r12310
2009-08-16 21:44 Dmitry Changeset attached 5.0.x r12309
2009-08-16 21:44 Dmitry Changeset attached 5.0.x r12308
2009-08-16 21:42 Dmitry Changeset attached 5.0.x r12307
2009-08-16 21:35 Dmitry Changeset attached 5.0.x r12306
2009-08-16 21:18 Dmitry Assigned To alex => Dmitry
2009-08-16 21:18 Dmitry Summary Remove Deprecated Parsers from distribution => Rearrange Helpers and Remove Deprecated Parsers
2009-08-16 21:18 Dmitry Description Updated bug_revision_view_page.php?rev_id=181#r181
2009-08-14 14:33 Dmitry New Issue
2009-08-14 14:33 Dmitry Status active => reviewed and tested
2009-08-14 14:33 Dmitry Assigned To => alex

Notes
(0000329)
Dmitry   
2009-08-16 22:55   
Fix committed to 5.0.x branch. Commit Message:

1. Fixes 0000230: Rearrange Helpers and Remove Deprecated Parsers
2. Move template.php into NParser
(0000774)
administrator   
2009-10-03 07:57   
Closing issues from 5.0.1 version, because version was already released.