Home
last modified time | relevance | path

Searched +full:recent -(+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 relevance

12

/dokuwiki/inc/Ui/
H A DRecent.php11 * DokuWiki Recent Interface
15 class Recent extends Ui class
21 * Recent Ui constructor
33 * Display recent changes
48 // get recent items, and set correct pagination parameters (first, hasNext)
54 echo p_locale_xhtml('recent');
58 . sprintf($lang['recent_global'], getNS($ID), wl('', 'do=recent'))
66 $form->setHiddenField('do', 'recent');
69 // show dropdown selector, whether include not only recent pages but also recent medi
[all...]
H A DRevisions.php58 $num = $conf['recent'];
62 * see also Ui\Recent::getRecents()
98 $last = $first + $conf['recent'];
100 $first = max($first - $conf['recent'], -1);
/dokuwiki/inc/Menu/Item/
H A DRecent.php6 * Class Recent
8 * Show the site wide recent changes
10 class Recent extends AbstractItem class
/dokuwiki/inc/
H A Dchangelog.php174 $recent = [];
178 return $recent;
181 // read all recent changes. (kept short)
241 $recent[] = $x;
248 return $recent;
276 $recent = [];
279 return $recent;
282 // read all recent changes. (kept short)
288 if (!$lines) return $recent;
301 $recent[]
[all...]
H A DTaskRunner.php89 * Trims the recent changes cache (or imports the old changelog) as needed.
106 // Trim the Recent Changes
107 // Trims the recent changes cache to the last $conf['changes_days'] recent
108 // changes or $conf['recent'] items, which ever is larger.
118 if (count($lines) <= $conf['recent']) {
156 $extra = $conf['recent'] - count($out_lines); // do we need extra lines do bring us up to minimum
H A Dhtml.php26 use dokuwiki\Ui\Recent;
352 * display recent changes
365 dbg_deprecated(Recent::class . '::show()');
366 (new Recent($first, $show_changes))->show();
23 use dokuwiki\Ui\Recent; global() alias
H A DAjax.php220 $sort = $INPUT->post->bool('recent') ? 'date' : 'natural';
/dokuwiki/inc/Action/
H A DRecent.php8 * Class Recent
10 * The recent changes view
14 class Recent extends AbstractAction class
42 (new Ui\Recent($INPUT->extract('first')->int('first'), $this->showType))->show();
/dokuwiki/lib/plugins/revert/
H A Dadmin.php120 * List recent edits matching the given filter
135 foreach ($recents as $recent) {
137 if (strpos(rawWiki($recent['id']), (string) $filter) === false) continue;
141 $date = dformat($recent['date']);
143 echo ($recent['type'] === DOKU_CHANGE_TYPE_MINOR_EDIT) ? '<li class="minor">' : '<li>';
145 echo '<input type="checkbox" name="revert[]" value="' . hsc($recent['id']) .
149 echo '<a href="' . wl($recent['id'], "do=diff") . '">';
160 echo '<a href="' . wl($recent['id'], "do=revisions") . '">';
171 echo html_wikilink(':' . $recent['id'], (useHeading('navigation')) ? null : $recent['i
[all...]
H A Dplugin.info.txt6 desc Allows you to mass revert recent edits to remove Spam or vandalism
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_recent.css2 * This file provides styles for the recent changes (?do=recent) and
6 /*____________ list of revisions / recent changes ____________*/
H A Ddesign.less80 .mode_recent .action.recent a,
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php9 * - Ui\Recent
104 * used in [Ui\recent]
122 * 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]
256 * diff link icon in recent changes list, to compare (this) current revision with previous one
257 * all items in "recent changes" are current revision of the page or media
335 * used in [Ui\recent]
364 * used in [Ui\recent, U
[all...]
/dokuwiki/inc/Menu/
H A DSiteMenu.php14 protected $types = ['Recent', 'Media', 'Index'];
/dokuwiki/inc/Remote/
H A DApiCore.php351 * Get recent page changes
353 * Returns a list of recent changes to wiki pages. The results can be limited to changes newer than
356 * Only changes within the configured `$conf['recent']` range are returned. This is the default
359 * @link https://www.dokuwiki.org/config:recent
370 foreach ($recents as $recent) {
372 $recent['id'],
373 $recent['date'],
374 $recent['user'],
375 $recent['ip'],
376 $recent['su
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php132 * @param string $filename optional the filename where a recent version of the feed is saved. If not
145 * Turns on caching and checks if there is a recent version of this feed in the cache.
153 * @param string $filename optional the filename where a recent version of the feed is saved. If not specified, the
/dokuwiki/conf/
H A Ddokuwiki.php32 $conf['recent'] = 20; //how many entries to show in recent
33 $conf['recent_days'] = 7; //How many days of recent changes to keep. (days)
34 $conf['breadcrumbs'] = 10; //how many recent visited pages to show
52 $conf['hidepages'] = ''; //Regexp for pages to be skipped from RSS, Search and Recent Changes
129 // 'current' - most recent revision of page
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md18 This fork makes it usable on more recent systems (PHP 5.4+ ones)
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php225 * Turns on caching and checks if there is a recent version of this feed in the cache.
232 * @param string $filename optional the filename where a recent version of the feed is saved. If not specified,
254 * @param string $filename optional the filename where a recent version of the feed is saved. If not
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/Cache/
H A DCacheRenderer.php34 // - if the cache is more recent than the purgefile we know no links can have been updated
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php101 $meta['recent'] = ['numeric'];
157 'recent',
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js191 button += '<input type="hidden" value="1" name="recent">';
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dpys60.php166 //These are recent additions
H A Dsystemverilog.php48 * Download the most recent version here:

12