Home
last modified time | relevance | path

Searched refs:REV (Results 51 – 73 of 73) sorted by path

123

/plugin/phprestrict/action/
H A Daction.php40 global $REV;
48 if ($REV) {
/plugin/preservefilenames/
H A Daction_angua.php205 global $DEL, $NS, $IMG, $AUTH, $JUMPTO, $REV, $lang, $fullscreen, $conf;
212 if (isset($REV) && !$JUMPTO) $rev = $REV;
/plugin/prettyprint/
H A Daction.php30 global $JSINFO, $ID, $REV;
34 $rev = $REV;
/plugin/projects/lib/
H A Dtools.php77 global $REV;
78 if (auth_quickaclcheck($ID) < AUTH_DELETE || $REV) return '';
83 global $REV;
85 if (!$INFO['writable'] || $REV) return '';
91 global $REV;
93 if (!$INFO['writable'] || $REV) return '';
102 global $REV;
104 if (!$INFO['writable'] || $REV) return '';
/plugin/publish/action/
H A Dbanner.php192 global $REV;
209 echo '<a href="' . wl($ID, array('rev' => $REV, 'publish_approve'=>1)) . '">';
H A Dmail.php168 global $REV;
175 if (!$REV) {
178 $rev=$REV;
H A Dstart.php22 global $REV;
30 if ($REV != '') {
50 $REV = $latestApproved;
/plugin/publish/
H A Dhelper.php106 global $REV;
107 if (isset($REV) && !empty($REV)) {
108 return $REV;
/plugin/redirect2/
H A Daction.php128 global $ID, $ACT, $REV, $INPUT;
130 if (($ACT != 'show' && $ACT != '') || $REV) return;
/plugin/saveandedit/
H A Daction.php39 global $ID, $INFO, $REV, $RANGE, $TEXT, $PRE, $SUF;
40 $REV = ''; // now we are working on the current revision
/plugin/sectionedit/
H A Daction.php37 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX,
56 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX,
/plugin/sidebar/
H A Daction.php97 global $ID, $REV, $ACT, $conf;
101 $saveREV = $REV;
114 $REV = '';
122 $REV = '';
129 $REV = $saveREV;
/plugin/sidebarng/
H A Daction.php102 global $REV;
106 $svREV = $REV; // save current REV
252 $REV = $svREV;
/plugin/struct/action/
H A Dedit.php111 global $REV;
115 $ts = $REV ?: time();
H A Doutput.php104 global $REV;
105 $rev = $REV ?: time();
H A Drevert.php49 global $REV;
50 if ($ACT != 'revert' || !$REV) return false;
73 global $REV;
74 if ($ACT != 'revert' || !$REV) return false;
81 $accessOld = AccessTable::getPageAccess($table, $event->data['id'], $REV);
/plugin/struct/syntax/
H A Doutput.php95 global $REV;
122 $schemadata = AccessTable::getPageAccess($table, $ID, (int)$REV);
/plugin/structacl/
H A Daction.php35 global $REV;
56 $schemaData = AccessTable::getPageAccess($schemaName, $ID, (int)$REV);
/plugin/structpublish/action/
H A Dbanner.php31 global $REV;
47 if ($REV) {
48 $shownRevision = new Revision($ID, $REV);
53 $prevpubRevision = $shownRevision->getLatestPublishedRevision($REV ?: $INFO['currentrev']);
H A Dshow.php31 global $REV;
44 $currentRevision = new Revision($ID, $REV ?: $INFO['currentrev']);
60 $REV = self::$latestPublishedRev;
/plugin/structsection/
H A Dsyntax.php88 global $REV;
121 $schemadata = AccessTable::getPageAccess($table, $ID, $REV);
/plugin/task/syntax/
H A Dtask.php26 global $REV;
46 if(@file_exists(metaFN($ID, '.task')) && $ACT != 'preview' && !$REV) {
51 } elseif ($ACT != 'preview' && !$REV) {
/plugin/xslfo/
H A Daction.php45 global $ID, $REV, $ACT;
70 $cache_key = $ID.$REV.$this->template;
74 wikiFN($ID, $REV),
92 * @global string $REV
98 global $ID, $REV;
141 * @global string $REV
146 global $ID, $REV, $INFO, $conf;
153 $params = ($REV) ? array('rev'=> $REV) : null;
157 $file = wikiFN($ID, $REV);
158 $instructions = p_get_instructions(io_readWikiPage($file, $ID, $REV));
[all …]

123