Will there be a port to drupal 7 anytime soon?
Such a great module - especially with email on the way :)
| Comment | File | Size | Author |
|---|---|---|---|
| #16 | wizonesolutions_841502_fix_webform_token_replace.patch | 594 bytes | wizonesolutions |
| #14 | wizonesolutions_841502_finish_drupal_7_port.patch | 31.73 KB | wizonesolutions |
Comments
Comment #1
lefnire commentedThere will be a d7 version for sure. Aint no #D7CX, but it should happen fairly soon after 7 releases
Comment #2
lefnire commentedI'm gonna hit this after I pan out all the other big issues
Comment #3
bjalford commentedany updates on this?
Comment #4
wizonesolutionsCan't make any big promises yet, but some time after Drupal 7 releases should be feasible...and it's releasing soon. I'm going to a couple Drupal meetups, and we'll obviously be talking about Drupal 7. I will see if I can somehow work the 7.x port of this module into that, or at least get it started.
Of course, anyone is welcome to post one, even if you just blindly run it through Coder Upgrade. This might be enough for someone else (or me) to go in, fix it up, and bam, Drupal 7.
Just be sure to update the issue queue if you are doing that as not to double up on work.
Thanks for checking in.
Comment #5
manimejia commentedI'd like to help with this.
I am building an application in D7, for a human services agency that has specific document formats for government reporting.
We need this functionality by next month to start building out our forms.
I'd like to stay with a Drupal based solution...
I'm an experienced Drupal developer, and have been programming exclusively in D7 for 9 months.
I have only just downloaded this module, but am ready to step with two feet and help.
First thing first, I will explore the module and look into the Coder Upgrade solution mentioned above...
Anything else?
Thanks,
M.M.
Comment #6
wizonesolutionsHey manimejia,
I actually already ran it through Coder Upgrade. I will try to put on the final polish today (it's nearly there) and release a 7.x dev version. I would love to have your help testing it when I do so we can get an official release out ASAP. How does that sound?
Just don't want you to repeat work I've already done...
Comment #7
wizonesolutionsOK, I just published a development version for 7.x...we'll have to wait a little while till it updates. Once it does, the main things to do are:
1. Actually test it. I just worked on the code but didn't try turning it on as I didn't have time.
2. Write an update hook from 6.x to 7.x. I stubbed one out.
3. Ensure all three PDF publishing methods work. They should, since they aren't dependent on Drupal version, but I'm not sure if there have been XML-RPC changes that might break some of the code.
Please submit proper patches for any changes you make. http://drupal.org/patch/create
Comment #8
manimejia commentedThanks W!
Thanks for getting an initial release out!
I just returned to this issue after a few days on other parts of my application. As mentioned, we want this feature next month, and I am willing to help get it ready. I will be working between this issue and the zillions of others on my plate in the next few weeks, so I apologize right now if sometimes I am AOL for a few days.
Anyhoo,
I will download your D7 dev and test it this week.
M.M.
Comment #9
wizonesolutionsSounds good. I actually realized that no upgrade-specific update hook is needed because I didn't need to change the database format. So really just making sure it actually works and that the PDF publishing methods work. If it functions then I can make an official release.
Take your time. Your help is highly appreciated!
Comment #10
wizonesolutionsNote that I've been working on this and will be posting a big patch here with the rest of it. I realized that making individual issues for each code upgrade issue would take way too long and discourage me from actually committing the code, and it wouldn't contribute much to the average person searching the issue queue either.
The tokens/fields in core issue is still valid on its own, so I'm leaving that one open.
Comment #11
markabur commentedLooking forward to seeing the new 7.x version, I have a new project starting up that will need fillpdf, and it might be nice to build it in d7.
Comment #12
usctrojan77 commentedI have to insert JavaScript into the PDF as per requirement of my project. For that I will need the FillpdfService.java source file so that I can add some iText code for that. Can someone having access to that source code please post the file?
It will be of great assistance in my project.
Thank you
Comment #13
markabur commentedChanging issue title back as there is now a separate issue for that last request. #1068546: FillPDFService java source code
Comment #14
wizonesolutionsDrum roll please.
Thanks for your patience everyone. I've finally completed a working version of Fill PDF 7.x. As far as I can see, it works just as well as 6.x. I'm going to go ahead and create a 1.0-beta official release so that this can get some user testing. As far as I can see, it works. Webform tokens haven't been migrated to Drupal 7 yet - if someone wants to do that, please do so! Otherwise, I will once I have had time to look over the code and see how it works.
The relatively big patch that made all this possible is attached. I'm pushing ASAP, so check the dev release in 12 or fewer hours. And keep an eye out for the official release.
Comment #15
wizonesolutionsPushed and release made. Log individual issues separately now.
Comment #16
wizonesolutionsMissed a call to token_replace(), patch attached. Ironic because Webform filling doesn't work too well right now, but might as well fix this now.
You guys want to fill PDFs with data from Webforms soon? Speak up :)
Comment #17
wizonesolutions