Needs review
Project:
Webform Revisions
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
23 Sep 2011 at 14:34 UTC
Updated:
4 Nov 2015 at 16:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedHere's my patch to 1.0 beta2. Please read it before applying. It's changing the revisions table, so you'll have to reinstall webform_revisions module.
Comment #2
richardp commentedThanks for your work on this!
As soon as I get some time, I will check this out, and try to incorporate it into the next release.
Richard
Comment #3
smurfix commentedAttached please find a patch for version 6, which has the same problem.
Comment #4
Always_learning commentedHello all,
I am very new to drupal - I'm using MAMP as my local server and drupal 6.x (with webform_revisions - 6.x-1.2. I haven't learnt enough of how to apply a .diff as a patch.
a) could someone kindly post a .patch file for D6.x?
b) could someone direct me to some documentation where I can learn how to work with a .diff file patch?
Thank you!
Comment #5
pinoloI have reviewed the 6.x patch and it looks quite good. One problem is that existing revisions get a 0 timestamp so they all show up as modified in 1970. I wonder what is the best solution: writing an update script for existing data or looking up data from webform_submissions when values are 0?
Comment #6
pinoloThe patch I'm uploading contains the previous "diff" by smurfix, modified and with several additions/integrations.
I hope someone can review this "cross-patch". Also, having run out of free time, looking for someone integrating the .install dile with an update script that updates the webform_revisions table structure.