View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009738 | mantisbt | bugtracker | public | 2008-10-23 10:47 | 2008-11-21 16:08 |
| Reporter | polzin | Assigned To | jreese | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.1.4 | ||||
| Fixed in Version | 1.1.5 | ||||
| Summary | 0009738: 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
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. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master-1.1.x 9022d056 2008-10-29 11:56 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 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 | ||