Commit 91c484a3c19ea3134a11350356a0f26bdb6625da
1 parent
5b50ea88
KTS-3316
"Remove references to KnowledgeTree from housekeeper plugin" Removed. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8403 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
4 additions
and
4 deletions
plugins/housekeeper/HouseKeeperPlugin.php
| @@ -79,13 +79,13 @@ class HouseKeeperPlugin extends KTPlugin | @@ -79,13 +79,13 @@ class HouseKeeperPlugin extends KTPlugin | ||
| 79 | 'canClean'=>true | 79 | 'canClean'=>true |
| 80 | ), | 80 | ), |
| 81 | array( | 81 | array( |
| 82 | - 'name'=>_kt('KnowledgeTree Cache'), | 82 | + 'name'=>_kt('System Cache'), |
| 83 | 'folder'=>$cacheDir, | 83 | 'folder'=>$cacheDir, |
| 84 | 'pattern'=>'', | 84 | 'pattern'=>'', |
| 85 | 'canClean'=>true | 85 | 'canClean'=>true |
| 86 | ), | 86 | ), |
| 87 | array( | 87 | array( |
| 88 | - 'name'=>_kt('KnowledgeTree Logs'), | 88 | + 'name'=>_kt('System Logs'), |
| 89 | 'folder'=>$logDir, | 89 | 'folder'=>$logDir, |
| 90 | 'pattern'=>'.+\.txt$', | 90 | 'pattern'=>'.+\.txt$', |
| 91 | 'canClean'=>true | 91 | 'canClean'=>true |
| @@ -103,7 +103,7 @@ class HouseKeeperPlugin extends KTPlugin | @@ -103,7 +103,7 @@ class HouseKeeperPlugin extends KTPlugin | ||
| 103 | { | 103 | { |
| 104 | $this->folders[] = | 104 | $this->folders[] = |
| 105 | array( | 105 | array( |
| 106 | - 'name'=>_kt('KnowledgeTree Documents'), | 106 | + 'name'=>_kt('Documents'), |
| 107 | 'folder'=>$docsDir, | 107 | 'folder'=>$docsDir, |
| 108 | 'pattern'=>'', | 108 | 'pattern'=>'', |
| 109 | 'canClean'=>false | 109 | 'canClean'=>false |
| @@ -114,7 +114,7 @@ class HouseKeeperPlugin extends KTPlugin | @@ -114,7 +114,7 @@ class HouseKeeperPlugin extends KTPlugin | ||
| 114 | { | 114 | { |
| 115 | $this->folders[] = | 115 | $this->folders[] = |
| 116 | array( | 116 | array( |
| 117 | - 'name'=>_kt('KnowledgeTree Document Index'), | 117 | + 'name'=>_kt('Document Index'), |
| 118 | 'folder'=>$luceneDir, | 118 | 'folder'=>$luceneDir, |
| 119 | 'pattern'=>'', | 119 | 'pattern'=>'', |
| 120 | 'canClean'=>false | 120 | 'canClean'=>false |