CVS edit link for dagmar

I have been working with Drupal last two years. Last two months I have been working in a new module to allow use Views a plataform to submit complex data values into the database.

Module Description:

Let say you need to save a a few Nids for a nodes with a quantity number. The only way to do this is using the multigroup module into CCK 3 (wich is only limited to cck fields), or writing your own form.

Another use of this module can be define relathionships between many to many tables. Using a view users can select wich record will be related to another one.

With this module is possible attach form field into a view, also you can take this values from another column to use as default value from a form field. I.e a select box, or a text field.

When the node form with the emebebed view is submited, fields are attached to the $form array to make use of Drupal Form API.

At this moment the code is not tottally finished, sorry I know that we should provide complete code, however this module is a bit complex and can be enhaced if I get some feedback from community.

For this reason I have contacted to dereine that accepted to be the comantainer of this module. Both, we are working very hard in the next version of views 3, and this module can be an important tool to help save and retrive data from tables created by TW and Data module using views.

Best Regards.
Mariano

CommentFileSizeAuthor
#1 views_ff.tar_.gz7.25 KBdagmar

Comments

dagmar’s picture

Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new7.25 KB
dawehner’s picture

Status: Needs review » Reviewed & tested by the community
// $Id$

should be

; $Id$;
      'description' => t('Embebed view form: !view - !display', array('!view' => $item['name'], '!display' => $item['display'])),

Why not use @ replacement, name and display aren't links or?

But this aren't really bugs, the module works fine.

avpaderno’s picture

Status: Reviewed & tested by the community » Fixed

If dereine is going to be co-maintainer of the module, you will have a valid support.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

avpaderno’s picture

Component: Miscellaneous » new project application
Assigned: Unassigned » avpaderno
Issue summary: View changes
Status: Closed (fixed) » Fixed

I am giving credits to the users who reviewed these applications. I apologize for bumping this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.