Commit 3542b000ffdf318c8258c682c8e0f89b839bb51a

Authored by kevin_fourie
1 parent 3c9e699d

Merged in from DEV trunk...

KTS-2395
"Create index migration script"
Updated. Internationalisation - missing closing i18n tag

Committed By: Conrad Vermeulen
Reviewed By: Kevin Fourie

KTS-2395
"Create index migration script"
Updated. missing scheduler header

Committed By: Conrad Vermeulen
Reviewed By: Kevin Fourie


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7376 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/upgrades/UpgradeFunctions.inc.php
... ... @@ -30,6 +30,7 @@
30 30 */
31 31  
32 32 require_once(KT_LIB_DIR . '/upgrades/Ini.inc.php');
  33 +require_once(KT_DIR . '/plugins/ktcore/scheduler/scheduler.php');
33 34  
34 35 class UpgradeFunctions {
35 36 var $upgrades = array(
... ...
templates/ktcore/search2/lucene_statistics.smarty
... ... @@ -13,7 +13,7 @@
13 13 <tr><td>{i18n}Indexing coverage:{/i18n}</td><td>{$stats.indexingCoverage}</td></tr>
14 14 <tr><td>{i18n}Queue coverage:{/i18n}</td><td>{$stats.queueCoverage}</td></tr>
15 15 </table>
16   -<b>{i18n}Notes:</b><br>
  16 +<b>{i18n}Notes:{/i18n}</b><br>
17 17 <table>
18 18 <tr><td valign=top>*<td>{i18n}Not all documents contain text. This will explain why the indexing coverage percentage my vary.{/i18n}
19 19 <tr><td valign=top>*<td>{i18n}The queue coverage indicates how many documents are in the queue in relation to the repository size.{/i18n}
... ...