[Comoblog-commit] comoblog/_install/templates patch.tpl.htm,NONE,1.1 patch_1.tpl.htm,NONE,1.1 patch_
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-12-22 05:30:27
|
Update of /cvsroot/comoblog/comoblog/_install/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16310/_install/templates Modified Files: upgrade.tpl.htm Added Files: patch.tpl.htm patch_1.tpl.htm patch_2.tpl.htm Log Message: 1378108 - DB data changes in point version upgrades now supported Index: upgrade.tpl.htm =================================================================== RCS file: /cvsroot/comoblog/comoblog/_install/templates/upgrade.tpl.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- upgrade.tpl.htm 9 Oct 2005 14:11:35 -0000 1.1 +++ upgrade.tpl.htm 22 Dec 2005 05:30:18 -0000 1.2 @@ -31,6 +31,7 @@ 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 extracted the new version of CoMoblog into a new folder. You cannot extract it overtop of a previous installation</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> --- NEW FILE: patch_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>Patch failed</h1> <p> </p> <p> The patch 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: patch.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 patch 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> <tr> <td colspan="2"> <p> </p> <h3>Current Version: {VERSION}</h3> <h3>Will patch to: {PATCH}</h3> </td> </tr> <tr> <td colspan="2"> <p> </p> <h2>Before you start</h2> <p> The installer script will now attempt to patch your existing installation. Please make sure that: <ol> <li>you have made a backup of your MySQL database</li> </ol> </p> <p> </p> <p> </p> <p align="center"> <a href="patch_1.php">Click here to begin the patch >></a> </p> </td> </tr> </table> </td> </tr> <tr> <td> </td> </tr> </table> {FILE "templates/footer.tpl.htm"} <!-- END: main --> --- NEW FILE: patch_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> <h1>Congratulations! Patch 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 --> |