In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Relationship Graph View Issue ] Dependency Graph ]
related to child of duplicate of

Viewing Issue Simple Details
ID Category Type Reproducibility Date Submitted Last Update
0000230 [In-Portal CMS] Optimization task always 2009-08-14 14:33 2009-10-06 14:31
Reporter Dmitry View Status public  
Assigned To Dmitry
Priority normal Resolution fixed  
Status closed      
Summary 0000230: Rearrange Helpers and Remove Deprecated Parsers
Description 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.
Additional Information 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');



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker