| if (count($otags) == 0) $otags[] = 0;␊ | 
| $pag->forced_where = new Pluf_SQL('project=%s AND status IN ('.implode(', ', $otags).')', array($prj->id));␊ | 
| $pag->action = array('IDF_Views_Issue::index', array($prj->shortname));␊ | 
| $pag->sort_order = array('modif_dtime', 'DESC');␊ | 
| $pag->sort_order = array('modif_dtime', 'ASC'); // will be reverted␊ | 
| $pag->sort_reverse_order = array('modif_dtime');␊ | 
| $list_display = array(␊ | 
| 'id' => __('Id'),␊ | 
|  | 
| $pag->summary = __('This table shows the open issues.');␊ | 
| $pag->forced_where = $f_sql;␊ | 
| $pag->action = array('IDF_Views_Issue::myIssues', array($prj->shortname, $match[2]));␊ | 
| $pag->sort_order = array('modif_dtime', 'DESC');␊ | 
| $pag->sort_order = array('modif_dtime', 'ASC'); // will be reverted␊ | 
| $pag->sort_reverse_order = array('modif_dtime');␊ | 
| $list_display = array(␊ | 
| 'id' => __('Id'),␊ | 
|  | 
| if (count($otags) == 0) $otags[] = 0;␊ | 
| $pag->forced_where = new Pluf_SQL('project=%s AND status IN ('.implode(', ', $otags).')', array($prj->id));␊ | 
| $pag->action = array('IDF_Views_Issue::listStatus', array($prj->shortname, $status));␊ | 
| $pag->sort_order = array('modif_dtime', 'DESC');␊ | 
| $pag->sort_order = array('modif_dtime', 'ASC'); // will be reverted␊ | 
| $pag->sort_reverse_order = array('modif_dtime');␊ | 
| $list_display = array(␊ | 
| 'id' => __('Id'),␊ | 
|  | 
| if (count($otags) == 0) $otags[] = 0;␊ | 
| $pag->forced_where = new Pluf_SQL('project=%s AND idf_tag_id=%s AND status IN ('.implode(', ', $otags).')', array($prj->id, $tag->id));␊ | 
| $pag->action = array('IDF_Views_Issue::listLabel', array($prj->shortname, $tag->id, $status));␊ | 
| $pag->sort_order = array('modif_dtime', 'DESC');␊ | 
| $pag->sort_order = array('modif_dtime', 'ASC'); // will be reverted␊ | 
| $pag->sort_reverse_order = array('modif_dtime');␊ | 
| $list_display = array(␊ | 
| 'id' => __('Id'),␊ |