In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1219 [In-Portal CMS] Other bug report always 2012-03-09 06:43 2012-07-25 05:31
Dmitry  
alex  
normal  
closed 5.2.0-B1  
fixed  
 
none 5.2.0-B2  
https://groups.google.com/d/topic/in-portal-bugs/aQu5jYOR4EY/discussion
Fixed usage of undefined class on promo blocks
1
0001219: Usage of undefined kDBtagProcessor class
Class PromoBlockTagProcessor was extended from kDBtagProcessor instead of kDBTagProcessor class.
This isn't a problem in php, since it would understand it, but in 5.2.0-B2 we've used case-sensitive class autoloader and this resulted such error.
patch promo_block_classname_fix.patch (1,042) 2012-03-09 06:43
http://tracker.in-portal.org/file_download.php?file_id=1544&type=bug
Issue History
2012-07-25 05:31 alex Note Added: 0004962
2012-07-25 05:31 alex Status resolved => closed
2012-03-09 06:44 alex Note Added: 0004491
2012-03-09 06:44 alex Status reviewed and tested => resolved
2012-03-09 06:44 alex Fixed in Version => 5.2.0-B2
2012-03-09 06:44 alex Resolution open => fixed
2012-03-09 06:44 alex Assigned To !COMMUNITY => alex
2012-03-09 06:44 alex Changeset attached 5.2.x r15174
2012-03-09 06:43 alex Note Added: 0004490
2012-03-09 06:43 alex Status needs testing => reviewed and tested
2012-03-09 06:43 alex Assigned To => !COMMUNITY
2012-03-09 06:43 alex Developer => alex
2012-03-09 06:43 alex Status active => needs testing
2012-03-09 06:43 alex Reporter alex => Dmitry
2012-03-09 06:43 alex New Issue
2012-03-09 06:43 alex File Added: promo_block_classname_fix.patch
2012-03-09 06:43 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/aQu5jYOR4EY/discussion
2012-03-09 06:43 alex Change Log Message => Fixed usage of undefined class on promo blocks
2012-03-09 06:43 alex Estimate Points => 1

Notes
(0004490)
alex   
2012-03-09 06:43   
Will test all together later.
(0004491)
alex   
2012-03-09 06:44   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001219: Usage of undefined kDBtagProcessor class
(0004962)
alex   
2012-07-25 05:31   
Since 5.2.0 version was released.