alexgl 4b224b800d fix in TVI.admin.inc, new code for hook_views_data: no joins yet, but has example code (which might work), already allows to get into the "add" menu and the view "configuration/setup" page shows all fields listed 13 년 전
..
includes b962c1fd53 fix in TVI.admin.inc, new code for hook_views_data: no joins yet, but has example code (which might work), already allows to get into the "add" menu and the view "configuration/setup" page shows all fields listed 13 년 전
patches ecb20cefbf adding ahah_helper patch for submit issue, and notes in readme on how to apply it 13 년 전
README.patches.txt eec265e943 submit functionality to save the input data and new handler fields 13 년 전
tripal_views_integration.info d79daee020 Renamed module from tripal_views_setup to tripal_views_integration. Completed coding for integration of the ahah_helper module. Added permissions. Unified the menu items to match that with the rest of Tripal. Add usage documentation to the main administrative link 13 년 전
tripal_views_integration.install eec265e943 submit functionality to save the input data and new handler fields 13 년 전
tripal_views_integration.module 86e9bfad57 Fixed formatting issues 13 년 전
tripal_views_integration.views.inc 4b224b800d fix in TVI.admin.inc, new code for hook_views_data: no joins yet, but has example code (which might work), already allows to get into the "add" menu and the view "configuration/setup" page shows all fields listed 13 년 전
tripal_views_integration_fields_form.tpl.php 86e9bfad57 Fixed formatting issues 13 년 전

README.patches.txt

This README lists all patches that were used in developement of tripal_views_integration.

------------------------------------------------------
These are the patches needed to ahah_helper module:
Submit issue reported and solved here:
http://drupal.org/node/1231140
The original patch location:
http://drupal.org/files/issues/1231140.ahah_helper.form-submit-handler.patch
The patch file alexgl used:
patches/1231140.ahah_helper.form-submit-handler.patch
Usage:
1. Find the global or local path to this module and substitue in the command below for*path_to_tripal_views_integration*
2. Navigate to the folder of contrib module ahah_helper and run:
ahah_helper$ patch -p1 < *path_to_tripal_views_integration*/patches/1231140.ahah_helper.form-submit-handler.patch

(alternatively you can just copy the patch file to the ahah_helper folder and run the command without *path_to_tripal_views_integration*)
NOTE: we have to use patch -p1 command, since this is a git patch, and the ahah_helper folder most likely will not be
git inintialized. -p0 will not work. If folder is not git initialized then 'git apply -v *patchname*' will do nothing.
-----------------------------------------------------