[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {section show=$md5_result} 2 {section show=$md5_result|eq('ok')} 3 <div class="message-feedback"> 4 <h2><span class="time">[{currentdate()|l10n( shortdatetime )}]</span> {"File consistency check OK."|i18n("design/admin/setup")}</h2> 5 </div> 6 {section-else} 7 <div class="message-warning"> 8 {section show=and( is_set( $failure_reason ), $failure_reason )} 9 <h2><span class="time">[{currentdate()|l10n( shortdatetime )}]</span> {$failure_reason}</h2> 10 {section-else} 11 <h2><span class="time">[{currentdate()|l10n( shortdatetime )}]</span> {"Warning, it is not safe to upgrade without checking the modifications done to the following files"|i18n("design/admin/setup")}:</h2> 12 <p> 13 {section loop=$md5_result} 14 {$:item|wash} 15 {delimiter}<br />{/delimiter} 16 {/section} 17 </p> 18 {/section} 19 </div> 20 {/section} 21 {/section} 22 23 {section show=$upgrade_sql} 24 {section show=$upgrade_sql|eq('ok')} 25 <div class="message-feedback"> 26 <h2><span class="time">[{currentdate()|l10n( shortdatetime )}]</span> {"Database check OK."|i18n("design/admin/setup")}</h2> 27 </div> 28 {section-else} 29 <div class="message-warning"> 30 <h2><span class="time">[{currentdate()|l10n( shortdatetime )}]</span> {"The database is not consistent with the distribution database."|i18n("design/admin/setup")}</h2> 31 <p>{"To synchronize your database with the distribution setup, run the following SQL commands"|i18n("design/admin/setup")}:</p> 32 <p> 33 {$upgrade_sql|wash|break} 34 </p> 35 </div> 36 {/section} 37 {/section} 38 39 <form method="post" action={"/setup/systemupgrade/"|ezurl}> 40 41 {* DESIGN: Header START *}<div class="box-header"><div class="box-tc"><div class="box-ml"><div class="box-mr"><div class="box-tl"><div class="box-tr"> 42 43 <h1 class="context-title">{"System upgrade check"|i18n("design/admin/setup")}</h1> 44 45 {* DESIGN: Mainline *}<div class="header-mainline"></div> 46 47 {* DESIGN: Header END *}</div></div></div></div></div></div> 48 49 {* DESIGN: Content START *}<div class="box-ml"><div class="box-mr"><div class="box-content"> 50 51 <div class="block"> 52 <p>{'Before upgrading eZ publish to a newer version, it is important to check that the current installation is ready for upgrading.'|i18n('design/admin/setup')}</p> 53 <p>{'Remember to make a backup of the eZ publish directory and the database before you upgrade.'|i18n('design/admin/setup')}</p> 54 <h3>{'File consistency check'|i18n('design/admin/setup')}</h3> 55 {'The file consistency tool checks if you have altered any of the files that came with the current installation. Altered files may be replaced by new versions which contain bugfixes, new features, etc. Make sure that you backup and then merge in your custom changes into the new versions of the files.'|i18n('design/admin/setup')} 56 <h3>{'Database consistency check'|i18n('design/admin/setup')}</h3> 57 {'The database consistency tool checks if the current database is consistent with the database schema that came with the eZ publish distribution. If there are any inconsistencies, the tool will suggest the necessary SQL statements that should be ran in order to bring the database into a consistent state. Please run the suggested SQL statements before upgrading.'|i18n('design/admin/setup')} 58 <div class="block"> 59 <p>{'The upgrade checking tools require a lot of resources and it may take some time to run them.'|i18n('design/admin/setup')}</p> 60 </div> 61 62 </div> 63 64 {* DESIGN: Content END *}</div></div></div> 65 66 <div class="controlbar"> 67 {* DESIGN: Control bar START *}<div class="box-bc"><div class="box-ml"><div class="box-mr"><div class="box-tc"><div class="box-bl"><div class="box-br"> 68 <div class="block"> 69 <input class="button" type="submit" name="MD5CheckButton" value="{'Check file consistency'|i18n("design/admin/setup")}" /> 70 <input class="button" type="submit" name="DBCheckButton" value="{'Check database consistency'|i18n("design/admin/setup")}" /> 71 </div> 72 {* DESIGN: Control bar END *}</div></div></div></div></div></div> 73 </div> 74 75 </form>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |