Commit 71dc1cb242a96d939adf4834d7e2a88cfcfefb04

Authored by Prince Mbekwa
1 parent f5ea4f8c

changed php recommended versions

lib/actions/actionregistry.inc.php
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 * KnowledgeTree Community Edition 5 * KnowledgeTree Community Edition
6 * Document Management Made Simple 6 * Document Management Made Simple
7 * Copyright (C) 2008, 2009 KnowledgeTree Inc. 7 * Copyright (C) 2008, 2009 KnowledgeTree Inc.
8 - * Portions copyright The Jam Warehouse Software (Pty) Limited 8 + * John
9 * 9 *
10 * This program is free software; you can redistribute it and/or modify it under 10 * This program is free software; you can redistribute it and/or modify it under
11 * the terms of the GNU General Public License version 3 as published by the 11 * the terms of the GNU General Public License version 3 as published by the
lib/actions/bulkaction.php
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 * KnowledgeTree Community Edition 6 * KnowledgeTree Community Edition
7 * Document Management Made Simple 7 * Document Management Made Simple
8 * Copyright (C) 2008, 2009 KnowledgeTree Inc. 8 * Copyright (C) 2008, 2009 KnowledgeTree Inc.
9 - * Portions copyright The Jam Warehouse Software (Pty) Limited 9 + * John
10 * 10 *
11 * This program is free software; you can redistribute it and/or modify it under 11 * This program is free software; you can redistribute it and/or modify it under
12 * the terms of the GNU General Public License version 3 as published by the 12 * the terms of the GNU General Public License version 3 as published by the
lib/actions/documentaction.inc.php
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 * KnowledgeTree Community Edition 5 * KnowledgeTree Community Edition
6 * Document Management Made Simple 6 * Document Management Made Simple
7 * Copyright (C) 2008, 2009 KnowledgeTree Inc. 7 * Copyright (C) 2008, 2009 KnowledgeTree Inc.
8 - * Portions copyright The Jam Warehouse Software (Pty) Limited 8 + * John
9 * 9 *
10 * This program is free software; you can redistribute it and/or modify it under 10 * This program is free software; you can redistribute it and/or modify it under
11 * the terms of the GNU General Public License version 3 as published by the 11 * the terms of the GNU General Public License version 3 as published by the
lib/actions/documentviewlet.inc.php
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 * KnowledgeTree Community Edition 6 * KnowledgeTree Community Edition
7 * Document Management Made Simple 7 * Document Management Made Simple
8 * Copyright (C) 2008, 2009 KnowledgeTree Inc. 8 * Copyright (C) 2008, 2009 KnowledgeTree Inc.
9 - * Portions copyright The Jam Warehouse Software (Pty) Limited 9 + * John
10 * 10 *
11 * This program is free software; you can redistribute it and/or modify it under 11 * This program is free software; you can redistribute it and/or modify it under
12 * the terms of the GNU General Public License version 3 as published by the 12 * the terms of the GNU General Public License version 3 as published by the
lib/actions/entitylist.php
@@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
6 * KnowledgeTree Community Edition 6 * KnowledgeTree Community Edition
7 * Document Management Made Simple 7 * Document Management Made Simple
8 * Copyright (C) 2008, 2009 KnowledgeTree Inc. 8 * Copyright (C) 2008, 2009 KnowledgeTree Inc.
9 - * Portions copyright The Jam Warehouse Software (Pty) Limited 9 + * John
10 * 10 *
11 * This program is free software; you can redistribute it and/or modify it under 11 * This program is free software; you can redistribute it and/or modify it under
12 * the terms of the GNU General Public License version 3 as published by the 12 * the terms of the GNU General Public License version 3 as published by the
lib/actions/folderaction.inc.php
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 * KnowledgeTree Community Edition 5 * KnowledgeTree Community Edition
6 * Document Management Made Simple 6 * Document Management Made Simple
7 * Copyright (C) 2008, 2009 KnowledgeTree Inc. 7 * Copyright (C) 2008, 2009 KnowledgeTree Inc.
8 - * Portions copyright The Jam Warehouse Software (Pty) Limited 8 + * John
9 * 9 *
10 * This program is free software; you can redistribute it and/or modify it under 10 * This program is free software; you can redistribute it and/or modify it under
11 * the terms of the GNU General Public License version 3 as published by the 11 * the terms of the GNU General Public License version 3 as published by the
lib/actions/portletregistry.inc.php
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 * KnowledgeTree Community Edition 5 * KnowledgeTree Community Edition
6 * Document Management Made Simple 6 * Document Management Made Simple
7 * Copyright (C) 2008, 2009 KnowledgeTree Inc. 7 * Copyright (C) 2008, 2009 KnowledgeTree Inc.
8 - * Portions copyright The Jam Warehouse Software (Pty) Limited 8 + * John
9 * 9 *
10 * This program is free software; you can redistribute it and/or modify it under 10 * This program is free software; you can redistribute it and/or modify it under
11 * the terms of the GNU General Public License version 3 as published by the 11 * the terms of the GNU General Public License version 3 as published by the
setup/wizard/steps/dependencies.php
@@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
42 42
43 class dependencies extends Step 43 class dependencies extends Step
44 { 44 {
45 - private $maxPHPVersion = '5.2.11'; 45 + private $maxPHPVersion = '5.3';
46 private $minPHPVersion = '5.0.0'; 46 private $minPHPVersion = '5.0.0';
47 private $done; 47 private $done;
48 private $versionSection = false; 48 private $versionSection = false;
@@ -400,4 +400,4 @@ class dependencies extends Step @@ -400,4 +400,4 @@ class dependencies extends Step
400 $this->temp_variables['configurationSection'] = $this->configurationSection; 400 $this->temp_variables['configurationSection'] = $this->configurationSection;
401 } 401 }
402 } 402 }
403 -?>  
404 \ No newline at end of file 403 \ No newline at end of file
  404 +?>
setup/wizard/templates/dependencies.tpl
@@ -44,7 +44,7 @@ @@ -44,7 +44,7 @@
44 <div class="php_details" style="display:<?php echo $display; ?>"> 44 <div class="php_details" style="display:<?php echo $display; ?>">
45 <?php } ?> 45 <?php } ?>
46 <p class="description"> 46 <p class="description">
47 - Your version of PHP must be between 5.0 and 5.2.11 to run optimally. Versions higher than 5.3.2 are not recommended. 47 + Your version of PHP must be between 5.0 and 5.2 to run optimally. Versions that are 5.3 or higher are not recommended.
48 </p> 48 </p>
49 <?php echo "<span class='{$version['class']}'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>{$version['version']}"; ?> 49 <?php echo "<span class='{$version['class']}'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>{$version['version']}"; ?>
50 <?php if($version['class'] != 'tick') { ?> 50 <?php if($version['class'] != 'tick') { ?>
@@ -175,4 +175,4 @@ @@ -175,4 +175,4 @@
175 <input type="submit" name="Previous" value="Previous" class="button_previous"/> 175 <input type="submit" name="Previous" value="Previous" class="button_previous"/>
176 <input type="submit" name="Next" value="Next" class="button_next"/> 176 <input type="submit" name="Next" value="Next" class="button_next"/>
177 </form> 177 </form>
178 -<?php if (AJAX) { echo $html->js('form.js'); } ?>  
179 \ No newline at end of file 178 \ No newline at end of file
  179 +<?php if (AJAX) { echo $html->js('form.js'); } ?>