12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601 |
- <?php
- /**
- * @file
- * Handles Create/Edit/Delete Template Admin Forms
- */
-
- /**
- * tripal_bulk_loader_admin_template
- */
- function tripal_bulk_loader_admin_template () {
- $add_url = url("admin/tripal/tripal_bulk_loader_template/add");
- $output = "<a href=\"$add_url\">Create a new bulk loader template</a><br>";
- $del_url = url("admin/tripal/tripal_bulk_loader_template/delete");
- $output .= "<a href=\"$del_url\">Delete a bulk loader template</a>";
- return $output;
- }
- //////////////////////////////////////////////////////////////////////////////////////
- // Modify Template
- //////////////////////////////////////////////////////////////////////////////////////
- /**
- *
- */
- function tripal_bulk_loader_modify_template_base_form ($form_state = NULL, $mode){
- $form = array();
- // get template id from path and rebuild form
- if ($_GET['template_id']) {
- if (preg_match('/^\d+$/', $_GET['template_id'])) {
- $form_state['storage']['template_id'] = $_GET['template_id'];
- }
-
- $sql = "SELECT * FROM {tripal_bulk_loader_template} WHERE template_id=%d";
- $result = db_fetch_object(db_query($sql, $form_state['storage']['template_id']));
- $form_state['storage']['template'] = unserialize($result->template_array);
- $form_state['storage']['template_name'] = $result->name;
-
- $form_state['storage']['record2priority'] = array();
- foreach ($form_state['storage']['template'] as $priority => $record_array) {
- if (!is_array($record_array)) { continue; }
- $form_state['storage']['record2priority'][$record_array['record_id']] = $priority;
- }
- }
- $form['mode'] = array(
- '#type' => 'hidden',
- '#value' => $mode,
- );
- if ($form_state['storage']['template_id']) {
- $form['template_name'] = array(
- '#type' => 'item',
- '#title' => 'Template',
- '#value' => $form_state['storage']['template_name'],
- '#weight' => 1,
- );
- } else {
- if (preg_match('/create/', $mode)) {
- $form['new_template_name'] = array(
- '#type' => 'textfield',
- '#title' => 'Template Name',
- '#weight' => 1,
- );
- } elseif (preg_match('/edit/', $mode)) {
- $sql = "SELECT * FROM {tripal_bulk_loader_template}";
- $resource = db_query($sql);
- $templates = array();
- $templates[''] = 'Select a Template';
- while ($r = db_fetch_object($resource)) {
- $templates[$r->template_id] = $r->name;
- }
-
- $form['template_id'] = array(
- '#title' => t('Template'),
- '#description' => t('Please select the template you would like to edit.'),
- '#type' => 'select',
- '#options' => $templates,
- '#default_value' => $form_state['storage']['template_id'],
- '#weight' => 0,
- '#required' => TRUE,
- '#weight' => 1,
- );
- }
- }
- $form['records'] = array(
- '#type' => ($form_state['storage']['template_id'])? 'fieldset' : 'hidden',
- '#title' => t('Current Records'),
- '#weight' => 2,
- );
-
- $form['records']['description'] = array(
- '#type' => 'item',
- '#value' => 'Records will be inserted into the chado database in the order listed below. To '
- .'change this order: <ul><li>Drag the rows into the correct order OR</li><li>Enter '
- .'the numbers 1 and up in the Order textboxes to indicate the correct order.</li></ul>',
- );
-
- $form['records']['records-data'] = array(
- '#tree' => TRUE,
- );
- $form['records']['no_records'] = array(
- '#type' => 'hidden',
- '#value' => TRUE,
- );
- $form['records']['submit-new_record'] = array(
- '#type' => 'submit',
- '#value' => 'New Record/Field',
- );
- $form['records']['submit-reorder'] = array(
- '#type' => 'submit',
- '#value' => 'Save Order',
- );
-
- $form['fields'] = array(
- '#type' => ($form_state['storage']['template_id'])? 'fieldset' : 'hidden',
- '#title' => t('Current Fields'),
- '#weight' => 3,
- );
- $form['fields']['fields-data'] = array(
- '#tree' => TRUE,
- );
-
- if ($form_state['storage']['template']) {
-
- // List Current Fields -------------------------------------------------------------
- $i=1;
- foreach ($form_state['storage']['template'] as $priority => $table_array) {
- if (!is_array($table_array)) { continue; }
-
- $form['records']['no_records']['#value'] = FALSE;
-
- $form['records']['records-data'][$priority] = array(
- 'title' => array(
- '#type' => 'markup',
- '#value' => $table_array['record_id'],
- ),
- 'chado_table' => array(
- '#type' => 'markup',
- '#value' => $table_array['table'],
- ),
- 'mode' => array(
- '#type' => 'item',
- '#value' => ($table_array['mode']) ? $table_array['mode'] : 'insert',
- ),
- 'new_priority' => array(
- '#type' => 'select',
- '#options' => range(1, sizeof($form_state['storage']['template'])),
- '#default_value' => $priority,
- ),
- 'old_priority' => array(
- '#type' => 'hidden',
- '#value' => $priority,
- ),
- 'id' => array(
- '#type' => 'hidden',
- '#value' => $priority,
- ),
- 'submit-edit_record' => array(
- '#type' => 'submit',
- '#name' => (string)$priority,
- '#value' => 'Edit Record',
- ),
- 'submit-add_field' => array(
- '#type' => 'submit',
- '#name' => (string)$priority,
- '#value' => 'Add Field',
- ),
- );
- foreach ($table_array['fields'] as $field_index => $field) {
-
- $form['fields']['fields-data'][$i] = array(
- 'record_id' => array(
- '#type' => 'item',
- '#value' => $table_array['record_id'],
- ),
- 'priority_hidden' => array(
- '#type' => 'hidden',
- '#value' => $priority,
- ),
- 'field_name' => array(
- '#type' => 'item',
- '#value' => $field['title'],
- ),
- 'chado_table_name' => array(
- '#type' => 'item',
- '#value' => $table_array['table'],
- ),
- 'chado_table_hidden' => array(
- '#type' => 'hidden',
- '#value' => $table_array['table'],
- ),
- 'chado_field_name' => array(
- '#type' => 'item',
- '#value' => $field['field'],
- ),
- 'sheet_name' => array(
- '#type' => 'item',
- '#value' => $field['spreadsheet sheet'],
- ),
- 'column_num' => array(
- '#type' => 'item',
- '#value' => $field['spreadsheet column'],
- ),
- 'constant_value' => array(
- '#type' => 'item',
- '#value' => $field['constant value'],
- ),
- 'field_index' => array(
- '#type' => 'hidden',
- '#value' => $field_index
- ),
- 'foreign_record_id' => array(
- '#type' => 'item',
- '#value' => $field['foreign key'],
- ),
- 'edit_submit' => array(
- '#type' => 'submit',
- '#name' => (string)$i,
- '#value' => "Edit Field",
- ),
- 'delete_submit' => array(
- '#type' => 'submit',
- '#name' => (string)$i,
- '#value' => "Delete Field",
- ),
- );
-
- $i++;
- }
- }
- $form['fields']['total_fields'] = array(
- '#type' => 'item',
- '#value' => $i,
- );
- }
- if ($form['records']['no_records']['#value']) {
- $form['records']['description'] = array(
- '#type' => 'item',
- '#value' => 'There are currently no records.',
- );
- unset($form['records']['submit-reorder']);
-
- $form['fields']['description'] = array(
- '#type' => 'item',
- '#value' => 'There are currently no fields.',
- );
-
- }
-
- $mode_title = (preg_match('/create/',$mode)) ? 'Create Template' : 'Edit Template';
- $value = ($form_state['storage']['template_id'])? 'Save Template' : $mode_title;
- $form['submit'] = array(
- '#type' => 'submit',
- '#value' => $value,
- '#weight' => 4,
- );
-
- return $form;
- }
- /**
- *
- */
- function tripal_bulk_loader_modify_template_base_form_submit($form, &$form_state){
- $form_state['rebuild'] = TRUE;
- if ($form_state['storage']['template_id']) {
- $sql = "SELECT * FROM {tripal_bulk_loader_template} WHERE template_id=%d";
- $result = db_fetch_object(db_query($sql, $form_state['storage']['template_id']));
- $form_state['storage']['template'] = unserialize($result->template_array);
- }
-
- $op = $form_state['values'][ $form_state['clicked_button']['#name'] ];
- switch ($op) {
- // Initialize after template is chosen ----------------------------------------
- case 'Edit Template':
- $form_state['storage']['template_id'] = $form_state['values']['template_id'];
-
- $sql = "SELECT * FROM {tripal_bulk_loader_template} WHERE template_id=%d";
- $result = db_fetch_object(db_query($sql, $form_state['storage']['template_id']));
- $form_state['storage']['template'] = unserialize($result->template_array);
- $form_state['storage']['template_name'] = $result->name;
-
- $form_state['storage']['record2priority'] = array();
- foreach ($form_state['storage']['template'] as $priority => $record_array) {
- if (!is_array($record_array)) { continue; }
- $form_state['storage']['record2priority'][$record_array['record_id']] = $priority;
- }
- break;
-
- case 'Create Template':
- $record = array(
- 'name' => $form_state['values']['new_template_name'],
- 'template_array' => array(),
- );
- drupal_write_record('tripal_bulk_loader_template', $record);
- $form_state['storage']['template_id'] = $record['template_id'];
- $form_state['storage']['template_name'] = $record['name'];
- $form_state['storage']['template'] = array();
- break;
-
- // Save Reordered Records -----------------------------------------------------
- case 'Save Order':
- $new_template = $form_state['storage']['template'];
- // unset old elements
- $form_state['storage']['record2priority'] = array();
- foreach ($new_template as $priority => $record_array) {
- if (preg_match('/\d+/', $priority)) { unset($new_template[$priority]); }
- }
- //set elements in new order
- foreach ($form_state['values']['records-data'] as $item) {
- $new_template[$item['new_priority']] = $form_state['storage']['template'][$item['old_priority']];
- $record_name = $new_template[$item['new_priority']]['record_id'];
- $form_state['storage']['record2priority'][$record_name] = $item['new_priority'];
- }
- ksort($new_template);
- $form_state['storage']['template'] = $new_template;
- break;
-
- case 'New Record/Field':
- $query = array(
- 'template_id'=> $form_state['storage']['template_id'],
- 'record_id' => 'NEW',
- );
- drupal_goto('admin/tripal/tripal_bulk_loader_template/add_field', $query);
- break;
- case 'Edit Record':
- $query = array(
- 'template_id'=> $form_state['storage']['template_id'],
- 'record_id' => $form_state['clicked_button']['#name'],
- );
- drupal_goto('admin/tripal/tripal_bulk_loader_template/edit_record', $query);
- break;
-
- case 'Add Field':
- $query = array(
- 'template_id'=> $form_state['storage']['template_id'],
- 'record_id' => $form_state['clicked_button']['#name'],
- );
- drupal_goto('admin/tripal/tripal_bulk_loader_template/add_field', $query);
- break;
-
- case 'Edit Field':
- $field_data_index = $form_state['clicked_button']['#name'];
- $query = array(
- 'template_id'=> $form_state['storage']['template_id'],
- 'record_id' => $form_state['values']['fields-data'][$field_data_index]['priority_hidden'],
- 'field_index' => $form_state['values']['fields-data'][$field_data_index]['field_index'],
- );
- drupal_goto('admin/tripal/tripal_bulk_loader_template/edit_field', $query);
- break;
-
- case 'Delete Field':
- $field_data = $form_state['values']['fields-data'][$form_state['clicked_button']['#name']];
- $priority = $field_data['priority_hidden'];
- $field_key = $field_data['field_index'];
- unset($form_state['storage']['template'][$priority]['fields'][$field_key]);
- if (!$form_state['storage']['template'][$priority]['fields']) {
- unset($form_state['storage']['record2priority'][$form_state['storage']['template'][$priority]['record_id']]);
- unset($form_state['storage']['template'][$priority]);
- }
- drupal_set_message('Deleted Field from Template.');
- break;
- } //end of switch
-
- // Save Template
- $record = array(
- 'template_id' => $form_state['storage']['template_id'],
- 'template_array' => serialize($form_state['storage']['template'])
- );
- drupal_write_record('tripal_bulk_loader_template', $record, array('template_id'));
- drupal_set_message('Template Saved.');
-
- }
- //////////////////////////////////////////////////////////////////////////////////////
- // Delete Template
- //////////////////////////////////////////////////////////////////////////////////////
- /**
- * Delete Template Form
- * This form allows admin to delete already existing templates
- */
- function tripal_bulk_loader_delete_template_base_form () {
- $form = array();
- $sql = "SELECT * FROM {tripal_bulk_loader_template}";
- $resource = db_query($sql);
- $templates = array();
- $templates[''] = 'Select a Template';
- while ($r = db_fetch_object($resource)) {
- $templates[$r->template_id] = $r->name;
- }
- $form['template_name'] = array(
- '#title' => t('Template'),
- '#description' => t('Please select the template you would like to delete.'),
- '#type' => 'select',
- '#options' => $templates,
- '#weight' => 0,
- '#required' => TRUE,
- );
-
- $form['submit'] = array(
- '#type' => 'submit',
- '#value' => 'Delete Template',
- );
-
- return $form;
- }
- /**
- * Delete Template Form Submit
- *
- * @param $form
- * The form that was submitted
- * @param $form_state
- * The values and storage that were submitted
- */
- function tripal_bulk_loader_delete_template_base_form_submit ($form, &$form_state) {
- $sql = "DELETE FROM {tripal_bulk_loader_template} WHERE template_id=%d";
- db_query($sql, $form_state['values']['template_name']);
- }
- /**
- * Import/Export Template Form
- *
- * On export, simply selects the serialized array from the db for a given template
- * and presents it to the user. On import, a serialized template array and a name is
- * supplied and a template record is created.
- *
- * @todo Make array presented to the user more readable. (ie: unserialize and print to the screen)
- *
- * @param $form_state
- * The values and storage for the form
- * @param $mode
- * Either 'import' or 'export' to indicate which function is being performed
- * @return
- * A form array to be rendered by drupal_get_form
- */
- function tripal_bulk_loader_import_export_template_form ($form_state = NULL, $mode) {
- $form = array();
- $form['mode'] = array(
- '#type' => 'hidden',
- '#value' => $mode,
- );
-
- if (preg_match('/import/', $mode)) {
- $form['new_template_name'] = array(
- '#type' => 'textfield',
- '#title' => 'Template Name',
- '#weight' => 1,
- );
- } elseif (preg_match('/export/', $mode)) {
- $sql = "SELECT * FROM {tripal_bulk_loader_template}";
- $resource = db_query($sql);
- $templates = array();
- $templates[''] = 'Select a Template';
- while ($r = db_fetch_object($resource)) {
- $templates[$r->template_id] = $r->name;
- }
-
- $form['template_id'] = array(
- '#title' => t('Template'),
- '#description' => t('Please select the template you would like to edit.'),
- '#type' => 'select',
- '#options' => $templates,
- '#default_value' => $form_state['storage']['template_id'],
- '#weight' => 0,
- '#required' => TRUE,
- '#weight' => 1,
- );
- }
- $form['template_array'] = array(
- '#type' => 'textarea',
- '#title' => 'Template Array',
- '#default_value' => $form_state['storage']['template_array'],
- '#weight' => 2,
- );
-
- $form['submit'] = array(
- '#type' => 'submit',
- '#value' => 'Submit',
- '#weight' => 10,
- );
-
- return $form;
- }
- /**
- * Import/Export Template Form Submit
- *
- * @param $form
- * The form that was submitted
- * @param $form_state
- * The values and storage that were submitted
- */
- function tripal_bulk_loader_import_export_template_form_submit ($form, &$form_state) {
- switch ($form_state['values']['mode']) {
- case 'export':
- $record = db_fetch_object(db_query("SELECT * FROM {tripal_bulk_loader_template} WHERE template_id=%d", $form_state['values']['template_id']));
- $form_state['storage']['template_array'] = $record->template_array;
- $form_state['storage']['template_id'] = $form_state['values']['template_id'];
- break;
- case 'import':
- $record = array(
- 'name' => $form_state['values']['new_template_name'],
- 'template_array' => $form_state['values']['template_array'],
- );
- drupal_write_record('tripal_bulk_loader_template', $record);
- if ($record->template_id) {
- drupal_set_message('Successfully imported Tripal Bulk Loader Template.');
- }
- break;
- }
- }
- //////////////////////////////////////////////////////////////////////////////////////
- // Add/Edit Field/Record Forms
- //////////////////////////////////////////////////////////////////////////////////////
- /**
- * Edit Record Form
- *
- * This form is meant to be called from a bulk loader form. The following should be set
- * in the query section of the path:
- * - template_id=\d+: the template which the edited record is part of
- * - record_id=\d+: the priority or key in the template array of the record to be edited
- *
- * @param $form_state
- * Contains the values and storage for the form
- * @return
- * A form array to be rendered by drupal_get_form
- */
- function tripal_bulk_loader_edit_template_record_form (&$form_state = NULL) {
- $form['#cache'] = TRUE; // Make sure the form is cached.
-
- // get template id from path
- $template_id = ($_GET['template_id'] !== NULL) ? $_GET['template_id'] : $form_state['values']['template_id'];
-
- // if there is no template supplied don't return rest of form
- if (!$template_id) {
- return $form;
- }
- // Pre-process values/defaults ---------------------------
- // If this is the first load of the form (no form state) we need to initialize some variables
- if (!$form_state['storage']['template']) {
- $sql = "SELECT * FROM {tripal_bulk_loader_template} WHERE template_id=%d";
- $template = db_fetch_object(db_query($sql, $template_id));
- $form_state['storage']['template_array'] = unserialize($template->template_array);
- $form_state['storage']['template'] = $template;
-
- $form_state['storage']['record2priority'] = array();
- foreach ($form_state['storage']['template_array'] as $priority => $record_array) {
- if (!is_array($record_array)) { continue; }
- $form_state['storage']['record2priority'][$record_array['record_id']] = $priority;
- }
-
- $form_state['storage']['referring URL'] = $_SERVER["HTTP_REFERER"];
- } else {
- $template = $form_state['storage']['template'];
- }
- // get the record_id from the path
- if ($_GET['record_id'] !== NULL) {
- $form_state['values']['field_group'] = $_GET['record_id'];
- $form_state['storage']['original_priority'] = $_GET['record_id'];
- }
-
-
- // Tables and default table
- $tables = tripal_core_get_chado_tables();
- if ($form_state['values']['chado_table']) {
- $table = $form_state['values']['chado_table'];
- } else {
- $table = $form_state['storage']['template_array'][$form_state['storage']['original_priority']]['table'];
- }
- //dpm($form_state, 'form state');
-
- // Form Proper -------------------------------------------
- $form['template_name'] = array(
- '#type' => 'item',
- '#title' => 'Template',
- '#value' => $template->name,
- );
- $form['template_id'] = array(
- '#type' => 'hidden',
- '#value' => $template_id,
- );
-
- $form['edit_record'] = array(
- '#type' => 'fieldset',
- );
- // check template array for records then add one more
- if (!$form_state['storage']['record2priority']) {
- $groups = array();
- } else {
- $groups = array_flip($form_state['storage']['record2priority']);
- }
- $priority_default = $form_state['values']['field_group'];
- $form['edit_record']['field_group'] = array(
- '#type' => 'select',
- '#title' => 'Record',
- '#description' => 'By Changing the record here, you can move all the fields from the current record into the selected record.',
- '#options' => $groups,
- '#default_value' => $priority_default,
- '#required' => TRUE,
- );
-
- $form['edit_record']['record_name'] = array(
- '#type' => 'textfield',
- '#title' => 'Unique Record Name',
- '#default_value' => $groups[$priority_default],
- );
- $form['edit_record']['chado_table'] = array(
- '#type' => 'select',
- '#title' => t('Chado Table'),
- '#description' => 'This changes the chado table for all fields in this record.',
- '#options' => $tables,
- '#default_value' => $table,
- );
-
- $form['edit_record']['mode'] = array(
- '#type' => 'radios',
- '#title' => 'Action to take when Loading Record',
- '#options' => array(
- 'insert' => 'Insert the record if it doesn\'t already exist',
- 'select' => 'Don\'t insert this record: it\'s used to define a foreign key in another record',
- 'optional' => 'Record will only be inserted if all required data is filled in'
- ),
- '#default_value' => 'insert'
- );
-
- $form['edit_record']['submit-edit_record'] = array(
- '#type' => 'submit',
- '#value' => 'Edit Record'
- );
- $form['edit_record']['submit-cancel'] = array(
- '#type' => 'submit',
- '#value' => 'Cancel'
- );
-
- return $form;
- }
- /**
- * Edit Record Form Submit
- *
- * @param $form
- * The form that was submitted
- * @param $form_state
- * Contains the values and storage for the form
- */
- function tripal_bulk_loader_edit_template_record_form_submit ($form, &$form_state) {
- //dpm($form_state, 'form state -start submit');
-
- if (!$form_state['ahah_submission']) {
- if ($form_state['values']['op'] == 'Edit Record') {
- $template = $form_state['storage']['template_array'];
-
- // Edit Record
- $record = $template[ $form_state['storage']['original_priority'] ];
- $record['record_id'] = $form_state['values']['record_name'];
- $record['mode'] = $form_state['values']['mode'];
- $record['table'] = $form_state['values']['chado_table'];
-
- if ($form_state['storage']['original_priority'] != $form_state['values']['field_group']) {
- $record['fields'] = array_merge($record['fields'], $template[ $form_state['values']['field_group'] ]['fields']);
- $template[ $form_state['values']['field_group'] ] = $record;
- unset($template[ $form_state['storage']['original_priority'] ]);
- } else {
- $template[ $form_state['storage']['original_priority'] ] = $record;
- }
- // Save Template
- $form_state['storage']['template']->template_array = serialize($template);
- $success = drupal_write_record('tripal_bulk_loader_template', $form_state['storage']['template'], array('template_id'));
-
- if ($success) {
- drupal_set_message('Successfully Updated Template Record');
- drupal_set_message('Template Saved.');
-
- $path = explode('?',$form_state['storage']['referring URL']);
- parse_str($path[1], $query);
- $query['template_id'] = $form_state['storage']['template']->template_id;
- drupal_goto($path[0], $query);
- } else {
- drupal_set_message('Unable to Save Template!', 'error');
- watchdog('T_bulk_loader',
- 'Unable to save bulk loader template: %template',
- array('%template' => print_r($form_state['storage']['template'], TRUE)),
- WATCHDOG_ERROR
- );
- }
- } elseif ($form_state['values']['op'] == 'Cancel') {
- $path = explode('?',$form_state['storage']['referring URL']);
- parse_str($path[1], $query);
- $query['template_id'] = $form_state['storage']['template']->template_id;
- //dpm('Redirecting to: '.$path[0].'?'.print_r($query,TRUE).' where the referring URL:'.$form_state['storage']['referring URL']);
- drupal_goto($path[0], $query);
- }
- }
-
- }
- /**
- * Add Field Form
- *
- * This form is meant to be called from a bulk loader form. Blank Defaults are in place but you
- * can use the following in the query of the path to set defaults for a given template:
- * - template_id=\d+: the template to add the field to
- * - record_id=\d+: the priority or key in the template array of the record to add the field to
- *
- * @param $form_state
- * Contains the values and storage for the form
- * @return
- * A form array to be rendered by drupal_get_form
- */
- function tripal_bulk_loader_add_template_field_form (&$form_state = NULL) {
- $form = array();
- $form['#cache'] = TRUE; // Make sure the form is cached.
-
- // get template id from path
- $template_id = ($_GET['template_id']) ? $_GET['template_id'] : $form_state['values']['template_id'];
-
- // if there is no template supplied don't return rest of form
- if (!$template_id) {
- return $form;
- }
- // Pre-set Variables needed for form proper------------------------------------------
- // If this is the first load of the form (no form state) we need to initialize some variables
- if (!$form_state['storage']['template']) {
- $sql = "SELECT * FROM {tripal_bulk_loader_template} WHERE template_id=%d";
- $template = db_fetch_object(db_query($sql, $template_id));
- $form_state['storage']['template_array'] = unserialize($template->template_array);
- $form_state['storage']['template'] = $template;
-
- $form_state['storage']['record2priority'] = array();
- foreach ($form_state['storage']['template_array'] as $priority => $record_array) {
- if (!is_array($record_array)) { continue; }
- $form_state['storage']['record2priority'][$record_array['record_id']] = $priority;
- }
-
- $form_state['storage']['referring URL'] = $_SERVER["HTTP_REFERER"];
- } else {
- $template = $form_state['storage']['template'];
- }
- $field_type = ($form_state['values']['field_type'])? $form_state['values']['field_type'] : 'table field';
- // Tables and default table
- $tables = tripal_core_get_chado_tables();
- if ($form_state['values']) {
- if (!preg_match('/^'.current($tables).'$/', $form_state['values']['chado_table'])) {
- $table = $form_state['values']['chado_table'];
- } elseif ($form_state['values']['record_name']) {
- $record_name = $form_state['values']['record_name'];
- $priority = $form_state['storage']['record2priority'][$record_name];
- $table = $form_state['storage']['template_array'][$priority]['table'];
- } else {
- $priority = $form_state['values']['field_group'];
- $table = $form_state['storage']['template_array'][$priority]['table'];
- }
- }
- if (!$table) {
- $table = reset($tables);
- }
- // get the record_id from the path
- if ($_GET['record_id'] !== NULL) {
- $form_state['values']['field_group'] = $_GET['record_id'];
- if (preg_match('/\d+/', $_GET['record_id'])) {
- $priority = $form_state['values']['field_group'];
- $table = $form_state['storage']['template_array'][$priority]['table'];
- }
- }
-
- // Fields and foreign key mappings
- $chado_fields = array();
- $fk_options = array();
- $fk_options['NULL'] = 'None';
- $table_description = module_invoke_all('chado_'.$table.'_schema');
- if ($field_type == 'foreign key') {
- $foreign_field2table = array();
- foreach ($table_description['foreign keys'] as $key_table => $key_array) {
- foreach ($key_array['columns'] as $left_field => $right_field) {
- $chado_fields[$left_field] = $left_field;
- $foreign_field2table[$left_field] = $key_table;
- }
- }
- reset($chado_fields);
-
- // set default field
- if (empty($chado_fields)) {
- $field = NULL;
- } elseif ($chado_fields[$form_state['values']['chado_field']]) {
- $field = $form_state['values']['chado_field'];
- } else {
- $field = current($chado_fields);
- }
-
- // Foreign key options
- $foreign_table = $foreign_field2table[$field];
- if ($foreign_table) {
- foreach ($form_state['storage']['record2priority'] as $record_name => $priority ) {
- if (preg_match('/^'.$foreign_table.'$/', $form_state['storage']['template_array'][$priority]['table'])) {
- $fk_options[$record_name] = $record_name;
- }
- }
- }
- } else {
- foreach($table_description['fields'] as $field_name => $field_array) {
- $chado_fields[$field_name] = $field_name;
- }
- }
- $variables = array(
- 'form_state' => $form_state,
- 'tables' => $tables,
- 'default table' => $table,
- 'fields' => $chado_fields,
- 'default_field' => $field,
- 'priority' => $priority,
- 'record_name' => $record_name,
- 'table description' => $table_description,
- 'foreign key options' => $fk_options,
- 'foreign field=>table' => $foreign_field2table,
- 'foreign table' => $foreign_table,
- );
- //dpm($variables, 'variables');
-
- // Start of Form Proper--------------------------------------------------------------
- $form['template_name'] = array(
- '#type' => 'item',
- '#title' => 'Template',
- '#value' => $template->name,
- );
- $form['template_id'] = array(
- '#type' => 'hidden',
- '#value' => $template_id,
- );
- $form['add_fields'] = array(
- '#type' => 'fieldset',
- '#prefix' => '<div id="tripal_bulk_loader_template-add_field">',
- '#suffix' => '</div>',
- );
- $form['add_fields']['field_type'] = array(
- '#type' => 'radios',
- '#title' => t('Type of Field'),
- '#options' => array(
- 'table field' => t('Spreadsheet: Fields which maps to a Spreadsheet Column'),
- 'constant' => t('Constant: Field which remains Constant throughout the Spreadsheet'),
- 'foreign key' => t('Foreign Key: Fields which map to a record in another table'),
- ),
- '#required' => TRUE,
- '#default_value' => $field_type,
- '#ahah' => array(
- 'path' => 'admin/tripal/tripal_bulk_loader_template/add_field_ahah',
- 'wrapper' => 'tripal_bulk_loader_template-add_field',
- 'effect' => 'fade'
- ),
- );
- // check template array for records then add one more
- if (!$form_state['storage']['record2priority']) {
- $groups = array();
- } else {
- $groups = array_flip($form_state['storage']['record2priority']);
- }
- $groups['NONE'] = 'Select a Record';
- $groups['NEW'] = 'New Record';
- $form['add_fields']['field_group'] = array(
- '#type' => 'select',
- '#title' => 'Record',
- '#description' => 'This is used to group a set of fields together allowing '
- .'multiple records to be inserted into the same table per line of the spreadsheet',
- '#options' => $groups,
- '#default_value' => (preg_match('/\w+.*/',$form_state['values']['field_group'])) ? $form_state['values']['field_group'] : 'NONE',
- '#ahah' => array(
- 'path' => 'admin/tripal/tripal_bulk_loader_template/add_field_ahah',
- 'wrapper' => 'tripal_bulk_loader_template-add_field',
- 'effect' => 'fade'
- ),
- '#required' => TRUE,
- );
-
- $form['add_fields']['record_name'] = array(
- '#type' => (preg_match('/NEW/', $form_state['values']['field_group'])) ? 'textfield' : 'hidden',
- '#title' => 'Unique Record Name',
- '#prefix' => '<div id="tripal_bulk_loader_template-add_record">',
- '#suffix' => '</div>',
- '#default_value' => $form_state['values']['record_name'],
- );
-
- $form['add_fields']['field_title'] = array(
- '#type' => 'textfield',
- '#title' => t('Human-readable Title for Field'),
- '#default_value' => $form_state['values']['field_title'],
- );
-
- // Spreadsheet column
- $form['add_fields']['columns'] = array(
- '#type' => 'fieldset',
- '#title' => t('Spreadsheet Column'),
- '#collapsible' => TRUE,
- '#collapsed' => ($field_type == 'table field')? FALSE : TRUE,
- );
- $form['add_fields']['columns']['sheet_name'] = array(
- '#type' => 'textfield',
- '#title' => t('Worksheet'),
- '#description' => t('Specify the name of the worksheet.'),
- '#size' => 5,
- '#default_value' => ($form_state['values']['sheet_name'])? $form_state['values']['sheet_name'] : 'Sheet1',
- );
-
- $form['add_fields']['columns']['column_number'] = array(
- '#type' => 'textfield',
- '#title' => t('Column'),
- '#description' => t('Specify the column in the spreadsheet that this field maps to where the first column is 1.'),
- '#size' => 5,
- '#default_value' => $form_state['values']['column_number'],
- );
- // Global Value
- $form['add_fields']['constant'] = array(
- '#type' => 'fieldset',
- '#title' => t('Constant'),
- '#collapsible' => TRUE,
- '#collapsed' => ($field_type == 'constant')? FALSE : TRUE,
- );
-
- $form['add_fields']['constant']['constant_value'] = array(
- '#type' => 'textfield',
- '#title' => t('Constant Value'),
- '#description' => t('Specify the value you wish this field to have regardless of spreadsheet data.'),
- '#default_value' => $form_state['values']['constant_value']
- );
- // Foreign Key
- $form['add_fields']['foreign_key'] = array(
- '#type' => 'fieldset',
- '#title' => 'Foreign Key',
- '#collapsible' => TRUE,
- '#collapsed' => ($field_type == 'foreign key')? FALSE : TRUE,
- );
- $form['add_fields']['foreign_key']['foreign_record'] = array(
- '#type' => 'select',
- '#title' => 'Record to refer to',
- '#descripion' => 'Select the record that this foreign key shouold refer to. The record needs to already exist and be of the correct table.',
- '#options' => $fk_options,
- );
- // Chado Field
- $form['add_fields']['chado'] = array(
- '#type' => 'fieldset',
- '#title' => t('Chado Field/Column Details'),
- '#description' => t('Specify the Table/Field in chado that this field maps to.'),
- );
-
- $form['add_fields']['chado']['chado_table'] = array(
- '#type' => 'select',
- '#title' => t('Chado Table'),
- '#options' => $tables,
- '#default_value' => $table,
- '#ahah' => array(
- 'path' => 'admin/tripal/tripal_bulk_loader_template/add_field_ahah',
- 'wrapper' => 'tripal_bulk_loader_template-add_field',
- 'effect' => 'fade'
- ),
- );
-
- $form['add_fields']['chado']['chado_field'] = array(
- '#type' => 'select',
- '#title' => t('Chado Field/Column'),
- '#options' => $chado_fields,
- '#default_value' => $form_state['values']['chado_field'],
- '#ahah' => array(
- 'path' => 'admin/tripal/tripal_bulk_loader_template/add_field_ahah',
- 'wrapper' => 'tripal_bulk_loader_template-add_field',
- 'effect' => 'fade'
- ),
- );
- $form['add_fields']['submit-add_field'] = array(
- '#type' => 'submit',
- '#value' => 'Add Field'
- );
- $form['add_fields']['submit-cancel'] = array(
- '#type' => 'submit',
- '#value' => 'Cancel'
- );
-
- return $form;
- }
- /**
- * Add Field Submit
- *
- * @param $form
- * The form that was submitted
- * @param $form_state
- * The values and storage for the form
- */
- function tripal_bulk_loader_add_template_field_form_submit ($form, &$form_state) {
-
- if (!$form_state['ahah_submission']) {
- if ($form_state['values']['op'] == 'Add Field') {
- $template = $form_state['storage']['template_array'];
- // If new record
- if (preg_match('/NEW/',$form_state['values']['field_group'])) {
- $record_name = $form_state['values']['record_name'];
- $priority = sizeof($form_state['storage']['template_array']) + 1;
- $record2priority[$record_name] = $priority;
- $template[$priority]['table'] = $form_state['values']['chado_table'];
- $template[$priority]['record_id'] = $record_name;
-
- } else {
- $priority = $form_state['values']['field_group'];
- $record_name = $record2priority[$priority];
- }
-
- // Add field to template array
- if ($form_state['values']['field_type'] == 'table field') {
- $template[$priority]['fields'][] = array(
- 'type' => 'table field',
- 'title' => $form_state['values']['field_title'],
- 'field' => $form_state['values']['chado_field'],
- //'required' => <true|false>,
- //'allowed values' => empty by default,
- 'spreadsheet sheet' => $form_state['values']['sheet_name'],
- 'spreadsheet column' => $form_state['values']['column_number'],
- //'exposed' => 'true|false' If exposed, will give a select box first from allowed values if set, second from database if values not set.
- //'mapping' => array(
- // 'from' => 'to'
- // '/from re/' => 'to'
- //),
- );
- } elseif ($form_state['values']['field_type'] == 'constant') {
- $template[$priority]['fields'][] = array(
- 'type' => 'constant',
- 'title' => $form_state['values']['field_title'],
- 'field' => $form_state['values']['chado_field'],
- //'required' => <true|false>,
- //'allowed values' => empty by default,
- 'constant value' => $form_state['values']['constant_value'],
- //'exposed' => 'true|false' If exposed, will give a select box first from allowed values if set, second from database if values not set.
- );
- } elseif ($form_state['values']['field_type'] == 'foreign key') {
- $template[$priority]['fields'][] = array(
- 'type' => 'foreign key',
- 'title' => $form_state['values']['field_title'],
- 'field' => $form_state['values']['chado_field'],
- 'foreign key' => $form_state['values']['foreign_record'],
- //'required' => <true|false>,
- );
- }
- // Save Template
- $form_state['storage']['template']->template_array = serialize($template);
- $success = drupal_write_record('tripal_bulk_loader_template', $form_state['storage']['template'], array('template_id'));
-
- if ($success) {
- drupal_set_message('Successfully Added Field to Template');
- drupal_set_message('Template Saved.');
-
- $path = explode('?',$form_state['storage']['referring URL']);
- parse_str($path[1], $query);
- $query['template_id'] = $form_state['storage']['template']->template_id;
- drupal_goto($path[0], $query);
- } else {
- drupal_set_message('Unable to Save Template!', 'error');
- watchdog('T_bulk_loader',
- 'Unable to save bulk loader template: %template',
- array('%template' => print_r($form_state['storage']['template'], TRUE)),
- WATCHDOG_ERROR
- );
- }
- } elseif ($form_state['values']['op'] == 'Cancel') {
- $path = explode('?',$form_state['storage']['referring URL']);
- parse_str($path[1], $query);
- $query['template_id'] = $form_state['storage']['template']->template_id;
- drupal_goto($path[0], $query);
- }
- }
- }
- /**
- * Edit Field Form
- *
- * This form is meant to be called from a bulk loader form. The following should be set
- * in the query section of the path:
- * - template_id=\d+: the template which the edited field is part of
- * - record_id=\d+: the priority or key in the template array of the record the field
- * is currently part of
- * - field_index=\d+: the key of the field in the fields array of the previously
- * specified record
- *
- * @param $form_state
- * Contains the values and storage for the form
- * @return
- * A form array to be rendered by drupal_get_form
- */
- function tripal_bulk_loader_edit_template_field_form (&$form_state = NULL) {
- $form = array();
- $form['#cache'] = TRUE; // Make sure the form is cached.
-
- // get template id from path
- $template_id = ($_GET['template_id']) ? $_GET['template_id'] : $form_state['values']['template_id'];
-
- // if there is no template supplied don't return rest of form
- if (!$template_id) {
- return $form;
- }
- // Pre-set Variables needed for form proper------------------------------------------
- // If this is the first load of the form (no form state) we need to initialize some variables
- if (!$form_state['storage']['template']) {
- $sql = "SELECT * FROM {tripal_bulk_loader_template} WHERE template_id=%d";
- $template = db_fetch_object(db_query($sql, $template_id));
- $form_state['storage']['template_array'] = unserialize($template->template_array);
- $form_state['storage']['template'] = $template;
-
- $form_state['storage']['record2priority'] = array();
- foreach ($form_state['storage']['template_array'] as $priority => $record_array) {
- if (!is_array($record_array)) { continue; }
- $form_state['storage']['record2priority'][$record_array['record_id']] = $priority;
- }
-
- $form_state['storage']['referring URL'] = $_SERVER["HTTP_REFERER"];
- } else {
- $template = $form_state['storage']['template'];
- }
-
- // get the field from the path
- if (!($_GET['record_id']===NULL || $_GET['field_index']===NULL)) {
- $priority = $_GET['record_id'];
- $field_index = $_GET['field_index'];
- $template_field = $form_state['storage']['template_array'][$priority]['fields'][$field_index];
- $form_state['storage']['original_field'] = $template_field;
- $form_state['storage']['original_field']['priority'] = $priority;
- $form_state['storage']['original_field']['field_index'] = $field_index;
- }
-
- $field_type = ($form_state['values']['field_type'])? $form_state['values']['field_type'] : $template_field['type'];
- // Tables and default table
- $tables = tripal_core_get_chado_tables();
- if ($form_state['values']) {
- $table = $form_state['values']['chado_table'];
- } else {
- $table = $form_state['storage']['template_array'][$priority]['table'];
- }
-
-
- // Fields and foreign key mappings
- $chado_fields = array();
- $fk_options = array();
- $fk_options['NULL'] = 'None';
- $table_description = module_invoke_all('chado_'.$table.'_schema');
- if ($field_type == 'foreign key') {
- $foreign_field2table = array();
- foreach ($table_description['foreign keys'] as $key_table => $key_array) {
- foreach ($key_array['columns'] as $left_field => $right_field) {
- $chado_fields[$left_field] = $left_field;
- $foreign_field2table[$left_field] = $key_table;
- }
- }
- reset($chado_fields);
-
- // set default field
- if (empty($chado_fields)) {
- $field = NULL;
- } elseif ($chado_fields[$form_state['values']['chado_field']]) {
- $field = $form_state['values']['chado_field'];
- } else {
- $field = current($chado_fields);
- }
-
- // Foreign key options
- $foreign_table = $foreign_field2table[$field];
- if ($foreign_table) {
- foreach ($form_state['storage']['record2priority'] as $record_nameT => $priorityT ) {
- if (preg_match('/^'.$foreign_table.'$/', $form_state['storage']['template_array'][$priorityT]['table'])) {
- $fk_options[$record_nameT] = $record_nameT;
- }
- }
- }
- } else {
- foreach($table_description['fields'] as $field_name => $field_array) {
- $chado_fields[$field_name] = $field_name;
- }
- }
-
- // dpm(array( 'tables' => $tables, 'default table' => $table, 'record name' => $record_name, 'priority' => $priority,
- // 'fields' => $chad_fields, 'default field' => $field, 'foreign field=>table' => $foreign_field2table,
- // 'table desc' => $table_description, 'foreign record options' => $fk_options, 'foreign table' => $foreign_table
- // ), 'Variables');
-
- // Start of Form Proper--------------------------------------------------------------
- $form['template_name'] = array(
- '#type' => 'item',
- '#title' => 'Template',
- '#value' => $template->name,
- );
- $form['template_id'] = array(
- '#type' => 'hidden',
- '#value' => $template_id,
- );
- $form['edit_fields'] = array(
- '#type' => 'fieldset',
- '#prefix' => '<div id="tripal_bulk_loader_template-edit_field">',
- '#suffix' => '</div>',
- );
- $form['edit_fields']['field_type'] = array(
- '#type' => 'radios',
- '#title' => t('Type of Field'),
- '#options' => array(
- 'table field' => t('Spreadsheet: Fields which maps to a Spreadsheet Column'),
- 'constant' => t('Constant: Field which remains Constant throughout the Spreadsheet'),
- 'foreign key' => t('Foreign Key: Fields which map to a record in another table'),
- ),
- '#required' => TRUE,
- '#default_value' => $field_type,
- '#ahah' => array(
- 'path' => 'admin/tripal/tripal_bulk_loader_template/edit_field_ahah',
- 'wrapper' => 'tripal_bulk_loader_template-edit_field',
- 'effect' => 'fade'
- ),
- );
- // check template array for records then edit one more
- if (!$form_state['storage']['record2priority']) {
- $groups = array();
- } else {
- $groups = array_flip($form_state['storage']['record2priority']);
- }
- $groups['NONE'] = 'Select a Record';
- $groups['NEW'] = 'New Record';
- $form['edit_fields']['field_group'] = array(
- '#type' => 'select',
- '#title' => 'Record',
- '#description' => 'This is used to group a set of fields together allowing '
- .'multiple records to be inserted into the same table per line of the spreadsheet',
- '#options' => $groups,
- '#default_value' => (preg_match('/(\d+|\w+)/',$form_state['values']['field_group'])) ? $form_state['values']['field_group'] : $priority,
- '#ahah' => array(
- 'path' => 'admin/tripal/tripal_bulk_loader_template/edit_field_ahah',
- 'wrapper' => 'tripal_bulk_loader_template-edit_field',
- 'effect' => 'fade'
- ),
- '#required' => TRUE,
- );
-
- $form['edit_fields']['record_name'] = array(
- '#type' => (preg_match('/NEW/', $form_state['values']['field_group'])) ? 'textfield' : 'hidden',
- '#title' => 'Unique Record Name',
- '#prefix' => '<div id="tripal_bulk_loader_template-edit_record">',
- '#suffix' => '</div>',
- '#default_value' => $form_state['values']['record_name'],
- );
-
- $form['edit_fields']['field_title'] = array(
- '#type' => 'textfield',
- '#title' => t('Human-readable Title for Field'),
- '#default_value' => ($form_state['values']['field_title']) ? $form_state['values']['field_title'] : $template_field['title'],
- );
-
- // Spreadsheet column
- $form['edit_fields']['columns'] = array(
- '#type' => 'fieldset',
- '#title' => t('Spreadsheet Column'),
- '#collapsible' => TRUE,
- '#collapsed' => ($field_type == 'table field')? FALSE : TRUE,
- );
- $form['edit_fields']['columns']['sheet_name'] = array(
- '#type' => 'textfield',
- '#title' => t('Worksheet'),
- '#description' => t('Specify the name of the worksheet.'),
- '#size' => 5,
- '#default_value' => ($form_state['values']['sheet_name'])? $form_state['values']['sheet_name'] : $template_field['spreadsheet sheet'],
- );
-
- $form['edit_fields']['columns']['column_number'] = array(
- '#type' => 'textfield',
- '#title' => t('Column'),
- '#description' => t('Specify the column in the spreadsheet that this field maps to where the first column is 1.'),
- '#size' => 5,
- '#default_value' => ($form_state['values']['column_number']) ? $form_state['values']['column_number'] : $template_field['spreadsheet column'],
- );
- // Global Value
- $form['edit_fields']['constant'] = array(
- '#type' => 'fieldset',
- '#title' => t('Constant'),
- '#collapsible' => TRUE,
- '#collapsed' => ($field_type == 'constant')? FALSE : TRUE,
- );
-
- $form['edit_fields']['constant']['constant_value'] = array(
- '#type' => 'textfield',
- '#title' => t('Constant Value'),
- '#description' => t('Specify the value you wish this field to have regardless of spreadsheet data.'),
- '#default_value' => ($form_state['values']['constant_value']) ? $form_state['values']['constant_value'] : $template_field['constant value'],
- );
- // Foreign Key
- $form['edit_fields']['foreign_key'] = array(
- '#type' => 'fieldset',
- '#title' => 'Foreign Key',
- '#collapsible' => TRUE,
- '#collapsed' => ($field_type == 'foreign key')? FALSE : TRUE,
- );
- $form['edit_fields']['foreign_key']['foreign_record'] = array(
- '#type' => 'select',
- '#title' => 'Record to refer to',
- '#descripion' => 'Select the record that this foreign key shouold refer to. The record needs to already exist and be of the correct table.',
- '#options' => $fk_options,
- );
- // Chado Field
- $form['edit_fields']['chado'] = array(
- '#type' => 'fieldset',
- '#title' => t('Chado Field/Column Details'),
- '#description' => t('Specify the Table/Field in chado that this field maps to.'),
- );
-
- $form['edit_fields']['chado']['chado_table'] = array(
- '#type' => 'select',
- '#title' => t('Chado Table'),
- '#options' => $tables,
- '#default_value' => $table,
- '#ahah' => array(
- 'path' => 'admin/tripal/tripal_bulk_loader_template/edit_field_ahah',
- 'wrapper' => 'tripal_bulk_loader_template-edit_field',
- 'effect' => 'fade'
- ),
- );
-
- $form['edit_fields']['chado']['chado_field'] = array(
- '#type' => 'select',
- '#title' => t('Chado Field/Column'),
- '#options' => $chado_fields,
- '#default_value' => ($form_state['values']['chado_field']) ? $form_state['values']['chado_field'] : $template_field['field'],
- '#ahah' => array(
- 'path' => 'admin/tripal/tripal_bulk_loader_template/edit_field_ahah',
- 'wrapper' => 'tripal_bulk_loader_template-edit_field',
- 'effect' => 'fade'
- ),
- );
- $form['edit_fields']['additional'] = array(
- '#type' => 'fieldset',
- '#title' => 'Additional Options',
- );
- $form['edit_fields']['additional']['required'] = array(
- '#type' => 'checkbox',
- '#title' => 'Make this file required',
- '#default_value' => FALSE,
- );
-
- $form['edit_fields']['submit-edit_field'] = array(
- '#type' => 'submit',
- '#value' => 'Edit Field'
- );
- $form['edit_fields']['submit-cancel'] = array(
- '#type' => 'submit',
- '#value' => 'Cancel'
- );
-
- return $form;
- }
- /**
- * Edit Field Form Submit
- *
- * @param $form
- * The form that was submitted
- * @param $form_state
- * The values and storage for the form
- */
- function tripal_bulk_loader_edit_template_field_form_submit ($form, &$form_state) {
- if (!$form_state['ahah_submission']) {
- if ($form_state['values']['op'] == 'Edit Field') {
- // If new record
- if (preg_match('/NEW/',$form_state['values']['field_group'])) {
- // add new record
- $record_name = $form_state['values']['record_name'];
- $priority = sizeof($form_state['storage']['template_array']) + 1;
- $old_priority = $form_state['storage']['original_field']['priority'];
- $field_index = $form_state['storage']['original_field']['field_index'];
- $form_state['storage']['record2priority'][$record_name] = $priority;
- $form_state['storage']['template_array'][$priority]['table'] = $form_state['values']['chado_table'];
- $form_state['storage']['template_array'][$priority]['record_id'] = $record_name;
-
- } else {
- $priority = $form_state['values']['field_group'];
- $old_priority = $form_state['storage']['original_field']['priority'];
- $field_index = $form_state['storage']['original_field']['field_index'];
- $record_name = $form_state['storage']['record2priority'][$priority];
- }
-
- if ($form_state['values']['field_type'] == 'table field') {
- $field = array(
- 'type' => 'table field',
- 'title' => $form_state['values']['field_title'],
- 'field' => $form_state['values']['chado_field'],
- 'required' => $form_state['values']['required'],
- //'allowed values' => empty by default,
- 'spreadsheet sheet' => $form_state['values']['sheet_name'],
- 'spreadsheet column' => $form_state['values']['column_number'],
- //'exposed' => 'true|false' If exposed, will give a select box first from allowed values if set, second from database if values not set.
- //'mapping' => array(
- // 'from' => 'to'
- // '/from re/' => 'to'
- //),
- );
- } elseif ($form_state['values']['field_type'] == 'constant') {
- $field = array(
- 'type' => 'constant',
- 'title' => $form_state['values']['field_title'],
- 'field' => $form_state['values']['chado_field'],
- 'required' => $form_state['values']['required'],
- //'allowed values' => empty by default,
- 'constant value' => $form_state['values']['constant_value'],
- //'exposed' => 'true|false' If exposed, will give a select box first from allowed values if set, second from database if values not set.
- );
- } elseif ($form_state['values']['field_type'] == 'foreign key') {
- $field = array(
- 'type' => 'foreign key',
- 'title' => $form_state['values']['field_title'],
- 'field' => $form_state['values']['chado_field'],
- 'foreign key' => $form_state['values']['foreign_record'],
- 'required' => $form_state['values']['required'],
- );
- }
- // Deal with any additional options
- dpm($form_state['values'], 'values');
-
- // if the record has changed...
- $form_state['storage']['template_array'][$priority]['table'] = $form_state['values']['chado_table'];
- if ($old_priority != $priority) {
- $form_state['storage']['template_array'][$priority]['fields'][] = $field;
- unset($form_state['storage']['template_array'][$old_priority]['fields'][$field_index]);
-
- // if there are no fields left delete the old record
- if (!$form_state['storage']['template_array'][$old_priority]['fields']) {
- unset($form_state['storage']['template_array'][$old_priority]);
- }
- } else {
- $form_state['storage']['template_array'][$priority]['fields'][$field_index] = $field;
- }
- // Save Template
- $form_state['storage']['template']->template_array = serialize($form_state['storage']['template_array']);
- $success = drupal_write_record('tripal_bulk_loader_template', $form_state['storage']['template'], array('template_id'));
-
- if ($success) {
- drupal_set_message('Successfully Updated Field');
- drupal_set_message('Template Saved.');
- $path = explode('?',$form_state['storage']['referring URL']);
- parse_str($path[1], $query);
- $query['template_id'] = $form_state['storage']['template']->template_id;
- drupal_goto($path[0], $query);
- } else {
- drupal_set_message('Unable to Save Template!', 'error');
- watchdog('T_bulk_loader',
- 'Unable to save bulk loader template: %template',
- array('%template' => print_r($form_state['storage']['template'], TRUE)),
- WATCHDOG_ERROR
- );
- }
-
- } elseif ($form_state['values']['op'] == 'Cancel') {
- $path = explode('?',$form_state['storage']['referring URL']);
- parse_str($path[1], $query);
- $query['template_id'] = $form_state['storage']['template']->template_id;
- drupal_goto($path[0], $query);
- }
- }
-
- }
- //////////////////////////////////////////////////////////////////////////////////////
- // AHAH Callbacks
- //////////////////////////////////////////////////////////////////////////////////////
- /**
- * AHAH Function: Replace $form['add_fields'] in tripal_bulk_loader_add_template_field_form
- *
- * @return
- * JSON Data printed to the screen
- */
- function tripal_bulk_loader_add_field_ahah () {
- $form_state = array('storage' => NULL, 'submitted' => FALSE);
- $form_build_id = $_POST['form_build_id'];
- $form = form_get_cache($form_build_id, $form_state);
- $args = $form['#parameters'];
- $form_id = array_shift($args);
- $form_state['post'] = $form['#post'] = $_POST;
-
- // Enable the submit/validate handlers to determine whether AHAH-submittted.
- $form_state['ahah_submission'] = TRUE;
-
- $form['#programmed'] = $form['#redirect'] = FALSE;
- drupal_process_form($form_id, $form, $form_state);
- $form = drupal_rebuild_form($form_id, $form_state, $args, $form_build_id);
-
- $form_element = $form['add_fields'];
- // Remove the wrapper so we don't double it up.
- unset($form_element['#prefix'], $form_element['#suffix']);
- $output = theme('status_messages');
- $output .= drupal_render($form_element);
- // Final rendering callback.
- print drupal_json(array('status' => TRUE, 'data' => $output));
- exit();
-
- }
- /**
- * AHAH Function: Replace $form['edit_fields'] in tripal_bulk_loader_edit_template_field_form
- *
- * @return
- * JSON Data printed to the screen
- */
- function tripal_bulk_loader_edit_field_ahah () {
- $form_state = array('storage' => NULL, 'submitted' => FALSE);
- $form_build_id = $_POST['form_build_id'];
- $form = form_get_cache($form_build_id, $form_state);
- $args = $form['#parameters'];
- $form_id = array_shift($args);
- $form_state['post'] = $form['#post'] = $_POST;
-
- // Enable the submit/validate handlers to determine whether AHAH-submittted.
- $form_state['ahah_submission'] = TRUE;
-
- $form['#programmed'] = $form['#redirect'] = FALSE;
- drupal_process_form($form_id, $form, $form_state);
- $form = drupal_rebuild_form($form_id, $form_state, $args, $form_build_id);
-
- $form_element = $form['edit_fields'];
- // Remove the wrapper so we don't double it up.
- unset($form_element['#prefix'], $form_element['#suffix']);
- $output = theme('status_messages');
- $output .= drupal_render($form_element);
- // Final rendering callback.
- print drupal_json(array('status' => TRUE, 'data' => $output));
- exit();
-
- }
|