Feature #4874
Suggestions
| Status: | New | Start date: | 2009-10-03 | |
|---|---|---|---|---|
| Priority: | -- undefined -- | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
I have some suggestions. Maybe you will find them useful.
- Change locallang.php to locallang.xml. There is a very useful extension named LFEditor where you can easily tranlate. You can also convert locallang.php to locallang.xml
- Support date2cal because the other ones are outdated.
- Add a "check all" checkbox at "Realurl-Table clean. It would be perfect if you want to clean all tables.
- Add the possibility to generate a serialized realurl_conf.php. At this page I found the code to serialize the configuration
http://dmitry-dulepov.com/article/automatic-realurl-configuration-howto.html
$serializedConfig = serialize($TYPO3_CONF_VARS['EXTCONF']['realurl']);
print($serializedConfig);
Would it be possible to add a button "Serialize Configuration"?