Installation
From the drupal installation directory (runningls should show index.php and cron.php), run (works for Drupal 5.18—5.19):wget -O - http://wtanaka.com/system/files/taxonomy-5.18.patch.bz2|bzcat|patch -p0
Uninstall
From the drupal installation directory (running ls should show index.php and cron.php), run:ln -s . drupal-5.19
wget -O - http://ftp.drupal.org/files/projects/drupal-5.19.tar.gz|gzip -dc|tar xvf - drupal-5.19/modules/taxonomy/taxonomy.module
rm -f drupal-5.19
rm -f modules/taxonomy/*.inc.php
| Attachment | Size |
|---|---|
| taxonomy-5.2.patch.bz2 | 13 KB |
| taxonomy-5.3.patch.bz2 | 13.1 KB |
| taxonomy-5.5.patch.bz2 | 13.1 KB |
| taxonomy-5.6.patch.bz2 | 13.09 KB |
| taxonomy-5.10.patch.bz2 | 13.1 KB |
| taxonomy-5.16.patch.bz2 | 13.3 KB |
| taxonomy-5.18.patch.bz2 | 13.59 KB |

I think these are only
I think these are only faster for people without an Opcode cache. Can you please test with an opcode cache before posting another one? The real message to people should be (IMO) "always use an opcode cache."