MantisBT: master 57f57409
| Author | Committer | Branch | Timestamp | Parent |
|---|---|---|---|---|
| dregad | dregad | master | 2013-03-08 11:01 | master 0c81929d |
| Affected Issues | 0007586: generic configuration editor cannot 'EDIT' an option | |||
| 0015416: CVE-2013-1934: XSS issue in adm_config_report.php when displaying complex value | ||||
| 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 Added code for FLOAT type which was previously handled through COMPLEX. Improve handling of INT (and FLOAT) by calling constant_replace(), The 'Username', 'Project Name' and 'Configuration Option' fields in the Port of 1.2.x commits
|
|||
| 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 | |||