Lines Matching +full:revisions -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
84 * otherwise it must be assigned larger than any other revisions to keep them sortable.
183 * Return a list of page revisions numbers
199 * @param int $num number of revisions to return
341 …// look for revisions later/earlier than $rev, when founded count till the wanted revision is reac…
389 * Returns revisions around rev1 and rev2
394 * @param int $max maximum number of revisions returned
395 * @return array with two arrays with revisions surrounding rev1 respectively rev2
413 //collect revisions around rev2
420 //collect revisions around rev1
423 //no overlapping revisions
432 //revisions overlaps, reuse revisions around rev2
482 * Collect the $max revisions near to the timestamp $rev
489 * @param int $max maximum number of revisions to be returned
495 * - $lines: non-parsed changelog lines before the parsed revisions
549 return false; //FIXME: or proceed to collect older revisions?