spficklin
|
a332e2c24c
Debugging with CH
|
před 12 roky |
spficklin
|
e6a6f7b11a
Debugging with CH
|
před 12 roky |
spficklin
|
c517652e1f
Fixed bug #4 on issue 1764344
|
před 12 roky |
spficklin
|
112d5d3a8d
Changed how optinal select works when too many matches are found
|
před 12 roky |
spficklin
|
08e35242d7
Moved some code around in bulk loader to fix a bug
|
před 12 roky |
spficklin
|
9e02403c3f
OOps forgot to comment out the update if duplicate form element on the record form
|
před 12 roky |
spficklin
|
c3719190b6
Added a not fail option when a record is of type 'select' in the bulk loader. Altered the bulk loader to substitute primary key values into data table values so that there are less FK recursive calls. Added a new option to the tripal_core_chado_select to let someone just check if the record exists only using the unique constraint values.
|
před 12 roky |
spficklin
|
9403a5867d
Removed old menu option from library configuration page
|
před 12 roky |
spficklin
|
ac5ec3b4b7
Fixed bug I caused in bulk loader for optinal inserts/selects
|
před 12 roky |
spficklin
|
86f8913d1b
Made 'optional' separate for both selects and inserts. Should be backwards compatible
|
před 12 roky |
spficklin
|
79b2d186ac
Merge branch '6.x-1.x' of git.drupal.org:sandbox/spficklin/1337878 into 6.x-1.x
|
před 12 roky |
spficklin
|
3f6c4f5d1b
Added disabled checkbox to bulk loader; Separated unique checkbox to bulk loader; Fixed bug in integration of custom tables with views integration
|
před 12 roky |
Lacey Sanderson
|
209c05aa28
Changed Add/Edit Field to Save Changes and added unique check to record name
|
před 12 roky |
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.
|
před 12 roky |
spficklin
|
5f03470b15
Merge branch '6.x-1.x' of git.drupal.org:sandbox/spficklin/1337878 into 6.x-1.x
|
před 12 roky |
spficklin
|
b20240b47e
added custom_tables.php
|
před 12 roky |
Lacey Sanderson
|
210054cd3a
Fixed possible collision b/w loading job prepared insert statement names (now record_[nid]_[priority])
|
před 12 roky |
spficklin
|
ecd03c3e16
Added an interface for creating custom tables to the Tripa UI
|
před 12 roky |
spficklin
|
58f3b5a5ff
removed very old .inc files
|
před 12 roky |
spficklin
|
2840b98e85
All node types (except stock) have a function to cleanup orphaned nodes but it wasn't complete for some. A new core API function was created that all modules with node types can use to clean up orphaned nodes. Also, the drush trpjob-run command was fixed so that a username must be provided to run the job
|
před 12 roky |
spficklin
|
ac7081027a
Removed the feature browser from the library and anslysis pages.
|
před 12 roky |
spficklin
|
ef9e217d60
Fixed a bug in FK statement name construction in tripal_core_chado_[select/insert/update/delete]
|
před 12 roky |
Lacey Sanderson
|
1a68c8417b
Fixed bug where number of records was the same as number of lines loaded for the bulk loader -now it's actually the number of records
|
před 12 roky |
Lacey Sanderson
|
3f0763b237
Made foreign key statement names include number of args to make unique for bulk loader
|
před 12 roky |
Lacey Sanderson
|
fb2790a90e
Added tripal_core_chado_prepare and tripal_core_chado_execute_prepared. Also added checking to ensure all arguments for a prepared statement are present before executing and added arguement comparison before saying a statement is already prepared
|
před 12 roky |
spficklin
|
67bca35cf9
Fixed incorrectly named function, added ability to get sequence by analysi_id in sequence retrieval drush command
|
před 12 roky |
spficklin
|
3a75d7689b
Added a new analyses resource item for features. It lists the analysis a feature is a part of
|
před 12 roky |
spficklin
|
b981c0e410
Fixed another bug in FASTA loader when matching an update by the name
|
před 12 roky |
spficklin
|
44a3bca2a9
Small mispelling bug
|
před 12 roky |
spficklin
|
364ea3cde4
Removed requirements check for tripal_views. It neesd to be added back in but it broke the install and I don't have time to correct itnow
|
před 12 roky |