Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
contact.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
8 Oct 2009 at 15:21 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dave reidJust a few things so far...so much to clean up.
- Renames vague functions like contact_admin_categories() and contact_admin_edit() to contact_category_list() and contact_category_edit_form(). Much easier to tell what each function does.
- Simplified the logic in contact_category_edit_form().
- Cleans up contact_load() for simpler code.
- Cleans up message variables in contact_mail().
Comment #3
dave reidComment #4
dave reidThank god for simpletest. Patch with 100% less stupid mistakes.
Comment #6
dave reidARG. Wrong patch.
Comment #7
dave reidFixed a few spelling errors.
Comment #8
dries commentedNo link is added so the comments looks incorrect.
Otherwise this looks like a nice clean-up.
Comment #9
dave reidRe-rolled for recent commits and removed that comment.
Comment #10
dries commentedCommitted. Thanks for the reroll.