Changeset 6800 for modules

Show
Ignore:
Timestamp:
09/18/08 21:53:33 (5 years ago)
Author:
p_lindheimer
Message:

Auto Check-in of any outstanding patches

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.4/versionupgrade/page.versionupgrade.php

    r6383 r6800  
    6464 
    6565if (version_compare_freepbx($version, "2.5.0alpha0","lt")) { 
    66   echo sprintf(_("<h2 align='center' style='color:red'>WARNING - YOU WILL BE UPGRADED TO 2.5 Release Candidate</h2><p>This module will allow you to upgrade to the FreePBX version 2.5 Release Candidate from the current version, %s, that you are running. We encourage early testing and set a very high standard for our beta programs. However, with new features and many bug fixes, there is always a higher risk of bugs.</p><p>The upgrade process is a simple but multi-step process that you should complete all at one time. As always when upgrading a system, it is advisable that you complete this process when the system is not actively being used.</p>The steps you will take are:<ol><li>Press the upgrade button below.</li><li>Go to Module Admin, check for online updates, and upgrade the <b>FreePBX Framework</b> module ONLY from the online repository which will now be connected to version 2.5.</li><li>Now, Check for online updates again and upgrade all other modules that have upgrades available. If you get dependency warnings, just repeat the process until all your modules have been upgraded.</li><li>Now press the Apply Configuration bar.</li></ol><p>Once you have completed these step you will be upgraded to the new 2.5 version and you may disable or remove this module if it does not do so automatically.</p>"),$version); 
     66  echo sprintf(_("<h2 align='center' style='color:red'>WARNING - YOU WILL BE UPGRADED TO VERSION 2.5</h2><p>This module will allow you to upgrade to FreePBX version 2.5 from the current version, %s, that you are running.</p><p>The upgrade process is a simple but multi-step process that you should complete all at one time. As always when upgrading a system, it is advisable that you complete this process when the system is not actively being used.</p>The steps you will take are:<ol><li>Press the upgrade button below.</li><li>Go to Module Admin, check for online updates, and upgrade the <b>FreePBX Framework</b> module ONLY from the online repository which will now be connected to version 2.5.</li><li>Now, Check for online updates again and upgrade all other modules that have upgrades available. If you get dependency warnings, just repeat the process until all your modules have been upgraded.</li><li>Now press the Apply Configuration bar.</li></ol><p>Once you have completed these step you will be upgraded to the new 2.5 version and you may disable or remove this module if it does not do so automatically.</p>"),$version); 
    6767?> 
    6868 
     
    8989  var theForm = document.upgrade; 
    9090  function upgrade_onsubmit() { 
    91     var msgConfirmUpgrade = "<?php echo _("You are about to upgrade your system to the FreePBX 2.5 BETA. You can not reverse this process. Do you want to continue?"); ?>"; 
     91    var msgConfirmUpgrade = "<?php echo _("You are about to upgrade your system to FreePBX 2.5. You can not reverse this process. Do you want to continue?"); ?>"; 
    9292   
    9393    if (!confirm(msgConfirmUpgrade)) {