In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1103 [In-Portal CMS] Data Management bug report always 2011-08-17 04:54 2011-09-19 16:08
alex  
alex  
normal  
closed 5.1.3-RC2  
fixed  
 
none 5.1.3  
https://groups.google.com/d/topic/in-portal-bugs/tYuwulMiiJ0/discussion
Removes debuggger report from ajax redirect output
0
0001103: Debugger isn't auto turned off, when ajax redirect is performed resulting broken redirect
When redirect is requested within ajax request, then "#redirect#url_here" text is returned as ajax request result instead of "header('Location: url_here')" being sent as usual.

This is done for ajax request caller to decide how redirect should be handled.


It works fine with debug mode turned off, but it breaks redirect, when debug mode is on resulting debugger report being printed after "#redirect#url_here" text.
patch turn_off_debug_before_ajax_redirect.patch (468) 2011-08-17 04:54
http://tracker.in-portal.org/file_download.php?file_id=1107&type=bug
Issue History
2011-09-19 16:08 alex Note Added: 0003792
2011-09-19 16:08 alex Status resolved => closed
2011-08-24 02:50 alex Note Added: 0003694
2011-08-24 02:50 alex Status reviewed and tested => resolved
2011-08-24 02:50 alex Fixed in Version => 5.1.3
2011-08-24 02:50 alex Resolution open => fixed
2011-08-24 02:50 alex Assigned To !COMMUNITY => alex
2011-08-24 02:50 alex Changeset attached 5.1.x r14509
2011-08-23 17:28 Dmitry Note Added: 0003678
2011-08-23 17:28 Dmitry Status needs testing => reviewed and tested
2011-08-23 12:07 Dmitry Note Added: 0003675
2011-08-23 12:07 Dmitry Target Version Icebox => 5.1.3
2011-08-17 04:55 alex Assigned To => !COMMUNITY
2011-08-17 04:55 alex Developer => alex
2011-08-17 04:55 alex Status active => needs testing
2011-08-17 04:55 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/tYuwulMiiJ0/discussion
2011-08-17 04:54 alex New Issue
2011-08-17 04:54 alex File Added: turn_off_debug_before_ajax_redirect.patch
2011-08-17 04:54 alex Change Log Message => Removes debuggger report from ajax redirect output

Notes
(0003675)
Dmitry   
2011-08-23 12:07   
Move to 5.1.3
(0003678)
Dmitry   
2011-08-23 17:28   
Tested please commit.
(0003694)
alex   
2011-08-24 02:50   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0001103: Debugger isn't auto turned off, when ajax redirect is performed resulting broken redirect
(0003792)
alex   
2011-09-19 16:08   
Closing, since 5.1.3 release has been released.