X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fconfig.php.dist;h=17b4d087d3bbf4a1061d8fb43b89cbf74bcb791f;hb=45a530c33fdd7ab2ccd1905c24a371c94e17eac5;hp=1fd74cce84d4182e4d98551869968764f325d334;hpb=e7d0e39030d3802cb732dab6ada9fbb049b4dc03;p=timetracker.git diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index 1fd74cce..17b4d087 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -37,7 +37,7 @@ set_include_path(realpath(dirname(__FILE__).'/lib/pear') . PATH_SEPARATOR . get_ // CHANGE 3 PARAMETERS HERE! // In this example: "root" is username, "no" is password, "dbname" is database name. // -define('DSN', 'mysqli://root:no@localhost/dbname?charset=utf8'); +define('DSN', 'mysqli://root:no@localhost/dbname?charset=utf8mb4'); // Do NOT change charset unless you upgraded from an older Time Tracker where charset was NOT specified // and now you see some corrupted characters. See http://dev.mysql.com/doc/refman/5.0/en/charset-mysql.html @@ -59,16 +59,6 @@ define('MULTITEAM_MODE', true); define('APP_NAME', ''); -// OLD_PASSWORDS -// -// You may need to set this option if you migrate an older version of TT installation to a new server. -// Older versions of TT used mysql password function to hash user passwords. Newer versions use md5. -// Because the password function may behave differently between servers, the OLD_PASSWORD settings -// gives you an opportunity to control it, if needed. -// -// define('OLD_PASSWORDS', true); - - // WEEKEND_START_DAY // // This option defines which days are highlighted with weekend color. @@ -208,5 +198,5 @@ define('AUTH_MODULE', 'db'); // Height in pixels for the note input field in time.php. Defaults to 40. // define('NOTE_INPUT_HEIGHT', 100); -// A temporary config option while development on multiple grouping in reports is ongoing. To be removed when done. -// define('MULTIPLE_GROUP_BY_DEBUG', false); +// A temporary config option while development of subgroup support is ongoing. To be removed later. +// define('SUBGROUP_DEBUG', false);