Remove 5.x-6.x updates
catch - July 4, 2008 - 15:58
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | install system |
| Category: | task |
| Priority: | normal |
| Assigned: | catch |
| Status: | patch (code needs review) |
Description
During the 6.x release cycle, we removed all 4.7-5.x updates to enforce the one major version upgrade at a time guideline more strictly, reduce memory usage on update.php, etc.
Here's a patch which does that, and also a bit of tidying in .install files - adding update phpdoc if it's missing, getting hooks in the same order etc.
| Attachment | Size |
|---|---|
| old-updates.patch | 85.59 KB |

#1
There are a couple blocks of code in update.php for the 5.x-6.x update as well.
#2
Well spotted, new patch.
#3
Looks like there's (at least) one more...
<?php/**
* Create the batch table.
*
* This is part of the Drupal 5.x to 6.x migration.
*/
function update_create_batch_table() {
?>
#4
Got that one. Did a grep, found some in blogapi.install - this should be everything now.
Hopefully this is all of them. Thanks for keeping your eyes peeled webernet.
#5
Patch #4 re-rolled against CVS HEAD.
#6
testing the testing bot
#7
and again.