2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
@@ -282,7 +282,7 @@ function update_script_selection_form() {
);
$form['submit']=array(
'#type'=>'submit',
'#value'=>'Apply pending updates',
'#value'=>'apply pending updates',
);
}
return$form;
...
...
@@ -420,6 +420,7 @@ function update_info_page() {
update_task_list('info');
drupal_set_title('Drupal database update');
$token=drupal_get_token('update');
$output='<p>Use this utility to update your database whenever a new release of Drupal or a module is installed.</p><p>For more detailed information, see the <a href="http://drupal.org/node/258">Installation and upgrading handbook</a>. If you are unsure what these terms mean you should probably contact your hosting provider.</p>';
$output.="<ol>\n";
$output.="<li><strong>Back up your database</strong>. This process will change your database values and in case of emergency you may need to revert to a backup.</li>\n";
...
...
@@ -428,7 +429,7 @@ function update_info_page() {
$output.="<li>Install your new files in the appropriate location, as described in the handbook.</li>\n";
$output.="</ol>\n";
$output.="<p>When you have performed the steps above, you may proceed.</p>\n";