From: anuko Date: Sun, 23 Oct 2016 16:48:24 +0000 (+0000) Subject: Finished renaming variables after PR#24 merge. X-Git-Tag: timetracker_1.19-1~1617 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=7ee2751b66b677d08695b9d9939564d10987e435;p=timetracker.git Finished renaming variables after PR#24 merge. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 0386535a..3637639a 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.9.34.3544 | Copyright © Anuko | +  Anuko Time Tracker 1.9.34.3545 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/mysql.sql b/mysql.sql index 7a24c769..dd1d8c83 100644 --- a/mysql.sql +++ b/mysql.sql @@ -25,7 +25,7 @@ CREATE TABLE `tt_teams` ( `week_start` smallint(2) NOT NULL DEFAULT '0', # Week start day, 0 == Sunday. `tracking_mode` smallint(2) NOT NULL DEFAULT '1', # tracking mode ("projects" or "projects and tasks") `record_type` smallint(2) NOT NULL DEFAULT '0', # time record type ("start and finish", "duration", or both) - `uncompleted_indicators` smallint(2) NOT NULL DEFAULT '0', # show indicator for users with uncompleted time entries + `uncompleted_indicators` smallint(2) NOT NULL DEFAULT '0', # whether to show indicators for users with uncompleted time entries `plugins` varchar(255) default NULL, # a list of enabled plugins for team `lock_spec` varchar(255) default NULL, # Cron specification for record locking, # for example: "0 10 * * 1" for "weekly on Mon at 10:00".