The uninstall routines haven't been updated for awhile - factoid and karma both have vars that are not deleted. Add 'em, check the others.

Comments

Morbus Iff’s picture

Revise the help strings for the admin panel; they're a little stale.

Morbus Iff’s picture

Check all builds to make sure the CSS IDs or classes and build keys are properly defined.

Morbus Iff’s picture

… and are arrays, in the case of classes.

Morbus Iff’s picture

Every other module works out of the bot, with configuration being optional. Except for bot_project.module - default the settings to work against d.o.

Morbus Iff’s picture

Title: Not all modules have variable_dels on uninstall » General cleanup work
Morbus Iff’s picture

Remove legacy bot_project_too_lazy_to_recompile_for_ssl.

Morbus Iff’s picture

We need to switch all our LIKEs over to dynamic queries to fully take advantage of "New pattern for cross-database, performant, case-insensitive comparisons" in update/modules -- they work for MySQL now, but needs to be fully tweaked to be compatible with PostgreSQL and so forth (low priority, I suppose, but a pattern nonetheless.)

Morbus Iff’s picture

Remove the various API docs from README.txt and make up a bot.api.php.

Morbus Iff’s picture

Your db_delete/db_insert pattern should be replaced with db_merge instead.

Morbus Iff’s picture

Remove the hook_help settings for the config URLs; they're boring and unnecessary.

Revise the Enables/Allows starters for the module infos.

Morbus Iff’s picture

Revise all drupal_write_records to db_merges or db_inserts.

Morbus Iff’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev

Move everything to pages.inc and admin.inc.

Morbus Iff’s picture

Bot log schema does not have the index added by bot_log_update_6100.