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!

Viewing Issue Advanced Details Jump to Notes ] Wiki ]  Related Changesets ] View Simple ] Issue History ] Print ]
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 Project Name In-Portal CMS
Assigned To Dmitry Developer
Priority normal Resolution fixed Platform
Status closed   OS
  OS Version
ETA none Fixed in Version 5.0.1 Product Version 5.0.0
  Target Version 5.0.1 Product Build
Time EstimateNo estimate
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.
Steps To Reproduce
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');
Tags No tags attached.
Reference
Change Log Message
Estimate Points 0
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
User avatar (0000329)
Dmitry (manager)
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
User avatar (0000774)
administrator (administrator)
2009-10-03 07:57

Closing issues from 5.0.1 version, because version was already released.

- Related Changesets
In-Portal CMS: 5.0.x r12343
Timestamp: 2009-08-18 05:32:30
Author: alex
Details ] Diff ]
Bug 0000230: Rearrange Helpers and Remove Deprecated Parsers
mod - /in-portal/branches/5.0.x/core/kernel/application.php Diff ] File ]
add - /in-portal/branches/5.0.x/core/kernel/db/cat_dbitem.php File ]
add - /in-portal/branches/5.0.x/core/kernel/db/cat_dblist.php File ]
add - /in-portal/branches/5.0.x/core/kernel/db/cat_event_handler.php File ]
add - /in-portal/branches/5.0.x/core/kernel/db/cat_tag_processor.php File ]
mod - /in-portal/branches/5.0.x/core/kernel/db/db_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/processors/main_processor.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/processors/tag_processor.php Diff ] File ]
add - /in-portal/branches/5.0.x/core/kernel/session/inp_session.php File ]
rm - /in-portal/branches/5.0.x/core/units/general/cat_dbitem.php
rm - /in-portal/branches/5.0.x/core/units/general/cat_dbitem_export.php
rm - /in-portal/branches/5.0.x/core/units/general/cat_dblist.php
rm - /in-portal/branches/5.0.x/core/units/general/cat_event_handler.php
rm - /in-portal/branches/5.0.x/core/units/general/cat_tag_processor.php
mod - /in-portal/branches/5.0.x/core/units/general/general_config.php Diff ] File ]
rm - /in-portal/branches/5.0.x/core/units/general/inp_ses_storage.php
add - /in-portal/branches/5.0.x/core/units/helpers/cat_dbitem_export_helper.php File ]
mod - /in-portal/branches/5.0.x/core/units/helpers/helpers_config.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/sections/site_config_tp.php Diff ] File ]
In-Portal CMS: 5.0.x r12323
Timestamp: 2009-08-17 15:39:30
Author: alex
Details ] Diff ]
Bug 0000230: Rearrange Helpers and Remove Deprecated Parsers
mod - /in-portal/branches/5.0.x/core/kernel/application.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/db/db_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/db/dbitem.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/db/dblist.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/nparser/nparser.php Diff ] File ]
rm - /in-portal/branches/5.0.x/core/kernel/nparser/template.php
add - /in-portal/branches/5.0.x/core/kernel/nparser/template_cache.php File ]
mod - /in-portal/branches/5.0.x/core/kernel/processors/main_processor.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/processors/tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/session/session.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/startup.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/utility/debugger.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/utility/factory.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/utility/http_query.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/kernel/utility/unit_config_reader.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/admin/admin_events_handler.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/email_events/email_events_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/pdf/pdf_helper.php Diff ] File ]
In-Portal CMS: 5.0.x r12321
Timestamp: 2009-08-17 05:35:53
Author: alex
Details ] Diff ]
Bug 0000230: Rearrange Helpers and Remove Deprecated Parsers
mod - /in-portal/branches/5.0.x/core/kernel/application.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/helpers/helpers_config.php Diff ] File ]
rm - /in-portal/branches/5.0.x/core/units/helpers/modules.php
add - /in-portal/branches/5.0.x/core/units/helpers/modules_helper.php File ]
rm - /in-portal/branches/5.0.x/core/units/helpers/multilanguage.php
add - /in-portal/branches/5.0.x/core/units/helpers/multilanguage_helper.php File ]
In-Portal CMS: 5.0.x r12312
Timestamp: 2009-08-16 22:55:27
Author: Dmitry
Details ] Diff ]
1. Fixes 0000230: Rearrange Helpers and Remove Deprecated Parsers
2. Move template.php into NParser
mod - /in-portal/branches/5.0.x/core/kernel/application.php Diff ] File ]
mod - /in-portal/branches/5.0.x/core/units/general/general_config.php Diff ] File ]
rm - /in-portal/branches/5.0.x/core/units/general/inp1_parser.php
In-Portal CMS: 5.0.x r12311
Timestamp: 2009-08-16 22:55:01
Author: Dmitry
Details ] Diff ]
1. Bug 0000230: Rearrange Helpers and Remove Deprecated Parsers
2. Move template.php into NParser
rm - /in-portal/branches/5.0.x/core/kernel/parser
In-Portal CMS: 5.0.x r12310
Timestamp: 2009-08-16 22:38:00
Author: Dmitry
Details ] Diff ]
1. Bug 0000230: Rearrange Helpers and Remove Deprecated Parsers
2. Move template.php into NParser
add - /in-portal/branches/5.0.x/core/kernel/nparser/template.php File ]
rm - /in-portal/branches/5.0.x/core/kernel/parser/template.php
In-Portal CMS: 5.0.x r12309
Timestamp: 2009-08-16 21:44:57
Author: Dmitry
Details ] Diff ]
1. Bug 0000230: Rearrange Helpers and Remove Deprecated Parsers
2. Rename and move Helpers into core/units
rm - /in-portal/branches/5.0.x/core/units/general/brackets.php
rm - /in-portal/branches/5.0.x/core/units/general/country_states.php
rm - /in-portal/branches/5.0.x/core/units/general/custom_fields.php
mod - /in-portal/branches/5.0.x/core/units/general/general_config.php Diff ] File ]
rm - /in-portal/branches/5.0.x/core/units/general/xml_helper.php
In-Portal CMS: 5.0.x r12308
Timestamp: 2009-08-16 21:44:31
Author: Dmitry
Details ] Diff ]
1. Bug 0000230: Rearrange Helpers and Remove Deprecated Parsers
2. Rename and move Helpers into core/units
rm - /in-portal/branches/5.0.x/core/units/general/helpers
In-Portal CMS: 5.0.x r12307
Timestamp: 2009-08-16 21:42:48
Author: Dmitry
Details ] Diff ]
1. Bug 0000230: Rearrange Helpers and Remove Deprecated Parsers
2. Rename and move Helpers into core/units
rm - /in-portal/branches/5.0.x/core/units/general/helpers/controls
In-Portal CMS: 5.0.x r12306
Timestamp: 2009-08-16 21:35:55
Author: Dmitry
Details ] Diff ]
1. Bug 0000230: Rearrange Helpers and Remove Deprecated Parsers
2. Rename and move Helpers into core/units
add - /in-portal/branches/5.0.x/core/units/helpers File ]
add - /in-portal/branches/5.0.x/core/units/helpers/brackets_helper.php File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/captcha_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/category_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/chart_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/clipboard_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/col_picker_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/controls/controls_config.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/controls/edit_picker_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/controls/minput_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/count_helper.php Diff ] File ]
add - /in-portal/branches/5.0.x/core/units/helpers/country_states_helper.php File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/csv_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/curl_helper.php Diff ] File ]
add - /in-portal/branches/5.0.x/core/units/helpers/custom_fields_helper.php File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/fck_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/file_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/filenames_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/geocode_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/helpers_config.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/image_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/json_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/language_import_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/mailing_list_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/mod_rewrite_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/modules.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/multilanguage.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/permissions_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/priority_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/rating_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/recursive_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/search_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/sections_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/skin_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/spam_helper.php Diff ] File ]
rpl - /in-portal/branches/5.0.x/core/units/helpers/themes_helper.php Diff ] File ]
add - /in-portal/branches/5.0.x/core/units/helpers/xml_helper.php File ]

- Issue History
Date Modified Username Field Change
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 View Revisions
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 View Revisions
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



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

Powered by Mantis Bugtracker