Opened 14 years ago
Closed 14 years ago
#10305 closed Developer Task (fixed)
Remove mysql.txt support
| Reported by: | danielk | Owned by: | danielk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.26 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Supporting both mysql.txt and config.xml causes unnecessary confusion.
The file based settings in mysql.txt are unnecessary in light of override settings support and can be dropped.
The few settings only supported in mysql.txt and not config.xml can be added to config.xml.
We should also make sure config.xml doesn't self-erase any more before we make it the default.
Attachments (4)
Change History (6)
by , 14 years ago
| Attachment: | 10305-v1.patch added |
|---|
by , 14 years ago
| Attachment: | 10305-v2.patch added |
|---|
Adds support for WakeOnLan settings and re-arranges config.xml format a bit.
by , 14 years ago
| Attachment: | 10305-v3.patch added |
|---|
comment:1 by , 14 years ago
| Milestone: | 0.25 → 0.26 |
|---|---|
| Status: | new → accepted |
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Removes mysql.txt support, makes config.xml saves safer and only does them when necessary; does not add the needed mysql.txt config values to config.xml.