Lacey Sanderson
|
6d442c956d
Small Bug Fix:Views Integration actually thought all custom tables were mviews (Fixed); Feature Request: All mviews are now integrated as base tables by default
|
9 years ago |
Stephen Ficklin
|
4569c6abc6
Fixed a bug where the views_handler_filter_float was used but this handler is no longer available in D7 views. Also added a new API function of MViews and made a few minor commenting fixes
|
10 years ago |
Lacey Sanderson
|
9bcd54fcdf
Issue #2343599: Multiple relationships between same tables were only available in one direction, now available from both directions.
|
10 years ago |
Lacey Sanderson
|
230e45fb02
Small fixes to the Tripal Views API
|
10 years ago |
Lacey Sanderson
|
f0f81c3f63
Views Integration UI: added ability to add joins to an integration through the UI
|
11 years ago |
Lacey Sanderson
|
f7ae717365
Views: Added add-join function to api
|
11 years ago |
Lacey Sanderson
|
b608951198
API: Updated tripal views api to use new naming rules
|
11 years ago |
Lacey Sanderson
|
ca9deb5988
Views :Added update integration function
|
11 years ago |
Lacey Sanderson
|
a3faf9f7ef
Views: Created a function to handle making default views compatible with external chado instances by removing non-chado tables from the definition and implemented it for all chado default views.
|
11 years ago |
Lacey Sanderson
|
84c5a93dab
Views: Small tweak to api doc
|
11 years ago |
Lacey Sanderson
|
a1f414b6ad
Tripal Views: Polished the API doc including moving some functions into a new tripal_views_integration.inc include file.
|
11 years ago |
Lacey Sanderson
|
f22e0470d2
Views: Cleaned up doc
|
11 years ago |
Stephen Ficklin
|
c1b87f555b
Converted old API functions to new functions
|
11 years ago |
Stephen Ficklin
|
6d5887d2d3
converted all watchdog calls to the new Tripal API function
|
11 years ago |
Lacey Sanderson
|
3d39ea2833
Documention: Small tweaks to the documentation to get the defn groups to display properly in the api site
|
11 years ago |
Lacey Sanderson
|
69fcbdb92f
Views: Added API for programatically enabling/disabling views
|
11 years ago |
Lacey Sanderson
|
6b3cf60a8f
Small Bug Fixes: undefined index views integration description and undefined constant BLOCK_NO_CACHE errors
|
11 years ago |
Lacey Sanderson
|
98dd3b7cef
Tripal Views: removed warning for no fk since that is usually on purpose
|
11 years ago |
Lacey Sanderson
|
e7ebff38b3
Tripal Views: API updates including delete all views integrations and rebuild integrations
|
11 years ago |
Lacey Sanderson
|
69228d9e78
Tripal Views: Fixed Select Cvterm filter handler, added some @todo's and fixed a couple bugs
|
11 years ago |
Lacey Sanderson
|
f74ce062df
Tripal Views: fixed relationships and joins
|
11 years ago |
Lacey Sanderson
|
2e5f10b31b
Tripal Views: basic views integration using default views handlers is working. Still needs deep testing.
|
11 years ago |
Lacey Sanderson
|
f7dfb60954
Tripal Views: Updated to DBTNG Database API -Module now enables without error
|
11 years ago |
spficklin
|
8a898014b8
Renamed branch from 7.x-1.x to 7.x-2.x. Also merged bug fixes from 6.x-1.x
|
11 years ago |
spficklin
|
fdd548a327
Removed old hook_views_data and hook_views_alter from all modules as the views integration now handles integrating all of the tables. Those were older functions used before views integration was completed. Also, fixed the joins of linker tables with nodes to be recipricol with base tables. If you used node as the base table you couldn't join on the corresponding chado table. That's fixed
|
11 years ago |
spficklin
|
2756a7cce1
Added brackets around all table names in SQL statements throughout all of Tripal
|
12 years ago |
Lacey Sanderson
|
fca91cc322
Added more doxygen commenting -there wasn't any groups for the bulk loader or tripal views
|
12 years ago |
Lacey Sanderson
|
9c1598d2f6
Added some more API functions for tripal views
|
12 years ago |
Lacey Sanderson
|
a726356264
Added a tripal views api function to add fields to a given integration -good for calculated fields added by other modules
|
12 years ago |
Lacey Sanderson
|
4a75742316
Small bug fix to featuremap module (tried to integrate map table when it should've been featuremap). Also added checks to the Tripal Views API so an empty integration doesn't get added.
|
12 years ago |