From 767c83b138abe3eeb1335c3d6d56655ddedd6e3f Mon Sep 17 00:00:00 2001
From: Kevin Fourie
Date: Tue, 23 Oct 2007 23:53:41 +0000
Subject: [PATCH] KTS-2414 "Implement a dashlet for the scheduler" Updated some text.
---
templates/ktcore/dashlets/scheduler.smarty | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/templates/ktcore/dashlets/scheduler.smarty b/templates/ktcore/dashlets/scheduler.smarty
index dc73935..56f3a76 100644
--- a/templates/ktcore/dashlets/scheduler.smarty
+++ b/templates/ktcore/dashlets/scheduler.smarty
@@ -1,9 +1,9 @@
-{i18n}The scheduler runs document indexing and various house keeping tasks, etc in the background.{/i18n}
+{i18n}The scheduler runs background tasks.{/i18n}
{if $lasttime}
{i18n arg_time=$lasttime}The last time these tasks were performed was on #time#.{/i18n}
{else}
- {i18n}It has never been implemented.{/i18n}
+ {i18n}No tasks have been run yet.{/i18n}
{/if}
Administration page
@@ -18,25 +18,27 @@
{if $bWin}
- {i18n}Please ensure that the scheduler is listed in the Windows Scheduled Tasks. To view the list of scheduled tasks, open the Control Panel and go to Scheduled Tasks. For further information on how to add or update a task, please refer to the documentation.{/i18n}
+ {i18n}Note: The stack install uses its own service for task scheduling and the following is only for source installs.
{/i18n}
+ {i18n}To view the list of scheduled tasks, open the Control Panel and go to Scheduled Tasks. For further information on how to add or update a task, please refer to the documentation.{/i18n}
{i18n}Brief Guide to Scheduled Tasks:{/i18n}
- If the scheduler is not in the list of jobs then add it by clicking on "Add Scheduled Task" or by right-clicking and selecting New->Scheduled Task. If the scheduler exists then right-click on it and select Properties.
+ {i18n}If the scheduler is not in the list of jobs then add it by clicking on "Add Scheduled Task" or by right-clicking and selecting New->Scheduled Task. If the scheduler exists then right-click on it and select Properties.{/i18n}
Set the following:
- - Task to run = path/to/knowledgetree/bin/scheduler.php
- - Frequency = Daily at midnight
- - Under advanced, set it to repeat every 5 minutes
+ - {i18n}Task to run = path/to/knowledgetree/bin/scheduler.php{/i18n}
+ - {i18n}Frequency = Daily at midnight{/i18n}
+ - {i18n}Under advanced, set it to repeat every 5 minutes{/i18n}
{else}
+ {i18n}Note: The stack install uses its own service for task scheduling and the following is only for source installs.{/i18n}
{i18n}Please ensure that the scheduler is listed in your cron jobs. The line to be added to the crontab to implement the cron job is: {/i18n}
- */5 * * * * {$sPath} > /dev/null
@@ -59,4 +61,4 @@
-{/if}
\ No newline at end of file
+{/if}
--
libgit2 0.21.4