Lacey Sanderson
|
6b500167c1
Node API: Made circular relationship error more informative including pointing out the purposeful loop-hole in case someone actually needs a circular relationship.
|
10 rokov pred |
Lacey Sanderson
|
060340d180
Chado Node API: Added messages to indicate when changes have been made reminding the user to save
|
10 rokov pred |
Lacey Sanderson
|
4ccb7210dd
Chado node api: changed description text to be more helpful
|
10 rokov pred |
Lacey Sanderson
|
ba36bef2b8
Chado Node API: Moved into vertical tabs and added summary text.
|
10 rokov pred |
Lacey Sanderson
|
98bc8c182a
Chado node api: switched properties over to using the property_id instead of rank as key and moving calculation of rank into the update function
|
10 rokov pred |
Lacey Sanderson
|
32955bfe89
BUG: Add property then could not remove relationship on the first click though second attempt worked; FIX: get rid of use of uniq. both in form builder and formstate array builder using the relationship_id in the form
|
10 rokov pred |
Lacey Sanderson
|
5204a98770
Restructured chado node api (properties, dbxrefs, relationships) to deal with a Drupal bug causing the triggering button to be incorectly determined. Essentially there is now a common ajax callback and common remove/add validate/submit functions that determine the button actually triggered using and then call the correct functions. This change is completely backwards compatible as no outward facing function names/parameters were changed.
|
10 rokov pred |
Lacey Sanderson
|
f4527d659e
Fixed weird bug on features where relationship form ajax was broken and relationships didn't save
|
10 rokov pred |
Lacey Sanderson
|
71698413f7
removed mentions of properties in the relationship api (copy/paste errors...)
|
10 rokov pred |
Lacey Sanderson
|
f0a35d3f48
Bug: Couldn't remove the last relationship; FIXED: relationship rank is based on uniqueid() thus formstate needs to be refreshed every time in order to ensure the button name matches the relationship rank
|
10 rokov pred |
Lacey Sanderson
|
60b223578b
Small bug fix to relationship api -validation
|
10 rokov pred |
Stephen Ficklin
|
9cc848902c
Fixed issues with views integration and fixed form hooks
|
10 rokov pred |
Lacey Sanderson
|
346189b453
Chado Node API: Bug Fixes 1) Subject & Object were reversed in display; 2) use a unique id instead of rank to ensure all relationships are displayed (rank doesn't work b/c Fred is_paternal_parent_of Max and Max is_paternal_parent_of Lui might have the same rank)
|
11 rokov pred |
Lacey Sanderson
|
0aa9fbf9f1
Updated Chado Node code to be aware of default vocabs and further developed the default vocab form so that they can be changed
|
11 rokov pred |
Stephen Ficklin
|
9a7dbcd45a
Fixed bugs in pub module with checking for duplicates. Also updated dbxref and relationships API to clear out new fields on AJAX callback
|
11 rokov pred |
Stephen Ficklin
|
9bd14e2dfa
Fixed some formatting issues with some templates. Fixed update_hook_N numbers. Fixed a problem with taxonomy terms being re-assigned to a field_data_taxonomyextra table during upgrade of D6 to D7
|
11 rokov pred |
Stephen Ficklin
|
c3d11a97cb
updated chado_add_node_form_properties() to include better error checking and to use new chado_id and chado_id_field options
|
11 rokov pred |
Stephen Ficklin
|
40a22f19d1
Added some error messages if the cv could not be found using the values in the array
|
11 rokov pred |
Lacey Sanderson
|
522e717fa6
API: Added tripal_set_message and used it in chado node properties/dbxrefs/relationships api
|
11 rokov pred |
Lacey Sanderson
|
73a68a84d5
Core: some documentation changes
|
11 rokov pred |
Lacey Sanderson
|
d32cab3f4d
Renamed the tripal api functions for improved readability and consistency. Created deprecated file to ensure backwards compatibility.
|
11 rokov pred |
Lacey Sanderson
|
a32036d157
chado node: fixed weights and removed rank from form theme
|
11 rokov pred |
Lacey Sanderson
|
9d74440468
Chado Nodes: set weight to 10 for prop/dbxref/rel fieldsets
|
11 rokov pred |
Lacey Sanderson
|
4595c402d4
Relationship API: added autocomplete
|
11 rokov pred |
Lacey Sanderson
|
150de3d940
Project: added relationship handling to the node form; Relationship API: added support for non-standard subject/object_id names
|
11 rokov pred |
Lacey Sanderson
|
3df4ac86f3
Contact: Added relationship form; Relationship API: fixed bug so works with non-ranked relationship tables
|
11 rokov pred |
Lacey Sanderson
|
9787eedc1f
Chado Node API: updated dbxref/relationship api to handle pre-retrieved records in the update functions and changed the update function params to match the details arry form used elsewhere
|
11 rokov pred |
Lacey Sanderson
|
18587bc669
Chado Node API: dbxref/relationship api now support custom select options and only show records where the type/db_id are in the select list
|
11 rokov pred |
Lacey Sanderson
|
a47213d9ff
Relationships: removed ddl (debuggin func. calls)
|
11 rokov pred |
Lacey Sanderson
|
ad6eee6b3d
Made function names consistent between properties/dbxref/relationship chado node apis
|
11 rokov pred |