View Issue Details

IDProjectCategoryView StatusLast Update
0011528mantisbtcode cleanuppublic2010-02-22 14:34
Reporterdhx Assigned Todhx  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version1.2.0 
Target Version1.2.0Fixed in Version1.2.0 
Summary0011528: Don't call config_flush_cache() in bug_actiongroup_ext.php
Description

There is no need to call config_flush_cache() in bug_actiongroup_ext.php because the configuration cache already takes into account whether a configuration setting is per-user and per-project.

Additionally, bug_actiongroup_ext.php needs a round of code cleanup.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x 00c58a29

2010-02-19 22:14

dhx


Details Diff
Fix 0011528: Don't call config_flush_cache() in bug_actiongroup_ext.php

There is no need to call config_flush_cache() in bug_actiongroup_ext.php
because the configuration cache already takes into account whether a
configuration setting is per-user and per-project.

Additionally, bug_actiongroup_ext.php has been cleaned up to reduce code
complexity and increase the efficiency of this page.
Affected Issues
0011528
mod - bug_actiongroup_ext.php Diff File

MantisBT: master 99c55618

2010-02-19 22:14

dhx


Details Diff
Fix 0011528: Don't call config_flush_cache() in bug_actiongroup_ext.php

There is no need to call config_flush_cache() in bug_actiongroup_ext.php
because the configuration cache already takes into account whether a
configuration setting is per-user and per-project.

Additionally, bug_actiongroup_ext.php has been cleaned up to reduce code
complexity and increase the efficiency of this page.
Affected Issues
0011528
mod - bug_actiongroup_ext.php Diff File