In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
37 [In-Portal CMS] Optimization task always 2009-05-29 04:58 2009-10-06 14:32
alex  
alex  
normal  
closed 5.0.0  
fixed  
 
none 5.0.0  
0
0000037: Simplify code of kSearchHelper::getSearchClause method
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);
Issue History
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

Notes
(0000073)
alex   
2009-06-16 13:07   
Fix committed to RC branch. Commit Message:

Fixes 0000037: Simplify code of kSearchHelper::getSearchClause method
(0000676)
administrator   
2009-10-03 07:56   
Closing issues from 5.0.0 version, because version was already released.