Home
last modified time | relevance | path

Searched full:status (Results 176 – 200 of 3084) sorted by last modified time

12345678910>>...124

/plugin/structpublish/action/
H A Dbanner.php58 // status of the shown revision
145 * @param string $status current status
149 protected function actionButtons($status, $newVersion) argument
152 if ($status === Constants::STATUS_PUBLISHED) {
159 $status !== Constants::STATUS_APPROVED &&
H A Dmigration.php70 // update migration status in struct database
138 * for each pid / status combination.
164 SELECT rid, pid, col1 AS status, col4 as rev,
170 SELECT rid, pid, status, rev
H A Drevisions.php50 // get most recent status for rev
52 $status = $revision->getStatus();
55 // insert status for published revisions
59 $status === Constants::STATUS_PUBLISHED
63 $status . ' (' . $this->getLang('version') . ' ' . $version . ')</span>';
/plugin/structpublish/db/
H A Dupdate0001.sql4 status TEXT NOT NULL, field
5 PRIMARY KEY (pattern, user, status)
11 status TEXT NOT NULL, field
13 PRIMARY KEY(pid, user, status)
/plugin/structpublish/helper/
H A Dnotify.php22 * If activated, send emails on configured status changes.
164 protected function prepareMailText($status)
173 'STATUS_CURRENT' => $status,
155 prepareMailText($status) global() argument
H A Dpublish.php57 * Set "published" status in all assigned schemas
/plugin/structpublish/
H A Dadmin.php47 if (!blank($assignment['pattern']) && !blank($assignment['status'])) {
52 $assignment['status']
65 $assignment['status']
75 $assignment['status']
122 $status = $assignment['status'];
132 'assignment[status]' => $status,
140 echo '<td>' . hsc($status) . '</td>';
150 echo '<select name="assignment[status]">';
[all...]
/plugin/structpublish/db/json/
H A Dstructpublish0001.struct.json21 "label": "status",
/plugin/structpublish/lang/de/
H A Dlang.php14 $lang['status'] = 'Freigabestatus der aktuellen Seite';
H A Dmail.txt3 Status der Seite “@PAGE@” wurde geändert zu @STATUS_CURRENT@.
/plugin/structpublish/lang/en/
H A Dlang.php14 $lang['status'] = 'Publish status of the page you are currently viewing';
39 $lang['assign_status'] = 'Status';
44 $lang['email_subject'] = 'Publish status of a wiki page has changed';
H A Dmail.txt3 This is to notify you that the status of the page “@PAGE@” has changed to @STATUS_CURRENT@.
H A Dsettings.php5 $lang['email_status'] = 'Status changes that trigger emails';
/plugin/structpublish/meta/
H A DAccessTableStructpublish.php84 * Remove latest status from previous publish data
H A DAssignments.php69 * @param string $status
72 public function addPattern($pattern, $user, $status) argument
75 $sql = 'REPLACE INTO structpublish_assignments_patterns (pattern, user, status) VALUES (?,?,?)';
76 $ok = (bool) $this->sqlite->query($sql, [$pattern, $user, $status]);
107 * @param string $status
110 public function removePattern($pattern, $user, $status) argument
113 $sql = 'DELETE FROM structpublish_assignments_patterns WHERE pattern = ? AND user = ? AND status = ?';
114 $ok = (bool) $this->sqlite->query($sql, [$pattern, $user, $status]);
120 $sql = 'SELECT pid FROM structpublish_assignments WHERE user = ? AND status = ?';
121 $pagerows = $this->sqlite->queryAll($sql, [$user, $status]);
187 assignPage($page, $user = null, $status = null) global() argument
200 deassignPage($page, $user, $status) global() argument
[all...]
H A DConstants.php8 * @todo this might need to be replaced later if we want to have user configurable status
12 // a page can be in one current status
17 // an action transitions a page from one status to another
22 * Convenience function mapping transition actions to resulting status
H A DRevision.php24 protected $status; variable in dokuwiki\\plugin\\structpublish\\meta\\Revision
46 $this->status = Constants::STATUS_DRAFT;
49 $this->statusCol = $this->schema->findColumn('status');
59 $this->status = $values[$this->statusCol->getColref() - 1]->getRawValue();
73 if ($this->status === Constants::STATUS_PUBLISHED) {
111 * Get the current status of this revision
117 return $this->status;
121 * Set the current status of this revision
123 * @param string $status
125 public function setStatus($status)
124 setStatus($status) global() argument
[all...]
/plugin/diagrams/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/struct/meta/
H A DAccessTable.php174 * Published status
H A DAccessTablePage.php77 * Remove latest status from previous page data
/plugin/struct/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/mermaid/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/doi/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/shell/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and

12345678910>>...124