View Issue Details

IDProjectCategoryView StatusLast Update
0009409mantisbtadministrationpublic2012-10-22 15:54
Reporternorthstar Assigned Todregad  
PrioritynormalSeveritytrivialReproducibilityN/A
Status closedResolutionwon't fix 
Product Version1.2.0a1 
Summary0009409: remove the entire section about columns in the config.default.inc file
Description

Suggestion:
Columns can now be administered online under the new functions
administrator use >manage>manage configuration>manage columns
each user use > My Account -> Manage Columns

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

TagsNo tags attached.

Activities

vboctor

vboctor

2008-07-23 23:39

manager   ~0018653

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:

  1. Use database.
  2. If not, then config_inc.php.
  3. If not, then config_defaults_inc.php.

Within database, the priorities are as follows:
a. Options specific to user+project
b. Options specific to project / all users.
c. Options specific to user / all projects.
d. Options that apply to all users / all projects.

I think the order of b / c is correct, but I may be mistaken there.

Let me know if I'm missing something here.

northstar

northstar

2008-07-24 00:31

reporter   ~0018654

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,
it would be good to re-organize within config_defaults_inc.php: two sections
Section one : those configurations that can be over-written via online configuration by administrator access level (i.e. manage **** functions, etc)
Section two : those configurations that can only be over-written via entries made in config_inc.php

atrol

atrol

2010-09-12 16:17

developer   ~0026689

For "Section two" there is an array $g_global_settings in config_defaults_inc.php

dregad

dregad

2012-10-10 13:17

developer   ~0033139

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.