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 ] View Simple ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0000037 [In-Portal CMS] Optimization task always 2009-05-29 04:58 2009-10-06 14:32
Reporter alex View Status public Project Name In-Portal CMS
Assigned To alex Developer
Priority normal Resolution fixed Platform
Status closed   OS
  OS Version
ETA none Fixed in Version 5.0.0 Product Version 5.0.0
  Target Version 5.0.0 Product Build
Time EstimateNo estimate
Summary 0000037: Simplify code of kSearchHelper::getSearchClause method
Description Usage of method "kSearchHelper::getFieldInformation" in method "kSearchHelper::getSearchClause" is not so obvious:

extract( $this->getFieldInformation($object, $field_name) );

Idea is to replace this code with something like this:
list ($field_name, $field_type, ...) = $this->getFieldInformation($object, $field_name);
Steps To Reproduce
Additional Information
Tags No tags attached.
Reference
Change Log Message
Estimate Points 0
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
User avatar (0000073)
alex (manager)
2009-06-16 13:07

Fix committed to RC branch. Commit Message:

Fixes 0000037: Simplify code of kSearchHelper::getSearchClause method
User avatar (0000676)
administrator (administrator)
2009-10-03 07:56

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

- Related Changesets
In-Portal CMS: RC r11856
Timestamp: 2009-06-16 13:07:17
Author: alex
Details ] Diff ]
Fixes 0000037: Simplify code of kSearchHelper::getSearchClause method
mod - /in-portal/branches/RC/core/units/general/helpers/search_helper.php Diff ] File ]

- Issue History
Date Modified Username Field Change
2009-10-06 14:32 alex Type bug report => task
2009-10-03 07:56 administrator Note Added: 0000676
2009-10-03 07:56 administrator Status resolved => closed
2009-06-16 13:08 alex Target Version 5.2.x => 5.0.0
2009-06-16 13:08 alex Fixed in Version => 5.0.0
2009-06-16 13:07 alex Note Added: 0000073
2009-06-16 13:07 alex Status active => resolved
2009-06-16 13:07 alex Resolution open => fixed
2009-06-16 13:07 alex Assigned To => alex
2009-06-16 13:07 alex Changeset attached RC r11856
2009-06-07 06:46 alex Reproducibility @70@ => always
2009-05-29 17:25 Dmitry version => 5.0.0
2009-05-29 17:25 Dmitry Target Version => 5.2.x
2009-05-29 04:58 alex New Issue



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

Powered by Mantis Bugtracker