This patch fix some issues.
+++ b/vud.installundefined @@ -6,6 +6,26 @@ +/** + * Implementation of hook_install(). + */ +function vud_install() { + drupal_install_schema('vud'); +} + +/** + * Implementation of hook_schema(). + */ +function vud_schema() { + return array(); +} +
useless
Powered by Dreditor.
@ atellier - can you please tell us what your patch fixes? & i think andypost was referring to a small portion of your patch rather than the whole thing.
I tried to apply this patch, but cannot, am I missing a piece of the puzzle?
git clone --branch anon http://git.drupal.org/sandbox/amitaibu/1115336.git vote_up_down_d7 cd vote_up_down_d7 wget http://drupal.org/files/issues/voteupdown20110519.patch git apply voteupdown20110519.patch voteupdown20110519.patch:89: trailing whitespace. voteupdown20110519.patch:99: trailing whitespace. voteupdown20110519.patch:101: trailing whitespace. voteupdown20110519.patch:248: trailing whitespace. 'entity_id'=>$entity_id, voteupdown20110519.patch:249: trailing whitespace. 'type'=>$type, error: patch failed: vud.module:4 error: vud.module: patch does not apply error: patch failed: vud.theme.inc:221 error: vud.theme.inc: patch does not apply
Oops this thread make no sense any more, this sandbox was integrated back into vote_up_down in June?
Comments
Comment #1
andypostuseless
Powered by Dreditor.
Comment #2
TimelessDomain commented@ atellier - can you please tell us what your patch fixes? & i think andypost was referring to a small portion of your patch rather than the whole thing.
Comment #3
boran commentedI tried to apply this patch, but cannot, am I missing a piece of the puzzle?
Comment #4
boran commentedOops this thread make no sense any more, this sandbox was integrated back into vote_up_down in June?