Issue Details (XML | Word | Printable)

Key: MDL-11565
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Petr Skoda
Reporter: Petr Skoda
Votes: 0
Watchers: 3
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-11561

add indication of settings overriden from config.php

Created: 03/Oct/07 04:00 AM   Updated: 20/Dec/07 03:31 AM
Return to search
Component/s: Administration
Affects Version/s: 1.9
Fix Version/s: None

Participants: Dan Poltawski and Petr Skoda
Security Level: None
Resolved date: 20/Dec/07
Affected Branches: MOODLE_19_STABLE


 Description  « Hide
at present some config values are overridden from config.php
* logs are spammed with warning messages
* no indication
* save seems to override the setting, but the setting is not stored in fact

solution - tweak the setting loading to store the config.php overrides in special array and use them in UI to lock the setting fields

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Dan Poltawski added a comment - 03/Oct/07 04:31 PM
A different request but might be able to be done at the same time - it would be good if unassigned admin settings could indicated somehow too (particularly in drop-down lists). We kinda try and prevent that with the fix in MDL-8209 but if there was an elegant way to display it for users who never hit /admin/ that would be good.

Petr Skoda added a comment - 03/Oct/07 04:44 PM
thanks Dan, I will keep that in mind when I finally get to this - I hope we could get these into 1.9.1

Petr Skoda added a comment - 20/Dec/07 03:31 AM
done