Searched +full:summary +(+path:plugin +path:pagelist) -(+path:plugin +path:pagelist +path:lang) (Results 1 – 1 of 1) sorted by relevance
| /plugin/pagelist/ |
| D | helper.php | 35 …* 'title', 'date', 'user', 'desc', 'summary', 'comments', 'tags', 'status' and 'priority', see ad… 126 'summary' => false, 245 …dis/enabling columns: accepts keys of $column, e.g. default: '(no)date', 'user', 'desc', 'summary', 383 $columns = ['page', 'date', 'user', 'desc', 'diff', 'summary']; 427 * 'summary' => string summary of the last change of the page $meta['last_change']['sum'] 460 if (!empty($this->column['summary'])) { 575 if (!empty($this->column['summary'])) { 751 * Print the summary from the last page change 755 return $this->printCell('summary', hsc($this->page['summary'])); 872 if (array_key_exists('summary', $this->page)) return; [all …]
|