Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
17 Aug 2005 at 00:56 UTC
Updated:
24 Aug 2005 at 01:05 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| update.php_0.diff | 6.87 KB | drumm |
Comments
Comment #1
Steven commentedTested and works fine, so I committed to HEAD. I doubt there will be any objections against this ;).
I also took the liberty of moving a paragraph which was sandwiched between a
</li>and a</ol>out of said list.Comment #2
drumm