Closed (fixed)
Project:
Editview
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
2 Feb 2009 at 02:45 UTC
Updated:
6 Mar 2009 at 06:00 UTC
Jump to comment: Most recent, Most recent file
I am working on a 6.x version. It currently works but needs a bit more polish and support for Views 2 conversion.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | editview-367744-10_HEAD.patch | 77.87 KB | darren oh |
| #9 | editview.tar_.gz | 9.13 KB | darren oh |
| #6 | editview-367744-6_HEAD.patch | 77.67 KB | darren oh |
| #5 | editview-367744-5_D6.patch | 72.43 KB | darren oh |
| #4 | editview-D6.patch | 66.48 KB | darren oh |
Comments
Comment #1
Anonymous (not verified) commentedSounds good!
What do you mean by "Views 2 conversion" though? Just conversion of Views 1.x code to Views 2.x code, or something more?
How soon do you reckon you'll be ready to at least commit some code? I'd like to use this module :-)
Comment #2
darren ohViews 2 cannot use Views 1 views unless they are first converted. Module authors have to provide the code for the conversion.
Comment #3
antiorario commentedsubscribing
Comment #4
darren ohHere's an initial patch. It does not yet support hook_field_form_render() or upgrading views from Views 1 to Views 2.
Comment #5
darren ohJust needs to support upgrading to Views 2 now.
Comment #6
darren ohFinished. Upgrading old views will work as soon as Views 2 is fixed. See http://drupal.org/node/316556#comment-1242627 for patch.
Comment #7
agileware commentedThanks for the patch Darren - good job.
Assigning correct status, see http://drupal.org/node/156119. So lets get some community review and testing.
Comment #8
Anonymous (not verified) commentedI'm not really in a position to test this while it's a patch, could you please upload a tarball as well?
Comment #9
darren ohSure! Looking forward to a quick review.
Comment #10
darren ohStill no review? Attached patch adds uninstall support.
Comment #11
agileware commentedIt's taking a while due to other things I've got going on sorry.
I have reviewed the patch and it is good and I will create a 6 version from it.
There are just a few things I am adding before I put it up:
*Support for attachments
*Support for date fields
*Support for image attach fields
I have almost done this so it shouldn't be too long. Hopefully within the next day.
Thanks for the patch.
Comment #12
chaloalvarezj commentedHi!
I have downloaded the drupal 6 version of this module and tried with a content type containing:
1 node reference field
1 content taxonomy field
2 integer fields
1 text field
I have set up a view to bring data from this content type by passing the node reference as argument. The display option was set to editview table but nothing happens.... Well I get three (number of actual data) empty rows wit update and cancel buttons below... but data is not displayed.
Am I doing something wrong?
Comment #13
darren ohYou may have forgotten to define some of the fields your view needs. The 6.x version should really only be tested by those who had the 5.x version working before upgrading to Drupal 6.
We're just waiting for Agileware to add support for some special fields, so no more testing is necessary.
Comment #14
agileware commentedWhen I tried the patch it didn't work for any cck fields. You would get the heading but no data on any rows. That is probably what chaloalvarezj is experiencing.
I have since fixed this as well as added support for image attach and file attachments.
I have one remaining bug with date cck fields that I have yet to be able to resolve but as soon as that is worked out I will put up at least a dev version.
Comment #15
chaloalvarezj commentedHi Agilware,
That is exactly my problem: all the fields where cck fields.
I am looking forward to the dev version!
Cheers
Comment #16
nterbogt commentedThe 6.x-dev version is released! Go check it out and let us know of any problems you encounter.
There is one known issue with date fields but this seems to be an implementation of date widgets that is causing the problem. I'll bring this up with the date maintainer.
Comment #17
chaloalvarezj commentedHi! I have just downloaded the DEV version.. It's great!!! All my CCK fields are showing perfectly! The developer(s) did a great Job!!
I have however one problem: My content type is using the automatic node title module, so I cannot create a new node (row) without providing a node title value on editview.
How can i give a dummy title to the new node title field? so that no filling up is necessary.
Thank you!
Comment #18
agileware commentedHi chaloalvarezj,
The best way to track this issue would be to create a new issue against the 6.x-1.x-dev version with an appropriate title.
This will also make it easier for people to find if they have the same issue.
I am closing this issue as the port to 6.x version is done.
Thanks,