Closed (fixed)
Project:
Patch manager
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2011 at 01:19 UTC
Updated:
29 Oct 2011 at 11:10 UTC
The Filefield Sources module allows the Filefield element to get files via ftp and other ways. When the Filefield is declared by a module, you have to implement these hooks.
Comments
Comment #1
aidanlis commentedI read the whole issue but I didn't find anything which discussed or documented the new hooks ... if you can point me at some relevant documentation that'd be handy.
Comment #2
DrewMathers commentedThe reason for this feature request is that Filefield Sources would allow Patch Manager to use patches pulled directly from URLs in the issue queues. The issue mentioned in the initial post only contains a mention of one of the hooks, but if you look in filefield_sources/sources/*.inc you will see several usage examples.
Comment #3
aidanlis commentedI don't have time to hunt through and work out what needs to be done, so unless someone would like to provide a patch I'm going to mark this as postponed.
Comment #4
DrewMathers commentedI really should have opened this issue describing the desired result rather than a particular method.
Comment #5
aidanlis commentedAhh yes ... this is the feature I want most.
Comment #6
DrewMathers commentedFilefield Sources #1089986: Hooks documentation
Comment #7
DrewMathers commentedHere is a test case you will sometimes see, multiple patches attached to one comment #1095782-5: Add a sum up column to report
Comment #8
aidanlis commentedOh that's interesting, thanks.
Comment #9
paulgemini commentedsubbing
Comment #10
aidanlis commentedI've just tested this with the latest filefield sources and it seems to work without the hooks, hooray.