Feature #8464
Write settings using the ConfigurationManager
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Configuration | |||
| Target version: | - | |||
| PHP Version: | Complexity: | |||
| Has patch: | No | |||
| Votes: | 0 |
Description
It should be possible to write settings using the ConfigurationManager, similar to PackageStates.yaml.
Rules:- constants that have been replaced upon reading should be reversed when writing
- never write changes from a context to global settings
- always write global settings
The last rule assumes that settings changes done through some interface are supposed to affect global settings, context specific changes are done manually.
Question: is this a valid assumption?
Related issues
| related to TYPO3.Neos - Task #13876: Make database connection configurable in setup | Closed | 2011-03-17 |
History
Updated by Karsten Dambekalns over 2 years ago
- File 8464-write-settings.diff added
Attached some code that belongs to this issue but had been committed in error with 6ea6e8d283e5ac5bafb5aa4817cd765f06504f1c
Updated by Karsten Dambekalns over 1 year ago
- Status changed from Needs Feedback to New
- Assignee deleted (
Karsten Dambekalns) - Has patch set to No