Ignore:
Timestamp:
Apr 14, 2006, 11:25:49 PM (18 years ago)
Author:
plg
Message:

new: upgrade script from release 1.5.0

improvement: ability to turn off dying on SQL queries failure. Could be
useful for upgrades.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/upgrade.tpl

    r859 r1174  
    88
    99  <body>
    10     <!-- BEGIN choices -->
     10    <!-- BEGIN introduction -->
    1111    <h1>Welcome to PhpWebGallery upgrade page.</h1>
    12     <p>This page proposes to upgrade your database corresponding to your old version
    13       of PhpWebGallery to the current version. Select the version you wish to upgrade
    14       :</p>
    1512
    16     <ul>
    17       <!-- BEGIN choice -->
    18       <li><a href="{choices.choice.URL}">{choices.choice.VERSION}</a></li>
    19       <!-- END choice -->
    20     </ul>
    21     <!-- END choices -->
     13    <p>This page proposes to upgrade your database corresponding to your old
     14version of PhpWebGallery to the current version. The upgrade assistant
     15thinks you are currently running a
     16<strong>release {introduction.CURRENT_RELEASE}</strong> (or equivalent).</p>
     17
     18    <p><a href="{introduction.RUN_UPGRADE_URL}">Upgrade from release
     19{introduction.CURRENT_RELEASE} to {RELEASE}</a></p>
     20    <!-- END introduction -->
    2221
    2322    <!-- BEGIN upgrade -->
Note: See TracChangeset for help on using the changeset viewer.