View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009409 | mantisbt | administration | public | 2008-07-17 08:42 | 2012-10-22 15:54 |
| Reporter | northstar | Assigned To | dregad | ||
| Priority | normal | Severity | trivial | Reproducibility | N/A |
| Status | closed | Resolution | won't fix | ||
| Product Version | 1.2.0a1 | ||||
| Summary | 0009409: remove the entire section about columns in the config.default.inc file | ||||
| Description | Suggestion: Perhaps, the entire section about columns in the config.default.inc file can now be removed, except for a very short mention of the online functions. As a matter of documentation, can devote 1st section of config.default.inc to mention what are the available online administration functions, and then the 2nd section consists of those configurations that are driven by config.default.inc | ||||
| Tags | No tags attached. | ||||
|
Not sure if I get you right. However, all configurations must be included in config_defaults_inc.php. The way a configuration option is evaluated is as follows:
Within database, the priorities are as follows: I think the order of b / c is correct, but I may be mistaken there. Let me know if I'm missing something here. |
|
|
There are several online configuration options available now under the administrator access level. Due to several items in config_defaults_inc.php which I have to study before deciding what I want to put in config_inc.php, |
|
|
For "Section two" there is an array $g_global_settings in config_defaults_inc.php |
|
|
As mentioned by vboctor, all configs must exist in config_defaults_inc.php. I also don't see any reason to change the structure of the file as suggested. |
|