This patch fix some issues.

CommentFileSizeAuthor
voteupdown20110519.patch16.6 KBatellier

Comments

andypost’s picture

Status: Patch (to be ported) » Needs work
+++ 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.

TimelessDomain’s picture

@ 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.

boran’s picture

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
boran’s picture

Oops this thread make no sense any more, this sandbox was integrated back into vote_up_down in June?