Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 18 Nov 2012 23:54:33 +0000 (23:54 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 18 Nov 2012 23:54:33 +0000 (23:54 +0000)
- Tried to prevent 'mt_word2' being inserted in default main title in
  installation phase
- TODOs.txt updated

DOCS/TODOs.txt
inc/language/de.php

index 47f8189435d761e4fef5f30b09286245105e88d6..668d40949ccb6d98a24c3a239671ab29f732f110 100644 (file)
@@ -63,7 +63,8 @@
 ./inc/functions.php:2473:// @TODO cacheFiles is not yet supported
 ./inc/gen_sql_patches.php:95:// @TODO Rewrite this to a filter
 ./inc/header.php:66:// @TODO Find a way to not use direct module comparison
-./inc/install-functions.php:91:        // @TODO DEACTIVATED: changeDataInLocalConfigurationFile('OUTPUT-MODE', "setConfigEntry('OUTPUT_MODE', '", "');", postRequestElement('omode'), 0);
+./inc/install-functions.php:402:       // @TODO Comparing with DEFAULT_MAIN_TITLE doesn't work
+./inc/install-functions.php:97:        // @TODO DEACTIVATED: changeDataInLocalConfigurationFile('OUTPUT-MODE', "setConfigEntry('OUTPUT_MODE', '", "');", postRequestElement('omode'), 0);
 ./inc/language/de.php:1141:    // @TODO Rewrite these two constants
 ./inc/language/de.php:1157:    // @TODO Rewrite these three constants
 ./inc/language/de.php:46:      // @TODO Please sort these language elements
index 9ea81d38f0999b21de787835e531dfcc46f1da37..60f0403bbd09b957c70af0c27d0284669619f4e7 100644 (file)
@@ -873,7 +873,7 @@ addMessages(array(
        'DEFAULT_MT_WORD2' => "Mailtausches",
        'DEFAULT_MT_WORD3' => "Mailtauscher",
        'DEFAULT_POINTS' => "Punkte",
-       'DEFAULT_MAIN_TITLE' => "Titel Ihres {?mt_word2?} hier",
+       'DEFAULT_MAIN_TITLE' => "Titel Ihres {OPEN_CONFIG}mt_word2{CLOSE_CONFIG} hier",
        'DEFAULT_SLOGAN' => "Ihr Werbespruch hier",
        'DEFAULT_WEBMASTER' => "ihre@email-addresse.example",
        'PROBLEM_POINTS_OVERVIEW_UNAVAILABLE' => "{?POINTS?}-&Uuml;bersicht derzeit nicht verf&uuml;gbar.",