Shawna Spoor
|
9096723c9a
found deprecated terms that needed to be swapped out
|
6 years ago |
dsenalik
|
76f04f941d
Fix minor typos 2
|
6 years ago |
Stephen Ficklin
|
4552adc770
Merge pull request #225 from abretaud/typos
|
7 years ago |
Stephen Ficklin
|
3110cbcecc
Added links to auto_attach fields in WS
|
7 years ago |
Anthony Bretaudeau
|
3e9d9d5d2b
fix minor typos
|
7 years ago |
Stephen Ficklin
|
35cca6ed93
Begin of functions for support APIs for programmatically creating entities
|
7 years ago |
Stephen Ficklin
|
ccde805a45
Added necessary code to support the biomaterial table
|
7 years ago |
Stephen Ficklin
|
48c4370467
Fixed a bug where validation is required setting default values when editing a field settings
|
7 years ago |
Stephen Ficklin
|
b4d5fa6ba0
Fixing bugs in contact linker field
|
7 years ago |
Stephen Ficklin
|
9749e320fd
Fixed bug in TripalField validate. Added the annotation field
|
7 years ago |
Stephen Ficklin
|
a13d1cc57c
Fixed a bug in migrate code
|
7 years ago |
Stephen Ficklin
|
8a9dca5510
Sorting in Views of TripalFields now working
|
7 years ago |
Stephen Ficklin
|
28757e8cc2
Fixed bug with views filters
|
7 years ago |
Stephen Ficklin
|
0db17d9419
Unified the way DrupalViews and WebServices handles TripalField sub elements
|
7 years ago |
Stephen Ficklin
|
ae29c0c9e5
Added support of sub elements of TripalFields for Drpual Views
|
7 years ago |
Stephen Ficklin
|
18ed477f65
Views with filters is now functional. Display of field values uses the field formatter
|
7 years ago |
Stephen Ficklin
|
88eb993eba
Fixed bug in chado_generate_var for adding the entity_id and also linking to the organism in the organism field
|
7 years ago |
Stephen Ficklin
|
76f55da266
Removed from TripalField::load() function
|
7 years ago |
Stephen Ficklin
|
455a1942b5
Working on new chado_bio_data_xxx tables
|
7 years ago |
Stephen Ficklin
|
a4e7b2e76e
Added query() function to many of the ChadoFields
|
7 years ago |
Chun-Huai Cheng
|
742e3d72ac
Fixed bugs found when saving an organism or a feature
|
8 years ago |
Stephen Ficklin
|
00618a17dd
Fixed bug in paging of a collection in web services. Added order capability to filtering in WS
|
8 years ago |
Stephen Ficklin
|
3dcab18d45
Added a new chado_db_select that mirrors Drupal's db_select but is Chado aware. Added a new query() function to the ChadoField class to allow for Chado fields to support querying of their own data
|
8 years ago |
Stephen Ficklin
|
f66a8a4fb4
Added new field for the featuremap.unittype_id column
|
8 years ago |
Stephen Ficklin
|
7ab777451c
Working through bugs with fields and web services
|
8 years ago |
Stephen Ficklin
|
6a3ede2502
Added fix to not let admin change term mapping if 'term_fixed' param is set
|
8 years ago |
Stephen Ficklin
|
23e01ef2f4
Moved Chado settings from field to instance
|
8 years ago |
Stephen Ficklin
|
a71c957ea6
Removed property of TripalField as it's not used until field_create_field function. It's been put in the array. Also properties types are automatically added for all types in the database
|
8 years ago |
Stephen Ficklin
|
97be1bbb0b
Adjusted the fields so that the term they are associated with is now in the instance settings. This will allow site admins to change the term, but also allow for flexibility when adding new cvterm and prop fields to an entity
|
8 years ago |
Stephen Ficklin
|
a5d900ffd4
Moved field classes into their own directories
|
8 years ago |