Home
last modified time | relevance | path

Searched refs:oldpage (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Search/
H A DIndexer.php256 * @param string $oldpage The old page name
264 public function renamePage(string $oldpage, string $newpage): bool
266 if ($oldpage === $newpage) return false;
274 if ($value === $oldpage) $oldId = $rid;
282 $this->log("Indexer: $oldpage is not in the index, nothing to rename");
300 $this->log("Indexer: renamed $oldpage to $newpage in index");
247 renamePage(string $oldpage, string $newpage) global() argument
H A DLegacyIndexer.php102 public function renamePage(string $oldpage, string $newpage): bool|string
106 $result = $this->indexer->renamePage($oldpage, $newpage);
109 if ($result === false && $oldpage !== $newpage) {
101 renamePage(string $oldpage, string $newpage) global() argument