In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1394 [In-Portal CMS] Data Management bug report always 2012-09-14 10:36 2012-09-14 10:40
alex  
alex  
normal  
resolved 5.0.0  
fixed  
 
none 5.2.1-B1  
https://groups.google.com/d/topic/in-portal-bugs/Ht5tv1PaT58/discussion
Fixing multiple notices in Admin Console
1
0001394: Multiple notices discovered while developing System Log
Fixing multiple notice types:

* Only variables should be assigned by reference
** function result is passed directly to array_shift function
** kApplication::recallObject result assigned by reference
* Undefined index: name - custom tag on shipping costs page
* Undefined index: mode - custom tag on shipping type groups page
* Undefined index: title - incorrect definition of "inp_edit_fck" block
* Undefined index: t - wrong template manipulation in adm_PrintSection tag
related to 0001003resolved  (5.2.1)alex Logging engine 
patch misc_notice_fixes_core.patch (6,518) 2012-09-14 10:36
http://tracker.in-portal.org/file_download.php?file_id=1800&type=bug
patch misc_notice_fixes_modules.patch (13,751) 2012-09-14 10:36
http://tracker.in-portal.org/file_download.php?file_id=1801&type=bug
Issue History
2012-09-14 10:40 alex Relationship added related to 0001003
2012-09-14 10:40 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/Ht5tv1PaT58/discussion
2012-09-14 10:38 alex Note Added: 0005177
2012-09-14 10:38 alex Status reviewed and tested => resolved
2012-09-14 10:38 alex Fixed in Version => 5.2.1-B1
2012-09-14 10:38 alex Resolution open => fixed
2012-09-14 10:38 alex Assigned To !COMMUNITY => alex
2012-09-14 10:38 alex Changeset attached 5.2.x r15541
2012-09-14 10:37 alex Changeset attached 5.2.x r15540
2012-09-14 10:37 alex Note Added: 0005176
2012-09-14 10:37 alex Status needs testing => reviewed and tested
2012-09-14 10:36 alex Assigned To => !COMMUNITY
2012-09-14 10:36 alex Developer => alex
2012-09-14 10:36 alex Status active => needs testing
2012-09-14 10:36 alex File Added: misc_notice_fixes_modules.patch
2012-09-14 10:36 alex New Issue
2012-09-14 10:36 alex File Added: misc_notice_fixes_core.patch
2012-09-14 10:36 alex Change Log Message => Fixing multiple notices in Admin Console
2012-09-14 10:36 alex Estimate Points => 1

Notes
(0005176)
alex   
2012-09-14 10:37   
Will test all together later.
(0005177)
alex   
2012-09-14 10:38   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001394: Multiple notices discovered while developing System Log