Go to the source code of this file.
Variables | |
| $preference_prefix = ARTIFACT | |
| $chunksz = sane_get("chunksz") | |
| $advsrch = sane_get("advsrch") | |
| $url_params [$field][] = $value_id | |
| $history_date_yearfd = sane_get("history_date_yearfd") | |
| $history_date_monthfd = sane_get("history_date_monthfd") | |
| $history_date_dayfd = sane_get("history_date_dayfd") | |
| $morder = sane_get("morder") | |
| $order = sane_get("order") | |
| $report_id = sane_get("report_id") | |
| $set = sane_get("set") | |
| $field = str_replace('[]','',$field) | |
| $history_search = $hist_pref[0] | |
| $history_field = $hist_pref[1] | |
| $history_event = $hist_pref[2] | |
| $history_date = $hist_pref[3] | |
| $select_count = 'SELECT count(DISTINCT '.ARTIFACT.'.bug_id) AS count ' | |
| $select = 'SELECT DISTINCT '.ARTIFACT.'.group_id,'.ARTIFACT.'.priority,'.ARTIFACT.'.privacy,'.ARTIFACT.'.status_id' | |
| $from = 'FROM '.ARTIFACT.' ' | |
| $where = ' AND '.ARTIFACT.'.'.$field." >= $time ".'AND '.ARTIFACT.'.'.$field." <= $time_end " | |
| $is = 0 | |
| $load_cal = false | |
| $summary_search = 0 | |
| $details_search = 0 | |
| $labels = "\n".'<tr align="'.$align.'" valign="top">' | |
| $boxes = "\n".'<tr align="'.$align.'" valign="top">' | |
| $ib | |
| advsrch | |
| morder | |
| & | nbsp |
| history_field Any history_event history_date</p >< pclass="smaller">< spanclass="preinput">< /span > history_date</p >< pclass="smaller">< inputtype="text"name="chunksz"size="3"maxlength="5"'.'value="'.$chunksz.'"/></p >< pclass="smaller"></p >< pclass="smaller"> | msort = 1','msort=0',$url).'& |
| order | |
|
|
Definition at line 93 of file browse.php. |
|
|
Definition at line 577 of file browse.php. |
|
|
Definition at line 46 of file browse.php. Referenced by show_item_list(). |
|
|
Definition at line 560 of file browse.php. |
|
|
Definition at line 259 of file browse.php. |
|
|
Definition at line 409 of file browse.php. Referenced by sendmail_mail(), and trackers_transition_get_update(). |
|
|
Definition at line 277 of file browse.php. |
|
|
Definition at line 130 of file browse.php. |
|
|
Definition at line 129 of file browse.php. |
|
|
Definition at line 128 of file browse.php. |
|
|
Definition at line 276 of file browse.php. |
|
|
Definition at line 275 of file browse.php. |
|
|
Definition at line 274 of file browse.php. |
|
|
Definition at line 617 of file browse.php. |
|
|
Definition at line 555 of file browse.php. |
|
|
Definition at line 576 of file browse.php. |
|
|
Definition at line 556 of file browse.php. |
|
|
Definition at line 154 of file browse.php. Referenced by show_item_list(). |
|
|
Definition at line 155 of file browse.php. |
|
|
Definition at line 31 of file browse.php. |
|
|
Definition at line 204 of file browse.php. |
|
|
Definition at line 408 of file browse.php. Referenced by search_box(). |
|
|
Definition at line 407 of file browse.php. |
|
|
Definition at line 242 of file browse.php. |
|
|
Definition at line 559 of file browse.php. |
|
|
Definition at line 99 of file browse.php. |
|
|
Definition at line 477 of file browse.php. |
|
|
Initial value: '.$advsrch; $url_nomorder = $url; # the htmlspecialchars() is necessary, because $morder # contains < and > for the sorting order. $url .= '& Definition at line 905 of file browse.php. |
|
|
Definition at line 910 of file browse.php. |
|
|
Definition at line 1106 of file browse.php. |
|
|
Definition at line 1024 of file browse.php. |
|
|
Initial value: #results'; $form .= sprintf(_("Click a column heading to sort results (up or down), or %ssort by priority%s or %sreset sort%s. You can also %sdeactivate multicolumn sort%s."), '<a href="'.$url.'&order=priority#results">', '</a>', '<a href="'.$url.'&order=#results">', '</a>', '<a href="'.$url_alternate_sort.'">', '</a>'); } else { $url_alternate_sort = str_replace('msort=0','msort=1',$url).'& Definition at line 1106 of file browse.php. Referenced by show_item_list(). |
1.4.4