Home
last modified time | relevance | path

Searched +full:revisions -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 32) sorted by path

12

/dokuwiki/conf/
H A Ddokuwiki.php97 $conf['mediarevisions'] = 1; //enable/disable media revisions
128 // 'rev' - page showing all revisions
152 $conf['compression'] = 'gz'; //compress old revisions: (0: off) ('gz': gnuzip) ('bz2': bzip)
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/Action/
H A DDiff.php11 * Show the differences between two revisions
H A DRevisions.php9 * Class Revisions
11 * Show the list of old revisions of the current page
15 class Revisions extends AbstractAction
14 class Revisions extends AbstractAction global() class
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php84 * otherwise it must be assigned larger than any other revisions to keep them sortable.
181 * Return a list of page revisions numbers
197 * @param int $num number of revisions to return
337 // look for revisions later/earlier than $rev, when founded count till the wanted revision is reached
385 * Returns revisions around rev1 and rev2
390 * @param int $max maximum number of revisions returned
391 * @return array with two arrays with revisions surrounding rev1 respectively rev2
409 //collect revisions around rev2
414 //collect revisions around rev1
417 //no overlapping revisions
[all...]
H A DChangeLogTrait.php78 * Checks if the ID has old revisions
H A DRevisionInfo.php122 * used in [Ui\recent, Ui\Revisions]
140 * used in [Ui\recent, Ui\Revisions]
151 * used in [Ui\recent, Ui\Revisions]
170 * used in [Ui\recent, Ui\Revisions]
280 // when a page just created anyway, it is natural to expect no older revisions
298 * diff link icon in revisions list, compare this revision with current one
343 if (!actionOK('revisions')) {
354 $href = wl($id, ['do' => 'revisions'], false, '&');
364 * used in [Ui\recent, Ui\Revisions]
/dokuwiki/inc/Menu/Item/
H A DRevisions.php6 * Class Revisions
8 * Access the old revisions of the current page
10 class Revisions extends AbstractItem class
/dokuwiki/inc/Menu/
H A DPageMenu.php14 protected $types = ['Edit', 'Revert', 'Revisions', 'Backlink', 'Subscribe', 'Top'];
/dokuwiki/inc/Remote/
H A DApiCore.php109 * server's time when working with last modified timestamps (revisions).
273 0, // we're searching current revisions only
464 * Returns a list of available revisions of a given wiki page
466 * The number of returned pages is set by `$conf['recent']`, but non accessible revisions pages
485 // old revisions are counted from 0, so we need to subtract 1 for the current one
486 $revisions = $pagelog->getRevisions($first - 1, $conf['recent']);
489 foreach ($revisions as $rev) {
490 if (!page_exists($page, $rev)) continue; // skip non-existing revisions
771 0, // we're searching current revisions only
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php92 $revisions = $pagelog->getRevisions($n++, 1);
93 $rev = ($revisions !== []) ? $pagelog->getRevisionInfo($revisions[0]) : null;
/dokuwiki/inc/Ui/
H A DDiff.php51 * Set a pair of revisions to be compared
H A DMediaDiff.php118 * Shows difference between two revisions of media
167 // use timestamp for current revision, date may be false when revisions < 2
230 * Shows difference between two revisions of media file
H A DMediaRevisions.php15 class MediaRevisions extends Revisions
40 * Display a list of Media Revisions in the MediaManager
55 // get revisions, and set correct pagination parameters (first, hasNext)
58 $revisions = $this->getRevisions($first, $hasNext);
66 $form->setHiddenField('mediado', 'diff'); // required for media revisions
71 foreach ($revisions as $info) {
112 echo $form->toHTML('Revisions');
H A DPageDiff.php169 msg('no way to compare when less than two revisions', -1);
176 * or between the revisions provided via GET or POST
295 // no revisions selector for PageConflict or PageDraft
298 // use timestamp for current revision, date may be false when revisions < 2
333 * The navigation consists of older and newer revisions selectors, each
343 // no revisions selector for PageConflict or PageDraft
347 // use timestamp for current revision, date may be false when revisions < 2
350 // retrieve revisions used in dropdown selectors, even when rev1 or rev2 is false
359 // determine previous/next revisions (older/left side)
366 // determine previous/next revisions (newe
[all...]
H A DPageRevisions.php14 class PageRevisions extends Revisions
38 * Display list of old revisions of the page
53 // get revisions, and set correct pagination parameters (first, hasNext)
56 $revisions = $this->getRevisions($first, $hasNext);
59 echo p_locale_xhtml('revisions');
70 foreach ($revisions as $info) {
111 echo $form->toHTML('Revisions');
114 echo $this->navigation($first, $hasNext, static fn($n) => ['do' => 'revisions', 'first' => $n]);
H A DPageView.php42 //disable section editing for old revisions or in preview
63 // print intro for old revisions
H A DRecent.php89 $RevInfo->showIconRevisions(), // link to revisions icon
H A DRevisions.php8 * DokuWiki Revisions Interface
11 * Note: navigation starts from -1, not 0. This is because our Revision management starts old revisions at 0 and
12 * will return the current revision only if the revisions starting at -1 are requested.
16 abstract class Revisions extends Ui class
25 * Revisions Ui constructor
41 * Get revisions, and set correct pagination parameters (first, hasNext)
45 * @return array revisions to be shown in a paginated list
53 $revisions = [];
56 if (!$currentRevInfo) return $revisions;
78 // append each revision info array to the revisions
[all...]
/dokuwiki/inc/
H A Dcommon.php242 //section editing does not work with old revisions!
H A Dhtml.php330 * list old revisions
535 * @param string $l_rev Left revisions
552 * or between the revisions provided via GET or POST
587 * Create html link to a diff defined by two revisions
H A Dmedia.php1044 * Prints tab that displays mediafile revisions
1295 * Shows difference between two revisions of file
1324 * Shows difference between two revisions of image
H A Dparserutils.php91 //no caching on old revisions
H A Dtemplate.php651 if ($type == 'history') $type = 'revisions';
1039 case 'revisions':
1505 * list of file revisions
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php158 'revisions',

12