The kitchen sink (remove notices, fix bugs, enhance code styling)
chx - March 25, 2007 - 19:41
| Project: | Drupal |
| Version: | 6.x-dev |
| Component: | base system |
| Category: | bug report |
| Priority: | normal |
| Assigned: | chx |
| Status: | closed |
Description
As the title says. I walked HEAD and fixed this and that.
| Attachment | Size |
|---|---|
| kitchensink.patch | 23.5 KB |

#1
Reroll for taxonomy.
#2
The change to install.php has already been applied to head.
#3
Other than that, it seems to work fine. I've logged in, created a couple of users, logged in as them, created some content, enabled path, modified the content. Posted comments etc. If you're interested, there's still some e_notice warnings:
notice: Undefined variable: keys in /home/simon/src/drupal-cvs/drupal/modules/search/search.module on line 936.
(wierd behaviour with above: search for ' ' (space), shows warning, click search without typeing anything in the edit field, shows warning again. click search without typing anything, no notice - what's different)
# notice: Undefined index: visibility in /home/simon/src/drupal-cvs/drupal/modules/block/block.module on line 194.
# notice: Undefined index: throttle in /home/simon/src/drupal-cvs/drupal/modules/block/block.module on line 194.
These seem too minor to raise as seperate defects?
#4
More!
#5
This time without parse error...
#6
Rerolled against HEAD.
#7
-
#8
Props to Bobbi Anderson and webchick -- they found all the notices. I just fixed them. I do not intend to add anything more. THere will be bug reports filed for the bugs webchick found because they are not minor enough to pour into this.
#9
Committed to HEAD. Thanks a bunch.
#10