spficklin
|
ccdc2fefc3
Merge branch '6.x-1.x' into 7.x-2.x
|
hace 11 años |
spficklin
|
34bfc95115
Nightly checking
|
hace 11 años |
spficklin
|
7dd85b3ed0
Fixed bug in core for 7.x
|
hace 11 años |
spficklin
|
2fa23ec5b4
bug fixes for strict PHP
|
hace 11 años |
spficklin
|
9c92baa0c2
bug fixes for strict PHP
|
hace 11 años |
Lacey Sanderson
|
f438e83702
Fixed some chado_query calls in tripal_core that still passed strings
|
hace 11 años |
Lacey Sanderson
|
4ae89fbd2b
Fixed some chado_query calls that still passed strings rather then an array of arguments. Also added a watchdog call to chado_query to warn when this happens.
|
hace 11 años |
spficklin
|
d922b7a57b
Fixed minor coding review problems
|
hace 11 años |
spficklin
|
69e0f8271f
Merge branch '6.x-1.x' into 7.x-2.x
|
hace 11 años |
spficklin
|
c6f25ccafb
Fixed type in string concat
|
hace 11 años |
spficklin
|
8a898014b8
Renamed branch from 7.x-1.x to 7.x-2.x. Also merged bug fixes from 6.x-1.x
|
hace 12 años |
spficklin
|
39e90c2263
Fixed bug resulting from accidental typo in the organism node_info hook that was introduced in the last push
|
hace 12 años |
spficklin
|
9d7bf94295
Changed chado_get_id_for_node API call to accept nid as second parameter and fixed all calls in all modules. Organism module can now sync, edit, upload image for an organism
|
hace 12 años |
spficklin
|
b3b5061ff7
admin functions of Tripal cv module are working with drupal 7.
|
hace 12 años |
spficklin
|
a221e0f38b
Loading of Ontologies is converted to 7.x
|
hace 12 años |
spficklin
|
928764a544
updated core update,select,insert and delete to use Drupal style placeholders. had to remove code for prepared statements. the db module now supports adding/editing and deleting of databases
|
hace 12 años |
spficklin
|
aee4f0f3df
Continued work on migrating to Drupal 7 started on db module but still have some of the core API to do, but need other modules for testing
|
hace 12 años |
spficklin
|
9530be9e77
Chado installer is fully functional in Drupla 7
|
hace 12 años |
spficklin
|
55d6ec58ba
Start converting tripal_core from 6.x to 7.x
|
hace 12 años |
spficklin
|
fdd548a327
Removed old hook_views_data and hook_views_alter from all modules as the views integration now handles integrating all of the tables. Those were older functions used before views integration was completed. Also, fixed the joins of linker tables with nodes to be recipricol with base tables. If you used node as the base table you couldn't join on the corresponding chado table. That's fixed
|
hace 12 años |
spficklin
|
d401d30a64
Fixed CURRVAL to have brackets around sequence name. There were incorrectly around just the table name
|
hace 12 años |
spficklin
|
41b5014686
Fixed bug when inserting and retrieving the CURRVAL of the just entered record
|
hace 12 años |
spficklin
|
a7e0a0dc26
Set a default URL path for all publications to be the Chado pub ID
|
hace 12 años |
spficklin
|
1e401d0bc1
Fixed bug in core module when using the chado_query_range function variables were being substituted twice
|
hace 12 años |
spficklin
|
7104bb55da
Added publication search tool (non Drupal Views)
|
hace 12 años |
spficklin
|
33f7af8e70
Fixed bug in tripal_core_chado_execute_prepared when checking if a field is 'text'. Rather than cause an error if the value is not text, it automatically converts it to text
|
hace 12 años |
Stephen Ficklin
|
53deb6a869
Fixed bug where the table name wasn't being prefixed with 'chado.'
|
hace 12 años |
spficklin
|
b405ae3afb
Continued development of Contact and Publiation modules
|
hace 12 años |
spficklin
|
2756a7cce1
Added brackets around all table names in SQL statements throughout all of Tripal
|
hace 12 años |
spficklin
|
fa50dee2ef
Made corrections to core, anlaysis and feature modules accidentally in branch where working on new pub module, so had to merge. The pub module isn't quite ready for use but won't break anything
|
hace 12 años |