Main Page | Directories | File List | File Members

include/trackers_run/export.php File Reference

Go to the source code of this file.

Variables

 $project = project_get_object($group_id)
 $export_count = db_numrows($res_export)
 $report_id = sane_all("report_id")
 $select = 'SELECT bug_id '
 $from = 'FROM '.ARTIFACT.' '
 $where = 'WHERE group_id='.$group_id.' '
 $url_params = trackers_extract_field_list()
 $advsrch = sane_get("advsrch")
 $current_time = sane_post("current_time")
 $mainchoice = sane_post("date_mainchoice")
 break
case __pad1__
 $current_month = strftime('%m', $current_time)
 $day = ($current_day+sane_post("date_next_day"))
 $hour = sane_post("date_next_hour")
 $timestamp = mktime($hour, 0, 0, $current_month, $day)
case __pad2__
case so the backend now that
he will have 
$current_day = strftime('%d', $current_time)
 $requested_hour = $hour
 $requested_day = (sane_post("date_frequent_day")+1)
 $insert_id = db_insertid($result)
 $task_id = db_result(db_query("SELECT task_id FROM trackers_export WHERE export_id='$export_id' LIMIT 1"), 0, 'task_id')
 $result = db_query("DELETE FROM trackers_export WHERE export_id='$export_id' AND user_name='".user_getname()."' LIMIT 1")
 $res_export = db_query($sql)
 print
 $status = _("Pending")
 $export_url = $GLOBALS['sys_https_url'].$GLOBALS['sys_home']."export/$group_name/".user_getname()."/".db_result($res_export, $i, 'export_id').".xml"
case __pad3__
case __pad4__
case __pad5__
case __pad6__
 $multiple_selection = sane_all("advsrch")
 $res_report = trackers_data_get_reports($group_id,user_getid())
 $ib = 0
 $is = 0
 $fields_per_line = 5
 $load_cal = false
 $summary_search = 0
 $details_search = 0
 $labels = "\n".'<tr align="'.$align.'" valign="top">'
 $boxes = "\n".'<tr align="'.$align.'" valign="top">'
 $timezone = strftime('%Z', $current_time)
 $current_hour = strftime('%H', $current_time)
 $valid_hours = array()
 $valid_days = array(_("Today"), _("Tomorrow"))


Variable Documentation

$advsrch = sane_get("advsrch")
 

Definition at line 93 of file include/trackers_run/export.php.

$boxes = "\n".'<tr align="'.$align.'" valign="top">'
 

Definition at line 541 of file include/trackers_run/export.php.

$current_day = strftime('%d', $current_time)
 

Definition at line 272 of file include/trackers_run/export.php.

$current_hour = strftime('%H', $current_time)
 

Definition at line 632 of file include/trackers_run/export.php.

$current_month = strftime('%m', $current_time)
 

Definition at line 262 of file include/trackers_run/export.php.

$current_time = sane_post("current_time")
 

Definition at line 242 of file include/trackers_run/export.php.

$day = ($current_day+sane_post("date_next_day"))
 

Definition at line 263 of file include/trackers_run/export.php.

Referenced by calendar_selectbox().

$details_search = 0
 

Definition at line 524 of file include/trackers_run/export.php.

$export_count = db_numrows($res_export)
 

Definition at line 54 of file include/trackers_run/export.php.

$export_url = $GLOBALS['sys_https_url'].$GLOBALS['sys_home']."export/$group_name/".user_getname()."/".db_result($res_export, $i, 'export_id').".xml"
 

Definition at line 414 of file include/trackers_run/export.php.

$fields_per_line = 5
 

Definition at line 519 of file include/trackers_run/export.php.

$from = 'FROM '.ARTIFACT.' '
 

Definition at line 86 of file include/trackers_run/export.php.

$hour = sane_post("date_next_hour")
 

Definition at line 264 of file include/trackers_run/export.php.

$ib = 0
 

Definition at line 517 of file include/trackers_run/export.php.

$insert_id = db_insertid($result)
 

Definition at line 303 of file include/trackers_run/export.php.

$is = 0
 

Definition at line 518 of file include/trackers_run/export.php.

$labels = "\n".'<tr align="'.$align.'" valign="top">'
 

Definition at line 540 of file include/trackers_run/export.php.

$load_cal = false
 

Definition at line 520 of file include/trackers_run/export.php.

$mainchoice = sane_post("date_mainchoice")
 

Definition at line 246 of file include/trackers_run/export.php.

$multiple_selection = sane_all("advsrch")
 

Definition at line 475 of file include/trackers_run/export.php.

$project = project_get_object($group_id)
 

Definition at line 35 of file include/trackers_run/export.php.

$report_id = sane_all("report_id")
 

Definition at line 80 of file include/trackers_run/export.php.

$requested_day = (sane_post("date_frequent_day")+1)
 

Definition at line 276 of file include/trackers_run/export.php.

$requested_hour = $hour
 

Definition at line 275 of file include/trackers_run/export.php.

$res_export = db_query($sql)
 

Definition at line 344 of file include/trackers_run/export.php.

$res_report = trackers_data_get_reports($group_id,user_getid())
 

Definition at line 491 of file include/trackers_run/export.php.

$result = db_query("DELETE FROM trackers_export WHERE export_id='$export_id' AND user_name='".user_getname()."' LIMIT 1")
 

Definition at line 327 of file include/trackers_run/export.php.

$select = 'SELECT bug_id '
 

Definition at line 85 of file include/trackers_run/export.php.

$status = _("Pending")
 

Definition at line 400 of file include/trackers_run/export.php.

Referenced by my_item_list().

$summary_search = 0
 

Definition at line 523 of file include/trackers_run/export.php.

$task_id = db_result(db_query("SELECT task_id FROM trackers_export WHERE export_id='$export_id' LIMIT 1"), 0, 'task_id')
 

Definition at line 324 of file include/trackers_run/export.php.

$timestamp = mktime($hour, 0, 0, $current_month, $day)
 

Definition at line 265 of file include/trackers_run/export.php.

$timezone = strftime('%Z', $current_time)
 

Definition at line 631 of file include/trackers_run/export.php.

$url_params[$field][] = trackers_extract_field_list()
 

Definition at line 91 of file include/trackers_run/export.php.

$valid_days = array(_("Today"), _("Tomorrow"))
 

Definition at line 641 of file include/trackers_run/export.php.

$valid_hours = array()
 

Definition at line 636 of file include/trackers_run/export.php.

$where = 'WHERE group_id='.$group_id.' '
 

Definition at line 87 of file include/trackers_run/export.php.

case __pad1__
 

Definition at line 261 of file include/trackers_run/export.php.

case __pad2__
 

Definition at line 270 of file include/trackers_run/export.php.

case __pad3__
 

Definition at line 421 of file include/trackers_run/export.php.

case __pad4__
 

Definition at line 422 of file include/trackers_run/export.php.

case __pad5__
 

Definition at line 423 of file include/trackers_run/export.php.

case __pad6__
 

Definition at line 424 of file include/trackers_run/export.php.

break
 

Definition at line 254 of file include/trackers_run/export.php.

print
 

Definition at line 395 of file include/trackers_run/export.php.


Generated on Sun Feb 26 13:23:05 2006 for Savane PHP Frontend Developer Reference by  doxygen 1.4.4