spficklin 443409291f Added a hook_views_alter hook to add the reciprical joins and joined on chado linker tables (e.g. chado_feature, chado_organism) and the node table 13 anos atrás
..
includes 985eb93f0a remved pms, hook views data: grouping of fields, new form validation for name as one word 13 anos atrás
patches ecb20cefbf adding ahah_helper patch for submit issue, and notes in readme on how to apply it 13 anos atrás
README.patches.txt eec265e943 submit functionality to save the input data and new handler fields 13 anos atrás
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 anos atrás
tripal_views_integration.install eec265e943 submit functionality to save the input data and new handler fields 13 anos atrás
tripal_views_integration.module 86e9bfad57 Fixed formatting issues 13 anos atrás
tripal_views_integration.views.inc 443409291f Added a hook_views_alter hook to add the reciprical joins and joined on chado linker tables (e.g. chado_feature, chado_organism) and the node table 13 anos atrás
tripal_views_integration_fields_form.tpl.php 86e9bfad57 Fixed formatting issues 13 anos atrás

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.
-----------------------------------------------------