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 | 79 | 'canClean'=>true |
| 80 | 80 | ), |
| 81 | 81 | array( |
| 82 | - 'name'=>_kt('KnowledgeTree Cache'), | |
| 82 | + 'name'=>_kt('System Cache'), | |
| 83 | 83 | 'folder'=>$cacheDir, |
| 84 | 84 | 'pattern'=>'', |
| 85 | 85 | 'canClean'=>true |
| 86 | 86 | ), |
| 87 | 87 | array( |
| 88 | - 'name'=>_kt('KnowledgeTree Logs'), | |
| 88 | + 'name'=>_kt('System Logs'), | |
| 89 | 89 | 'folder'=>$logDir, |
| 90 | 90 | 'pattern'=>'.+\.txt$', |
| 91 | 91 | 'canClean'=>true |
| ... | ... | @@ -103,7 +103,7 @@ class HouseKeeperPlugin extends KTPlugin |
| 103 | 103 | { |
| 104 | 104 | $this->folders[] = |
| 105 | 105 | array( |
| 106 | - 'name'=>_kt('KnowledgeTree Documents'), | |
| 106 | + 'name'=>_kt('Documents'), | |
| 107 | 107 | 'folder'=>$docsDir, |
| 108 | 108 | 'pattern'=>'', |
| 109 | 109 | 'canClean'=>false |
| ... | ... | @@ -114,7 +114,7 @@ class HouseKeeperPlugin extends KTPlugin |
| 114 | 114 | { |
| 115 | 115 | $this->folders[] = |
| 116 | 116 | array( |
| 117 | - 'name'=>_kt('KnowledgeTree Document Index'), | |
| 117 | + 'name'=>_kt('Document Index'), | |
| 118 | 118 | 'folder'=>$luceneDir, |
| 119 | 119 | 'pattern'=>'', |
| 120 | 120 | 'canClean'=>false | ... | ... |