Active
Project:
Bot
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2010 at 20:30 UTC
Updated:
21 Mar 2012 at 12:08 UTC
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
Comment #1
morbus iffRevise the help strings for the admin panel; they're a little stale.
Comment #2
morbus iffCheck all builds to make sure the CSS IDs or classes and build keys are properly defined.
Comment #3
morbus iff… and are arrays, in the case of classes.
Comment #4
morbus iffEvery other module works out of the bot, with configuration being optional. Except for bot_project.module - default the settings to work against d.o.
Comment #5
morbus iffComment #6
morbus iffRemove legacy bot_project_too_lazy_to_recompile_for_ssl.
Comment #7
morbus iffWe 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.)
Comment #8
morbus iffRemove the various API docs from README.txt and make up a bot.api.php.
Comment #9
morbus iffYour db_delete/db_insert pattern should be replaced with db_merge instead.
Comment #10
morbus iffRemove the hook_help settings for the config URLs; they're boring and unnecessary.
Revise the Enables/Allows starters for the module infos.
Comment #11
morbus iffRevise all drupal_write_records to db_merges or db_inserts.
Comment #12
morbus iffMove everything to pages.inc and admin.inc.
Comment #13
morbus iffBot log schema does not have the index added by bot_log_update_6100.