Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
other
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Jan 2008 at 02:15 UTC
Updated:
13 Feb 2008 at 10:21 UTC
Jump to comment: Most recent file
In IRC, chx pointed me to http://api.drupal.org/api/function/module_load_include/HEAD
According to grep, we should probably use that in update, forum, and openid for consistency, instead of doing our own include_once() calls...
Figured a single issue in "other" was better than 3 separate issues, 1 for each module...
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | module_load_include-9.patch | 6.13 KB | pancho |
| #7 | module_load_include.patch | 6.12 KB | pancho |
| #1 | forum.admin_.inc_include.patch | 753 bytes | mikey_p |
| #1 | openid.module_include.patch | 3.04 KB | mikey_p |
Comments
Comment #1
mikey_p commentedHere's separate patches for forum and openid
Comment #2
pancho+1 Looks good, we should make that move and get rid of include_once()...
Comment #3
birdmanx35 commentedPatches install cleanly :)
Comment #4
moshe weitzman commentednice function.
Comment #5
birdmanx35 commentedWe also need a patch for update.module, as noted in the task... however the patches that currently exist are RTBC.
Comment #6
gábor hojtsyRoll the patches into one please, include update.module and test.
Comment #7
panchoRerolled including update.module. Ready to be tested!
Comment #8
moshe weitzman commentedwon't apply cleanly. "patch: **** malformed patch at line 97: Index: modules/update/update.fetch.inc"
Comment #9
panchoWeird... on my system it still applies cleanly, though with some fuzz now. Anyway, here's a new one.
Comment #10
panchoComment #11
moshe weitzman commentedi clicked all around with various permissioned users and created user via openid. this works as advertised.
Comment #12
panchoThanks a lot for testing! Now let's get this fixed...
Comment #13
gábor hojtsyCommitted.
Comment #14
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.