Closed (fixed)
Project:
Unfuddle API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
28 Mar 2011 at 17:24 UTC
Updated:
13 Apr 2011 at 17:11 UTC
Jump to comment: Most recent file
I went in and cleaned up the Drupal 7 version of this module so that it is compliant with Drupal 7 code.
Changes include:
- Replaced 'error' with WATCHDOG_ERROR in all implementations of watchdog().
- Placed drupal_http_request() options into the $options array.
- Set #default value on all form elements in unfuddle_api_admin_settings() to variable_get([Form Item]) so that the values do not get cleared from the form after they have been saved.
Please see the attached patch for a full list of changes. Let me know if any further changes are required after review.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1108246-cleaning-up-D7-version-of-unfuddle-api-D7.patch | 11.77 KB | stephenh |
Comments
Comment #1
stephenh commentedPatch Attached
Comment #2
jody lynnMinor whitespace issue, but looks good to go
Trailing whitespace
Powered by Dreditor.
Comment #3
jody lynnCommitted.