Lines Matching +full:summary +(+path:plugin +path:pagelist) -(+path:plugin +path:pagelist +path:lang)
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;
874 $summary = $this->getMeta('last_change', 'sum');
875 $this->page['summary'] = $summary;
969 if ($this->sortKey == "summary") {