[Comoblog-commit] comoblog/_install/templates upgrade.tpl.htm,NONE,1.1 upgrade_1.tpl.htm,NONE,1.1 up
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-10-09 14:11:44
|
Update of /cvsroot/comoblog/comoblog/_install/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23647/_install/templates Added Files: upgrade.tpl.htm upgrade_1.tpl.htm upgrade_2.tpl.htm upgrade_3.tpl.htm Log Message: UPGRADE component to installer added. Customed for 0.5.1->1.0 upgrade --- NEW FILE: upgrade_1.tpl.htm --- <!-- BEGIN: main --> {FILE "templates/header.tpl.htm"} <table width="740" align="center" border="0" cellspacing="0" cellpadding="15" style="border-width:1px; border-color: #000000; border-style: solid;"> <tr> <td> </td> </tr> <tr> <td> <h1>Upgrade failed</h1> <p> </p> <p> The upgrade script has failed to upgrade your database. Please restore your backups and contact the CoMoblog support team at <a href="http://comoblog.serialmonkey.com">comoblog.serialmonkey.com</a> and provide the information below for more assistance. </p> <br /><br /> <!-- BEGIN: errors --> <h1><img src="img/warning.gif" border="0" align="absmiddle"> ERROR processing the script</h1> <p align="center"> <!-- BEGIN: error --> <span class="error">{ERROR}</span><br /> <!-- END: error --> <br /> <br /> <!-- END: errors --> </td> </tr> <tr> <td> </td> </tr> </table> {FILE "templates/footer.tpl.htm"} <!-- END: main --> --- NEW FILE: upgrade_3.tpl.htm --- <!-- BEGIN: main --> {FILE "templates/header.tpl.htm"} <table width="740" align="center" border="0" cellspacing="0" cellpadding="15" style="border-width:1px; border-color: #000000; border-style: solid;"> <tr> <td> </td> </tr> <tr> <td> <h1>Congratulations! Upgrade is now complete</h1> <p> </p> <table width="600" border="0" align="center"> <tr> <td align="center"><img src="img/install3.jpg" width="500" height="200" alt="" border="0"></td> </tr> <tr> <td> <p> </p> <h2>Print this page!</h2> <p> This page contains important information you'll need to use your CoMoblog site. </p> <p> </p> <p> You can reach your CoMoblog site here:<br /> <a href="{SITE_URL}" class="bigger"><b>{SITE_URL}</b></a> </p> <p> You can configure and personalize your CoMoblog site through Admin Area:<br /> <a href="{SITE_URL}admin/" class="bigger"><b>{SITE_URL}admin/</b></a></p> <p> To access this area you have to authenticate using the following username/password:<br /> - username: <b><span class="bigger">{ADMIN_USERNAME}</span></b><br /> - password: <b><span class="bigger">{ADMIN_PW}</span></b><br /> </p> <p> The following people are allowed to post to your CoMoblog site:<br /> <!-- BEGIN: allowed_from --> - <b><span class="bigger">{ALLOWED_FROM}</span></b><br /> <!-- END: allowed_from --> </p> <p> </p> <h2>Important!</h2> <p>If you have upgraded from Easymoblog and were previously using a Cron task to check your POP3 account then you need to change the name of the script you are executing from easymoblog_batch.php to comoblog_batch.php <br /> </p> <p> </p> <h2>Enjoy blogging!</h2> <p>Now you can start blogging!<br /> To publish a new post on your site, just write it in an email message, and send it to the mailbox account you specified during installation.<br /> You can add images to your posts sending them as attachments (use .jpg, .gif or .png files).</p> <p>For more info about CoMoblog: <a href="http://comoblog.serialmonkey.com/" target="_blank">http://comoblog.serialmonkey.com/</a></p> <p> </p> <p> </p> <p> </p> <p align="right"><a href="http://comoblog.serialmonkey.com/" target="_blank">the CoMoblog staff</a></p> </td> </tr> </table> </td> </tr> </table> {FILE "templates/footer.tpl.htm"} <!-- END: main --> --- NEW FILE: upgrade_2.tpl.htm --- <!-- BEGIN: main --> {FILE "templates/header.tpl.htm"} <table width="740" align="center" border="0" cellspacing="0" cellpadding="15" style="border-width:1px; border-color: #000000; border-style: solid;"> <tr> <td> </td> </tr> <tr> <td> <!-- BEGIN: errors --> <h1><img src="img/warning.gif" border="0" align="absmiddle"> ERROR processing the script</h1> <p align="center"> <!-- BEGIN: error --> <span class="error">{ERROR}</span><br /> <!-- END: error --> <br /> <br /> <!-- END: errors --> <h1>Step 3 (of 4) - Content Migration</h1> <p> </p> <p> Now the upgrade script will migrate all the dynamic content from your previous installation.<br /> Todo this the script needs to know what was the folder name you gave the backup of your previous installation . <br /> <br /> Fill in the following form with proper values, then click on the 'save' icon: </p> <br /> <table border="0" cellspacing="0" cellpadding="5" width="600" align="center"> <tr> <td valign="top" width="300"><img src="img/install2.jpg" width="300" height="150" alt="" border="0"> </td> <td valign="top" width="300"> <form action="upgrade_2.php" method="POST"> <p> Absolute path on your server of the backup directory<br /><i>i.e. /www/docs/comoblog_old</i>:<br /> <input type="text" name="old_path" size="40" style="width: 100%" value="" /> </p> <p> Absolute path on your server of CoMoblog root directory<br /><i>i.e. /www/docs/comoblog</i>:<br /> <input type="text" name="base_path" size="40" style="width: 100%" value="{POST.base_path}" /> </p> <p> URL of your CoMoblog site<br /><i>i.e. http://www.yoursite.com/comoblog/</i>:<br /> <input type="text" name="site_url" size="40" style="width: 100%" value="{POST.site_url}" /> </p> <p align="right"> <input type="image" src="img/save_big.gif" border="0" onClick="this.src='img/save_wait.gif';" /> </p> </form> </td> </tr> </table> </td> </tr> <tr> <td> </td> </tr> </table> {FILE "templates/footer.tpl.htm"} <!-- END: main --> --- NEW FILE: upgrade.tpl.htm --- <!-- BEGIN: main --> {FILE "templates/header.tpl.htm"} <table width="740" align="center" border="0" cellspacing="0" cellpadding="15" style="border-width:1px; border-color: #000000; border-style: solid;"> <tr> <td> </td> </tr> <tr> <td> <h1>Welcome to the CoMoblog upgrade wizard</h1> <p> </p> <table width="500" border="0" align="center"> <tr> <td><p class="biggest"><b>Existing installation detected</b></p><p> </p><p> </p></td> <td><img src="img/install1.jpg" width="300" height="200" alt="" border="0"></td> </tr> <!-- BEGIN: upgrade --> <tr> <td colspan="2"> <p> </p> <h3>Version detected: {VERSION}</h3> </td> </tr> <tr> <td colspan="2"> <p> </p> <h2>Before you start</h2> <p> The installer script will now attempt to upgrade your existing installation. Please make sure that: <ol> <li>you have made a backup of your MySQL database</li> <li>you have access to the install folder of the previous verson as the upgrade script will need to copy over some files from the previous install</li> </ol> </p> <p> </p> <p> </p> <p align="center"> <a href="upgrade_1.php">Click here to begin the upgrade >></a> </p> </td> </tr> <!-- END: upgrade --> <!-- BEGIN: failed --> <tr> <td colspan="2"> <p> </p> <h3>Unsupported version detected</h3> </td> </tr> <tr> <td colspan="2"> <p> </p> <p> Your current installed version isn't supported by this upgrade script. Please see docs/UPGRADE for the list of supported versions. </p> </td> </tr> <!-- END: failed --> </table> </td> </tr> <tr> <td> </td> </tr> </table> {FILE "templates/footer.tpl.htm"} <!-- END: main --> |