Issue status update for http://drupal.org/node/29006 Post a follow up: http://drupal.org/project/comments/add/29006 Project: Drupal Version: cvs Component: base system Category: tasks Priority: normal Assigned to: drumm Reported by: drumm Updated by: drumm Status: patch (code needs review) Attachment: http://drupal.org/files/issues/update.php_0.diff (6.87 KB) This patch moves all of the "which page to show" logic to the bottom of update.php. This code then does the single call to theme('maintenance_page'), similar to how theme('page') is called for the rest of Drupal. This will make future patches shorter and more separatable by page. It will also provide a clear place to put in a progress page. drumm