Stephen Ficklin
|
abadb9e1b7
Fixing bugs related to installation testing
|
9 gadi atpakaļ |
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 gadi atpakaļ |
Lacey Sanderson
|
f8259a17e5
Bug (Issue #2479599): Only legacy materialized views were detected as Mviews; Fix: Added a check when integrating chado tables to see if the chado table is actually a materialized view
|
9 gadi atpakaļ |
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 gadi atpakaļ |
Lacey Sanderson
|
cc3ce5973e
Small fix to tripal views chado integrations: ensured that field description is properly set even if not specified in the schema api
|
10 gadi atpakaļ |
Lacey Sanderson
|
4b2300b1bb
Small fix to tripal views integration
|
10 gadi atpakaļ |
Lacey Sanderson
|
9bcd54fcdf
Issue #2343599: Multiple relationships between same tables were only available in one direction, now available from both directions.
|
10 gadi atpakaļ |
Lacey Sanderson
|
ed694de0f4
Removing TRIPAL VIEWS Deprecated functions
|
10 gadi atpakaļ |
Lacey Sanderson
|
a1f414b6ad
Tripal Views: Polished the API doc including moving some functions into a new tripal_views_integration.inc include file.
|
11 gadi atpakaļ |
Lacey Sanderson
|
f22e0470d2
Views: Cleaned up doc
|
11 gadi atpakaļ |
Stephen Ficklin
|
c1b87f555b
Converted old API functions to new functions
|
11 gadi atpakaļ |
Stephen Ficklin
|
1774b7471b
Fixed missing commas issues
|
11 gadi atpakaļ |
Stephen Ficklin
|
6d5887d2d3
converted all watchdog calls to the new Tripal API function
|
11 gadi atpakaļ |
Lacey Sanderson
|
91b17fd90c
Tripal Views: Fixed integration form to correctly handle joins and the new type of relationships
|
11 gadi atpakaļ |
Lacey Sanderson
|
c77a87a4a9
Fixed Bugs in menu description & upgraded filter textarea
|
11 gadi atpakaļ |
Lacey Sanderson
|
e7ebff38b3
Tripal Views: API updates including delete all views integrations and rebuild integrations
|
11 gadi atpakaļ |
Lacey Sanderson
|
69228d9e78
Tripal Views: Fixed Select Cvterm filter handler, added some @todo's and fixed a couple bugs
|
11 gadi atpakaļ |
Lacey Sanderson
|
11c2a82cb7
Tripal Views: Fixed integration form Ajax and a few bugs that cropped up along the way
|
11 gadi atpakaļ |
Lacey Sanderson
|
e6289bd103
Tripal Views: Updates to integration edit form to make it work with Drupal 7. Ajax for the join fields still not working.
|
11 gadi atpakaļ |
Lacey Sanderson
|
f7dfb60954
Tripal Views: Updated to DBTNG Database API -Module now enables without error
|
11 gadi atpakaļ |
Lacey Sanderson
|
6a42758808
Tripal Views Upgrade: fixed all coder upgrade warnings. Still can't enable without whitescreen
|
11 gadi atpakaļ |
spficklin
|
a91efd349f
Altered directory structure of Tripal views module to match others. Fixed links on admin instruction page for Tripal Views
|
11 gadi atpakaļ |
spficklin
|
7fcdb3edf6
Fixed incompatibility with PHP 5.4
|
11 gadi atpakaļ |
Lacey Sanderson
|
a2b1e53694
Added a new 'Create New Integration' checkbox to the tripal views integration to allow users to create new integrations based off of default ones. Also set defaults so that a new integration is created when the original integration priority was 10 or 9 and added form validation to ensure that users don't save views with a priority of 10 or 9
|
12 gadi atpakaļ |
spficklin
|
0d2a8504ed
Resolved issue #1826292. Tripal Views is no longer dependent on AHAH helper module
|
12 gadi atpakaļ |
spficklin
|
2ba111dac2
Oops should have put the code to add the chado schema to the SQL in a differnet place in the chado_query function.
|
12 gadi atpakaļ |
spficklin
|
cd87d5a56a
Fixed Drupal formatting standards
|
12 gadi atpakaļ |
spficklin
|
3f6c4f5d1b
Added disabled checkbox to bulk loader; Separated unique checkbox to bulk loader; Fixed bug in integration of custom tables with views integration
|
12 gadi atpakaļ |
spficklin
|
841aaa543d
added the tripal_get_custom_schema to the tripal_core_get_chado_table_schema_function. This will allow the tripal_core_chado_insert (etc) functions to work with custom tables as well. Had to fix other places in the views integration where the tripal_get_custom_schema was being called.
|
12 gadi atpakaļ |
Lacey Sanderson
|
8de4c4e60e
fixed htmspecial_characters bug on tripal views integration:edit integration
|
12 gadi atpakaļ |