Lacey Sanderson
|
67441a5699
feature Admin Summary: adjusted bar width & canvas size to ensure your chart grows with the number of bars/types
|
9 years ago |
Lacey Sanderson
|
8eaaa663f1
Feature Admin Summary: Now shows up in Firefox; rotated x-axis labels to reduce chance of overlap
|
9 years ago |
Lacey Sanderson
|
d0c91e8bf9
Feature Admin Summary: Fixed the scaling issue by moving calculation for bar height into php set-up.
|
9 years ago |
Lacey Sanderson
|
2ba19a386f
Feature Admin Summary: Moved the materialized view update/details into a figure description so it would not interfere with the chart and blend in with the theme.
|
9 years ago |
Stephen Ficklin
|
441eed840e
Fixed memory leaks
|
9 years ago |
Stephen Ficklin
|
f1aa5b6441
Fixed bug in new contact autocomplete
|
9 years ago |
Stephen Ficklin
|
3b8fa96d92
Fixed bug in new contact autocomplete
|
9 years ago |
Stephen Ficklin
|
072e1f27ed
Merge branch '7.x-2.x' of git.drupal.org:project/tripal into 7.x-2.x
|
9 years ago |
Stephen Ficklin
|
1eae519a9e
Added contact autocomplete API function
|
9 years ago |
Lacey Sanderson
|
5b4b33c34f
Streamlined the code for the feature admin summart chart and added extensive commenting to make it easier to create similar charts for other admin pages in the future.
|
9 years ago |
Lacey Sanderson
|
b950759387
Feature chart added link to update mview
|
9 years ago |
Lacey Sanderson
|
e32ba9ae0e
D3: Added check for libraries api installed before using -thus it's not a requirement for tripal
|
9 years ago |
Lacey Sanderson
|
aa3dadd6b1
Added support for d3.js in Tripal core and added a last updated note to feature view
|
9 years ago |
Lacey Sanderson
|
39e4117d41
Merge branch '7.x-2.x-d3-admin-summary' into 7.x-2.x
|
9 years ago |
Lacey Sanderson
|
301eed7778
Issue #2463211: Removed complex sorting and replaced with single indexed field sorting (show most recent)
|
9 years ago |
Lacey Sanderson
|
20cdf7c04c
Issue #2496565: Added placeholders to the get_select_option_where() method for security and correct quoting (original bug) and ensured that all pertinet where clauses were being added
|
9 years ago |
Lacey Sanderson
|
8a24aaeda2
Views Select ID filter: Updated to use Loose index scan SQL
|
9 years ago |
Lacey Sanderson
|
0096a1fb26
Views Select cvterm filter: added back in the where clauses
|
9 years ago |
Stephen Ficklin
|
b6a0a8061a
Removed creation of module directory during module install
|
9 years ago |
Stephen Ficklin
|
4c3219b361
Fixed issue #2213335
|
9 years ago |
Stephen Ficklin
|
7f4a2357cc
Merge branch '7.x-2.x' of git.drupal.org:project/tripal into 7.x-2.x
|
9 years ago |
Stephen Ficklin
|
5898e9d340
Fixed bug in pub import
|
9 years ago |
Lacey Sanderson
|
b443b546e6
Merge branch '7.x-2.x' of git.drupal.org:project/tripal into 7.x-2.x
|
9 years ago |
Nathan Weeks
|
2c224cc6da
Issue #2463211: Updated the cvterm views handler to use loose index scan to generate the drop-down list
|
9 years ago |
Stephen Ficklin
|
a1e80c5fef
Fixed issue #2347931
|
9 years ago |
Stephen Ficklin
|
4c8d61eebd
Merge branch '7.x-2.x' of git.drupal.org:project/tripal into 7.x-2.x
|
9 years ago |
Stephen Ficklin
|
a70f34bb3e
Fixed bug in new bulk loader export/import code
|
9 years ago |
Lacey Sanderson
|
0d02183154
Merge branch '7.x-2.x' of git.drupal.org:project/tripal into 7.x-2.x
|
9 years ago |
Lacey Sanderson
|
baac0be178
Issue #2463211: Set all administrative views to require input. This ensures that the page won't WSOD if there are too many records in the particular table. NOTE: this was a problem due to speed bottlenecks such as the drop-down filters and sorting of the results.
|
9 years ago |
Stephen Ficklin
|
80b9efb84e
Added API functions for inserting Bulk loaders. Also fixed bulk loader so it imports and exports JSON format strings. It also is backwards compatible (needs to be removed eventually) for loading serialized PHP and stringified PHP arrays. The Tripal Extensions Import admin page only supports import of JSON strings for security purposes
|
9 years ago |