Closed (fixed)
Project:
Storm
Version:
6.x-2.x-dev
Component:
Storm Attribute
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
8 Jan 2012 at 18:12 UTC
Updated:
6 Mar 2012 at 21:30 UTC
Jump to comment: Most recent file
As discussed in #1392484: Separate Storm Knowledgebase into separate project.
| Comment | File | Size | Author |
|---|---|---|---|
| #25 | storm_att-1397960.patch | 673 bytes | kfritsche |
| #22 | storm--attr-fixes.patch | 827 bytes | juliangb |
| #20 | storm--sa-missed-funcs.patch | 2 KB | john franklin |
| #18 | storm--kill-sa-v11.patch | 104.56 KB | juliangb |
| #17 | storm--kill-sa-v10.patch | 104.57 KB | juliangb |
Comments
Comment #1
juliangb commentedI'm currently working on this, and it will be the next patch I post.
Comment #2
juliangb commentedThis probably needs more work. Posting for testing.
Comment #4
juliangb commentedThis won't solve everything - but the tests shouldn't being trying to enable the now non-existent stormattribute module...
Comment #6
juliangb commentedComment #8
juliangb commentedComment #10
juliangb commentedComment #12
juliangb commentedComment #14
juliangb commentedComment #16
juliangb commentedComment #17
juliangb commentedThis corrects whitespace errors.
Also, note that this patch needs to be applied to a copy of Storm from git, rather than from the downloads - otherwise the patch will not apply.
Comment #18
juliangb commentedThis kills all remaining whitespace errors (most of which were in the code to begin with).
Comment #19
juliangb commentedCommitted.
Storm attributes are now just a function of the basic Storm module.
Comment #20
john franklin commentedSome function calls seem to have been missed.
The
stormattribute_valuefunction is used in three places. It was renamedstorm_attribute_value().Attached patch fixes last few spots.
Comment #21
juliangb commentedGood spot - thanks!
Committed.
Comment #22
juliangb commentedThis should fix a white screen error on viewing the attributes list.
Comment #23
juliangb commentedCommitted.
Comment #25
kfritscheFound another one in stormattribute_handler_filter_attributes_domain.
Patch attached. Will commit this, if testbot agrees.
Comment #26
kfritschecommited.
Comment #27
juliangb commentedCommitted to the D7 branch also.