View Issue Details

IDProjectCategoryView StatusLast Update
0009738mantisbtbugtrackerpublic2008-11-21 16:08
Reporterpolzin Assigned Tojreese  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.4 
Fixed in Version1.1.5 
Summary0009738: Browser caching should be enabled on bug_change_status_page.php
Description

Since recently (0009721), I had enabled $g_allow_browser_caching, but will switch it off.

$g_allow_browser_caching is turned on by the program for bug_report*_page.php, to enable the "error in field X, go back to correct"-feature. But I think there are more pages, where this should be done, at least

  • bug_update*_page.php
  • bug_change_status_page.php
    Because for both pages similar checks will be performed.

By the way: $g_allow_browser_caching is checked with "isset( $g_allow_browser_caching )". This means, that "$g_allow_browser_caching = OFF;" will counter-intuitively allow brower_caching.

TagsNo tags attached.

Relationships

related to 0009760 closedjreese Mantis checks $g_allow_browser_caching setting incorrectly 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.1.x 9022d056

2008-10-29 11:56

jreese


Details Diff
Fix 0009738: Allow browser caching on bug_update*_page.php and bug_change_status_page.php

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_1_0@5747 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0009738
mod - bug_update_advanced_page.php Diff File
mod - bug_change_status_page.php Diff File
mod - bug_update_page.php Diff File

MantisBT: master e8600894

2008-10-29 11:59

jreese


Details Diff
Fix 0009738: Allow browser caching on bug_update*_page.php and bug_change_status_page.php

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5749 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0009738
mod - bug_update_page.php Diff File
mod - bug_change_status_page.php Diff File
mod - bug_update_advanced_page.php Diff File