MantisBT: master-1.2.x 8890b218

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2012-12-15 02:17 master-1.2.x 259f95cd
Affected Issues  0007586: generic configuration editor cannot 'EDIT' an option
Changeset

Make it possible to edit config options in adm_config_report.php

Use CONFIG_TYPE_xxx constants instead of magic strings to define the
type of config value to process.

Added code for FLOAT type which was previously handled through COMPLEX.

Improve handling of INT (and FLOAT) by calling constant_replace(),
allowing user to specify a defined constant instead of a numeric value.

Fixes 0007586

mod - adm_config_report.php Diff File
mod - adm_config_set.php Diff File
mod - core/constant_inc.php Diff File
mod - core/print_api.php Diff File