Closed (fixed)
Project:
Unfuddle API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2009 at 23:12 UTC
Updated:
7 Dec 2009 at 22:50 UTC
Jump to comment: Most recent file
- Since Drupal 7 has an auto-loading class registry, we don't need to use unfuddle_api_create() anymore. People can just do $unfuddle = new Unfuddle(); from anywhere and it will work.
- Also moved the form prefix to hook_help().
- Menu paths use dashes instead of underscores as the standard set by core.
- When using system_settings_from, we no longer need to call variable_get() for #default_value. Just list the actual default value. system_settings_form will automatically call variable_get for us.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 634582-unfuddleapi-D7.patch | 4.75 KB | dave reid |
Comments
Comment #1
dave reidComment #2
jody lynnThanks for the many port improvements. I committed it along with corresponding updates to the README.